dotnet-api-docs
dotnet-api-docs copied to clipboard
.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
### Type of issue Missing information ### Description Please add a link to corresponding article and add remarks about type name and namespace. 1. Add a link to [https://learn.microsoft.com/en-us/dotnet/standard/assembly/type-forwarding](https://learn.microsoft.com/en-us/dotnet/standard/assembly/type-forwarding). 3....
### Describe the issue or suggestion For example the `ReadOnlySpan` constructor takes a `ref readonly T`, however the documentation lists the parameter as `ref T reference` instead, leaving out important...
### Type of issue Typo ### Description I have two HtmlDocument instances containing the same web page obtained using different URLs. Are those equal or not? If not, how would...
## Issue Description The code documentation for all but the first `Task.WhenEach` methods seems to be faulty/incomplete. ## "Expected Behavior" This is what the "argument tooltip" looks like for the...
## Summary The docs are currently silent on the failure modes of most of the `System.Collections.Generic.ConcurrentQueue.Try*` methods. This PR clarifies what I believe are the semantics: that the `Try` operations...
The current documentation for ToImmutableDictionary does not document that it throws on a key collision. https://learn.microsoft.com/en-us/dotnet/api/system.collections.immutable.immutabledictionary.toimmutabledictionary?view=net-9.0 When converting a collection from a to b, the intuitive behavior would be to...
### Type of issue Typo ### Description The wording is: `true if the span contains only whitespace characters, false otherwise.` This implies that empty spans, which do not contain any...
### Type of issue Typo ### Description The PathPointType enum contains flags and bitmasks that are relevant to the PathType member, but they aren't referenced. https://learn.microsoft.com/en-us/dotnet/api/system.drawing.drawing2d.pathpointtype?view=windowsdesktop-9.0 The same issue befalls...
### Description Hi neither me not copilot found any documentation why the following program (in particular the GetBytes part) does what it does and if there are other character replacements....
### Type of issue Other (describe below) ### Description Regarding documentation for the **Mutex(Boolean, String, Boolean)** constructor overload: There is confusion about the functionality of the third parameter. The summary...