Removed docs for ASP.NET 3.x and added caveat for ASP.NET 2.3 support#16534
Open
jamescrosswell wants to merge 4 commits intomasterfrom
Open
Removed docs for ASP.NET 3.x and added caveat for ASP.NET 2.3 support#16534jamescrosswell wants to merge 4 commits intomasterfrom
jamescrosswell wants to merge 4 commits intomasterfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the ASP.NET Core (.NET) getting-started and configuration include snippets to remove legacy ASP.NET Core 3.0 guidance and clarify the special-case support story for ASP.NET Core 2.3 on .NET Framework.
Changes:
- Removed ASP.NET Core 3.0 configuration examples from the shared include snippets.
- Added an ASP.NET Core 2.3 on .NET Framework caveat and kept a
WebHostBuilder-based configuration path. - Promoted version labels (for 6.0+ and 2.3) to
###headings for clearer structure.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| platform-includes/getting-started-config/dotnet.aspnetcore.mdx | Removes ASP.NET Core 3.0 snippet; adds 2.3/.NET Framework caveat and headings in getting-started config include. |
| platform-includes/configuration/config-intro/dotnet.aspnetcore.mdx | Mirrors the same documentation restructuring for the configuration-intro include, including the 2.3/.NET Framework note. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
platform-includes/configuration/config-intro/dotnet.aspnetcore.mdx
Outdated
Show resolved
Hide resolved
platform-includes/configuration/config-intro/dotnet.aspnetcore.mdx
Outdated
Show resolved
Hide resolved
….mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or 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
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.
DESCRIBE YOUR PR
Resolves #4904
IS YOUR CHANGE URGENT?
SLA
cc: @Flash0ver
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes: