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.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I have a problem with getting request scope in blazor...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug This is to reopen task [56732](https://github.com/dotnet/aspnetcore/issues/56732) ### Expected Behavior Please...
### Description When retarget the 3rd party application to net9.0, build and run with the latest .NET 9 build, it failed to load page with error: ```System.NullReferenceException: Object reference not...
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Misleading-error-when-DI-fails/10728338)._ --- [severity:It's more difficult to complete my work] I recently lost over an hour to this one. I accidentally...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug https://github.com/dotnet/aspnetcore/blob/afeab33afa4d81d3799dd665d6c1f47618815791/src/Identity/UI/src/Areas/Identity/Pages/V5/Account/Login.cshtml.cs#L130 This line above uses the Input.Email for logging in,...
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Version-17110---MSAL-Exception-Unhandl/10727217)._ --- [severity:I'm unable to use this version] [regression] [worked-in:17.10.3]   We upgraded VS2022 to the latest version...
Not sure if this is expected or not, but the `Url.RouteUrl` call in ASP.NET Core Razor view doesn't support `Tuple`s. VS Code: `v1.92.2` O# extension: `v2.39.29` ```cs @using Filter =...
This pull request updates the following dependencies [marker]: (Begin:785fec4d-50df-4a20-cbf9-08db9e4fbff5) ## From https://github.com/dotnet/source-build-reference-packages - **Subscription**: 785fec4d-50df-4a20-cbf9-08db9e4fbff5 - **Build**: 20240815.1 - **Date Produced**: August 15, 2024 4:22:46 PM UTC - **Commit**: fe3794a68bd668d36d4d5014a9e6c9d22c0e6d86...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug If we create a React and ASP.NET Core project with...
# Removing unsafe code in BufferExtensions Removing unsafe code, using Span to write numbers directly to the buffer ## Description - Removing the `unsafe` keyword required for pinning - Removing...