Skip to content

Instantly share code, notes, and snippets.

@timbarrass
Last active July 25, 2020 11:25
using Microsoft.Build.Locator;
namespace CleanAnalysis
{
class Program
{
static void Main(string[] args)
{
MSBuildLocator.RegisterDefaults();
// TODO: stuff here, importantly, in a method call
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment