Skip to content

Instantly share code, notes, and snippets.

@sapsari
sapsari / gist:fbe93f1f245d012954b61f3744471f88
Last active July 23, 2019 06:19
buildalyzer temp project creation for transform
public class WorkspaceManagerCore : Buildalyzer.Construction.IProjectTransformer
{
public void Transform(XDocument x)
{
// Your transform code
}
static string GetUniqueFilename(string filename)
{
string basename = System.IO.Path.Combine(System.IO.Path.GetDirectoryName(filename),