Skip to content

Conversation

ReubenBond
Copy link
Member

Fixes #1782.

Simple change, we use GetTypeInfo() to when creating the field accessors for generated serializer classes.

Since GetTypeInfo is an extension method, we also import System.Reflection. This is not anticipated to cause any ambiguity since we use fully qualified type names everywhere. If this becomes a problem we can certainly call GetTypeInfo as a static/non-extension method.

@ReubenBond ReubenBond added this to the CoreCLR milestone May 23, 2016
@jdom
Copy link
Member

jdom commented May 23, 2016

@dotnet-bot retest Windows Debug and Release please
// Previous failure: http://dotnet-ci.cloudapp.net/job/dotnet_orleans/job/innerloop_prtest/1414/
// Retest reason:

@jdom jdom merged commit 705a8ae into dotnet:master May 24, 2016
@jdom
Copy link
Member

jdom commented May 24, 2016

Thanks @ReubenBond for the quick turnaround :)

@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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants