Skip to content

Merge main into live#52885

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

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

Conversation

@dotnet-policy-service
Copy link
Copy Markdown
Contributor

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

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
.github/policies/disallow-edits.yml .github/policies/disallow-edits
docs/ai/conceptual/embeddings.md Embeddings in .NET
docs/ai/evaluation/evaluate-ai-response.md Quickstart - Evaluate the quality of a model's response
docs/ai/evaluation/evaluate-safety.md Tutorial: Evaluate response safety with caching and reporting
docs/ai/evaluation/evaluate-with-reporting.md docs/ai/evaluation/evaluate-with-reporting
docs/ai/evaluation/libraries.md The Microsoft.Extensions.AI.Evaluation libraries
docs/ai/evaluation/responsible-ai.md Responsible AI with .NET
docs/ai/toc.yml docs/ai/toc
docs/ai/vector-stores/define-your-data-model.md Define your data model
docs/ai/vector-stores/how-to/use-vector-stores.md Use vector stores in .NET AI apps
docs/ai/vector-stores/manage-data.md Manage data
docs/ai/vector-stores/overview.md Vector databases for .NET AI apps
docs/ai/vector-stores/vector-search.md docs/ai/vector-stores/vector-search
docs/core/compatibility/11.md Breaking changes in .NET 11
docs/core/compatibility/extensions/11/ihost-runasync-stopasync-throw-backgroundservice-failure.md IHost.RunAsync and IHost.StopAsync throw when a BackgroundService fails
docs/core/compatibility/interop/11/nativeaot-lib-prefix.md "Breaking change: NativeAOT uses lib prefix for native library outputs on Unix"
docs/core/compatibility/toc.yml docs/core/compatibility/toc
docs/core/project-sdk/msbuild-props.md MSBuild reference for .NET SDK projects
docs/csharp/fundamentals/types/classes.md C# classes
docs/csharp/fundamentals/types/records.md "C# record types"
docs/csharp/fundamentals/types/structs.md C# structs
docs/csharp/language-reference/compiler-messages/expression-tree-restrictions.md Resolve errors and warnings generated from expressions prohibited in expression trees
docs/csharp/language-reference/compiler-messages/union-declaration-errors.md docs/csharp/language-reference/compiler-messages/union-declaration-errors
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/interop/default-marshalling-for-strings.md "Default Marshalling for Strings"
docs/orleans/migration-guide.md Orleans migration guides

alexwolfmsft and others added 7 commits April 6, 2026 12:37
* Add subservice metadata value
…te ArrayPool (#52133)

* Initial plan

* Update StringBuilder guidance in default-marshalling-for-strings.md

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

* Update docs/framework/interop/default-marshalling-for-strings.md

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Fix ArrayPool sample: use return value for string length and return buffer to pool

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

* Apply suggestions from code review

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

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
* Clarify Orleans constructor migration guidance

Update the Orleans migration guide and breaking changes summary to distinguish serializer constructors from generated activator constructors.

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

* Refine Orleans constructor migration docs

Clarify that the replacement attributes are for dependency injection scenarios and update the migration example to use an injected service instead of serialized data.

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

* Mark injected dependency as non-serialized

Update the Orleans migration guide example so the injected dependency property is marked with [field: NonSerialized] and does not trigger analyzer warnings.

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

* Clarify OrleansConstructor sample comment

Update the Orleans migration guide sample to note that [OrleansConstructor] was obsolete and ignored.

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

* Update docs/orleans/migration-guide.md

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

* Update docs/orleans/includes/orleans-10-breaking-changes.md

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

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
@github-advanced-security
Copy link
Copy Markdown

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:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@dotnetrepoman dotnetrepoman bot added this to the April 2026 milestone Apr 7, 2026
roji and others added 4 commits April 7, 2026 10:24
* Create stubs

* Update union-declaration-errors.md

* Review the full error list.

* Final proofread.

* Apply suggestions from code review

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

---------

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

#52685 was merged while a review wasn't yet completed. Address those comments.

* Apply suggestions from code review

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

* fix warning.

* Apply suggestions from code review

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.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.

8 participants