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

Metadata: make ClrType readonly #4934

Closed
AndriySvyryd opened this issue Mar 30, 2016 · 0 comments
Closed

Metadata: make ClrType readonly #4934

AndriySvyryd opened this issue Mar 30, 2016 · 0 comments
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-bug
Milestone

Comments

@AndriySvyryd
Copy link
Member

This referes to IMutableEntityType.ClrType and IMutableProperty.ClrType. This will allow to remove ICanFindEntityType.AddEntityType and make the code simpler.

@rowanmiller rowanmiller added this to the 1.0.0 milestone Apr 4, 2016
AndriySvyryd added a commit that referenced this issue Apr 14, 2016
…eProperty.IsShadowProperty readonly

Properties added using EntityTypeBuilder will always be non-shadow if the name matches a CLR property.
Properties added using EntityType can be shadow even if the name matches a CLR property.

Fixes #4934
Fixes #4714
AndriySvyryd added a commit that referenced this issue Apr 15, 2016
…eProperty.IsShadowProperty readonly

Properties added using EntityTypeBuilder will always be non-shadow if the name matches a CLR property.
Properties added using EntityType can be shadow even if the name matches a CLR property.

Fixes #4934
Fixes #4714
AndriySvyryd added a commit that referenced this issue Apr 15, 2016
…eProperty.IsShadowProperty readonly

Properties added using EntityTypeBuilder will always be non-shadow if the name matches a CLR property.
Properties added using EntityType can be shadow even if the name matches a CLR property.

Fixes #4934
Fixes #4714
@AndriySvyryd AndriySvyryd removed their assignment May 11, 2016
@ajcvickers ajcvickers added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-bug
Projects
None yet
Development

No branches or pull requests

3 participants