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

Hi. When trying to migrate some existing endpoints to minimal apis, I discovered that is not as easy as in controllers to change the behaviour of a binding error (and...

Needs: Attention :wave:
area-minimal

### Describe the bug As part of looking into the new features in ASP.NET Core 6 (top-level statements, minimal APIs, etc.) I've been looking at how to refactor the integration...

bug
area-mvc
Priority:3
feature-mvc-testing
area-minimal

### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug I'm experiencing an issue with SignalR in a Blazor WebAssembly...

area-signalr

_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/GenerateStaticWebAssetEndpointsManifest-/10745916)._ --- [severity:I'm unable to use this version] [regression] [worked-in:17.11.3] Updated to the Latest Visual Studio Version 17.12.0 Preview 2.0,...

bug
Needs: Author Feedback
area-blazor
Status: No Recent Activity
Author: Migration Bot :robot:
feature-static-web-assets
Needs: Repro

### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug This is a copy of https://github.com/microsoft/fluentui-blazor/issues/2783 When "wasm-unsafe-eval" is specified...

Needs: Author Feedback
area-blazor
Status: No Recent Activity

### Is there an existing issue for this? - [x] I have searched the existing issues ### The issue Given a simple loop rendering any element with a unique `@key`...

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

### Describe the Bug `dotnet dev-certs https` no longer creates a folder if one does not exist ### Steps to Reproduce Previously, running the following code worked: ``` FROM mcr.microsoft.com/dotnet/sdk:8.0...

area-commandlinetools

In https://github.com/dotnet/aspnetcore/blob/4b8269fca79f95dc28c0c03546f941e86f663c15/eng/Versions.props#L297 the reference to `MessagePack` is a version (2.5.108) with a known vulnerability https://osv.dev/vulnerability/GHSA-4qm4-8hg2-g2xm I noticed the .NET 9RC2 still links this package with vulnerability. Is the reference going...

area-infrastructure

# Fix for: Minimal APIs and controllers treat header arrays differently #54978 Alter BindParameterFromProperty(...) method ## Description The root cause of the issue is in `GetValueFromProperty(...)` behavior - it returns...

community-contribution
area-minimal