-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
JsonSerializer.Deserialize throws an exception when there is a an array in the json and the m…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Cloudflare and Code 1020 ... i know blocking of Russian IPs, but Server is from a big hoster …
-
Currently syntax blocks are not highlighted:
![image](https://user-images.githubusercontent.com/1697911/121598946-3d733e80-c9f7-11eb-920a-5400380489c6.png)
Would be great to enable syntax highli…
-
Vulnerable Library - microsoft.aspnetcore.1.0.5.nupkg
Microsoft.AspNetCore
Library home page: https://api.nuget.org/packages/microsoft.aspnetcore.1.0.5.nupkg
Path to dependency file: /src/AzureInteg…
-
I am noticing an important regression in GC heap sizes and working set measurement on ASP.NET benchmarks (most of them).
These are the charts for Json MVC.
![image](https://user-images.githubuse…
-
ef6 数据库迁移时,
```C#
protected override void OnModelCreating(ModelBuilder builder)
{
base.OnModelCreating(builder);
}
报错
Method not found: 'System.Ty…
-
@fahadabdulaziz opened this here: https://github.com/Microsoft/dotnet/issues/527
Hi,
After targeting .Net Framework 4.7.1, in many projects referencing net standard libraries. I get these errors…
-
با سلام
در متد
_onlinePayment.Request(Gateway.Pasargad, Convert.ToInt64(myclass.classes.FirstOrDefault().intClassId), (decimal)myclass.classes.FirstOrDefault().dPrice, "http://........./registerC…
-
### Describe the bug
I am trying to use optional [FromBody] model binding, for example,
```c#
[HttpPost("optional")]
public IActionResult PostOptional(WeatherForecast forecast = null)
{
…
-
### Steps to reproduce
Follwing the guide at https://docs.efproject.net/en/latest/platforms/aspnetcore/existing-db.html
### The issue
Every step completes correctly up until:
```
Scaffold-DbContext…