-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Make "Polly" unsigned by default and migrate signed to "Polly-Signed" #5
Comments
Geoff, I am happy to go ahead with this change. My preference is for unsigned assemblies but at the time there were no Michael
|
* Add Polly.Net40Async project for async support - Polly.NET40Async references Nuget package Microsoft.Bcl.Async - Add conditional compiler constant SUPPORTS_ASYNC_40
Hi Michael,
I'd like to propose to introduce a breaking change where by Polly is not
strong named by default. i.e. increment the semver major.
The migration path for existing users who are using strong-names would to be to
migrate to a separate nuget package. i.e.
This is the path that other OSS packages are taking:
etc.
Important note Binding Redirect is not available w/clients that consume Portable Class Libraries:
Suplemental material:
Thoughts?
Geoff
The text was updated successfully, but these errors were encountered: