Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in roslyn

Using Roslyn for C#, how do I get a list of all properties that compose a return type?

c# roslyn

Why does the IL set this value twice?

c# roslyn cil c#-6.0

What's the (official) term for a type's type?

c# types metadata naming roslyn

Why use a ConcurrentQueue in this case?

c# roslyn

New C# 6 object initializer syntax?

c# roslyn c#-6.0

How to write a roslyn analyzer that references a dotnet standard 2.0 project

C# interactive window in Visual Studio 2015 CTP 6

How to force CSharpCodeProvider to compile for a specific target framework?

c# roslyn codedom

Search and replace C# expression

c# regex visual-studio roslyn

Accessing config file from c# interactive window

Roslyn compilation doesn't resolve mscorlib references

c# roslyn

Accessing VS complete solution in roslyn

How to use a Roslyn scripting submission as an assembly in other Roslyn compilations

c# .net .net-assembly roslyn

C# Static Analysis, possible values for a variable/parameter

Import Project to Immediate

How to collect all MethodDeclarationSyntax transitively with Roslyn?

c# roslyn

Built-in C#/VB.Net editor with intellisense - Roslyn, VSTA, or something else?

c# vb.net roslyn vsta