-
As recently announced, the .NET team is adding new APIs for JSON parsing. IdentityModel currently relies on Newtonsoft.Json for JSON parsing. This often causes problems for customers who want to use a…
-
Create Rgd3 folder to contain sample [here](https://github.com/dotnet/AspNetCore.Docs.Samples/tree/main/fundamentals/aot/diagonstics) and follow [Rdg1](https://github.com/dotnet/AspNetCore.Docs.Sample…
-
Section heading Result<T> should be Results<T>
---
#### Document Details
⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.*
* ID: fa03…
-
_From @Tadimsky on June 6, 2018 19:7_
## Details about Problem
I recently updated all of our services to target .NET Core 2.1 and everything worked great on my one machine and on someone else's ma…
-
The text currently says:
> Make sure to replace with your distribution's package source, for example, on Ubuntu you would use archive.ubuntu.com.
This probably works in the US, but elsewhere th…
-
Related to https://github.com/dotnet/AspNetCore.Docs/issues/29292
ASP.NET Core has added built-in metrics. We should provide information about what counters there are and what information they coll…
-
The page, and a few of its siblings, recommend using the package `Microsoft.AspNetCore.App` which has been deprecated.
---
#### Document Details
⚠ *Do not edit this section. It is required for …
-
This tutorial instructs you to copy the entire swagger ui (that you already have) to simply add custom css. There is a much easier way to inject your stylesheet, which works like this:
- Create a w…
-
This doc is unclear that it's only for Blazor Server and developers are wasting lots of time trying to make it work with Blazor WebAssembly before realizing this is the case.
---
#### Document D…
-
We followed the instructions on this page for working with an alpine image https://learn.microsoft.com/en-us/dotnet/core/install/linux-alpine#dependencies
This worked fine for about a year however …