Skip to content

Merge main into live#51553

Open
dotnet-policy-service[bot] wants to merge 14 commits intolivefrom
main
Open

Merge main into live#51553
dotnet-policy-service[bot] wants to merge 14 commits intolivefrom
main

Conversation

@dotnet-policy-service
Copy link
Contributor

@dotnet-policy-service dotnet-policy-service bot commented Feb 7, 2026

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
.github/prompts/error-consolidation.md Copilot prompts to consolidate error codes.
docs/core/compatibility/extensions/7.0/config-bind-dictionary.md Binding config to dictionary extends values
docs/core/extensions/configuration.md Configuration
docs/core/project-sdk/msbuild-props.md MSBuild reference for .NET SDK projects
docs/core/runtime-config/garbage-collector.md docs/core/runtime-config/garbage-collector
docs/core/testing/index.md Testing in .NET
docs/core/testing/microsoft-testing-platform-intro.md Microsoft.Testing.Platform overview
docs/core/testing/mstest-analyzers/design-rules.md MSTest Design rules (code analysis)
docs/core/testing/mstest-analyzers/mstest0001.md MSTEST0001: Explicitly enable or disable tests parallelization
docs/core/testing/mstest-analyzers/overview.md docs/core/testing/mstest-analyzers/overview
docs/core/testing/mstest-analyzers/usage-rules.md MSTest usage rules
docs/core/testing/unit-testing-csharp-with-mstest.md Get started with C# and MSTest
docs/core/testing/unit-testing-fsharp-with-mstest.md Get started with F# and MSTest
docs/core/testing/unit-testing-mstest-getting-started.md Get started with MSTest
docs/core/testing/unit-testing-mstest-intro.md MSTest overview
docs/core/testing/unit-testing-mstest-running-tests.md docs/core/testing/unit-testing-mstest-running-tests
docs/core/testing/unit-testing-mstest-sdk.md MSTest SDK configuration
docs/core/testing/unit-testing-mstest-writing-tests-assertions.md MSTest assertions
docs/core/testing/unit-testing-mstest-writing-tests-controlling-execution.md Test execution and control in MSTest
docs/core/testing/unit-testing-mstest-writing-tests-lifecycle.md MSTest test lifecycle
docs/core/testing/unit-testing-mstest-writing-tests-testcontext.md The TestContext class
docs/core/testing/unit-testing-mstest-writing-tests.md Write tests with MSTest
docs/core/testing/unit-testing-visual-basic-with-mstest.md docs/core/testing/unit-testing-visual-basic-with-mstest
docs/core/tools/dotnet-nuget-push.md dotnet nuget push
docs/csharp/language-reference/compiler-messages/ref-modifiers-errors.md Errors and warnings associated with reference parameters, variables, and returns
docs/csharp/language-reference/toc.yml docs/csharp/language-reference/toc
docs/csharp/misc/sorry-we-don-t-have-specifics-on-this-csharp-error.md Coming in C# 15
docs/framework/tools/sos-dll-sos-debugging-extension.md "SOS.dll (SOS Debugging Extension)"
docs/navigate/devops-testing/index.yml docs/navigate/devops-testing/index
docs/navigate/devops-testing/toc.yml docs/navigate/devops-testing/toc

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.

khujrat17 and others added 11 commits February 6, 2026 08:21
* Initial plan

* Add version requirements for --configfile and --allow-insecure-connections options

Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>

* Update .NET SDK version for insecure connections option

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
Co-authored-by: Meaghan Osagie (Lewis) <mosagie@microsoft.com>
)

* Initial plan

* Upgrade Orleans v3 snippets from net6.0 to net10.0

Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
* Initial plan

* Fix ThreadState example formatting by moving it out of table

Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>

* Keep ThreadState example in table with improved HTML formatting

Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
* Initial plan

* Fix TimeSpan example output and logical operator

Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>

* Add Visual Basic project file for TimeSpan example

Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
* build skeleton

Build the skeleton for the new file, include the messages from C# 10

* Find all related errors

* Build diagnostics for interpolated strings

Fixes #51442

This builds a consolidated file for all remaining diagnostics for interpolated strings and interpolated string handlers.

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Build warnings and feedback.

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@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 February 2026 milestone Feb 7, 2026
Evangelink and others added 3 commits February 9, 2026 09:22
* Rework MSTest docs to be feature oriented

* Fixes

* More updates

* Final updates

* Update docs/core/testing/unit-testing-mstest-writing-tests-assertions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update docs/core/testing/unit-testing-mstest-writing-tests-lifecycle.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update docs/core/testing/unit-testing-mstest-writing-tests-data-driven.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Address code review feedback

* Address more review comments

* Apply suggestions from code review

Co-authored-by: Meaghan Osagie (Lewis) <mosagie@microsoft.com>

* Apply suggestions from code review

Co-authored-by: Meaghan Osagie (Lewis) <mosagie@microsoft.com>

* Apply suggestions from code review

Co-authored-by: Meaghan Osagie (Lewis) <mosagie@microsoft.com>

* Update docs/core/testing/mstest-analyzers/usage-rules.md

Co-authored-by: Meaghan Osagie (Lewis) <mosagie@microsoft.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Meaghan Osagie (Lewis) <mosagie@microsoft.com>
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.

9 participants