How to build Roslyn Source Generator pipeline that depends on config options passed from host?...
Read MoreWhen using CSharpCompilation the diagnostics messages report non-breaking spaces in file as error...
Read MoreFind modifiers with roslyn at semantic level...
Read MoreCan I suppress custom compiler errors with Roslyn?...
Read MoreWhat's the difference between .NET CoreCLR, CoreRT, Roslyn and LLILC?...
Read Moreroslyn - how to unit test syntax analyzer in combination with source generator...
Read MoreIIncrementalGenerator Not Generating Code in Referencing Project...
Read MoreHow to add a custom code analyzer to a project without NuGet or VSIX?...
Read MoreRoslyn analyzer for checking syntax of SQL literals in VS2022?...
Read MoreDelegate caching behavior changes in Roslyn...
Read MoreC# LSP "Message header must separate key and value using ':'" error during initial...
Read MoreCompilationErrorException when including System.Linq in Roslyn CP2...
Read MoreRoslyn code fix: create method with single-line comment...
Read MoreIncremental generator produces duplicate filename...
Read MoreHow to navigate to a definition of a Symbol located in the external assembly...
Read MoreSource Generator Running on Indirectly Associated Projects...
Read MoreSuppressing issues from Roslyn code Analyzers...
Read MoreWhat version of C# stopped requiring protected interface members to be implemented explicitly?...
Read MoreHow to use internal Roslyn classes?...
Read MoreI created a c# Roslyn source generator and a test, the generator works but the test doesn't find...
Read MoreHow to run Roslyn instead csc.exe from command line?...
Read MoreFind all derived classes in a source generator...
Read MoreDetect array type in source generator...
Read MoreDetect nullable enum type in source generator...
Read MoreImplicit conversion when calling an extension method not possible...
Read MoreRoslyn - Create MetadataReference from in-memory assembly...
Read MoreIntellisense not seeing source generated from a local C# source generator...
Read MoreHow to add a trailing end of line to AttribueList using Roslyn CTP...
Read More