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
In #1988 NI.CSharp.Analyzers was pinned to 2.0.21 because using a newer version (2.0.25) resulted in the build issues:
CSC : error CS9057: The analyzer assembly '/home/runner/.nuget/packages/ni.csharp.analyzers/2.0.25/analyzers/dotnet/cs/NationalInstruments.Analyzers.dll' references version '4.9.0.0' of the compiler, which is newer than the currently running version '4.3.0.0'. [/home/runner/work/nimble/nimble/packages/nimble-blazor/NimbleBlazor/NimbleBlazor.csproj]
To resolve:
The version should be unpinned, i.e. changed from "[2.0.21]" back to "2.0.25" (or whatever is latest at the time)
The build issue should be resolved
The text was updated successfully, but these errors were encountered:
🧹 Tech Debt
In #1988 NI.CSharp.Analyzers was pinned to
2.0.21
because using a newer version (2.0.25) resulted in the build issues:To resolve:
"[2.0.21]"
back to"2.0.25"
(or whatever is latest at the time)The text was updated successfully, but these errors were encountered: