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

Merge v7.0.0 to master for v7.0.0 release #581

Merged
merged 41 commits into from
Feb 9, 2019
Merged

Merge v7.0.0 to master for v7.0.0 release #581

merged 41 commits into from
Feb 9, 2019

Conversation

reisenberger
Copy link
Member

v7.0.0

reisenberger and others added 30 commits December 30, 2018 12:23
…issue 550).

Remove PORTABLE compilation switches; they are a leftover from when Polly had a wider number of compilation targets.
Fixes #520 to enable the use of IEnumerable<KeyValuePair<TKey, IsPolicy>> in the IReadOnlyPolicyRegistry interface.

This also allows the .Net collection initializer syntax to be used with the concrete `PolicyRegistry` implementation.
Changed lincenseUrl to license, as described in #560
Added expression bodied members, null-ref checks (bulkhead policy)
Added expression-bodied members (cache policy)
@reisenberger reisenberger added this to the v7.0.0 milestone Feb 9, 2019
@reisenberger reisenberger changed the title Merge v7.0.0 to master Merge v7.0.0 to master for v7.0.0 release Feb 9, 2019
@reisenberger reisenberger merged commit 1a351a8 into master Feb 9, 2019
@reisenberger reisenberger deleted the v700 branch March 13, 2019 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment