Re: #62105 (comment).
In the upcoming .NET 7, we have [GeneratedDllImport] and [RegexGenerator] attributes to annotate partial methods for source generators.
It would be nice to match their names at this early stage, preferably by renaming [GeneratedDllImport] to [DllImportGenerator].
Re: #62105 (comment).
In the upcoming .NET 7, we have
[GeneratedDllImport]and[RegexGenerator]attributes to annotate partial methods for source generators.It would be nice to match their names at this early stage, preferably by renaming
[GeneratedDllImport]to[DllImportGenerator].