Skip to content

Conversation

dcabib
Copy link
Contributor

@dcabib dcabib commented Sep 12, 2025

Removes .NET 6 support as requested in #749

  • removed all net6.0 target frameworks
  • cleaned up conditional compilation blocks
  • simplified code by removing version checks
  • updated e2e tests to only use net8.0 functions

All unit tests pass (1,362 tests). E2E test failures are expected due to missing deployed functions.

Fixes #749

- removed all net6.0 target frameworks
- cleaned up conditional compilation blocks
- simplified code by removing version checks
- updated e2e tests to only use net8.0 functions

fixes aws-powertools#749
@boring-cyborg boring-cyborg bot added area/idempotency area/logging Core logging utility area/metrics Core metrics utility area/parameters area/tracing Core tracing utility tests labels Sep 12, 2025
@pull-request-size pull-request-size bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Sep 12, 2025
Copy link

codecov bot commented Sep 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.90%. Comparing base (d338dc8) to head (863e13b).
⚠️ Report is 10 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #995      +/-   ##
===========================================
- Coverage    78.02%   77.90%   -0.12%     
===========================================
  Files          287      287              
  Lines        11466    11444      -22     
  Branches      1349     1346       -3     
===========================================
- Hits          8946     8916      -30     
- Misses        2091     2098       +7     
- Partials       429      430       +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@boring-cyborg boring-cyborg bot added github-actions Changes in GitHub workflows internal Maintenance changes labels Sep 15, 2025
Copy link

Copy link
Contributor

@hjgraca hjgraca left a comment

Choose a reason for hiding this comment

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

Great work @dcabib !! GTM

@hjgraca hjgraca merged commit 4c3c3ce into aws-powertools:develop Sep 16, 2025
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/idempotency area/logging Core logging utility area/metrics Core metrics utility area/parameters area/tracing Core tracing utility github-actions Changes in GitHub workflows internal Maintenance changes size/L Denotes a PR that changes 100-499 lines, ignoring generated files. tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Maintenance: Deprecate .NET 6

4 participants