You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The root cause of the issue is that .NET 9 is not used to build the solution (even if installed). I should see something like this when running the command with --verbosity diagnostic:
Hey there, there's a very unusual issue with the Roslynator CLI whereby it reports
CS0121
on valid .NET 9 code.Simply create a new C# console application and replace the main program code with the following:
Visual Studio shows no warnings:
The application builds:
But the Roslynator CLI reports CS0121:
Thanks heaps in advance!
Fotis
The text was updated successfully, but these errors were encountered: