Skip to content

Conversation

@dotnet-policy-service
Copy link
Contributor

@dotnet-policy-service dotnet-policy-service bot commented Nov 26, 2025

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
.github/prompts/error-consolidation.md .github/prompts/error-consolidation
docs/azure/sdk/authentication/local-development-dev-accounts.md docs/azure/sdk/authentication/local-development-dev-accounts
docs/csharp/advanced-topics/interface-implementation/mixins-with-default-interface-methods.md docs/csharp/advanced-topics/interface-implementation/mixins-with-default-interface-methods
docs/csharp/how-to/index.md docs/csharp/how-to/index
docs/csharp/language-reference/builtin-types/built-in-types.md docs/csharp/language-reference/builtin-types/built-in-types
docs/csharp/language-reference/builtin-types/enum.md docs/csharp/language-reference/builtin-types/enum
docs/csharp/language-reference/compiler-messages/ref-modifiers-errors.md docs/csharp/language-reference/compiler-messages/ref-modifiers-errors
docs/csharp/language-reference/keywords/using-directive.md docs/csharp/language-reference/keywords/using-directive
docs/csharp/language-reference/keywords/where-generic-type-constraint.md docs/csharp/language-reference/keywords/where-generic-type-constraint
docs/csharp/language-reference/operators/deconstruction.md docs/csharp/language-reference/operators/deconstruction
docs/csharp/language-reference/operators/member-access-operators.md docs/csharp/language-reference/operators/member-access-operators
docs/csharp/language-reference/statements/iteration-statements.md docs/csharp/language-reference/statements/iteration-statements
docs/csharp/language-reference/statements/yield.md docs/csharp/language-reference/statements/yield
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 docs/csharp/misc/sorry-we-don-t-have-specifics-on-this-csharp-error
docs/framework/data/adonet/sql/linq/system-datetime-methods.md docs/framework/data/adonet/sql/linq/system-datetime-methods
docs/framework/interop/com-interop-sample-com-client-and-net-server.md docs/framework/interop/com-interop-sample-com-client-and-net-server
docs/framework/tools/caspol-exe-code-access-security-policy-tool.md docs/framework/tools/caspol-exe-code-access-security-policy-tool
docs/framework/tools/mpgo-exe-managed-profile-guided-optimization-tool.md docs/framework/tools/mpgo-exe-managed-profile-guided-optimization-tool
docs/framework/tools/resgen-exe-resource-file-generator.md docs/framework/tools/resgen-exe-resource-file-generator
docs/framework/tools/sn-exe-strong-name-tool.md docs/framework/tools/sn-exe-strong-name-tool
docs/framework/unmanaged-api/profiling/icorprofilercallback-movedreferences-method.md docs/framework/unmanaged-api/profiling/icorprofilercallback-movedreferences-method
docs/framework/unmanaged-api/profiling/icorprofilercallback4-movedreferences2-method.md docs/framework/unmanaged-api/profiling/icorprofilercallback4-movedreferences2-method
docs/framework/wcf/diagnostics/tracing/recommended-settings-for-tracing-and-message-logging.md docs/framework/wcf/diagnostics/tracing/recommended-settings-for-tracing-and-message-logging
docs/framework/wcf/feature-details/configuring-ws-atomic-transaction-support.md docs/framework/wcf/feature-details/configuring-ws-atomic-transaction-support
docs/framework/wcf/samples/internet-information-service-hosting-instructions.md docs/framework/wcf/samples/internet-information-service-hosting-instructions
docs/framework/wcf/samples/one-time-setup-procedure-for-the-wcf-samples.md docs/framework/wcf/samples/one-time-setup-procedure-for-the-wcf-samples
docs/framework/wcf/servicemodelreg-exe.md docs/framework/wcf/servicemodelreg-exe
docs/framework/wcf/wcf-service-publishing.md docs/framework/wcf/wcf-service-publishing
docs/framework/windows-workflow-foundation/workflow-tracing.md docs/framework/windows-workflow-foundation/workflow-tracing

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.

gewarren and others added 8 commits November 25, 2025 09:01
* Add link to new preprocessor directives for File-based apps

there was no way to hop there

* Apply suggestions from code review

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

---------

Co-authored-by: Bill Wagner <[email protected]>
Co-authored-by: Copilot <[email protected]>
* Add errors listed in issue

* first edit pass

* final proofread

Give the edits a final proofread

* fix build warnings

* warnings part 2

* Apply suggestions from code review

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

* warnings and feedback

* YAML typo

* Apply suggestions from code review

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

---------

Co-authored-by: Copilot <[email protected]>
Co-authored-by: Genevieve Warren <[email protected]>
* Replace extension method with member

Where samples use `this` extension methods, except where explaining the `this` syntax, convert to the C# 14 extension member syntax,

* Fix build issues

* Add updates in the advanced-topics section

* Add other C# folders

This adds all the folders *except* tutorials and LINQ. (Those will be in separate PRs)

* Add the fundamentals folder

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Respond to feedback.

---------

Co-authored-by: Copilot <[email protected]>
Co-authored-by: Genevieve Warren <[email protected]>
* Update local dev accounts doc

* Update docs/azure/sdk/authentication/local-development-dev-accounts.md

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

* React to feedback

* Apply suggestions from code review

Co-authored-by: Christopher Scott <[email protected]>

* Update docs/azure/sdk/authentication/local-development-dev-accounts.md

Co-authored-by: Christopher Scott <[email protected]>

---------

Co-authored-by: alexwolfmsft <[email protected]>
Co-authored-by: Christopher Scott <[email protected]>
* docs: Add documentation for dotnet project convert command

Adds documentation for the dotnet project convert command, which converts
file-based programs to project-based programs. The documentation includes:

- Command synopsis and description
- Conversion process details
- All command options (--dry-run, --force, --interactive, --output)
- Examples showing conversion from file-based to project-based structure
- Translation of #:sdk, #:package, and #:property directives

* Address PR feedback

* Address PR feedback

* Remove empty line in dotnet-project-convert.md

* docs: Add dotnet project convert to navigation and index

Adds the dotnet project convert command to the CLI index and table of contents.

* Address PR feedback

---------

Co-authored-by: Meaghan Osagie (Lewis) <[email protected]>
@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 November 2025 milestone Nov 26, 2025
@dotnet-policy-service dotnet-policy-service bot merged commit 366d279 into live Nov 26, 2025
21 of 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.

8 participants