dotnet-api-docs
dotnet-api-docs copied to clipboard
.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
## Summary - Updated `ArgumentOutOfRangeException` documentation for `MemoryStream.Position` property and `MemoryStream.Seek` method - Aligned exception descriptions with the more detailed explanation used in `SetLength` method - Added clarification about how...
Fixes #10163 ## Summary - Added documentation to `MemoryStream.WriteByte` to clarify that the method advances the stream's position by one byte upon successful write - Mirrors the documentation style used...
### Type of issue Missing information ### Description Provide explicit behavior details when the path is a symbolic link to a file. Does the target get deleted, or only the...
### Describe the issue or suggestion The [official documentation](https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.tooltip.autopopdelay?view=windowsdesktop-8.0) states that "the maximum delay for popups is 5000 milliseconds." This does not match actual behavior. **Current Behavior:** - On Windows...
## Summary I think saying that a copy is made is misleading, because it makes the person assume a copy of the whole dictionary is made, whereas in reality operations...
### Type of issue Missing information ### Description `ReadAsync` operations on `QuicStream` have special semantics for so called zero-byte reads, but this behavior is not documented. This behavior can also...
### Type of issue Other (describe below) ### Description We were having a debate about relying on the behavior of throwing a task from an deliberately abandoned async task call....
### Describe the issue or suggestion When searching for .NET API documentation articles on Microsoft Learn via Google, the search result snippet sometimes shows the following text instead of the...
### Type of issue Other (describe below) ### Description The remarks section contains the sentence "If value is negative, the method returns a negative result.". This is incorrect, both with...
### Type of issue Missing information ### Description In the "**Remarks**" section there is an xml example for "adding" a "listener". This example uses the "System.Diagnostics.**TextWriterTraceListener**" class. As far as...