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
Something is wrong here. @mavasani I'd like to clean this up, but want to understand more the expected behavior from this analyzer and some history and what problem it is trying to solve.
The text was updated successfully, but these errors were encountered:
roslyn-analyzers/src/Microsoft.CodeAnalysis.Analyzers/Core/UpgradeMSBuildWorkspaceAnalyzer.cs
Lines 37 to 40 in f361553
This is always true in production code:
roslyn-analyzers/src/Microsoft.CodeAnalysis.Analyzers/CSharp/CSharpUpgradeMSBuildWorkspaceAnalyzer.cs
Lines 18 to 21 in f361553
and always false in unit tests:
roslyn-analyzers/src/Microsoft.CodeAnalysis.Analyzers/UnitTests/UpgradeMSBuildWorkspaceAnalyzerTests.cs
Lines 123 to 129 in f361553
Something is wrong here. @mavasani I'd like to clean this up, but want to understand more the expected behavior from this analyzer and some history and what problem it is trying to solve.
The text was updated successfully, but these errors were encountered: