Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in roslyn

Source code in C# preprocessor directives and Line numbers from the PDB file

Is it possible to detect unreachable code or other built in compile warnings using Roslyn

.net roslyn

Why does the compiler fail to find the right type?

programmatically extract interface using roslyn

c# roslyn

Modify metadata programmatically (of .net executable)

c# .net metadata il roslyn

Generic Struct as argument to c++/cli function causes error CS0570 in VS 2015 but not in VS2013

What does TypeKind.Submission and TypeKind.Module mean in the Microsoft.CodeAnalysis.TypeKind enum?

How to limit expression access to types external in Roslyn?

How to find the value of an attribute constructor argument using Roslyn?

c# roslyn

Strategy for debugging C# analyzer

c# 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