-
When using
```C#
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("age")]
public int? Age { get; set; }
```
This still will create null when saving data …
-
Add instructions to [trust HTTPS certificate on RHEL](https://learn.microsoft.com/en-us/aspnet/core/security/enforcing-ssl?view=aspnetcore-6.0&tabs=visual-studio#trust-https-certificate-on-linux)
SLE…
-
### Description
Prior work at https://github.com/dotnet/AspNetCore.Docs/pull/28306.
Product unit PRs:
* https://github.com/dotnet/runtime/pull/91295
* https://github.com/dotnet/runtime/pull/…
-
I have a ASPNet Core 3.1 project, controller GET method is trying to use ODataQueryOptions as parameter:
using Microsoft.AspNet.OData.Query;
[HttpGet("api/products")]
public async Task GetProd…
-
Related to Linux content improvement project tracked internally here: [Azure DevOps 30649](https://dev.azure.com/msft-skilling/Content/_workitems/edit/30649/)
Must be finished in November sprint.
In…
-
Hello, could you please add an example of a "Blazor Web Hybrid App + Web API"? I am a beginner with Blazor Web Hybrid apps, and I am currently unfamiliar with how to call a Web API. What I tmean is th…
-
### Description
The documentation says:
"Two-way binding to a property with get/set accessors requires discarding the [Task](https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.task) …
-
1. Copy Code from [EF-RP 6.0 project](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/data/ef-rp/intro/samples/cu60) to [cu90](https://github.com/dotnet/AspNetCore.Docs/tree/main/asp…
-
The instructions regarding setting up a solution with working `WebAssemblyPrerendered` are too difficult to follow. I have spent several hours trying to follow along and I just cannot get it to work…
-
Add interface/support to unit test ODataQueryOptions with a mock framework. I implemented logic using the following sample from here [Server-Driven Paging](https://docs.microsoft.com/en-us/aspnet…