Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
101 views

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 ...
Valyrion's user avatar
  • 2,652
1 vote
1 answer
169 views

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: ...
monkey0506's user avatar
  • 2,627
0 votes
0 answers
225 views

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. ...
Didier Jacquart's user avatar