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

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

area-System.IO
community-contribution

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

area-System.IO
community-contribution

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

untriaged
area-System.IO

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

area-WinForms
untriaged
:watch: Not Triaged

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

area-System.Collections
community-contribution

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

area-System.Net
doc-enhancement
untriaged

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

untriaged
area-System.Threading.Tasks

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

untriaged
area-Infrastructure

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

untriaged
area-System.Numerics

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

untriaged
area-System.Diagnostics.Tracing