-
![image](https://github.com/dotnet/runtime/assets/1165805/d1a2dfbf-6891-4a42-ae87-8ccec3f5e1b9)
Windows is not impacted
NativeAOT is not impacted
Visible on x86, but even more on ARM64 with 28 co…
-
On .Net Core 3.0 Preview 3, Asp.NET Core Identity Template, register a user with username
`bernhard@günter.com
`
**Expected**
Validation responds that this is not an allowed character for a userna…
-
**Assemblies affected**
ASP.NET Core OData 8.2.3
**Describe the bug**
The OData controller, specifically the CustomersController, is not automatically applying model validation to the key paramet…
-
i18n should also support ASP.NET Core on both .NET Core (netstandard1.6) and .NET 4.5.1 and higher (the same platforms supported by ASP.NET Core). These apps will always run in Kestrel and i18n 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.
I'm trying to dynamically add pages…
-
I am looking into using the PowerTools to try and integrate System.Web.Optimization Bundling and minification. I am looking into this solution since on my site the default Webforms implementation in S…
-
### Bug report
There are multiple differences in the theme files. In the theme file added by the NuGet browser-specific styles are missing and calc values differ. Likely the issue is due to **autopre…
-
Hi, I am the same guy that messaged you on LinkedIn. Love your library, its been a great help. That said, I am experiencing a few issues and am making fixes, would you like them as pull requests?
C…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
There is already a bug reported a few years back here: https://github.com/dotnet/aspnetcore/i…
lukos updated
2 months ago
-
When using the following code in .net core 3 mvc web project the scaffolding of views fails.
```
public class HomeController : Controller
{
public IActionResult About()
{
…