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

Add net8.0 target #560

Merged
merged 5 commits into from
Feb 4, 2024
Merged

Add net8.0 target #560

merged 5 commits into from
Feb 4, 2024

Conversation

martincostello
Copy link
Owner

  • Add target for net8.0.
  • Fix new code analysis warnings.
  • Mark net8.0 as AoT compatible.
  • Bump version to 0.4.0.
  • Update package baseline.
  • Remove redundant MSBuild properties.
  • Remove methodDisplayOptions override.
  • Remove FakeEntrypoint and just expose the Program class.
  • Add contact details.
  • Tidy up formatting if .github templates.
  • Update solution items.

- Add target for `net8.0`.
- Fix new code analysis warnings.
- Mark `net8.0` as AoT compatible.
- Bump version to 0.4.0.
- Update package baseline.
Remove redundant MSBuild properties.
Remove `methodDisplayOptions` override.
Remove `FakeEntrypoint` and just expose the `Program` class.
- Add contact details.
- Tidy up formatting.
- Update solution items.
@martincostello martincostello added enhancement New feature or request dependencies Pull requests that update a dependency file .NET Pull requests that update .net code labels Feb 4, 2024
@martincostello martincostello added this to the v0.3.1 milestone Feb 4, 2024
Copy link

codecov bot commented Feb 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2cc7e72) 98.19% compared to head (6248b46) 97.78%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #560      +/-   ##
==========================================
- Coverage   98.19%   97.78%   -0.41%     
==========================================
  Files          15       15              
  Lines         332      271      -61     
  Branches       94       37      -57     
==========================================
- Hits          326      265      -61     
  Misses          3        3              
  Partials        3        3              
Flag Coverage Δ
linux 97.04% <100.00%> (-0.55%) ⬇️
macos 97.78% <100.00%> (-0.41%) ⬇️
windows 97.04% <100.00%> (-0.55%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@martincostello martincostello marked this pull request as ready for review February 4, 2024 10:49
@martincostello martincostello merged commit 6622f4a into main Feb 4, 2024
11 of 12 checks passed
@martincostello martincostello deleted the native-aot branch February 4, 2024 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant