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 hard requirement is that at least version 6 of the dotnet runtime is available, not 'version 6 or newer', so installing only latest dotnet SDK will indeed not be sufficient, you need to install v6 of the runtime or sdk too for it to work.
Right now .NET core 6.x needs to be installed for this analyzer to work.
The error says [ERROR] Could not execute .NET AssemblyAnalyzer, is the dotnet 6.0 runtime or sdk installed?
but even after installing the latest SDK and not dotnet 6 it doest work.
The text was updated successfully, but these errors were encountered: