Roslyn analyzer: Is class marked as partial...
Read MoreC# Analyzers: How to enforce XML doc on interface members (and not everything else)?...
Read MoreRoslyn code fix: create method with single-line comment...
Read MoreHow to resolve Roslyn CA1827 when using named constant...
Read MoreChanging semantics in C# analyser "Collection initialization can be simplified" IDE0028...
Read MoreSuppressing issues from Roslyn code Analyzers...
Read MoreForce if-else curly braces formatting with code analyzers...
Read MoreI created a c# Roslyn source generator and a test, the generator works but the test doesn't find...
Read MoreHow to suppress warning for all derived types?...
Read MoreIntellisense not seeing source generated from a local C# source generator...
Read MoreHow to change Code analysis error CA1506 class coupling to "moderate maintainability"...
Read MoreRoslyn C# semantic analyzer for naming correctness passes in build but errors in Intellisense for sp...
Read MoreCode analysis warnings in generated code (like migrations) - Visual Studio (C#)...
Read MoreDisable Roslyn Analyzer in debug mode...
Read MoreChecking project configuration in Roslyn analyzer...
Read MoreIn a C# Roslyn Analyzer, can I detect if a given Diagnostic is enabled?...
Read MoreRoslyn Analyzer: How to handle a side effect of renaming classes...
Read MoreHow to reference local assemblies in roslyn analyzer tests?...
Read MoreIs there a technical reason why code analysis can't figure out that this variable has been set?...
Read MoreRoslyn workspace API not loading properly for a third-party solution...
Read MoreHow to hide Visual Studio squiggly lines from analyzers suppressed by a DiagnosticSuppressor...
Read MoreRoslyn: is ISymbol.GetAttributes returns inherited attributes...
Read MoreRoslyn Renamer does not rename method invokation on interface...
Read MoreWhy does my C# analyzer not display messages (DiagnosticSeverity.Info)...
Read MoreSet a value to a field in a compiled assembly from an object that exists outside the compiled assemb...
Read MoreHow do I check with Roslyn if a Type is a Nullable Reference...
Read MoreHow to remove or turn off Roslyn Analyzer in VS Code?...
Read MoreCode analysis warnings (IDExxxx) when building a .NET Framework project...
Read More