Skip to content

Update to ASP.NET Core 7 #257

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

Update to ASP.NET Core 7 #257

merged 19 commits into from
Nov 7, 2022

Conversation

martincostello
Copy link
Owner

Update to ASP.NET Core 7.

@martincostello martincostello added dependencies Pull requests that update a dependency file .NET Pull requests that update .net code labels Feb 17, 2022
@codecov
Copy link

codecov bot commented Feb 17, 2022

Codecov Report

Base: 61.75% // Head: 62.71% // Increases project coverage by +0.96% 🎉

Coverage data is based on head (3abcfd1) compared to base (f6bf952).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #257      +/-   ##
==========================================
+ Coverage   61.75%   62.71%   +0.96%     
==========================================
  Files          23       24       +1     
  Lines         502      515      +13     
  Branches       20       20              
==========================================
+ Hits          310      323      +13     
  Misses        191      191              
  Partials        1        1              
Impacted Files Coverage Δ
src/TodoApp/ApiEndpoints.cs 97.27% <100.00%> (+0.33%) ⬆️
src/TodoApp/AuthenticationEndpoints.cs 100.00% <100.00%> (ø)
src/TodoApp/Models/CreatedTodoItemModel.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.

@martincostello martincostello force-pushed the AspNet-Core-7 branch 3 times, most recently from 700d193 to da732f0 Compare May 13, 2022 11:22
@martincostello martincostello force-pushed the AspNet-Core-7 branch 2 times, most recently from a7b5899 to dc4dc55 Compare June 14, 2022 18:31
@martincostello martincostello force-pushed the AspNet-Core-7 branch 2 times, most recently from 9d3bada to 39b945d Compare July 12, 2022 18:16
@martincostello martincostello force-pushed the AspNet-Core-7 branch 2 times, most recently from 74b1c97 to 9380b34 Compare August 10, 2022 16:32
@martincostello martincostello force-pushed the AspNet-Core-7 branch 2 times, most recently from 07a97aa to 8cf32ac Compare September 13, 2022 18:56
@martincostello martincostello force-pushed the AspNet-Core-7 branch 2 times, most recently from 5c0c8b7 to 0d657fa Compare October 11, 2022 17:35
Update to preview 1 of ASP.NET Core 7.
Add scripts to load Visual Studio and Visual Studio Code with the .dotnet folder for a local install on the PATH.
Disable HTTP/2 to work around bug with DELETE being treated as POST.
Update to preview 2 of ASP.NET Core 7.
Update to preview 3 of ASP.NET Core 7.
Update to preview 4 of ASP.NET Core 7.
Use the new TypedResults methods and remove some of the explicit Produces() method calls.
Use MapGroup() for the API endpoints.
User switch expressions to make some lines of code terser.
Bind the user's Id to a custom type, rather than extract it out each time it is needed.
Add summaries and descriptions to all of the API endpoints.
Update to preview 5 of ASP.NET Core 7.
Use [AsParameters] to collapse two parameters down into one.
Update to preview 6 of ASP.NET Core 7.
Update to preview 7 of ASP.NET Core 7.
Use the string overload rather than the options overload.
Update to release candidate 1 of ASP.NET Core 7.
Update to release candidate 2 of ASP.NET Core 7.
Update to the stable release of .NET 7.
@martincostello martincostello marked this pull request as ready for review November 7, 2022 20:11
@martincostello martincostello enabled auto-merge (rebase) November 7, 2022 20:12
@martincostello martincostello merged commit 3f5ad4c into main Nov 7, 2022
@martincostello martincostello deleted the AspNet-Core-7 branch November 7, 2022 20:16
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant