aspnet/DataProtection

[1.0.x] Version-insensitive type activation on .NET Framework

natemcmaster opened this issue · 5 comments

Consider backporting the fix for #187 to 1.x. The fix was added to 2.0.0 in this PR: #223

cc @Eilon

This issue impacts the ability of 2.0 and 1.1 apps to share auth cookies. (Or 1.1 and 1.0 apps for that matter.) https://github.com/aspnet/Release/issues/181

Eilon commented

Changed this bug to be 1.0.x-specific, and logged #265 to be 1.1.x-specific. That way we make sure to fix it everywhere (if we take this fix).

For future reference: please don't set any labels, the triage team will do that.

Eilon commented

This patch is approved for 1.0.x. Please follow the patch creation instructions that were sent by email, and submit a PR to the correct branch.

Eilon commented

@natemcmaster all yours.

Resolved in #268. This fix will be in the 1.0.4 patch update of DataProtection (when that is released).