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

Enable EnC and EE scenarios for generating metadata for IsReadOnlyAttribute #19274

Closed
OmarTawfik opened this issue May 4, 2017 · 1 comment
Closed

Comments

@OmarTawfik
Copy link
Contributor

Work is done for compilation in #18715. We need to make sure it is true for both EnC and EE as well:

  1. Generating IsReadOnly attribute if needed.
  2. Evaluating ref-readonly-ness from source if necessary.
  3. Overload resolution on such parameters.
  4. Using attributes from referenced assemblies vs generating a new one.

Related to #17287 and #19216

@OmarTawfik OmarTawfik added Area-Compilers Feature - Readonly References Readonly References Test Test failures in roslyn-CI labels May 4, 2017
@jcouv jcouv added this to the 15.6 milestone Jun 7, 2017
@OmarTawfik OmarTawfik modified the milestones: 15.5, 15.later Oct 3, 2017
@OmarTawfik OmarTawfik reopened this Oct 3, 2017
@OmarTawfik OmarTawfik removed their assignment Oct 3, 2017
@OmarTawfik OmarTawfik added Interactive-EnC and removed Area-Compilers Test Test failures in roslyn-CI labels Oct 3, 2017
@OmarTawfik
Copy link
Contributor Author

Replaced by #22518

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

No branches or pull requests

4 participants