Search code examples
Is there a way to use Roslyn in Unity?...

c#.netunity-game-engineroslyn

Read More
Getting '"Microsoft.CSharp.Core.targets" was not found' when compiling with Micros...

c#buildroslyn

Read More
Change ArgumentSyntax and VariableDeclaratorSyntax to InvocationExpression...

c#stringcompilationroslyn

Read More
Roslyn Analyzer: How to handle a side effect of renaming classes...

roslynroslyn-code-analysis

Read More
C# Roslyn Analyzer Project does not want to work with classes and methods from a referenced project....

c#roslyn

Read More
How do I use a property to initialize another property?...

c#constructorpropertiesroslync#-6.0

Read More
How get default namespace of project with roslyn?...

c#namespacesroslyn

Read More
Roslyn Code refactoring VSIX project -- How to add more to the VSIX?...

visual-studiovsixroslyn

Read More
How do I disable all Roslyn Code Analyzers?...

c#visual-studiovisual-studio-2015roslynanalyzer

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

roslynvisual-studio-2019editorconfig

Read More
How to reference local assemblies in roslyn analyzer tests?...

c#roslynroslyn-code-analysis

Read More
Is there a technical reason why code analysis can't figure out that this variable has been set?...

c#.netroslynroslyn-code-analysismicrosoft.codeanalysis

Read More
Roslyn workspace API not loading properly for a third-party solution...

c#msbuildroslynroslyn-code-analysis

Read More
Roslyn compiler does not see references...

c#.net-core.net-6.0roslyn

Read More
Why does nullability check not work with value types?...

c#visual-studioroslynnullablenullable-reference-types

Read More
Can a source generator generate methods with anonymous types as parameters?...

c#roslynsourcegenerators

Read More
Roslyn: is ISymbol.GetAttributes returns inherited attributes...

roslynroslyn-code-analysis

Read More
Roslyn workspace for .NET Core's new .csproj format...

.net-coreroslyn

Read More
`Add-Type` C# 6+ features throwing errors...

c#powershellroslyn

Read More
why is cmp + je in every method in C# JIT assembly code in Debug build...

c#.netassemblycompiler-optimizationroslyn

Read More
Roslyn - Property declaration parse errors...

c#parsingroslyn

Read More
Set a value to a field in a compiled assembly from an object that exists outside the compiled assemb...

vb.net.net-6.0roslynroslyn-code-analysiscodedom

Read More
How can I qualify symbols within a Roslyn syntax with a CSharpSyntaxRewriter?...

c#.netroslynsourcegenerators

Read More
How get BaseType from IdentifierNameSyntax...

c#roslyn

Read More
How do I check with Roslyn if a Type is a Nullable Reference...

c#roslynroslyn-code-analysisnullable-reference-types

Read More
Generate a 'readonly record struct' using Roslyn...

c#.netroslyncode-analysis.net-7.0

Read More
Roslyn warning compiling .Net Framework app...

c#.netroslyn.net-4.8

Read More
How to add "details" into dynamically compiled DLL with Roslyn?...

c#roslyn.net-7.0

Read More
CIL shows `box` ops when the generic type is constrained to a class...

c#roslyncilboxing.net-8.0

Read More
Get fully-qualified metadata name in Roslyn...

c#roslyn

Read More
BackNext