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

Support Edit and Continue in generic context #11875

Closed
tmat opened this issue Jan 23, 2019 · 1 comment
Closed

Support Edit and Continue in generic context #11875

tmat opened this issue Jan 23, 2019 · 1 comment

Comments

@tmat
Copy link
Member

tmat commented Jan 23, 2019

Currently it is not possible to edit a generic method or add or update any method in a generic type.

Inability to apply edits in generic context is mainly limitation of the runtime. The compiler is capable of emitting the correct IL delta. The debugger also might need some work.

Limitations like this result in decreased productivity and thus dissatisfaction of customers that use EnC for fixing issues in complex apps that take a lot of effort to get to the state where the issue reproduces. See dotnet/roslyn#27976 for an example of customer feedback.

@tommcdon
Copy link
Member

Looks like a duplicate to #11036

@msftgits msftgits transferred this issue from dotnet/coreclr Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants