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 381 dotnet-api-docs issues
Sort by recently updated
recently updated
newest added

### Type of issue Code doesn't work ### Description The document states that `ref` is optional for read-only field accessors. This appears to be incorrect, as an `BadImageException` is thrown...

area-System.Runtime.CompilerServices
in-pr

### Type of issue Typo ### Description The text for "ArgumentOutOfRangeException" refers to "The number of characters in the next line" which is surely a copy/paste from ReadLine. There is...

untriaged
area-System.IO

### Type of issue Missing information ### Description This issue is based on https://github.com/dotnet/runtime/issues/113787 The summary and remarks documentation of this method (and `IsAssignableTo`) are somewhat ambiguous when testing types...

untriaged
area-System.Runtime

### Type of issue Typo ### Description This is a callback function that returns a `X509Certificate`. What is the desired behaviour if no acceptable certificate can be found. It can't...

untriaged
needs-area-label

### Type of issue Other (describe below) ### Description As usual, there are issues with the German translation of the article. "must be called at most once" ist translated with...

untriaged
needs-area-label

- Turn around the paragraph, emphasizing the modern behavior - Harmonize language on .NET Core / .NET 5+ with the rest of HttpClient docs Resolves https://github.com/dotnet/runtime/issues/108588

area-System.Net.Http

### Type of issue Typo ### Description There are several methods including `public void CallStaticPrivateMethod()` that don't belong to a class and thus won't compile. If the intent is to...

untriaged
area-System.Runtime

untriaged
area-Meta

When providing the period value as a TimeSpan in ticks, the value must represent at least 1 millisecond. Any value below will be rounded down to zero (0) and the...

area-System.Threading
community-contribution

Also copy a line about LIFO semantics from one of the overloads, to unify the docs for each function. ## Summary Earlier today, I needed to perform several experiments to...

community-contribution
needs-area-label