Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in roslyn

Get other files than .cs with Roslyn

c# code-analysis roslyn

Extensible formatting in Roslyn?

.net code-formatting roslyn

Cannot run Code Analysis Analyzer in Visual Studio 2015

Reliably compare type symbols (ITypeSymbol) with Roslyn

Unit testing with Roslyn.Services.Workspace results in a SecurityException while working at x86 target

Using the open source released "roslyn" to read code file and generate new code files

c# roslyn

Roslyn Data flow analysis - ambiguous values for WrittenInside and Locations fields

c# roslyn

VS2015 Diagnostic with Code Fix - NuGet OR VSIX OR both?

Visual Studio Code Analyzer: Finding types with zero references

Roslyn - Calling ToString on SyntaxNode not preserving precedence

c# roslyn

How do I specify a custom code analysis ruleset for multiple projects in a solution using Visual Studio 2019?

Package .exe into .vsix and call from Visual Studio extension

How do I enable C# scripting in VS 2015?

c# scripting roslyn c#-6.0

Can an analyzer validate that namespaces properly match the file location

c# roslyn

Get dependencies between classes in Roslyn

Project MetadataReferences is not populated when ProjectReferences are present

c# roslyn

Access to .config files in Roslyn REPL

c# roslyn

Can't add member to the Class programmatically using Roslyn

c# roslyn

Roslyn's GetTypeByMetadataName() and Generic Types

c# types roslyn

Stepping through the Roslyn C# compiler

c# roslyn