Replace dotnet.config with global.json in dotnet test#48295
Merged
IEvangelist merged 8 commits intodotnet:mainfrom Oct 14, 2025
Merged
Replace dotnet.config with global.json in dotnet test#48295IEvangelist merged 8 commits intodotnet:mainfrom
IEvangelist merged 8 commits intodotnet:mainfrom
Conversation
Youssef1313
requested changes
Sep 8, 2025
Member
Youssef1313
left a comment
There was a problem hiding this comment.
LGTM, but blocking merge until dotnet/sdk#50673 is merged.
Youssef1313
reviewed
Sep 8, 2025
Member
Youssef1313
left a comment
There was a problem hiding this comment.
@mariam-abdulla Please make sure to update the other pages that mention dotnet.config.
- docs/core/whats-new/dotnet-10/sdk.md
- docs/core/testing/unit-testing-with-dotnet-test.md
Youssef1313
reviewed
Sep 8, 2025
Member
Author
PR updated |
Youssef1313
reviewed
Sep 9, 2025
Youssef1313
reviewed
Sep 11, 2025
Youssef1313
reviewed
Sep 11, 2025
Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>
Youssef1313
approved these changes
Sep 11, 2025
Member
Youssef1313
left a comment
There was a problem hiding this comment.
LGTM but needs an answer on the open question, as this is a breaking change between RC1 (released already) and RC2 (not yet released).
…ub.com/mariam-abdulla/docs into replace-dotnet.config-with-global.json
Youssef1313
reviewed
Sep 11, 2025
Youssef1313
reviewed
Sep 13, 2025
Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>
Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>
IEvangelist
approved these changes
Oct 13, 2025
Member
|
Waiting for RC 2, remove the |
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.
This pull request updates the documentation for the
dotnet testcommand to clarify how to enable the Microsoft Testing Platform (MTP) test runner. The instructions now referenceglobal.jsoninstead of the deprecateddotnet.config, and the example configurations have been updated accordingly.Documentation updates for test runner configuration:
global.jsonfile, rather than using adotnet.configfile.dotnet.configto JSON-styleglobal.jsonformat.global.jsoninstead ofdotnet.config.Internal previews