aboutcode-org / aboutcode-org/nuget-inspector
"No instances of MSBuild could be detected" error on Linux x64
- Dominant language
- C#
- Stars
- 5
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Running [version 0.10.0 for Linux x64](https://github.com/aboutcode-org/nuget-inspector/releases/download/v0.10.0/nuget-inspector-v0.10.0-linux-x64.tar.gz) on Fedora just gives
```
Failed to register MSBuild defaults: System.InvalidOperationException: No instances of MSBuild could be detected.
Try calling RegisterInstance or RegisterMSBuildPath to manually register one.
at Microsoft.Build.Locator.MSBuildLocator.RegisterDefaults()
at NugetInspector.Program.Main(String[] args) in ./nuget-inspector/Program.cs:line 15
```
for any command line options I try.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.