Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sourcegenerators

How Do I Transplant and Execute User Code in a C# Source Generator?

Roslyn Source Generator skipped because of trailing space in .cs file name [closed]

IntelliSense gives errors because it disregards (does not see) the source generator generated source, despite build gives no error

roslyn - how to unit test syntax analyzer in combination with source generator

c# roslyn sourcegenerators

Can a Source Generator tell if its being run for editor support (IntelliSense) or as part of an actual build?

Replacing Reflection with Source Generators

Why shouldn't I read files in a SourceGenerator?

c# roslyn sourcegenerators

How to Call Methods in the Setter Property of [ObservableProperty] in CommunityToolkit.MVVM?

Make diagnostic errors reported by a C# source generator appear in the Visual Studio editor

How can I make a Roslyn Analyzer project a transitive dependency?

generate source based on other assembly classes (c# source generator)

Disabling a specific C# 9 source generator

c# c#-9.0 sourcegenerators