Skip to content

NH-4020 - Use .netstandard compatible CreateTypeInfo() #634

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

Merged
merged 1 commit into from
May 30, 2017

Conversation

ngbrown
Copy link
Contributor

@ngbrown ngbrown commented May 30, 2017

NH-4020

TypeBuilder.CreateType() is now TypeBuilder.CreateTypeInfo(). Switched cached System.Type to System.Reflection.TypeInfo

This will be needed for the .netstandard version and is compatible with .NET 4.61.

TypeBuilder.CreateType() is now TypeBuilder.CreateTypeInfo()
Switched cached System.Type to System.Reflection.TypeInfo
@ngbrown ngbrown mentioned this pull request May 30, 2017
29 tasks
Copy link
Member

@hazzik hazzik left a comment

Choose a reason for hiding this comment

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

LGTM

@fredericDelaporte fredericDelaporte added this to the 5.0.0 milestone May 30, 2017
@fredericDelaporte fredericDelaporte merged commit ab42cdc into nhibernate:master May 30, 2017
@ngbrown ngbrown deleted the NH-4020 branch June 27, 2017 04:54
@hazzik hazzik added the r: Fixed label Aug 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants