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 all cases the fix is to add an explicit reference to a later version of Microsoft.CodeAnalysis in every project. In my case, that is 320 projects. I think it would be better to reference a version of the package that doesn't contain the issue.
The text was updated successfully, but these errors were encountered:
Incidentally, we only get this issue when we target .Net 4.8. Previously, we were targeting 4.6 and didn't have this issue.
gregpakes
changed the title
Is it possible to update dependency on Microsoft.CodeAnalaysis 2.9.0
Is it possible to update dependency on Microsoft.CodeAnalysis 2.9.0
Jul 15, 2020
So, I solved it in my solution by adding a specific reference to the latest version of Microsoft.CodeAnalysis. I'm not sure what you want to do to fix, it may be a niche scenario for me.
There appears to be a dependency on Microsoft.CodeAnalysis 2.9.0, but that version of the package appears to have this issue:
dotnet/roslyn-analyzers#2961
dotnet/roslyn-analyzers#2680
dotnet/roslyn-analyzers#1888
In all cases the fix is to add an explicit reference to a later version of Microsoft.CodeAnalysis in every project. In my case, that is 320 projects. I think it would be better to reference a version of the package that doesn't contain the issue.
The text was updated successfully, but these errors were encountered: