-
### Type of issue
Other (describe below)
### Description
Ineffective example presented before an adequate explanation of functionalit y.
[Enter feedback here]
### Page URL
https://learn.microso…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Task description
The .NET 9 SDK now adds a warning that targeting netstandard1.x is no longer recommende…
-
Já existe ou esta nos planejamentos uma versão Dotnet Standard ou Dotnet Core?
-
It is well documented that newtonsoft.json is not performant and is not ideal for any cloud serverless applications. This does not seem like a very difficult change to make and would help with anyone …
-
### Describe the bug
Using `dotnet watch run` does not work for F# applications. It won't start the application at all.
This is the output I get:
```bash
PS D:\code\TodoService\src\app> dotnet watch…
-
Adding the package to a dotnet core 1.1 project fails:
```$ dotnet add package Softengi.UbClient --version 1.0.0.4```
```
error: Package Softengi.UbClient 1.0.0.4 is not compatible with netstanda…
-
### Type of issue
Missing information
### Description
Since struct serialization [wasn't always supported](https://github.com/dotnet/runtime/issues/29455), it would be nice to officially state that…
-
### Type of issue
Other (describe below)
### Description
The code example is wrong. It is about EventHandler. The correct code example is the first example on this page: https://learn.microsoft.com…
-
The default integration test template calls `ConfigureHttpClientDefaults` with `AddStandardResilienceHandler`
https://github.com/dotnet/aspire/blob/b45b0461b789c64d1b1dfa421f63e2e7a09540af/src/Aspire…
-
### Type of issue
Missing information
### Description
Why is there no way to ignore all null values when deserializing JSON? This used to exist! I shouldn't have to make my properties nullable if I…