Open mansellan opened 5 days ago
Hi,
Fantastic work, much appreciated. I initially got an error running the source generator with only the net9.0 SDK installed:
PS C:\Repos\Web> dotnet --list-sdks 9.0.100-rc.2.24474.11 [C:\Program Files\dotnet\sdk] 9.0.100 [C:\Program Files\dotnet\sdk] PS C:\Repos\Web> dotnet tsrts --project .\Test.csproj --output generated Unhandled exception. System.InvalidOperationException: No instances of MSBuild could be detected. Try calling RegisterInstance or RegisterMSBuildPath to manually register one. at Microsoft.Build.Locator.MSBuildLocator.RegisterDefaults()
The fix was to install the net7.0 SDK, then it worked fine.
Although I'm also now getting bitten by #239
Hi,
Fantastic work, much appreciated. I initially got an error running the source generator with only the net9.0 SDK installed:
The fix was to install the net7.0 SDK, then it worked fine.