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

Make generated resource helpers public #1064

Merged
merged 1 commit into from
Nov 17, 2014
Merged

Make generated resource helpers public #1064

merged 1 commit into from
Nov 17, 2014

Conversation

bricelam
Copy link
Contributor

...and remove reflection-based access to them.

Resolves #804

...and remove reflection-based access to them.
@@ -140,7 +141,7 @@ public virtual IEnumerable<IForeignKey> GetReferencingForeignKeys(IProperty prop
return EntityTypes.SelectMany(e => e.ForeignKeys.Where(f => f.ReferencedProperties.Contains(property))).ToArray();
}

public virtual string StorageName { get; [param: CanBeNull] set; }
public virtual string StorageName { get;[param: CanBeNull] set; }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yuk. This might be a Roslyn/VS2015 bug.

@ajcvickers
Copy link
Member

:shipit:

@bricelam bricelam merged commit 9f04089 into dotnet:dev Nov 17, 2014
@bricelam bricelam deleted the resx branch November 17, 2014 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants