aspnetcore
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.
# 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...
`PolicyAuthorizationResult` is immutable. It could be stored and reused to avoid allocation.
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_
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...
# 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...
### 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...
### 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...
### 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...
### 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...