AspNetCore.Docs icon indicating copy to clipboard operation
AspNetCore.Docs copied to clipboard

Documentation for ASP.NET Core

Results 729 AspNetCore.Docs issues
Sort by recently updated
recently updated
newest added

***EDIT by @Rick-Anderson :*** Update middleware doc The documentation page [Routing in ASP.NET Core § Routing basics](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/routing?view=aspnetcore-6.0#routing-basics) has this to say: > Apps typically don't need to call `UseRouting` or...

Source - Docs.ms
doc-idea

This is the container issue for this doc. Reopen each issue you are working on so the owner is notified. Before any of these issues are fixed, we'll do #26505,...

Source - Docs.ms

The documentation for `[BindRequired]` attributes states that it cannot be applied to method parameters which is not accurate. --- #### Document Details ⚠ *Do not edit this section. It is...

Source - Docs.ms
doc-enhancement

[Enter feedback here] --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 32374077-e02e-d6a6-1cea-05e58447b7cd * Version Independent ID: 86aeab13-1c25-9fc1-4e56-0390cb40c242...

Source - Docs.ms
doc-idea

I think that under heading: Utility base component classes to manage a DI scope, you mean to have Settings class implement the two interfaces underneath it: ``` public class Setting...

P3
Source - Docs.ms
Blazor
doc-enhancement

Per https://github.com/dotnet/aspnetcore/issues/29979 ... > I have an InputFile component and upload a file with it. The event `OnChange` gets raised fine. Now I click again on the browse button to...

P3
Source - Docs.ms
Blazor
doc-enhancement

https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-net-7-preview-1/#bind-the-request-body-as-a-stream-or-pipereader

doc-idea

Host config is not described in this article! It is described in the article linked to by "Host configuration" I think this is confusing. This article clearly is about app...

needs-more-info
doc-enhancement

A couple of items to address: * Timed-out connections: See https://github.com/dotnet/aspnetcore/issues/42778#issuecomment-1188852129 for content to add. The `serverTimeout`/`serverTimeoutInMilliseconds` settings are in the SignalR config doc, which is cross-linked, but we don't...

P2
SignalR
Blazor
doc-enhancement

`Input{X}` components are covered by the [*Forms and validation* topic](https://docs.microsoft.com/aspnet/core/blazor/forms-validation) with a central focus on using them with an edit context (`EditContext`/`EditForm`) pre-7.0. We already have one `Input{X}` component in...

P1
Blazor
doc-enhancement
7.0