Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sourcegenerators

net 8.0: migrating from serialization to source generators

Right way to generate shared code in source generators

Roslyn source generator is "ignored"?

How to debug Roslyn source generator in VS 2022?

What are the .NET 5 Source generators?

c# .net 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