-
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
Conversation
Co-authored-by: gewarren <[email protected]>
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 |
Co-authored-by: gewarren <[email protected]>
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