Skip to content

Merge to Live#36734

Merged
wadepickett merged 5 commits intolivefrom
main
Feb 3, 2026
Merged

Merge to Live#36734
wadepickett merged 5 commits intolivefrom
main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 2, 2026

[AUTOMATED]


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
aspnetcore/diagnostics/asp0008.md ASP0008: Do not use ConfigureWebHost with WebApplicationBuilder.Host
aspnetcore/diagnostics/asp0009.md "ASP0009: Do not use Configure with WebApplicationBuilder.WebHost"
aspnetcore/diagnostics/asp0011.md ASP0011: Suggest using builder.Logging over Host.ConfigureLogging or WebHost.ConfigureLogging
aspnetcore/diagnostics/asp0012.md aspnetcore/diagnostics/asp0012
aspnetcore/diagnostics/asp0014.md ASP0014: Suggest using top level route registrations
aspnetcore/fundamentals/aot/request-delegate-generator/diagnostics/rdg001.md "RDG001: Unable to resolve route pattern"
aspnetcore/fundamentals/aot/request-delegate-generator/diagnostics/rdg002.md RDG002: Unable to resolve endpoint handler
aspnetcore/fundamentals/aot/request-delegate-generator/diagnostics/rdg003.md aspnetcore/fundamentals/aot/request-delegate-generator/diagnostics/rdg003
aspnetcore/fundamentals/aot/request-delegate-generator/diagnostics/rdg004.md RDG004: Unable to resolve anonymous type
aspnetcore/fundamentals/aot/request-delegate-generator/diagnostics/rdg005.md "RDG005: Invalid abstract type"
aspnetcore/fundamentals/aot/request-delegate-generator/diagnostics/rdg006.md RDG006: Invalid constructor parameters
aspnetcore/fundamentals/aot/request-delegate-generator/diagnostics/rdg007.md aspnetcore/fundamentals/aot/request-delegate-generator/diagnostics/rdg007
aspnetcore/fundamentals/aot/request-delegate-generator/diagnostics/rdg008.md RDG008: Multiple public constructors
aspnetcore/fundamentals/aot/request-delegate-generator/diagnostics/rdg009.md "RDG009: Invalid nested AsParameters"
aspnetcore/fundamentals/aot/request-delegate-generator/diagnostics/rdg010.md RDG010: InvalidAsParameters Nullable
aspnetcore/fundamentals/aot/request-delegate-generator/diagnostics/rdg011.md aspnetcore/fundamentals/aot/request-delegate-generator/diagnostics/rdg011
aspnetcore/fundamentals/aot/request-delegate-generator/diagnostics/rdg012.md RDG012: Unable to resolve inaccessible type
aspnetcore/fundamentals/aot/request-delegate-generator/diagnostics/rdg013.md "RDG013: Invalid source attributes"
aspnetcore/fundamentals/minimal-apis/security.md Authentication and authorization in Minimal APIs
aspnetcore/fundamentals/openapi/aspnetcore-openapi.md [Visual Studio](https://review.learn.microsoft.com/en-us/aspnet/core/fundamentals/openapi/aspnetcore-openapi?branch=pr-en-us-36734)
aspnetcore/fundamentals/openapi/customize-openapi.md aspnetcore/fundamentals/openapi/customize-openapi
aspnetcore/fundamentals/openapi/include-metadata.md Include OpenAPI metadata in an ASP.NET Core app
aspnetcore/fundamentals/openapi/openapi-comments.md OpenAPI XML documentation comment support in ASP.NET Core
aspnetcore/fundamentals/openapi/using-openapi-documents.md Use the generated OpenAPI documents
aspnetcore/mvc/views/view-compilation.md Razor file compilation in ASP.NET Core
aspnetcore/security/authorization/limitingidentitybyscheme.md Authorize with a specific scheme in ASP.NET Core
aspnetcore/security/authorization/resourcebased.md aspnetcore/security/authorization/resourcebased
aspnetcore/security/authorization/roles.md Role-based authorization in ASP.NET Core
aspnetcore/tutorials/grpc/grpc-start.md Tutorial: Create a gRPC client and server in ASP.NET Core
aspnetcore/tutorials/grpc/grpc-start/sample/sample10/readme.md aspnetcore/tutorials/grpc/grpc-start/sample/sample10/readme

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 5 commits February 2, 2026 13:57
* Initial plan

* Fix incorrect service registration syntax for AddOpenApi() calls

Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>

* Fix typo in OpenAPI documents registration section

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>
Co-authored-by: Wade Pickett <wpickett@microsoft.com>
* Add gRPC client and server sample for ASP.NET Core 10

* fix the reference to vs-10

* Apply suggestions from code review

Co-authored-by: Wade Pickett <wpickett@microsoft.com>

---------

Co-authored-by: Wade Pickett <wpickett@microsoft.com>
* Add obsolescence note for Razor runtime compilation in .NET 10

Co-authored-by: tdykstra <1569635+tdykstra@users.noreply.github.com>

* Update aspnetcore/mvc/views/view-compilation.md

* Update runtime compilation note in view-compilation.md

Clarified note on runtime compilation obsolescence in .NET 10.

* Reorder note about Razor runtime compilation and Hot Reload

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: tdykstra <1569635+tdykstra@users.noreply.github.com>
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
…T 7+ (#36718)

* Initial plan

* Update authorization samples to use AddAuthorizationBuilder() for .NET 7+

Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>

* Update 7.x samples to target .NET 7 and update package versions

Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>
* Initial plan

* Update ms.author from safia to wpickett in 24 articles

Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>

* Apply suggestion from @wadepickett

* Apply suggestion from @wadepickett

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

* Update aspnetcore/fundamentals/aot/request-delegate-generator/diagnostics/rdg003.md

* Apply suggestions from code review

Verified diagnostics still up to date.  So updating the ms.date from last year to this year.

* Apply suggestions from code review

Also updated author meta data values per review suggestions.

* Apply suggestion from @wadepickett

* Apply suggestions from code review

* Apply suggestions from code review

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: wadepickett <10985336+wadepickett@users.noreply.github.com>
Co-authored-by: Wade Pickett <wpickett@microsoft.com>
@wadepickett wadepickett merged commit 5a368a1 into live Feb 3, 2026
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants