Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

[1.1.3] Ignore assembly version when activating DataProtection types from string #269

Merged
merged 1 commit into from
Aug 28, 2017

Conversation

natemcmaster
Copy link
Contributor

This is a port of #223 from the 2.0.0 release. It resolves an issue caused by activating types by type name. Type.GetType enforces the assembly version. This change strips assembly version before attempting to re-create DataProtection types.

Resolves #265

Manually verified: https://gist.github.com/natemcmaster/74e90b855d3d1c09aad11b683150d411

@pakrym
Copy link
Contributor

pakrym commented Aug 28, 2017

If it works :)

…ing on .NET Framework.

This is a port of #223 from the 2.0.0 release. It resolves an issue caused by activating types by type name. Type.GetType enforces the assembly version. This change strips assembly version before attempting to re-create DataProtection types.
@natemcmaster natemcmaster force-pushed the namc/type-activation-11 branch from 0b1fc29 to 257c7d7 Compare August 28, 2017 18:30
@natemcmaster natemcmaster merged commit 257c7d7 into rel/1.1.3 Aug 28, 2017
@natemcmaster natemcmaster deleted the namc/type-activation-11 branch August 28, 2017 18:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants