Allows you to simply run dotnet cli from C# and get parsed results
var response = await Dotnet.BuildAsync("path/to/folder/with/csproj/or/sln");
foreach(var diagnostuc in response.Diagnostics)
{
Console.WriteLine(diagnostic);
}
Priority place for bugs: https://github.com/tryAGI/DotnetCliWrapper/issues
Priority place for ideas and general questions: https://github.com/tryAGI/DotnetCliWrapper/discussions
Discord: https://discord.gg/Ca2xhfBf3v