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 Fixed documentation for the `MemoryLoadBytes` section as it was misleading before as it's not a percentage but a quantity with units in bytes. Fixes an issue in the...

area-System.Runtime
community-contribution

### Type of issue Typo ### Description From https://learn.microsoft.com/en-us/dotnet/api/system.runtime.gclatencymode?view=net-8.0#fields ![NoGCRegion](https://github.com/user-attachments/assets/54bdee2b-f8eb-44b9-bfb6-f7ddfbc2b970) Brief look at `enum` itself reveals that `NoGCRegion` is declared same as other values,, https://source.dot.net/#System.Private.CoreLib/src/libraries/System.Private.CoreLib/src/System/Runtime/GCSettings.cs,9dba3e06a9881afd. `LatencyMode` property is what validates...

untriaged
Pri3
needs-area-label

### Describe the issue or suggestion https://github.com/dotnet/runtime/blob/102f28e5a64cdbe89484ac10414fdebb9a51c65f/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/CollectionExtensions.cs#L140-L141 Per code, inserting a span from a `List` into itself is UB. I think we should mention it in the [docs](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.collectionextensions.insertrange?view=net-8.0), because `List.InsertRange(itself)`...

untriaged
Pri3
area-System.Collections

Thank you very insightful _Originally posted by @CastelliOne in https://github.com/dotnet/dotnet-api-docs/issues/9889_

untriaged
Pri3
needs-area-label

### Type of issue Missing information ### Description [Engggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg [asdf.csv](https://github.com/user-attachments/files/16947132/asdf.csv) ter feedback here] ### Page URL https://learn.microsoft.com/en-us/dotnet/api/system.io.path.getpathroot?view=net-8.0 ### Content source URL https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.IO/Path.xml ### Document Version Independent Id d5479c65-09ad-ee9e-1581-528f4baa95d4 ### Article...

untriaged
Pri3
area-System.IO

The current descriptions regarding Vector APIs of System.Runtime.Intrinsics cannot be decribed as _documentation_. Please add proper documentation with examples, expected results and explanation to all uncommon jargons.

untriaged
Pri3
area-System.Runtime.InteropServices

### Type of issue Code doesn't work ### Description Two of the code examples given for [HtmlEncode(String, Boolean)](https://learn.microsoft.com/en-us/dotnet/api/system.web.security.antixss.antixssencoder.htmlencode?view=netframework-4.8#system-web-security-antixss-antixssencoder-htmlencode(system-string-system-boolean)) and for [HtmlEncode(String, TextWriter)](https://learn.microsoft.com/en-us/dotnet/api/system.web.security.antixss.antixssencoder.htmlencode?view=netframework-4.8#system-web-security-antixss-antixssencoder-htmlencode(system-string-system-io-textwriter)) incorrectly encode the (Space) character. |Code Example |...

untriaged
Pri3
needs-area-label

## Summary Fixes Issue #10378 - Corrected examples where (Space) was incorrectly encoded as ` ` - Added headings to the example table where they were missing.

area-System.Security
community-contribution

### Type of issue Other (describe below) ### Description The docs for a couple of overloads of `ToDictionary` state: > The values within each group are in the same order...

Pri3
area-System.Linq

### Type of issue Other (describe below) ### Description The documentation is misleading because this method is not available in .NET 8. It is only available since v9.0.0-preview.6.24327.7 (.NET 9...

untriaged
Pri3
needs-area-label