Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Roslyn C# incrementing change

c# roslyn diagnostics

compile Xaml using roslyn to get *.g.cs file

c# wpf xaml roslyn

Using roslyn for hover over data for source tree symbols

c# intellisense roslyn

A Roslyn bug? On non-shared member, I'm getting error that I'm using 'shared member initializer'

Visual studio compile-time SQL validation

c# sql validation roslyn

Roslyn CodeFixProvider gives VS 2015 error

XML serialize Roslyn SyntaxTree?

Source code obfuscation [closed]

c# obfuscation roslyn

Get AST from .Net assembly without source code (IL code)

behavior of background compiler in visual studio 2015

Getting the fully qualified name of a type from a TypeInfo object

c# roslyn

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

c# .net roslyn

scriptcs hosting - Advantages over Roslyn

roslyn scriptcs