6 questions
0
votes
1
answer
101
views
Source generation with IncrementalGenerator not running
I've tried following multiple examples (like Shawn Wildermuth's youtube video), but I simply cannot get the most basic IncrementalGenerator to work.
I have two projects, a console project
<Project ...
1
vote
1
answer
169
views
Copying source file from a source generator into the compilation with RegisterPostInitializationOutput
I am authoring an incremental source generator which uses a marker attribute to control the source generation, which is configured via an enum parameter passed to the attribute's constructor, such as:
...
0
votes
0
answers
225
views
Nodes not found in System.Text.Json when using IncrementalGenerator
i have made an extension du jsonNode by using IIncrementalGenerator. The purpose of the generator is search an Attribute named JsonAccessor, and passes the argmuent attribute to the underneath method. ...