aspnetcore icon indicating copy to clipboard operation
aspnetcore copied to clipboard

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

Results 1155 aspnetcore issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug With a in a layout: MainLayout.razor: ``` @using Microsoft.AspNetCore.Components.Sections @inherits...

investigate
area-blazor

### Is there an existing issue for this? - [x] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. In...

area-blazor

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. I...

area-minimal

### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug When running `IOpenApiDocumentTransformer`, it would be logical to have the...

area-mvc
Needs: Attention :wave:
feature-openapi

Refactor agent code so that it can be shared with dotnet-watch implementation via a shared project. Add new API applyHotReloadDeltas to apply updates.

area-blazor

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug # Large File Upload Issue (still) with MultipartReader in ASP.NET...

area-networking

After updating NET 8.0.8 and .NET SDK 8.0.400 SDK, Application fails with exception Could not load file or assembly 'Microsoft.AspNetCore.SignalR.Client.Core, Version=8.0.8.0'. Application loads the dls from installation location not from...

area-signalr
untriaged

### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug Under .NET 6, we had a controller Patch request method...

area-mvc
Needs: Attention :wave:

Follow steps in https://github.com/dotnet/aspnetcore/blob/main/docs/UpdatingMajorVersionAndTFM.md - [x] Update branding: https://github.com/dotnet/aspnetcore/pull/57340 - [ ] Turn GRPC & HttpSys Microbenchmark validation back on - [x] Update TFM after runtime updates theirs: https://github.com/dotnet/aspnetcore/pull/58090 -...

area-infrastructure

In particular, `HttpProtocols` and `SslProtocols`. This should be more forward compatible than adding an explicit enum member for each combination of values. For #58088

area-networking