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

# Only create context if an event is set There are multiple events in CookieAuthenticationHandler and each has its own context type which some of them are created per request...

area-security
community-contribution

`PolicyAuthorizationResult` is immutable. It could be stored and reused to avoid allocation.

area-security
community-contribution

Ok, so if multiple keys for the same issuer is allowed, does reset need to delete all keys from the same issuer now? _Originally posted by @BrennanConroy in https://github.com/dotnet/aspnetcore/pull/42674#discussion_r935814933_

area-commandlinetools
feature-usersecrets

As part of following the guide from https://github.com/dotnet/aspnetcore/blob/main/docs/BuildFromSource.md, I was unable to complete installing the JDK because I was receiving the following error ` ./eng/scripts/InstallJdk.ps1 : File D:\Work\dotNET\aspnetcore\eng\scripts\InstallJdk.ps1 cannot be...

area-infrastructure
feature-infrastructure-improvements

# Fix MVC form data binding localization This PR fixes an issue in which all form elements were being formatted and parsed using the "current" culture, while some form elements...

area-mvc

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug We're using ASP.NET (v6) with Angular, using Cookie authentication to...

investigate
area-security
Needs: Attention :wave:

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Hi! I have an ASP.NET Core 5.0 application running in...

area-runtime

### Describe the bug HTTP/2 WebSockets (or any extended CONNECT) should not be limited by Kestrel's `MaxRequestBodySize` or `MinRequestBodyDataRate`, but currently HTTP/2 WebSockets is limited by both. Furthermore, it should...

area-runtime
servers-kestrel

### 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. The...

Perf
area-runtime
servers-kestrel
HTTP2