dotnet-api-docs icon indicating copy to clipboard operation
dotnet-api-docs copied to clipboard

.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)

Results 470 dotnet-api-docs issues
Sort by recently updated
recently updated
newest added

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

untriaged
area-System.Runtime.CompilerServices

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

untriaged
area-Infrastructure

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

area-WinForms
untriaged

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

untriaged
area-System.Threading.Tasks
documentation

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

area-System.Collections
community-contribution

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

untriaged
area-System.Collections
documentation

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

untriaged
area-System.Memory

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

untriaged
area-System.Drawing

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

area-System.Text.Encoding

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

untriaged
area-System.Threading