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

- Add information about Unix behaviour - Replace mention of floppy drives that are no longer common - Make descriptions of similar methods in Directory and Environment class more consistent

area-System.IO
community-contribution

### Type of issue Outdated article ### Description [Enter feedback here] enforcment of account ### Page URL https://learn.microsoft.com/en-us/dotnet/api/system.nullreferenceexception?view=net-8.0 ### Content source URL https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System/NullReferenceException.xml ### Document Version Independent Id eac8f147-92d6-658d-0680-995343aa0129 ###...

untriaged
Pri3
needs-area-label

### Type of issue Missing information ### Description Like other methods, such as Read, this can throw ArgumentOutOfRangeException when "source is smaller than T's length in bytes". I did not...

untriaged
Pri3
area-System.Runtime.InteropServices

## Summary Fix casing of WebP from WEBP to WebP.

area-System.Net
community-contribution

### Type of issue Other (describe below) ### Description The code has: long[] longs = { Int64.MinValue, -10534, -189, 0, 17, 113439, Int64.MaxValue }; But the output has: // The...

untriaged
Pri3
needs-area-label

### Type of issue Typo ### Description In first sentence is dot typed, but should be a comma: > Occurs when a character. space or backspace key... ### Page URL...

area-WinForms
untriaged
Pri3

x

2 comment

### Type of issue Typo ### Description xvalue ### Page URL https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.datavisualization.charting.series.yvaluetype?view=netframework-4.8 ### Content source URL https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Windows.Forms.DataVisualization.Charting/Series.xml ### Document Version Independent Id be678254-1de1-3eb4-e5a9-dfd94fb38780 ### Article author @dotnet-bot

area-WinForms
needs-author-action
untriaged
Pri3

### Type of issue Missing information ### Description [Enter feedback here] Many dependency properties include "This is a dependency property" in their description. However, not all dependency properties include it....

area-WPF
untriaged
Pri3

### Type of issue Typo ### Description [여기에 피드백 입력] ### Page URL https://learn.microsoft.com/ko-kr/dotnet/api/microsoft.extensions.hosting.ihostbuilder?view=netframework-4.7.2&devlangs=csharp&f1url=%3FappId%3DDev16IDEF1%26l%3DKO-KR%26k%3Dk(Microsoft.Extensions.Hosting.IHostBuilder)%3Bk(TargetFrameworkMoniker-.NETFramework%2CVersion%253Dv4.7.2)%3Bk(DevLang-csharp)%26rd%3Dtrue ### Content source URL https://github.com/dotnet/dotnet-api-docs/blob/main/xml/Microsoft.Extensions.Hosting/IHostBuilder.xml ### Document Version Independent Id 220c5f05-f537-875e-caa5-bd4919567a7e ### Article author @dotnet-bot

needs-author-action
untriaged
Pri3
needs-area-label

[List en-us](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1.trimexcess?view=net-8.0&redirectedfrom=MSDN#System_Collections_Generic_List_1_TrimExcess) [List zh-cn](https://learn.microsoft.com/zh-cn/dotnet/api/system.collections.generic.list-1.trimexcess?view=net-8.0&redirectedfrom=MSDN#System_Collections_Generic_List_1_TrimExcess) To reset a [List](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1?view=net-8.0) to its initial state, call the [Clear](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1.clear?view=net-8.0) method before calling the [TrimExcess](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1.trimexcess?view=net-8.0) method. Trimming an empty [List](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1?view=net-8.0) sets the capacity of the...

doc-bug
untriaged
Pri3
area-System.Collections