Skip to content

Conversation

@martintmk
Copy link
Contributor

@martintmk martintmk commented Jun 27, 2023

Details on the issue fix or feature implementation

I am dropping some #ifdef for older framework since in #1144 we are unifying the package dependencies anyway.

Confirm the following

  • I started this PR by branching from the head of the default branch
  • I have targeted the PR to merge into the default branch
  • I have included unit tests for the issue/feature
  • I have successfully run a local build

@martintmk martintmk added the v8 Issues related to the new version 8 of the Polly library. label Jun 27, 2023
@martintmk martintmk added this to the v8.0.0 milestone Jun 27, 2023
<ItemGroup Condition="!$([MSBuild]::IsTargetFrameworkCompatible($(TargetFramework), 'netcoreapp3.1'))">
<PackageVersion Include="Microsoft.Extensions.Options" Version="2.2.0" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.0" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This won't cause an issue for any of the older TFMs?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It shouldn't and if we find so it will be fixed in 8.0.0 version that we will reference on every TFM anyway.

@codecov
Copy link

codecov bot commented Jun 27, 2023

Codecov Report

Merging #1359 (d5cdb92) into main (67d72b0) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1359   +/-   ##
=======================================
  Coverage   83.51%   83.51%           
=======================================
  Files         268      268           
  Lines        6362     6362           
  Branches      999      999           
=======================================
  Hits         5313     5313           
  Misses        840      840           
  Partials      209      209           
Flag Coverage Δ
linux 83.51% <ø> (ø)
macos 83.51% <ø> (ø)
windows 83.51% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v8 Issues related to the new version 8 of the Polly library.

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants