Merge main into live#54200
Open
dotnet-policy-service[bot] wants to merge 5 commits into
Open
Conversation
…dars" (#53877) * Fix the formatting of the ar-SA culture calendar display * Adjust the example output comment * Briefly mention the fact of setting Calendar for culture change * Do not explicitly set the calendar when changing for ar-SA * Revert commits 152fac4..276462d * Set the encoding to UTF8 in example to display arabic letters * Adjust wording to style guide * Move snippets * Modernize code --------- Co-authored-by: Andy De George (from Dev Box) <adegeo@microsoft.com>
…ramming" (#54191) * Change title "Objected oriented programming" to "Object oriented programming" * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Bill Wagner <wiwagn@microsoft.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Document dotnet test (MTP) argument forwarding caveat When dotnet test consumes a recognized option that appears between an unrecognized option name and a value, the leftover tokens passed to the test application can change meaning. Document this behavior and recommend -- as a separator to mark test application arguments explicitly. Addresses dotnet/sdk#51990. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Move argument-forwarding caveat to dotnet run docs Address review feedback: - @Youssef1313: move the detailed explanation of the parser caveat to `dotnet run` (where the behavior originates) and have `dotnet test` (MTP mode) link to it. This avoids giving the impression that the issue is specific to MTP. - Copilot: split the TIP in unit-testing-with-dotnet-test.md into shorter sentences and remove the repeated `it`. - Copilot: add `ai-usage: ai-assisted` to the unit-testing-with-dotnet-test.md frontmatter. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…on authors (#54122) * Document TestingPlatformBuilderHook auto-registration for MTP extension authors Addresses microsoft/testfx#5552 by adding a new section to the MTP extensions architecture article that explains: - How extension authors expose a TestingPlatformBuilderHook class and ship a buildMultiTargeting props file so consumers don't need manual registration. - The required AddExtensions(ITestApplicationBuilder, string[]) method signature and the required MSBuild item metadata (Include, DisplayName, TypeFullName). - That the Include GUID is a freshly generated, random identifier that must not be reused from any other extension (with an IMPORTANT callout) and is distinct from IExtension.Uid. - How to verify the hook is wired up by inspecting the generated SelfRegisteredExtensions.g.cs file. Also adds a TIP at the top of the Extensibility points section pointing readers to the new section, and bumps ms.date. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
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.
Please don't squash-merge this PR.