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

Document doesn't specify what are the units. Is it in bytes, kilobytes, megabytes, or maybe number of items on the cache?

help wanted
Pri3
area-Extensions-Caching
needs-further-triage

https://github.com/search?q=repo%3Adotnet%2Fdotnet-api-docs+%2F%5C%7C%5C%7C%5C%7C%2F+language%3AXML&type=code&l=XML

doc-enhancement
Pri3
area-Meta

Hi, It would be helpful if there was an example of how to add a custom header value to an HttpWebRequest object. Thank you, Daniel Jameson

area-System.Net
untriaged
Pri3

## Summary The documentation for `IOException` on `StreamReader.Read(Span)` is not just wrong, but hides the actual reason an `IOException` can occur. Also unified the text for all relevant `IOException` reasons....

area-System.IO
community-contribution

## Summary The existing docs are only valid for .NET Framework. Fixes #9765

## Summary Alter wording of `ThreadLocal.Value` initialization to clarify that `NULL -/-> NOT(init)` following dotnet/runtime#101105 Also, removed `MissingMemberException` mention; Value-factory-less initialization does not use reflection, so the exception can never...

area-System.Threading
community-contribution

Hi, In the generic methods, the return type is nullable, but there is no documentation on how it is possible. Is it possible? Also, it is minor, but the sections...

Pri3
area-System.Text.Json

#https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.unobservedtaskexceptioneventargs.exception?view=net-8.0 The article mentions 'which, by default, would terminate the process' two times. This however is not the default in all recent .net versions. The real default behavior is only...

untriaged
Pri3
area-System.Threading.Tasks

When I open documentation on the web site I can choose a version of .NET framework and a programming language. Then the documentation in my browser updates according to my...

docs-experience
untriaged
Pri3
area-Infrastructure

In this page: https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.x509chain?view=net-8.0 This line: `if (ch.ChainStatus.Length > 1)` Should be: `if (ch.ChainStatus.Length >= 1)`

area-System.Security
untriaged
Pri3