Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in roslyn

Insert new expression after statement via roslyn

c# roslyn

Roslyn - how to reliably format whitespace for a class

c# roslyn

How can I feed a loaded Assembly to a Roslyn Workspace in C#

Using Roslyn to parse a lambda expression of a runtime generated type

Are IEnumerable<T>, Task<T> and IDisposable hard coded in the C# compiler?

c# roslyn

Problem with using common .editorconfig file (imported in csproj) in Visual Studio 2019 Preview 4

Make diagnostic errors reported by a C# source generator appear in the Visual Studio editor

Can you transitition from a semantic symbol back to a syntax tree node using Roslyn?

.net roslyn

Partial enum compiled in runtime - alternative

c# roslyn

Keep structured trivia when removing a node

Remove Extraneous Semicolons in C# Using Roslyn - (replace w empty trivia)

c# .net roslyn

Closure allocations in C#

c# closures roslyn cil

Disable "Name can be simplified" IDE0003 fix hint

"Avoid allocations in compiler hot paths" Roslyn Coding Conventions