AspNetCore.Docs
AspNetCore.Docs copied to clipboard
Documentation for ASP.NET Core
### Description Rename `collectPerfCounters` to `collectMetrics`. Cross-ref: https://github.com/dotnet/runtime/pull/115926 Include final naming when https://github.com/dotnet/runtime/issues/115473 is resolved. The renames only affect the article, as they weren't called out by name in the...
### Description Thanks @o-leary for placing [your demo (`o-leary/MauiBlazorHybridEntraRoles`)](https://github.com/o-leary/MauiBlazorHybridEntraRoles) online for the community. I'd like to add an article section on enabling roles and groups for the sample app that...
### Description https://learn.microsoft.com/en-us/aspnet/core/blazor/performance/rendering?view=aspnetcore-9.0#implement-setparametersasync-manually Is the suggestion to replace `parameters.SetParameterProperties(this)` from `ComponentBase` with a `switch` over parameter names still valid? Given all the `ComponentProperties.SetProperties()` optimizations, including cached `PropertyWriter`s with `Action`-based setter...
It looks like we have some MSBuild properties for configuring static web assets that aren't documented anywhere I could find. For example, some users have been [looking for a way...
Use this issue to report problems with the [Microsoft Ajax Content Delivery Network](https://docs.microsoft.com/en-us/aspnet/ajax/cdn/overview)
I looked here to find out if we need to install the Hosting Bundle for all frameworks currently in use, or just the runtime and only the latest hosting bundle...
### Description It seems that the property to generate the Open API document should be `OpenApiGenerateDocumentsOnBuild` instead of `OpenApiGenerateDocuments`. For me the generation started working after changing this property name....
Please replace this method with supported method like AddOpenIdConnect. Thanks. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* *...
In .NET 10 Preivew 3, we're introducing support for minimal API validation support. I've created a sample repo and some notes on the implementation to serve as source material here:...
* https://github.com/dotnet/aspnetcore/issues/59451 * https://github.com/dotnet/aspnetcore/pull/61306 * https://github.com/dotnet/aspnetcore/issues/61811 ... and also for migration, tracking :point_right: https://github.com/dotnet/aspnetcore/issues/61811#issuecomment-2869368438.