Source Generator - File path the source code is located...
Read MoreSource generator project compiles using `dotnet build` but not in Visual Studio?...
Read MoreUsing [NotifyPropertyChangedFor()] source generator on ObservableCollection is not updating UI...
Read MoreI am having an issue with using Source Generator from the Community.Toolkit.MVVM in a multi tiered a...
Read MoreCan a source generator generate methods with anonymous types as parameters?...
Read MoreHow can I qualify symbols within a Roslyn syntax with a CSharpSyntaxRewriter?...
Read MoreHow to find issue that causes a source generator compile exception?...
Read MoreHow Do I Transplant and Execute User Code in a C# Source Generator?...
Read MoreGetOperation returning null for VariableDeclaratorSyntax, VariableDeclarationSyntax, and FieldDeclar...
Read MoreIncrementalGenerator Generated Source Not Available...
Read MoreWhy shouldn't I read files in a SourceGenerator?...
Read MoreSource Generators: How can I prevent the instantiation of a base class declared as "partial&quo...
Read MoreC# source generators: How to debug compiler errors in the generated code?...
Read MoreIs there an efficient way to Generate Folders using compiled-time source generator in c#?...
Read MoreHow to unit test SourceGenerator?...
Read MoreUsing Source Generator to create simpler method overload...
Read MoreAdd non-C# files in source generators...
Read MoreC# Incremental Generator - How I can read additional files? AdditionalTextsProvider not working as e...
Read MoreIs an ISymbol from different compilations considered equal in an IIncrementalGenerator...
Read MoreSet a maximum count for parent-child object initialization c#...
Read MoreRunning and referencing a source generator library locally from a cloned repository...
Read MoreRead parameters of attribute created by source generator...
Read MoreHow to Find File Path of Class Declaration in a Source Generator...
Read MoreWhat are the .NET 5 Source generators?...
Read MoreController created with .Net source generator is not accessible or visible in Swagger docs...
Read MoreIs it possible to generate source based on syntax tree generated by another generator?...
Read More.NET 6 Source Generator => TypeDeclarationSyntax get Members of Base Type...
Read MoreCan't access arguments of attribute from system library using source generator...
Read MoreSourceGenerator Get all classes which implement an interface decorated by an attribute...
Read MoreC# source generators: Is there a way to find type information of referenced projects?...
Read More