Skip to content

Conversation

@hjgraca
Copy link
Contributor

@hjgraca hjgraca commented Dec 18, 2025

Please provide the issue number

Issue number: #1103

Summary

Changes

  • Add .NET 10.0.x to build, examples-tests, and publish-artifacts workflows
  • Remove explicit TargetFrameworks declarations from project files to use Directory.Build.props
  • Update EventHandler, Kafka, and Metrics packages to inherit framework targets
  • Remove verbose flag from test command to reduce output noise
  • Consolidate framework configuration management across all libraries and tests
  • Enable .NET 10.0 support while maintaining backward compatibility with .NET 8.0

User experience

Please share what the user experience looks like before and after this change

Checklist

Please leave checklist items unchecked if they do not apply to your change.

Is this a breaking change?

RFC issue number:

Checklist:

  • Migration process documented
  • Implement warnings (if it can live side by side)

Acknowledgment

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

- Add .NET 10.0.x to build, examples-tests, and publish-artifacts workflows
- Remove explicit TargetFrameworks declarations from project files to use Directory.Build.props
- Update EventHandler, Kafka, and Metrics packages to inherit framework targets
- Remove verbose flag from test command to reduce output noise
- Consolidate framework configuration management across all libraries and tests
- Enable .NET 10.0 support while maintaining backward compatibility with .NET 8.0
@boring-cyborg boring-cyborg bot added area/metrics-aspnetcore github-actions Changes in GitHub workflows internal Maintenance changes tests labels Dec 18, 2025
@pull-request-size pull-request-size bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Dec 18, 2025
@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented Dec 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.22%. Comparing base (5e8acac) to head (940ff29).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1105      +/-   ##
===========================================
+ Coverage    78.95%   79.22%   +0.27%     
===========================================
  Files          299      299              
  Lines        12435    12435              
  Branches      1489     1489              
===========================================
+ Hits          9818     9852      +34     
+ Misses        2140     2128      -12     
+ Partials       477      455      -22     

☔ 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.

@hjgraca hjgraca merged commit f7b8f22 into develop Dec 19, 2025
12 checks passed
@hjgraca hjgraca deleted the chore/dotnet10-support branch December 19, 2025 12:51
@hjgraca hjgraca linked an issue Dec 19, 2025 that may be closed by this pull request
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/metrics-aspnetcore github-actions Changes in GitHub workflows internal Maintenance changes size/M Denotes a PR that changes 30-99 lines, ignoring generated files. tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature request: dotnet 10 support

2 participants