Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in roslyn

Write Roslyn analyzer by Rider

c# .net roslyn analyzer rider

IntelliSense gives errors because it disregards (does not see) the source generator generated source, despite build gives no error

C# unit tests and code in same folder: strip out tests from compiled binary

What version of C# stopped requiring protected interface members to be implemented explicitly?

c# interface roslyn protected

Line Number is not included in Exception Stacktrace (Code Dynamically Compiled with Roslyn)

c# .net roslyn

Detect the length of a lambda expression using Roslyn

c# lambda code-analysis roslyn

Elvis operator ?. strangely doesn't compile in obvious cases

roslyn - how to unit test syntax analyzer in combination with source generator

c# roslyn sourcegenerators

Roslyn c# CSharpCompilation - Compiling Dynamic

c# .net dynamic roslyn

SyntaxWalker doesn't visit trivia

How to find type of the field with specific name in Roslyn

Can a Source Generator tell if its being run for editor support (IntelliSense) or as part of an actual build?

Roslyn CodeFixProvider isn't loading or running in the Visual Studio IDE. What am I missing?

Get type from property with Roslyn

c# roslyn

Upgrading Microsoft.CodeAnalysis.CSharp for Roslyn analyzer

c# nuget roslyn

How to find if a parameter to an invoked method is a variable (via "var/string") or an in-line string using Roslyn