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

CodeGen: fix check on parameters to generic types with serializers #2575

Merged
merged 1 commit into from
Jan 9, 2017

Conversation

ReubenBond
Copy link
Member

Fixes #2433.

The issue was that our check to see if a type already has a serializer wasn't checking if each of the generic type parameters also had serializers, so accessibility checks were broken for those types.

@sergeybykov sergeybykov merged commit b395076 into dotnet:master Jan 9, 2017
@ReubenBond ReubenBond deleted the fix-codegen-2433 branch January 9, 2017 21:06
@github-actions github-actions bot locked and limited conversation to collaborators Dec 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants