Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in roslyn

How to get reference to System.Collections for CSharpCompilation

.net-core roslyn

Code generation "Quick Actions" in Visual Studio 2022 no longer working in C#

Detecting implicit casts in a Roslyn diagnostic analyzer

c# roslyn

What are the effects of the "EnforceExtendedAnalyzerRules" flag in the project file

C# Source Generators debug in vscode

Getting generic arguments for SymbolCallerInfo in Roslyn

c# generics roslyn

What is the reason for passing SyntaxKind to factory methods of class Syntax?

c# roslyn

Create a Func<> with Roslyn

c# .net roslyn

How to configure Roslyn CustomWorkSpace not to cry for Visual Basic?

c# roslyn

Can we get System.Type from Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax?

How can I add getter and setter to PropertyDeclarationSyntax?

c# roslyn

Is it possible to include intellisense for the object global of globalsType in the RoslynPad RoslynCodeEditor control?

Roslyn get all solution project references

c# roslyn

Read *.csproj property values using Roslyn APIs?

c# roslyn

C# 6 safe navigation not working in VS2015 preview

c# roslyn c#-6.0

How do I get a Roslyn workspace from a VS package?

roslyn visual-studio-2015

How to turn off Visual Studio 2015 Roslyn error highlighting?

visual-studio-2015 roslyn

What is the most interesting and promising approach to implement a compiler in C#?

SyntaxRewriter.Visit* does not visit all nodes of type *

c# roslyn