Skip to content

Update to .NET 7 #238

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 13 commits into from
Nov 8, 2022
Merged

Update to .NET 7 #238

merged 13 commits into from
Nov 8, 2022

Conversation

martincostello
Copy link
Owner

Update to .NET 7.

@martincostello martincostello added enhancement New feature or request dependencies Pull requests that update a dependency file labels Feb 17, 2022
@codecov
Copy link

codecov bot commented Feb 17, 2022

Codecov Report

Base: 98.58% // Head: 98.56% // Decreases project coverage by -0.02% ⚠️

Coverage data is based on head (59b1404) compared to base (01ba205).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #238      +/-   ##
==========================================
- Coverage   98.58%   98.56%   -0.03%     
==========================================
  Files           8        8              
  Lines         283      278       -5     
==========================================
- Hits          279      274       -5     
  Misses          4        4              
Flag Coverage Δ
linux 98.56% <100.00%> (-0.03%) ⬇️
macos 98.56% <100.00%> (?)
windows 98.56% <100.00%> (-0.03%) ⬇️

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

Impacted Files Coverage Δ
src/AwsLambdaTestServer/LambdaTestRequest.cs 100.00% <100.00%> (ø)
...wsLambdaTestServer/LambdaTestResponseExtensions.cs 100.00% <100.00%> (ø)
src/AwsLambdaTestServer/LambdaTestServer.cs 98.00% <100.00%> (-0.04%) ⬇️
.../AwsLambdaTestServer/LambdaTestServerExtensions.cs 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Update to preview 1 of .NET 7.
Update to preview 2 of .NET 7.
Update to preview 3 of .NET 7.
Update to preview 4 of .NET 7.
Update to preview 5 of .NET 7.
Update to preview 6 of .NET 7.
Update to preview 7 of .NET 7.
- Add support for `net7.0`.
- Drop support for `netcoreapp3.1` and `net5.0`.
Use `preview` instead of `beta`.
Use static helper methods to throw exceptions where appropriate.
Update to release candidate 1 of .NET 7.
Update to release candidate 2 of .NET 7.
Update to the stable release of .NET 7.
@martincostello martincostello marked this pull request as ready for review November 8, 2022 09:31
@martincostello martincostello merged commit 1249cae into main Nov 8, 2022
@martincostello martincostello deleted the DotNet-7 branch November 8, 2022 09:32
@martincostello martincostello added this to the v0.7.0 milestone Nov 8, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant