Skip to content

feat: Support .NET 9 and AOT #306

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

Merged
merged 3 commits into from
Mar 23, 2025
Merged

feat: Support .NET 9 and AOT #306

merged 3 commits into from
Mar 23, 2025

Conversation

skarllot
Copy link
Owner

@skarllot skarllot commented Mar 23, 2025

Pull Request

The issue or feature being addressed

  • The library is not marked as trimmable

Details on the issue fix or feature implementation

  • Enable AOT diagnostics
  • Support .NET 9
  • Use last .NET LTS version on samples and benchmark
  • Use collection expression

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

@skarllot skarllot changed the title Feature/support net9 aot feat: Support .NET 9 and AOT Mar 23, 2025
Copy link

codecov bot commented Mar 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.65%. Comparing base (230d154) to head (892c477).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #306   +/-   ##
=======================================
  Coverage   76.65%   76.65%           
=======================================
  Files          14       14           
  Lines         347      347           
  Branches       32       32           
=======================================
  Hits          266      266           
  Misses         74       74           
  Partials        7        7           

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

@skarllot skarllot merged commit 3f024f6 into main Mar 23, 2025
7 checks passed
@skarllot skarllot deleted the feature/support-net9-aot branch March 23, 2025 17:53
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