-
First of all @filipw thank you for this great library!
Absence of ASP.NET Core support one of the points why I still using .net 4 in production at this moment. I didn't find any good alternative and …
-
Host (useful for support):
Version: 3.0.0
Commit: 7d57652f33
If i enabled PublishTrimmed=true when trying to publish a .net Core 3.0 application ( Newly updated from .net Core 2.2) i get the…
gmeks updated
1 month ago
-
### Describe the bug
there is a bug in CSRF token parsing inside the framework if you give invalid value to CSRF field or cookie then server returns exception with status code 500.
it should ret…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Today a razor view on our .net core MVC site started inexplicably failing with a `Syste…
-
### Describe the bug
When executing unit tests for web API project on ubuntu 20.04 (latest) it throws exception that the solution root could not be located using application root.
If the same …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
When the setting AddRazorSupportForMvc is added to an RCL like below it stops the runti…
-
I use the asp.net core 3.0 ,,when i use ReadyToRun ,,the ide show me these errors:
```
compilation failed for "C:\Users\Administrator\.nuget\packages\microsoft.codeanalysis.visualbasic\1.3.0\lib\n…
-
The SDK 'Microsoft.NET.Sdk.Web' specified could not be found
Fresh Installation of
https://docs.microsoft.com/en-us/dotnet/core/tutorials/with-visual-studio-code
caused problems to mine by "The S…
-
Test started via
` nunit3-console.exe .\bin\mytestassembly.dll`
Eventlog
```
EntryType : Error
InstanceId : 1026
Message : Application: dotnet.exe
…
-
### Describe the bug
If Razor view contains `*@@*` characters (without space between `*@` and `@*`), razor views are not added to output. Warning message does not contain view file name caused the…