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