https://github.com/tryagi/dotnetcliwrapper
Allows you to simply run dotnet cli from C# and get parsed results
https://github.com/tryagi/dotnetcliwrapper
cli csharp dotnet parser wrapper
Last synced: about 1 year ago
JSON representation
Allows you to simply run dotnet cli from C# and get parsed results
- Host: GitHub
- URL: https://github.com/tryagi/dotnetcliwrapper
- Owner: tryAGI
- License: mit
- Created: 2023-06-06T04:57:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T16:48:28.000Z (over 1 year ago)
- Last Synced: 2025-04-09T16:06:20.516Z (about 1 year ago)
- Topics: cli, csharp, dotnet, parser, wrapper
- Language: C#
- Homepage:
- Size: 194 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DotnetCliWrapper
[](https://www.nuget.org/packages/DotnetCliWrapper/)
[](https://github.com/tryAGI/DotnetCliWrapper/actions/workflows/dotnet.yml)
[](https://github.com/tryAGI/DotnetCliWrapper/blob/main/LICENSE)
[](https://discord.gg/Ca2xhfBf3v)
Allows you to simply run dotnet cli from C# and get parsed results
### Usage
```csharp
var response = await Dotnet.BuildAsync("path/to/folder/with/csproj/or/sln");
foreach(var diagnostuc in response.Diagnostics)
{
Console.WriteLine(diagnostic);
}
```
## Support
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