Skip to content
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

EnC: Report rude edit when compiler adds synthesized types to the compilation and runtime does not support adding types #54676

Closed
tmat opened this issue Jul 8, 2021 · 2 comments · Fixed by #55876

Comments

@tmat
Copy link
Member

tmat commented Jul 8, 2021

No description provided.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Interactive untriaged Issues and PRs which have not yet been triaged by a lead labels Jul 8, 2021
@jinujoseph jinujoseph added Concept-Continuous Improvement and removed untriaged Issues and PRs which have not yet been triaged by a lead labels Jul 9, 2021
@jinujoseph jinujoseph added this to the 17.0 milestone Jul 9, 2021
@davidwengier
Copy link
Contributor

We do this for some things already (eg lambda helper types), but the compiler will also emit attributes for various reasons, so there is more to do.

@davidwengier
Copy link
Contributor

Need to check the new C# 10 synthesized delegates too, which the compiler will create if it can't find an appropriate Func or Action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants