-
Notifications
You must be signed in to change notification settings - Fork 6k
Document breaking change: dnx.ps1 file removal from .NET SDK #49122
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR documents a breaking change for the removal of the dnx.ps1
script from the .NET SDK starting in .NET 10 GA. The change addresses a PowerShell argument passing issue where the --
operator prevented proper tool argument forwarding.
- Creates comprehensive breaking change documentation explaining the removal and its rationale
- Updates the table of contents and index to include the new breaking change entry
- Provides migration guidance for users to switch from
dnx.ps1
todnx.cmd
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
docs/core/compatibility/sdk/10.0/dnx-ps1-removed.md | New breaking change document detailing the dnx.ps1 removal with context and migration steps |
docs/core/compatibility/toc.yml | Adds the new breaking change to the SDK section navigation |
docs/core/compatibility/10.0.md | Includes the breaking change in the .NET 10 compatibility index table |
docs/core/compatibility/10.0.md
Outdated
| [`dotnet package list` performs restore](sdk/10.0/dotnet-package-list-restore.md) | Behavioral change | Preview 4 | | ||
| [`dotnet restore` audits transitive packages](sdk/10.0/nugetaudit-transitive-packages.md) | Behavioral change | Preview 3 | | ||
| [`dotnet tool install --local` creates manifest by default](sdk/10.0/dotnet-tool-install-local-manifest.md) | Behavioral change | Preview 7 | | ||
| [dnx.ps1 file is no longer included in .NET SDK](sdk/10.0/dnx-ps1-removed.md) | Source incompatible | GA | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot please move this to line 111.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved entry to line 111 in commit ca28949.
Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
Original prompt
Fixes #49044
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
Internal previews