How to build Roslyn Source Generator pipeline that depends on config options passed from host?...
Read MoreSource generator - method of getting all implementations of a symbol (including dependent assemblies...
Read MoreCan't use analyzer in nuget package - An instance of analyzer cannot be created from DLL...
Read MoreError RS1035 "The symbol is banned for use by analyzers" while using GeneratorExecutionCon...
Read MoreDo ref parameters need special handling in source generated native marshaling?...
Read MoreFind modifiers with roslyn at semantic level...
Read MoreUse System.Text.Json source generator with custom JsonConverter...
Read Moreroslyn - how to unit test syntax analyzer in combination with source generator...
Read MoreIIncrementalGenerator Not Generating Code in Referencing Project...
Read MoreHow to use the source generators from CommunityToolkit.Mvvm for a .NET Framework 4.7.2 WPF Applicati...
Read MoreIncremental generator produces duplicate filename...
Read MoreDefault serialization option for reference handler while setting up JsonSerializerContext...
Read Morec# Source generator not working in pipeline...
Read MoreSource Generators for class library project in c#...
Read MoreIs there a C# source generator which updates/adds arguments to a function?...
Read MoreSource Generator Running on Indirectly Associated Projects...
Read MoreSource Generator won't see dependent project's classes...
Read MoreI created a c# Roslyn source generator and a test, the generator works but the test doesn't find...
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 MoreSource Generators dependencies not loaded in Visual Studio...
Read MoreIntellisense not seeing source generated from a local C# source generator...
Read MoreC# IncrementalSourceGenerator EmitCompilerGeneratedFiles fails on second compile as members is alrea...
Read MoreHow do C#'s IIncrementalGenerators know if the compiler is doing an optimised build?...
Read MoreRight way to generate shared code in source generators...
Read MoreWhy does JsonSerializerContext generate empty JSON for a model containing [ObservableProperty] prope...
Read MoreHow to access the syntax tree generated in another file in C# source generator?...
Read MoreWhat is the max C# version a source generator library can target?...
Read MoreHow to Call Methods in the Setter Property of [ObservableProperty] in CommunityToolkit.MVVM?...
Read More