Skip to content

Conversation

@dotnet-policy-service
Copy link
Contributor

@dotnet-policy-service dotnet-policy-service bot commented Dec 3, 2025

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/framework/data/adonet/ef/performance-considerations.md docs/framework/data/adonet/ef/performance-considerations
docs/framework/data/adonet/sql/linq/sql-clr-type-mapping.md docs/framework/data/adonet/sql/linq/sql-clr-type-mapping
docs/framework/data/transactions/committing-a-transaction-in-single-phase-and-multi-phase.md docs/framework/data/transactions/committing-a-transaction-in-single-phase-and-multi-phase
docs/framework/performance/lazy-initialization.md docs/framework/performance/lazy-initialization
docs/framework/tools/mageui-exe-manifest-generation-and-editing-tool-graphical-client.md docs/framework/tools/mageui-exe-manifest-generation-and-editing-tool-graphical-client
docs/framework/unmanaged-api/hosting/clr-hosting-interfaces.md docs/framework/unmanaged-api/hosting/clr-hosting-interfaces
docs/framework/unmanaged-api/hosting/getrequestedruntimeinfo-function.md docs/framework/unmanaged-api/hosting/getrequestedruntimeinfo-function
docs/framework/unmanaged-api/profiling/icorprofilercallback-interface.md docs/framework/unmanaged-api/profiling/icorprofilercallback-interface
docs/framework/wcf/configuring-bindings-for-wcf-services.md docs/framework/wcf/configuring-bindings-for-wcf-services
docs/framework/wcf/designing-service-contracts.md docs/framework/wcf/designing-service-contracts
docs/framework/wcf/diagnostics/tracing/configuring-tracing.md docs/framework/wcf/diagnostics/tracing/configuring-tracing
docs/framework/wcf/diagnostics/wmi/index.md docs/framework/wcf/diagnostics/wmi/index
docs/framework/wcf/extending/configuring-and-extending-the-runtime-with-behaviors.md docs/framework/wcf/extending/configuring-and-extending-the-runtime-with-behaviors
docs/framework/wcf/extending/creating-user-defined-bindings.md docs/framework/wcf/extending/creating-user-defined-bindings
docs/framework/wcf/extending/extending-clients.md docs/framework/wcf/extending/extending-clients
docs/framework/wcf/feature-details/data-transfer-architectural-overview.md docs/framework/wcf/feature-details/data-transfer-architectural-overview
docs/framework/wcf/feature-details/diagnosing-transactional-applications.md docs/framework/wcf/feature-details/diagnosing-transactional-applications
docs/framework/wcf/feature-details/federation.md docs/framework/wcf/feature-details/federation
docs/framework/wcf/feature-details/how-to-use-filters.md docs/framework/wcf/feature-details/how-to-use-filters
docs/framework/wcf/feature-details/large-data-and-streaming.md docs/framework/wcf/feature-details/large-data-and-streaming
docs/framework/wcf/feature-details/service-identity-and-authentication.md docs/framework/wcf/feature-details/service-identity-and-authentication
docs/framework/wcf/feature-details/transport-security-overview.md docs/framework/wcf/feature-details/transport-security-overview
docs/framework/wcf/feature-details/wcf-discovery-object-model.md docs/framework/wcf/feature-details/wcf-discovery-object-model
docs/framework/wcf/securing-services.md docs/framework/wcf/securing-services
docs/framework/wcf/specifying-service-run-time-behavior.md docs/framework/wcf/specifying-service-run-time-behavior
docs/framework/wcf/using-sessions.md docs/framework/wcf/using-sessions
docs/framework/wcf/wcf-client-overview.md docs/framework/wcf/wcf-client-overview
docs/framework/windows-workflow-foundation/authoring-workflows-activities-and-expressions-using-imperative-code.md docs/framework/windows-workflow-foundation/authoring-workflows-activities-and-expressions-using-imperative-code
docs/framework/windows-workflow-foundation/invoking-activity-validation.md docs/framework/windows-workflow-foundation/invoking-activity-validation
docs/framework/windows-workflow-foundation/variables-and-arguments.md docs/framework/windows-workflow-foundation/variables-and-arguments

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.

AdmiralSnyder and others added 12 commits December 2, 2025 09:52
* Clarify customer intent and enhance file-based apps description

Updated customer intent description for clarity and added a reference to directives.

* Apply suggestions from code review

Co-authored-by: Copilot <[email protected]>

---------

Co-authored-by: Bill Wagner <[email protected]>
Co-authored-by: Copilot <[email protected]>
* Update for the new extensions

Fixes #45758

Update the LINQ section to highlight C# 14 extension members over the C# 3 style `this` extension methods.

In general, refer to "extension members" over "extension methods" when discussing the language feature. Use "extension methods" in the context of writing *methods* specifically, as in the query expression pattern.

* Apply suggestions from code review

Co-authored-by: Copilot <[email protected]>

* respond to feedback

---------

Co-authored-by: Copilot <[email protected]>
* Use snippets in article

Responding to #50244

These files should remain in the repo, and should generally be included in the article

* Apply suggestions from code review

Co-authored-by: Copilot <[email protected]>

---------

Co-authored-by: Copilot <[email protected]>
* Fix linting and addressed feedback

* Fix command syntax for dotnet build options

---------

Co-authored-by: Meaghan Osagie (Lewis) <[email protected]>
* Initial commit

* first part of the doc update

* add missing samples, update type names and some of the descriptions

* address Copilot feedback

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <[email protected]>

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <[email protected]>

* Updated image

* Fix image naming

* Update link to image

* Update date

* Fixing image rendering in dark mode

---------

Co-authored-by: Adam Sitnik <[email protected]>
Co-authored-by: Genevieve Warren <[email protected]>
* Improve MTP overview doc

* Apply suggestions from code review

Co-authored-by: Copilot <[email protected]>

* Fix link

* Apply suggestions from code review

Co-authored-by: Meaghan Osagie (Lewis) <[email protected]>

---------

Co-authored-by: Copilot <[email protected]>
Co-authored-by: Meaghan Osagie (Lewis) <[email protected]>
@dotnetrepoman dotnetrepoman bot added this to the December 2025 milestone Dec 3, 2025
@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.

@dotnet-policy-service dotnet-policy-service bot merged commit 0a94c36 into live Dec 3, 2025
15 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.

8 participants