Skip to content

Merge main into live#54733

Open
dotnet-policy-service[bot] wants to merge 9 commits into
livefrom
main
Open

Merge main into live#54733
dotnet-policy-service[bot] wants to merge 9 commits into
livefrom
main

Conversation

@dotnet-policy-service

@dotnet-policy-service dotnet-policy-service Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/standard/native-interop/blittable-and-non-blittable-types.md Blittable and Non-Blittable Types
docs/standard/native-interop/callback-functions.md "Callback Functions"
docs/standard/native-interop/calling-a-dll-function.md Calling a DLL Function
docs/standard/native-interop/com-interop-sample-com-client-and-net-server.md docs/standard/native-interop/com-interop-sample-com-client-and-net-server
docs/standard/native-interop/com-interop-sample-net-client-and-com-server.md COM interop sample: .NET client and COM server
docs/standard/native-interop/compiling-an-interop-project.md Compile an interop project
docs/standard/native-interop/consuming-unmanaged-dll-functions.md Consuming Unmanaged DLL Functions
docs/standard/native-interop/creating-a-class-to-hold-dll-functions.md "Creating a Class to Hold DLL Functions"
docs/standard/native-interop/creating-prototypes-in-managed-code.md Creating Prototypes in Managed Code
docs/standard/native-interop/default-marshalling-behavior.md docs/standard/native-interop/default-marshalling-behavior
docs/standard/native-interop/default-marshalling-for-arrays.md Default Marshalling for Arrays
docs/standard/native-interop/default-marshalling-for-objects.md "Default Marshalling for Objects"
docs/standard/native-interop/default-marshalling-for-strings.md Default marshalling for strings
docs/standard/native-interop/deploying-an-interop-application.md Deploy an interop application
docs/standard/native-interop/exposing-com-components.md docs/standard/native-interop/exposing-com-components
docs/standard/native-interop/exposing-dotnet-components-to-com.md Expose .NET components to COM
docs/standard/native-interop/how-to-add-references-to-type-libraries.md "Add references to type libraries"
docs/standard/native-interop/how-to-implement-callback-functions.md How to: Implement callback functions
docs/standard/native-interop/how-to-map-hresults-and-exceptions.md How to: Map HRESULTs and exceptions
docs/standard/native-interop/how-to-reference-net-types-from-com.md Reference .NET types from COM
docs/standard/native-interop/identifying-functions-in-dlls.md docs/standard/native-interop/identifying-functions-in-dlls
docs/standard/native-interop/importing-a-type-library-as-an-assembly.md Import a type library as an assembly
docs/standard/native-interop/interop-marshalling.md "Interop Marshaling"
docs/standard/native-interop/marshalling-classes-structures-and-unions.md Marshalling Classes, Structures, and Unions
docs/standard/native-interop/marshalling-data-with-platform-invoke.md docs/standard/native-interop/marshalling-data-with-platform-invoke
docs/standard/native-interop/marshalling-strings.md Marshalling Strings
docs/standard/native-interop/packaging-an-assembly-for-com.md Package a .NET Framework assembly for COM
docs/standard/native-interop/platform-invoke-examples.md "Platform Invoke Examples"
docs/standard/native-interop/registering-assemblies-with-com.md Register .NET Framework assemblies with COM
docs/standard/native-interop/type-equivalence-and-embedded-interop-types.md docs/standard/native-interop/type-equivalence-and-embedded-interop-types

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.

Copilot AI and others added 8 commits July 9, 2026 13:20
…dk.Web) (#54554)

* Initial plan

* Clarify MSTest.Sdk incompatibility with ASP.NET Core projects in MTP docs

* Shorten long sentence in Enable MTP section

* Update MSTest.Sdk compatibility notes in documentation

Clarify compatibility of MSTest.Sdk with project SDKs and provide instructions for manual configuration.

* Potential fix for pull request finding

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

* Soften ASP.NET Core integration test example in NOTE callout

* Reframe manual MSTest config as a general alternative, not SDK-specific

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* merge netfx interop docs into standard folder

* Apply suggestions from code review

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

* move netfx specific files back to framework folder

* fix broken links

* move two more files; fix links

* fix build warnings

* fix build errors
Bumps Microsoft.Orleans.Core.Abstractions from 10.2.0 to 10.2.1
Bumps Microsoft.Orleans.Sdk from 10.2.0 to 10.2.1
Bumps Microsoft.Orleans.Server from 10.2.0 to 10.2.1
Bumps Microsoft.Orleans.Transactions from 10.2.0 to 10.2.1
Bumps Microsoft.Orleans.Transactions.AzureStorage from 10.2.0 to 10.2.1

---
updated-dependencies:
- dependency-name: Microsoft.Orleans.Core.Abstractions
  dependency-version: 10.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Orleans.Sdk
  dependency-version: 10.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Orleans.Server
  dependency-version: 10.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Orleans.Transactions
  dependency-version: 10.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Orleans.Transactions.AzureStorage
  dependency-version: 10.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Microsoft.Orleans.BroadcastChannel from 10.2.0 to 10.2.1
Bumps Microsoft.Orleans.Sdk from 10.2.0 to 10.2.1
Bumps Microsoft.Orleans.Serialization.SystemTextJson from 10.2.0 to 10.2.1
Bumps Microsoft.Orleans.Server from 10.2.0 to 10.2.1

---
updated-dependencies:
- dependency-name: Microsoft.Orleans.BroadcastChannel
  dependency-version: 10.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Orleans.Serialization.SystemTextJson
  dependency-version: 10.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Orleans.Sdk
  dependency-version: 10.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Orleans.Server
  dependency-version: 10.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add MTP version column to AzDO and terminal option tables

Move per-option availability version info out of prose notes and into a
dedicated MTP version column for the Azure DevOps report options and the
terminal output options, improving scannability and reducing note drift.

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

* Clarify MTP version column meaning in AzDO and terminal tables

Address review feedback: reintroduce the Azure DevOps stability nuance
(became stable in MTP 1.9.0) and explain what the MTP version column
represents, and clarify that a dash denotes core options available since
the platform's initial releases.

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

---------

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
* Initial plan

* Add IDE0410 documentation: Use labeled jump statement

* Fix overview sentence in ide0410.md to lead with reason first

* Address code review feedback: reword overview and clarify empty statement

* Apply suggestions from code review

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

* Apply suggestions from code review

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

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Removed COM interop section and related links from the documentation.
Added new redirects for IDE rules 0390 and 0391.
@dotnetrepoman dotnetrepoman Bot added this to the July 2026 milestone Jul 10, 2026
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.

4 participants