Search code examples
Adding class members into specific locations using Roslyn?...


c#roslyn

Read More
Only RemoveNode or ReplaceNode works, but not both at the same time...


c#roslyn

Read More
How does the C# compiler resolve types before applying a binary operator?...


c#compiler-constructionroslynexpression-trees

Read More
Pass array as input parameter in CSharpScript...


c#.netreflectionroslyncsharpscript

Read More
Should a Source Generator be in its own assembly?...


c#.netroslyn

Read More
Why can't I import a C# namespace in interactive mode in VS2017?...


c#.netvisual-studioroslynvisual-studio-2017

Read More
.NET 6 Source Generator => TypeDeclarationSyntax get Members of Base Type...


.netroslynsourcegenerators

Read More
Can't access arguments of attribute from system library using source generator...


c#roslynsourcegeneratorscsharp-source-generator

Read More
SourceGenerator Get all classes which implement an interface decorated by an attribute...


c#.netroslynsourcegenerators

Read More
String interpolation cannot be recognized in visual studio when .net framework is set to 4.6.2...


c#.netvisual-studioroslync#-6.0

Read More
C# Roslyn Compiler - How to get namespace of a type from IdentifierNameSyntax?...


c#roslynroslyn-code-analysis

Read More
In Roslyn API what the Speculative Semantic Model is?...


roslyn

Read More
Configure StyleCop Analyzers (Roslyn) in Rider...


roslynjetbrains-ideriderstylecop

Read More
How to detect code running forever when using CSharpScript.EvaluateAsync?...


c#roslyn

Read More
Usings before/after file-scoped namespace...


c#roslync#-10.0

Read More
Adding references in Roslyn. ERROR: FileNotFoundException: Could not load file or assembly...


c#roslyn

Read More
How do I get AttributeData from AttributeSyntax in Roslyn?...


c#roslyn

Read More
Filezilla + hostgator transfer failed rosyln...


asp.net-mvcroslynfile-transferfilezillacsc

Read More
Visual C# Compiler (csc) unable to compile programs with latest language features...


c#.net.net-coreroslyn

Read More
How can one analyze the contents of an compiled .net.core assembly...


.net-coreroslynsystem.reflection

Read More
Visual Studio error ENC0039: What's the rationale behind it?...


c#visual-studioroslyn

Read More
What's the best way to check source code lines for exceeding line length with Roslyn Analyzer?...


c#.netroslynroslyn-code-analysis

Read More
Is Roslyn ready for C# 10?...


c#roslync#-10.0

Read More
Roslyn compilation - how to reference a .NET Standard 2.0 class library...


c#roslyn

Read More
What's the best way to format a SyntaxTree in memory?...


c#roslyn

Read More
The type 'Component' is defined in an assembly that is not referenced. You must add a refere...


c#asp.net-coreroslyn

Read More
Why is SyntaxFactory.ParseStatement Only Running the First Line of Code?...


c#roslyn

Read More
Reliably compare type symbols (ITypeSymbol) with Roslyn...


c#.netroslynroslyn-code-analysis

Read More
C#: Execute Code from String and Reference Local Variable...


c#roslyn

Read More
What's the difference between dotnet_diagnostics and equivalent rules under dotnet_style_, cshar...


visual-studioroslyneditorconfig

Read More
BackNext