AspNetCore.Docs
AspNetCore.Docs copied to clipboard
Documentation for ASP.NET Core
There's been an app building exercise around auth in 7.0, and that resulted in some feedback that we currently don't have any documentation about Identity's SecurityStamp / single sign out...
The [With WebApplicationFactory](https://docs.microsoft.com/en-us/aspnet/core/migration/50-to-60-samples?view=aspnetcore-6.0#with-webapplicationfactory) example of how to [Test with WebApplicationFactory or TestServer](https://docs.microsoft.com/en-us/aspnet/core/migration/50-to-60-samples?view=aspnetcore-6.0#test-with-webapplicationfactory-or-testserver) doesn't appear to succeed using VS2022 (17.2.6) or Rider 2022.2 EAP 11. Possibly there's something I'm not following...
I have an issue with the following statement: "Apps migrating to 6.0 don't need to use the new minimal hosting model." It seems as though secrets.json will not get read...
It's been asked before, but you guys just seem to close the issue without providing anything useful. I think it's not that hard to add a section with, at least,...
[Enter feedback here] The Article indicates that Razor Page applications can be split in to Parts. However the sample code is only for MVC. Please provide sample for Razor Pages...
**Doc request for unit testing signalr in a ASP.NetCore 2.2 app** I am currently working on a signalr application and I want to be able to test my hubs. I...
The section [Use hub filters](https://docs.microsoft.com/en-us/aspnet/core/signalr/hub-filters?view=aspnetcore-6.0#use-hub-filters) contains the sentence: `For this example, assume a LanguageFilterAttribute class is defined`. As a developer who is working on this first time and didn't implemented...
[EDIT by guardrex to add the metadata. @Rick-Anderson ... I'll take care of this one. It's for the Blazor remarks in the Scaffolding doc.] [Build Identity components](https://docs.microsoft.com/en-us/aspnet/core/security/authentication/scaffold-identity?view=aspnetcore-6.0&tabs=visual-studio#build-identity-components) This part needs...
[Enter feedback here] "Filters run within the ASP.NET Core action invocation pipeline, sometimes referred to as the filter pipeline. " This description seems to be conflict with the diagram (copied...
The following topics should have the `:::moniker range=">= aspnetcore-7.0"` section moved to the top of the file to ensure in page links work in the latest version. * mvc/models/validation *