How to ask Roslyn to generate an identifier name for me?...
Read MoreIs it safe to use different AdhocWorkspace instances concurrently?...
Read MoreHow do I get the containing namespace of a called method using Roslyn when that method has no symbol...
Read MoreHow do I specify a custom code analysis ruleset for multiple projects in a solution using Visual Stu...
Read MoreC# TypeKind of string? is TypeKind.Class...
Read MoreSuppress IDE0063 only for TransactionScope type...
Read MoreCA1034 is not being shown, even with <AnalysisMode>AllEnabledByDefault</AnalysisMode>...
Read MoreIs it impossible to have NuGet-dependencies at .nuspec of a Roslyn analyzer package?...
Read MoreHow to add additional dll to Roslyn analyzer NuGet package?...
Read MoreCheck if an ITypeSymbol is a delegate type...
Read MorePrevent IDE0055 style analyzer when aligning code with spaces...
Read More"Use range operator" suggested fix produces invalid code...
Read Morewhat is correct format for multiple discard variables in c# method...
Read More"Analyzer with Code Fix" project template is broken...
Read MoreCould Visual Studio IDE0032 recommendation sometimes be the wrong thing to apply?...
Read MoreGet default namespace from existing csproj (Microsoft.NET.Sdk format)...
Read MoreDefault config for .NET 5 code style analyzers...
Read MoreWhat's the difference between Microsoft.CodeAnalysis.FxCopAnalyzers and Microsoft.CodeAnalysis?...
Read MoreHow can I get the most fully reduced type name of an arbitrary type in a given namespace context usi...
Read MoreBuilt-in code analysers vs NuGet packages...
Read MoreGetting type from a symbol in roslyn...
Read MoreNullable Interface does not trigger CS8602...
Read MoreRoslyn - Is symbol implementation of interface?...
Read MoreLoading projects using Microsoft.VisualStudio.LanguageServices throws System.ArgumentNullException f...
Read MoreC# Use SourceGenerator with CSharpCompilation...
Read MoreWhat Replaces Code Analysis in Visual Studio 2019?...
Read MoreWhy are all the analyzers on a new .NET5 project suppressed?...
Read MoreGet the actual enum type from a nullable enum type in a switch statement during roslyn analyis...
Read MoreHow to specify Marshalling for the function MAPISendMail...
Read MoreParsing source file and trying to get its methods doesn't work. Why is it not working?...
Read More