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
RoslynRanger is a collection of Roslyn analyzers designed to reduce pull request back and forth and help developers avoid common pitfalls in C# and .NET
# Changes the Math.Round severity to error, preventing compilationdotnet_diagnostic.FR60001.severity = error
# Disables the Math.Round analyzerdotnet_diagnostic.FR60001.severity = none
About
RoslynRanger is a collection of Roslyn analyzers designed to reduce pull request back and forth and help developers avoid common pitfalls in C# and .NET