roslyn icon indicating copy to clipboard operation
roslyn copied to clipboard

New generator apis

Open chsienki opened this issue 3 weeks ago • 2 comments

Adds APIs to convert ISourceGenerators to IIncrementalGenerators and allows the generator driver to only update a sub-set of generators via a new filter parameter.

Fixes https://github.com/dotnet/roslyn/issues/74039 Fixes https://github.com/dotnet/roslyn/issues/74086

chsienki avatar Jun 24 '24 17:06 chsienki