docs icon indicating copy to clipboard operation
docs copied to clipboard

This repository contains .NET Documentation.

Results 860 docs issues
Sort by recently updated
recently updated
newest added

### 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...

:watch: Not Triaged
dotnet-fundamentals/svc

### Describe the issue or suggestion - [x] Evaluation updates (#46071) - [ ] Update existing quickstart on vector data - [ ] See about adding more docs on vector...

:pushpin: seQUESTered
intelligent-apps/subsvc

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"...

dotnet-fundamentals/svc

### 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...

:watch: Not Triaged
dotnet-orleans/svc

### 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...

:watch: Not Triaged
breaking-change

### 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...

:watch: Not Triaged
dotnet-fundamentals/svc

### 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...

:watch: Not Triaged
dotnet-fundamentals/svc
user-feedback

### 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...

:watch: Not Triaged
dotnet-fundamentals/svc

### 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...

:watch: Not Triaged
dotnet-fundamentals/svc

### 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...

:watch: Not Triaged