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 I have a problem with getting request scope in blazor...

investigate
area-blazor
Needs: Attention :wave:

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

investigate
area-blazor

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

Needs: Attention :wave:
area-ui-rendering

_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...

Needs: Author Feedback
area-blazor
Status: No Recent Activity
Author: Migration Bot :robot:
Needs: Repro

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

area-identity
Needs: Attention :wave:

_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] ![MSAL Error.PNG](https://aka.ms/dc/image?name=Beec3acf20eb8470e9654e58a5589fc7b638597691897774980_MSAL_Error.PNG&tid=eec3acf20eb8470e9654e58a5589fc7b638597691897774980) ![image](https://github.com/user-attachments/assets/253be115-bd09-48e1-b8ac-dcb576fba9ba) We upgraded VS2022 to the latest version...

area-blazor
Author: Migration Bot :robot:

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 =...

area-mvc
untriaged

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

area-infrastructure

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

area-mvc

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

community-contribution
area-networking