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
I think we should consider setting <AnalysisLevel> to latest, which means getting new warnings as we update our compiler (SDK). Otherwise pinning to level 5 (the current maximum), which is what you get by the default when you target net5.0.
The text was updated successfully, but these errors were encountered:
roji
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Sep 18, 2020
ajcvickers
removed
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Dec 16, 2020
Blog post: https://devblogs.microsoft.com/dotnet/automatically-find-latent-bugs-in-your-code-with-net-5/
I think we should consider setting
<AnalysisLevel>
tolatest
, which means getting new warnings as we update our compiler (SDK). Otherwise pinning to level 5 (the current maximum), which is what you get by the default when you target net5.0.The text was updated successfully, but these errors were encountered: