Skip to content

Merge main into live #45206

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 18 commits into from
Mar 12, 2025
Merged

Merge main into live #45206

merged 18 commits into from
Mar 12, 2025

Conversation

gewarren
Copy link
Contributor

@gewarren gewarren commented Mar 12, 2025


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
.github/ISSUE_TEMPLATE/02-breaking-change.yml "[Breaking change]: "
docs/azure/sdk/authentication/local-development-service-principal.md Authenticate .NET apps to Azure services during local development using service principals
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 Source-generated metrics with strongly-typed tags
docs/core/diagnostics/metrics.md Metrics Overview
docs/core/extensions/httpclient-factory.md IHttpClientFactory with .NET
docs/core/introduction.md docs/core/introduction
docs/core/project-sdk/msbuild-props.md MSBuild reference for .NET SDK projects
docs/core/testing/microsoft-testing-platform-integration-dotnet-test.md Use Microsoft.Testing.Platform with dotnet test
docs/core/testing/microsoft-testing-platform-vs-vstest.md Microsoft.Testing.Platform and VSTest comparison
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 Microsoft.Testing.Platform support in MSTest (MSTest runner)
docs/core/testing/unit-testing-mstest-sdk.md MSTest SDK overview
docs/core/testing/unit-testing-visual-basic-with-mstest.md Unit testing Visual Basic .NET Core libraries using dotnet test and MSTest
docs/core/tools/dotnet-new-sdk-templates.md docs/core/tools/dotnet-new-sdk-templates
docs/csharp/index.yml highlightedContent section (Optional; Remove if not applicable.)
docs/csharp/language-reference/builtin-types/built-in-types.md "Built-in types"
docs/csharp/toc.yml Taken from https://github.com/dotnet/roslyn/wiki/Samples-and-Walkthroughs
docs/csharp/tour-of-csharp/index.yml docs/csharp/tour-of-csharp/index
docs/csharp/tour-of-csharp/tips-for-python-developers.md Roadmap for Python developers learning C#
docs/csharp/tour-of-csharp/tutorials/branches-and-loops.md C# if statements and loops - conditional logic tutorial
docs/csharp/tour-of-csharp/tutorials/hello-world.md Hello World - Introductory interactive tutorial
docs/csharp/tour-of-csharp/tutorials/index.md Introduction to C#
docs/csharp/tour-of-csharp/tutorials/numbers-in-csharp.md How to use integer and floating point numbers in C#
docs/fundamentals/networking/http/http-overview.md HTTP support in .NET
docs/fundamentals/networking/http/httpclient.md docs/fundamentals/networking/http/httpclient
docs/index.yml highlightedContent section (optional)
docs/navigate/tools-diagnostics/toc.yml docs/navigate/tools-diagnostics/toc
docs/standard/garbage-collection/implementing-dispose.md Implement a Dispose method

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 18 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 dotnet#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
…et#45180)

* 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>
…#45173)

* `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
@dotnetrepoman dotnetrepoman bot added this to the March 2025 milestone Mar 12, 2025
@gewarren gewarren merged commit 0515cfc into dotnet:live Mar 12, 2025
6 of 8 checks passed
@gewarren gewarren deleted the public0311 branch March 12, 2025 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.