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

Revert "Use short assembly name during serialization to avoid versioning problems" #34

Merged

Conversation

heynickc
Copy link
Contributor

Reverts #28. During the process of targeting .NET Standard 1.6, we found that the signature being used for Type.GetType in this PR isn't available in netstandard1.6. We made an attempt to use compiler directives to enable this feature for net45 compilation only, but there is the potential for inconsistent wire format across netstandard1.6 and net45 versions of the assembly if we do that. Plan is to get .NET Core up and running and then come back to making this feature compatible with netstandard1.6.

@Aaronontheweb Aaronontheweb merged commit 8d65cfd into akkadotnet:dev Feb 23, 2017
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