docs
docs copied to clipboard
This repository contains .NET Documentation.
### Type of issue Other (describe below) ### Description How to serialize frontend JS into objects? [Enter feedback here] ### Page URL https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/preserve-references ### Content source URL https://github.com/dotnet/docs/blob/main/docs/standard/serialization/system-text-json/preserve-references.md ### Document...
### Describe the issue or suggestion - [x] Evaluation updates (#46071) - [ ] Update existing quickstart on vector data - [ ] See about adding more docs on vector...
This PR corrects an inaccuracy in the cross-compilation documentation for macOS. The documentation incorrectly stated that macOS provides "amd64" toolchains in the default XCode install, when it should be "arm64"...
### Type of issue Typo ### Description See https://github.com/dotnet/orleans/pull/9148 ### Page URL https://learn.microsoft.com/en-us/dotnet/orleans/implementation/testing ### Content source URL https://github.com/dotnet/docs/blob/main/docs/orleans/implementation/testing.md ### Document Version Independent Id 4f2f9322-7a02-15e2-8c8c-ee18e975b8a6 ### Platform Id 599e15f0-272c-f4d9-6637-dd33285e04ad ### Article...
### Description PackageReference validation is being improved to give clearer and more actionable messages when the version metadata is missing. There's no change when using Central Package Management, since by...
### Type of issue Typo ### Description > MacOS provides the x64 and amd64 toolchains in the default XCode install. That would be `arm64` not `amd64` ### Page URL https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/cross-compile...
### Type of issue Code doesn't work ### Description The line "JsonNode schema = options. GetJsonSchemaAsNode(typeof(Person));" is incorrect. I believe it should be more likeJsonNode schema =JsonSchemaExporter.GetJsonSchemaAsNode(options, typeof(MyPoco));" ### Page...
### Type of issue Typo ### Description • Dispose(bool disposing) is called with true when the object is being disposed explicitly (by user code), and with false when called from...
Missing docs for ApiCompatPreserveUnnecessarySuppressions + ApiCompatPermitUnnecessarySuppressions
### Type of issue Missing information ### Description I see in this issue https://github.com/dotnet/sdk/issues/34936 that this is supported: ```xml true true ``` But it isn't documented on https://learn.microsoft.com/en-us/dotnet/fundamentals/apicompat/package-validation/baseline-version-validator ### Page...
### Missing discussion on computation expressions and the Result type The [documentation page](https://learn.microsoft.com/en-us/dotnet/fsharp/language-reference/results) on the `Result` type only discusses pattern matching. There is no discussion of computation expressions. Therefore, less...