-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EventSource source generator should mark both source and IL as autogenerated #64563
Comments
Tagging subscribers to this area: @tarekgh, @tommcdon, @pjanotti, @safern Issue DetailsPer #64541, it should emit Our other generators do this; this enables tooling and servicing scenarios. eg regex generator runtime/src/libraries/System.Text.RegularExpressions/gen/RegexGenerator.Emitter.cs Lines 27 to 31 in 9df2832
|
I'm working on it. |
Per #64541, it should emit
<autogenerated>
into the source and also[GeneratedCodeAttribute...]
for the IL.Our other generators do this; this enables tooling and servicing scenarios.
eg regex generator
runtime/src/libraries/System.Text.RegularExpressions/gen/RegexGenerator.Emitter.cs
Lines 27 to 31 in 9df2832
The text was updated successfully, but these errors were encountered: