Skip to content

Conversation

@dotnet-policy-service
Copy link
Contributor

@dotnet-policy-service dotnet-policy-service bot commented Oct 14, 2025

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/ai/get-started-app-chat-scaling-with-azure-container-apps.md docs/ai/get-started-app-chat-scaling-with-azure-container-apps
docs/ai/get-started-app-chat-template.md docs/ai/get-started-app-chat-template
docs/ai/how-to/app-service-aoai-auth.md docs/ai/how-to/app-service-aoai-auth
docs/ai/how-to/content-filtering.md docs/ai/how-to/content-filtering
docs/ai/quickstarts/build-mcp-server.md docs/ai/quickstarts/build-mcp-server
docs/azure/create-azure-account.md docs/azure/create-azure-account
docs/azure/dotnet-dev-env-checklist.md docs/azure/dotnet-dev-env-checklist
docs/azure/migration/appmod/predefined-tasks.md docs/azure/migration/appmod/predefined-tasks
docs/azure/sdk/resource-management.md docs/azure/sdk/resource-management
docs/core/compatibility/10.0.md docs/core/compatibility/10.0
docs/core/compatibility/toc.yml docs/core/compatibility/toc
docs/core/diagnostics/observability-applicationinsights.md docs/core/diagnostics/observability-applicationinsights
docs/core/extensions/cloud-service.md docs/core/extensions/cloud-service
docs/core/extensions/configuration.md docs/core/extensions/configuration
docs/core/extensions/dependency-injection-guidelines.md docs/core/extensions/dependency-injection-guidelines
docs/core/introduction.md docs/core/introduction
docs/core/tools/custom-templates.md docs/core/tools/custom-templates
docs/core/tools/dotnet-environment-variables.md docs/core/tools/dotnet-environment-variables
docs/core/tools/dotnet-new-install.md docs/core/tools/dotnet-new-install
docs/core/tools/telemetry.md docs/core/tools/telemetry
docs/devops/dotnet-publish-github-action.md docs/devops/dotnet-publish-github-action
docs/fsharp/get-started/get-started-command-line.md docs/fsharp/get-started/get-started-command-line
docs/fsharp/language-reference/compiler-messages/toc.yml docs/fsharp/language-reference/compiler-messages/toc
docs/fsharp/language-reference/interfaces.md docs/fsharp/language-reference/interfaces
docs/fsharp/language-reference/xml-documentation.md docs/fsharp/language-reference/xml-documentation
docs/fsharp/using-fsharp-on-azure/table-storage.md docs/fsharp/using-fsharp-on-azure/table-storage
docs/fsharp/whats-new/fsharp-6.md docs/fsharp/whats-new/fsharp-6
docs/fundamentals/implementations.md docs/fundamentals/implementations
docs/orleans/quickstarts/deploy-scale-orleans-on-azure.md docs/orleans/quickstarts/deploy-scale-orleans-on-azure
docs/standard/library-guidance/strong-naming.md docs/standard/library-guidance/strong-naming

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.

rufer7 and others added 17 commits October 13, 2025 13:24
…example (#49031)

* Initial plan

* Fix missing 'approach' word and add WarnOn project file example

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

* Update docs/fsharp/language-reference/xml-documentation.md

---------

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>
#49047)

* Initial plan

* Add explanations and XML example for project references in F# tutorial

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

* Apply suggestions from code review

---------

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>
* Initial plan

* Add task expressions definition and link to documentation

Co-authored-by: BillWagner <493969+BillWagner@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>
…for stateless service (#47991)

* Update dependency-injection-guidelines.md to suggest avoid singleton for stateless service

Over years I have seen multiple companies use singleton as default IoC scope. 

So I want to update guide line to make clear what is the cost, suggest at least avoid singleton for stateless service

* Apply suggestions from code review

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

* Update docs/core/extensions/dependency-injection-guidelines.md

---------

Co-authored-by: David Pine <david.pine@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Initial plan

* Add documentation for empty/marker interfaces in F#

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

* Update docs/fsharp/language-reference/interfaces.md

---------

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>
…licable platforms (#49026)

* Update strong naming guidance for .NET libraries to only apply to applicable platforms

Since Strong Naming has no impact on modern .NET Runtimes, limit the scope of guidance to .NET Framework and .NET Standard

* Update docs/standard/library-guidance/strong-naming.md

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

* clarify multi-targeting guidelines

If multitargeting, strong naming should be done for all TFMs so that InternalsVisibleTo attributes can remain consistent.

* fix spacing

---------

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
- UWP is not a .NET implementation. Delete it from the .NET implementation lists.
- Clarify Mono status.

Fixes #47096

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
* Add FS0410 compiler message

* Fix ms.date

* Fix text

* Update docs/fsharp/language-reference/compiler-messages/fs0410.md

Co-authored-by: Bill Wagner <wiwagn@microsoft.com>

* Update docs/fsharp/language-reference/compiler-messages/fs0410.md

Co-authored-by: Bill Wagner <wiwagn@microsoft.com>

* Update docs/fsharp/language-reference/compiler-messages/fs0410.md

Co-authored-by: Bill Wagner <wiwagn@microsoft.com>

* Update docs/fsharp/language-reference/compiler-messages/toc.yml

Co-authored-by: Bill Wagner <wiwagn@microsoft.com>

* Update docs/fsharp/language-reference/compiler-messages/fs0410.md

Co-authored-by: Bill Wagner <wiwagn@microsoft.com>

---------

Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
* Add warning for untrusted .NET templates

Added a warning about untrusted .NET templates.

* Respond to PR feedback

* Apply suggestions from code review

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

* Move warning for untrusted .NET templates to description

Reinstate warning about untrusted .NET templates.

---------

Co-authored-by: Meaghan Osagie (Lewis) <mosagie@microsoft.com>
…alidation in .NET 10 Preview 3 (#49124)

* Add breaking change documentation for Type.MakeGenericSignatureType argument validation

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

* Address review feedback: rename folder to 10, update issue number, and remove Preview 3 from New behavior section

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

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: gewarren <24882762+gewarren@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 October 2025 milestone Oct 14, 2025
@dotnet-policy-service dotnet-policy-service bot merged commit 931a5dc into live Oct 14, 2025
22 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.

9 participants