dotnet-api-docs
dotnet-api-docs copied to clipboard
.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
### 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...
### 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....
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...