-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Conversation
Codecov ReportBase: 61.75% // Head: 62.71% // Increases project coverage by
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
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. |
5952920
to
0560ac1
Compare
0560ac1
to
9802c1b
Compare
700d193
to
da732f0
Compare
da732f0
to
7986e6c
Compare
a7b5899
to
dc4dc55
Compare
9d3bada
to
39b945d
Compare
74b1c97
to
9380b34
Compare
07a97aa
to
8cf32ac
Compare
5c0c8b7
to
0d657fa
Compare
0d657fa
to
bf78c0a
Compare
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.
bf78c0a
to
3abcfd1
Compare
Update to ASP.NET Core 7.