Skip to content

Merge main into live #45194

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

Merged
merged 17 commits into from
Mar 12, 2025
Merged

Merge main into live #45194

merged 17 commits into from
Mar 12, 2025

Conversation

dotnet-policy-service[bot]
Copy link
Contributor

@dotnet-policy-service dotnet-policy-service bot commented Mar 11, 2025

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
.github/ISSUE_TEMPLATE/02-breaking-change.yml .github/ISSUE_TEMPLATE/02-breaking-change
docs/azure/sdk/authentication/local-development-service-principal.md docs/azure/sdk/authentication/local-development-service-principal
docs/core/compatibility/10.0.md docs/core/compatibility/10.0
docs/core/compatibility/toc.yml docs/core/compatibility/toc
docs/core/diagnostics/metrics-strongly-typed.md docs/core/diagnostics/metrics-strongly-typed
docs/core/diagnostics/metrics.md docs/core/diagnostics/metrics
docs/core/extensions/httpclient-factory.md docs/core/extensions/httpclient-factory
docs/core/introduction.md docs/core/introduction
docs/core/project-sdk/msbuild-props.md docs/core/project-sdk/msbuild-props
docs/core/testing/microsoft-testing-platform-integration-dotnet-test.md docs/core/testing/microsoft-testing-platform-integration-dotnet-test
docs/core/testing/microsoft-testing-platform-vs-vstest.md docs/core/testing/microsoft-testing-platform-vs-vstest
docs/core/testing/unit-testing-fsharp-with-mstest.md docs/core/testing/unit-testing-fsharp-with-mstest
docs/core/testing/unit-testing-mstest-runner-intro.md docs/core/testing/unit-testing-mstest-runner-intro
docs/core/testing/unit-testing-mstest-sdk.md docs/core/testing/unit-testing-mstest-sdk
docs/core/testing/unit-testing-visual-basic-with-mstest.md docs/core/testing/unit-testing-visual-basic-with-mstest
docs/core/tools/dotnet-new-sdk-templates.md docs/core/tools/dotnet-new-sdk-templates
docs/csharp/index.yml docs/csharp/index
docs/csharp/language-reference/builtin-types/built-in-types.md docs/csharp/language-reference/builtin-types/built-in-types
docs/csharp/toc.yml docs/csharp/toc
docs/csharp/tour-of-csharp/index.yml docs/csharp/tour-of-csharp/index
docs/csharp/tour-of-csharp/tips-for-python-developers.md docs/csharp/tour-of-csharp/tips-for-python-developers
docs/csharp/tour-of-csharp/tutorials/branches-and-loops.md docs/csharp/tour-of-csharp/tutorials/branches-and-loops
docs/csharp/tour-of-csharp/tutorials/hello-world.md docs/csharp/tour-of-csharp/tutorials/hello-world
docs/csharp/tour-of-csharp/tutorials/index.md docs/csharp/tour-of-csharp/tutorials/index
docs/csharp/tour-of-csharp/tutorials/numbers-in-csharp.md docs/csharp/tour-of-csharp/tutorials/numbers-in-csharp
docs/fundamentals/networking/http/http-overview.md docs/fundamentals/networking/http/http-overview
docs/fundamentals/networking/http/httpclient.md docs/fundamentals/networking/http/httpclient
docs/index.yml docs/index
docs/navigate/tools-diagnostics/toc.yml docs/navigate/tools-diagnostics/toc
docs/standard/garbage-collection/implementing-dispose.md docs/standard/garbage-collection/implementing-dispose

Note

This table shows preview links for the 30 files with the most changes. For preview links for other files in this PR, select OpenPublishing.Build Details within checks.

GitHubber17 and others added 11 commits March 10, 2025 13:00
* Replace MSTest Runner with Microsoft Testing Platform

* merge

* Update msbuild-props

* Update docs

* Undo some changes

* Update docs/core/testing/unit-testing-mstest-sdk.md

Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>

* Update docs/core/testing/unit-testing-mstest-sdk.md

Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>

* Update docs/core/testing/unit-testing-mstest-sdk.md

Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>

* Update docs/core/testing/unit-testing-mstest-sdk.md

Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>

* Update docs/core/testing/unit-testing-mstest-sdk.md

Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>

* Update docs/core/testing/unit-testing-mstest-sdk.md

Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>

* Update docs/core/testing/unit-testing-platform-vs-vstest.md

Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>

* Update docs/core/testing/unit-testing-mstest-runner-intro.md

Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>

* Update docs/core/testing/unit-testing-mstest-runner-intro.md

Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>

* Update docs/core/testing/unit-testing-mstest-runner-intro.md

Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>

* Update docs/core/testing/unit-testing-mstest-runner-intro.md

Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>

* Update docs/core/testing/unit-testing-mstest-runner-intro.md

Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>

* Update docs/core/project-sdk/msbuild-props.md

Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>

* Update docs/core/project-sdk/msbuild-props.md

Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>

* Use Microsoft.Testing.Platform in mstest runner intro

* Update link

* Remove MTP from fsharp and vb

* Fix links

---------

Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>
* Fix namespace spacing and indentation for classes

* Correct the inconsistent spacing
* Convert first tutorial to try.net snippets

Move the TOC nodes, convert the initial tutorial to a snippet style.

* Add note on using the interactive window.

* Consolidate the Numbers tutorial

Combine the online and local tutorials for numbers.

* Consolidate the Branches tutorial

Combine the online and local tutorials for branches and loops.

* warnings

* Consolidate the last intro tutorial

Consolidate the list collections tutorial into one online version.

* Edit and update the index

* fix warnings
* Add `delegate` to builtin types

Fixes #44868

Add the `delegate` keyword to the list of builtin types (it was already covered under the builtin reference types).

General edit. Cleanup the description of `dynamic` to point out the differences between `dynamic` and `object`/

* format tables
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@dotnetrepoman dotnetrepoman bot added this to the March 2025 milestone Mar 11, 2025
mobratil and others added 6 commits March 11, 2025 09:26
* Added tutorial about Source-generated metrics with strongly-typed tags

* Fixed invalid links

* Fixed lint error

* Apply suggestions from code review

Co-authored-by: David Pine <david.pine@microsoft.com>

---------

Co-authored-by: Martin Obrátil <maobrati@microsoft.com>
Co-authored-by: David Pine <david.pine@microsoft.com>
* `implementing-dispose.md`:  Better illustration of SafeHandles

* fix warnings and improve content

* fix references

* fix warning

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

---------

Co-authored-by: David Pine <david.pine@microsoft.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
* Update credential guidance and remove tables

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* Windows Form warnings

* date
@gewarren gewarren merged commit cb300a7 into live Mar 12, 2025
9 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.