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

### Type of issue Missing information ### Description I think the "caller information" link should point to https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/attributes/caller-information The current page says "We're no longer updating this content regularly" True...

untriaged
area-System.Runtime.CompilerServices

### Type of issue Typo ### Description You should describe how `ServiceBase.Run` behaves exactly. As far as I've understood the `main` method is also called when a service is started....

untriaged
Pri3
area-System.ServiceProcess

### Type of issue Missing information ### Description I think the comment regarding ZipArchiveMode.Update is misleading. The comment gives the impression that the entire archive is loaded into memory when...

untriaged
Pri3
area-System.IO.Compression

### Type of issue Typo ### Description When setting the `matchTimeout` parameter a `TimeoutException` can be thrown. ### Page URL https://learn.microsoft.com/en-us/dotnet/api/system.text.regularexpressions.regex.enumeratematches?view=net-9.0 ### Content source URL https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Text.RegularExpressions/Regex.xml ### Document Version Independent...

untriaged
area-System.Text.RegularExpressions

### Type of issue Other (describe below) ### Description The article says > Note that you cannot use the MethodInfo object from the base class to invoke the overridden method...

untriaged
area-System.Reflection

### Type of issue Other (describe below) ### Description The documentation for `Type.IsConstructedGenericType` indicates that a `Type` that returns `true` for this property is creatable. However, this is not necessarily...

untriaged
area-System.Reflection

### Type of issue Other (describe below) ### Description In translated content on `learn.microsoft.com`, fragment hyperlinks don't lead to their corresponding heading. For example, visit this page in German: https://learn.microsoft.com/de-de/dotnet/api/system.text.regularexpressions.regex.replace...

docs-experience
untriaged
Pri3
area-System.Text.RegularExpressions

### Describe the issue or suggestion The current returns description of `GetSection()` indicates that it returns `null`. That is incorrect. > The specified [ConfigurationSection](https://learn.microsoft.com/en-us/dotnet/api/system.configuration.configurationsection?view=windowsdesktop-9.0) object, or null if the requested...

untriaged
Pri3
area-System.Configuration

### Type of issue Missing information ### Description In some graphics contexts, such as printing, the SmoothingMode property is not settable. The Graphics object ignores any attempts to set SmoothingMode...

untriaged
area-System.Drawing

### Type of issue Missing information ### Description That article helped me a lot to massively speed up an image invert and color change in powershell. But what is the...

untriaged
area-System.Drawing