Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in roslyn

Compilation fails with sln file loaded with Roslyn, but compiles in Visual Studio

MSBuildWorkspace cannot compile project with <ProjectReference> to another project

How can I make a Roslyn Analyzer project a transitive dependency?

Roslyn slow startup time

c# roslyn

How to use SemanticModel to check if variable has been tested?

c# roslyn

What parts of Roslyn can you use with VS 2013?

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