-
### Describe the bug
Tag helpers and Razor expressions don't work well together on the same line.
Take for instance this line of code:
`Edit`
In this case the asp-page-handler TagHelper has no e…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
It seems to work last week however we now getting a 400 Bad Requests on our servers.
…
-
### Describe the bug
If I create a new MAUI project using the CLI and then create a solution file and add the project to the solution, then the Visual Studio Configuration Manager shows that the s…
-
# Environment description
- .net 5
- asp.net core api
- windows 10、centos 7
```
dotnet --info
.NET SDK (反映任何 global.json):
Version: 5.0.300
Commit: 2e0c8c940e
运行时环境:
OS Name: W…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
asp.net core 6.0.9 appsettings.json:
```
"Kestrel": {
"Endpoints": {
…
khteh updated
9 months ago
-
### Describe the bug
Razor fails to compile the following code:
```cshtml
Learn about
building Web apps with ASP.NET Core.
```
### To Reproduce
→ [RZ1035](ht…
-
# Error message
`UserPrincipal.Current` throws the following exception:
```text
An unhandled exception has occurred while executing the request.
System.InvalidCastException: Unable to cast obj…
-
### Describe the bug
In the Microsoft.AspNetCore.Identity.UI package, the StringLength validation for the password in registration form is [hardcoded to 6](https://github.com/dotnet/aspnetcore/blob/v…
-
### Describe the bug
I've a Blazor WASM PWA application and I'm trying to deserialize a post REST API result from JSON to dynamic object, using ReadFromJsonAsync but it returns always null.
If I use…
-
### Describe the bug
When you load an assembly in a new AssemblyLoadContext and add it dynamically via an AssemblyPart to the ApplicationPartManager new entries are getting added to the internal prop…