forked from dotnet/AspNetCore.Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge to Live #1
Open
github-actions
wants to merge
1,543
commits into
live
Choose a base branch
from
main
base: live
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* v8 Updates for First MVC series * Moving debug_menu50.png back to proper directory * Fixing cross repo link for Migrations with Multiple Providers * Updated scaffolding -sqlite flag to --databaseProvider sqlite * Added completed 8.0 code and derived doc code sample with region snippets * Updated all code links in all topics to 8.0 sample * Corrected EF Migrations link to relative in add-model.md * Corrected add scaffolding png on adding-model.md * Fixed html source highlight * Apply Tom's suggestion from code review: code style ticks on package listing Co-authored-by: Tom Dykstra <[email protected]> * Applying Tom's review suggestion to version 7 adding-model as well --------- Co-authored-by: Tom Dykstra <[email protected]>
* PD .NET 8 sample /8 * PD .NET 8 sample /8 * PD .NET 8 sample /8 * PD .NET 8 sample /8 * PD .NET 8 sample /8
* Update handle-errrors.md * Update Program.cs
Created two separate tables, segregating .Net & Other providers
* draft * draft * misc * code style * fix snippet links * fix list * api ref links * Update aspnetcore/fundamentals/middleware/index.md Co-authored-by: Rick Anderson <[email protected]> * Update aspnetcore/fundamentals/middleware/index.md * Update aspnetcore/fundamentals/middleware/index.md Co-authored-by: Rick Anderson <[email protected]> * Update aspnetcore/fundamentals/middleware/index/snapshot/Program80ShortCircuit.cs Co-authored-by: Rick Anderson <[email protected]> * restore accidental deletion * clarify what goes with preceding h3 * add no-short-circuit route * Update aspnetcore/fundamentals/middleware/index.md * move to routing doc * move sample to routing * links * h3 --> h2 * Update aspnetcore/fundamentals/routing.md Co-authored-by: Rick Anderson <[email protected]> * address feedback * csharp --> json * fix highlighting --------- Co-authored-by: Rick Anderson <[email protected]>
* Fix Remote App Setup method name and HttpModule It seems that the .Net Upgrade Assistant no longer automatically adds the HttpModule. Regardless, this article doesn't seem to assume the use of that tool, so it should describe all the required pieces. * Apply suggestions from code review Co-authored-by: Taylor Southwick <[email protected]> * Update aspnetcore/migration/inc/remote-app-setup.md * Apply suggestions from code review Co-authored-by: Taylor Southwick <[email protected]> * Update remote-app-setup.md --------- Co-authored-by: Rick Anderson <[email protected]> Co-authored-by: Taylor Southwick <[email protected]>
* API links to AOT /8 * API links to AOT /8 * API links to AOT /8
* Easy test Problem /8 * Easy test Problem /8 * Easy test Problem /8
* typo fix * Update aspnetcore/fundamentals/minimal-apis/includes/route-handlers.md Co-authored-by: Tom Dykstra <[email protected]> --------- Co-authored-by: Rick Anderson <[email protected]> Co-authored-by: Tom Dykstra <[email protected]>
* Update health-checks.md * Update Program.cs * Update Program.cs
* Mini TOC in loc /5 * Mini TOC in loc /5 * Mini TOC in loc /5 * Mini TOC in loc /5 * Apply suggestions from code review Co-authored-by: Tom Dykstra <[email protected]> --------- Co-authored-by: Tom Dykstra <[email protected]>
* Add links to Startup.cs /8 * Add links to Startup.cs /8 * Add links to Startup.cs /8 * Add links to Startup.cs /8
* fix: dotnet#27917 * fix
Co-authored-by: Wade Pickett <[email protected]> Co-authored-by: Rick Anderson <[email protected]>
* Correct AOT instructions MacOS and Win * Removed dupe mention of .NET 8 * Added double hyphen on --aot * Update aspnetcore/fundamentals/native-aot.md Co-authored-by: Tom Dykstra <[email protected]> --------- Co-authored-by: Tom Dykstra <[email protected]>
* Model binding with generic types /7 * Model binding with generic types /7 * work
It might be helpful to mention that if these are already added, then they are not added automatically. It seems this is the case, much in the same way UseRouting is done.
* preview 4 what's new * typos * add note about new link
* Fix snippet tag /2 * Fix snippet tag /2 * Fix snippet tag /2 * Fix snippet tag /2 * Fix snippet tag /2
…nding to string[]
Added comment about handling of absence of query string values and bi…
Fixes dotnet#29626 Corrected typo on line 72,
Update HTTP.sys sample to 8.0
Move an h3 section to misc h2 section
* Update snippet ref to 8.x /2 * Update snippet ref to 8.x /2 * Update snippet ref to 8.x /2 * Update snippet ref to 8.x /2 * Update snippet ref to 8.x /2 * Update snippet ref to 8.x /2 * Update snippet ref to 8.x /2 * Update snippet ref to 8.x /2 * Update snippet ref to 8.x /2
…#29637) * all fixed? * some more issues that pop up in build * Apply suggestions from code review Co-authored-by: Luke Latham <[email protected]> * Update aspnetcore/blazor/fundamentals/startup.md Co-authored-by: Luke Latham <[email protected]> --------- Co-authored-by: Luke Latham <[email protected]>
* Initial pass at documentation for issue dotnet#29453 * fix description and remove boilerplate * fixes the links * Update identity-management-solutions.md fix fully qualified docs link * Update identity-management-solutions.md alphabetical
…T Core" article (dotnet#29641) * Added a missing word * Update aspnetcore/security/cross-site-scripting.md --------- Co-authored-by: Rick Anderson <[email protected]>
* Update readme.md * Update readme.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[AUTOMATED]