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
Roslynator are additional C# code analyzers maintained by the .NET team. Let's add it.
Add Roslynator from NuGet.
Configure each of the analyzers in Roslynator consciously: based on our practices and existing OSOCE codebase, do we need a particular rule, and if yes, configured how? Is it duplicating any of the rules from other analyzer packages (if yes, decide on which one to use)?
Roslynator are additional C# code analyzers maintained by the .NET team. Let's add it.
Jira issue