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 Similar to Read(), ArgumentOutOfRangeException can be thrown if the span is not large enough with text like 'Specified argument was out of...
## Summary The documentation of UnsafeAccessorAttribute incorrectly suggests the `ref` return is optional for field accessors. Without `ref` you get `System.BadImageFormatException: 'Invalid usage of UnsafeAccessorAttribute.'` Example accessor throwing the above...
### Type of issue Other (describe below) ### Description The last link under See also takes you to the [Browse code samples page](https://learn.microsoft.com/en-us/samples/browse/?products=dotnet-core%2Cdotnet-standard&term=parallel&terms=parallel), where it yields no results. This link...
### Type of issue Code doesn't work ### Description Code provided for C++ is not valid C++ ### Page URL https://learn.microsoft.com/en-us/dotnet/api/system.func-2?view=netframework-4.5.2 ### Content source URL https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/Func`2.xml ### Document Version Independent...
### Type of issue Outdated article ### Description `StreamWriter(Stream, Encoding, Int32, Boolean)` does not throw for `null` `Encoding` on .NET 6.0, .NET 8.0 and .NET 9.0-preview.7. It seems to only...
### Type of issue Typo ### Description [Enter feedback here] ### Page URL https://learn.microsoft.com/en-us/dotnet/api/system.web.configuration.customerror?view=netframework-4.8.1 ### Content source URL https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Web.Configuration/CustomError.xml ### Document Version Independent Id 493ea7d5-3385-f1ed-9a85-2569ef115c40 ### Article author @Rick-Anderson
### Type of issue Missing information ### Description At time of writing the only information on ObjectPool.Get is Gets an object from the pool if one is available, otherwise creates...
### Type of issue Missing information ### Description The return value for `WaitForNextTickAsync` is a `ValueTask`, but the documentation doesn't say what `true` or `false` mean as the value of...
### Type of issue Missing information ### Description There is no remarks about how InvariantGlobalization impacts what CultureInfo is decided for the relevant static properties. I could not detect the...
### Type of issue Missing information ### Description For as long as I've been using WinForms, I've always been a little unsure about what the `PaintEventArgs.ClipRectangle` property is actually communicating...