AspNetCore.Docs
AspNetCore.Docs copied to clipboard
Documentation for ASP.NET Core
- [ ] PR should say to create a issue before the PR to verify we'll likely accept the PR. - [ ] Review PU's readme for ideas - [...
### Description This tutorial requires an update from .NET 8 to .NET 9 for the VS and VSC instructions. Remove the VS for Mac tab instructions. ### Page URL https://learn.microsoft.com/en-us/aspnet/core/tutorials/signalr?view=aspnetcore-9.0&tabs=visual-studio...
When running [this demo](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/signalr/authn-and-authz/6.0sample/SignalRAuthenticationSample), I get this error: ```SignalR connection failed Error: WebSocket failed to connect. The connection could not be found on the server, either the endpoint may not...
### Description The ASP.NET Core integration testing article is currently based on Razor Pages. We should update it to be based on Blazor and to address Blazor-related integration testing concerns...
### Description I was following the guidance given here, and struggled setting up external MS login with a single tenant configuration. As far as I can tell, the listed configuration...
### Description For ***.NET 10*** or later versions of the tutorial, adopt `dotnet scaffold` tooling ... [dotnet scaffold – Next Generation Content Creation for .NET](https://devblogs.microsoft.com/dotnet/introducing-dotnet-scaffold/) The reference article for `dotnet...
The docs point to the "legacy" way of doing things with the old Spa.Extensions library. We revamped the way this works in 6.0 to leverage the same architecture followed by...
👋🏻 G'day - would be really helpful/nice to include some sample code to include/exclude any exception information if the environment is _not_ `IsDevelopment()`. if it `IsDevelopment()` then we can see...
### Description ``` [04/21/2025 13:01:56 +08:00] Error { Id: 11, Name: "HostedServiceStartupFaulted" } IP: CorrelationId: Agent: ContentType: ContentLength: RequestBody: RequestQuery: MemoryUsage:/294653952 Hosting failed to start { SourceContext: "Microsoft.Extensions.Hosting.Internal.Host", ThreadId: 1,...
### Description Please document that exception handlers do not receive the usual routing data in `HttpContext` - extension methods such as `GetEndpoint` or `GetRouteData` will always return `null`. Ideally, if...