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

chore: Reduce dependency on MEL -> MELA #176

Conversation

austindrenski
Copy link
Member

Ran across this while working on #264, but tldr; libraries don't need the implementation package, so reduce to the abstractions package to remove transitive dependencies on:

  • Microsoft.Extensions.DependencyInjection
  • Microsoft.Extensions.Options
  • (and a few others depending on the TFM)

@austindrenski austindrenski requested a review from a team as a code owner January 16, 2024 18:46
Copy link

codecov bot commented Jan 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e8ca1da) 94.30% compared to head (36791a6) 94.73%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     open-feature/dotnet-sdk-contrib#176      +/-   ##
==========================================
+ Coverage   94.30%   94.73%   +0.42%     
==========================================
  Files          21       23       +2     
  Lines         650      931     +281     
  Branches       54       93      +39     
==========================================
+ Hits          613      882     +269     
- Misses         23       29       +6     
- Partials       14       20       +6     

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

Ran across this while working on open-feature/dotnet-sdk-contrib#127,
but tldr; libraries don't need the implementation package, so reduce
to the abstractions package to remove transitive dependencies on:

- Microsoft.Extensions.DependencyInjection
- Microsoft.Extensions.Options
- (and a few others depending on the TFM)

Signed-off-by: Austin Drenski <[email protected]>
@austindrenski austindrenski force-pushed the shrink-microsoft-extensions-logging-dep branch from 52a4b6e to 36791a6 Compare January 16, 2024 18:54
@austindrenski austindrenski changed the title Reduce dependency on MEL -> MELA chore: Reduce dependency on MEL -> MELA Jan 16, 2024
@toddbaert toddbaert merged commit a6062fe into open-feature:main Jan 16, 2024
11 checks passed
@austindrenski austindrenski deleted the shrink-microsoft-extensions-logging-dep branch January 16, 2024 20:32
@austindrenski austindrenski self-assigned this Jan 18, 2024
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.

2 participants