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

refactor: Add TFMs for net{6,7,8}.0 #172

Merged

Conversation

austindrenski
Copy link
Member

@austindrenski austindrenski commented Jan 11, 2024

As a consumer of the OpenFeature SDK, I want OpenFeature.dll to be built and tested against all of the supported TFMs that my projects might encounter in the wild.

This PR:

  1. Updates the global.json to 8.0.100
  2. Updates workflows using only 7.0.x to instead resolve based on global.json
  3. Updates the project(s) TFMs to include net6.0, net7.0, and net8.0
    • net6.0 is EOL in 2024-11-12
    • net7.0 is EOL in 2024-05-14

Fixes: #160, #169

@austindrenski austindrenski requested a review from a team as a code owner January 11, 2024 20:13
Copy link

codecov bot commented Jan 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c1a189a) 94.73% compared to head (f93659a) 94.73%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #172   +/-   ##
=======================================
  Coverage   94.73%   94.73%           
=======================================
  Files          23       23           
  Lines         931      931           
  Branches       93       93           
=======================================
  Hits          882      882           
  Misses         29       29           
  Partials       20       20           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@austindrenski austindrenski force-pushed the add-tfms-for-net6.0-net7.0-net8.0 branch from a6b1faa to 1be951d Compare January 11, 2024 20:15
Copy link
Member

@benjiro benjiro left a comment

Choose a reason for hiding this comment

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

I'm fine with this probably a bigger question currently we aren't really using any features above .netstandard2.0 so targeting net6,7,8 is really pointless because there is no runtime benefit. I guess in the future we can look at optimisations and utilize some of the new runtime feature were available

.github/workflows/ci.yml Show resolved Hide resolved
@austindrenski austindrenski force-pushed the add-tfms-for-net6.0-net7.0-net8.0 branch from 1be951d to f93659a Compare January 16, 2024 19:53
@toddbaert toddbaert merged commit cf2baa8 into open-feature:main Jan 16, 2024
10 checks passed
@austindrenski austindrenski deleted the add-tfms-for-net6.0-net7.0-net8.0 branch January 16, 2024 20:18
@austindrenski austindrenski self-assigned this Jan 18, 2024
arttonoyan pushed a commit to arttonoyan/dotnet-sdk that referenced this pull request Nov 17, 2024
Signed-off-by: Austin Drenski <[email protected]>
Signed-off-by: Artyom Tonoyan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants