dotnet-api-docs
dotnet-api-docs copied to clipboard
.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
### Type of issue Typo ### Description [Enter feedback here] What happens if I pass an index value that is out of range? Many documentation pages convey such information, but...
### Type of issue Other (describe below) ### Description DateOnly and TimeOnly are not implemented in 4.8.1 and should not be shown or at least have some sort of visual...
### Describe the issue or suggestion The only version of the MAUI iOS platform library APIs that appears to be published on the Microsoft website are for Xamarin iOS SDK...
### Type of issue Missing information ### Description The documentation article goes to the extent to just say "The IsCritical property specifies whether the control is critical." Just naming the...
### Describe the issue or suggestion Some paramrefs refer to parameters that don't exist on that API. Fix them up. --- [Associated WorkItem - 296914](https://dev.azure.com/msft-skilling/Content/_workitems/edit/296914)
### Type of issue Missing information ### Description Hello 👋 , Please consider adding information about thread safety on NamedPipeServerStream and related types. Since MS Docs is the source of...
### Describe the issue or suggestion CheckListBox DataSource property description is too thin. What does “source of the data” mean? Does it need to include the check values or just...
### Type of issue Code doesn't work ### Description //Code result = 0 decimal price = 0m; decimal valUnits = 4295.000000m; Console.WriteLine(Decimal.Multiply(price, valUnits)); //Code result = 0.000000 decimal price =...
### Type of issue Typo ### Description [Enter feedback here] Hi In the Definition, it says: "represents the requested key on the local machine" Says it's only applicable to LocalMachine...
### Type of issue Missing information ### Description It says > The accepted standard formats are 'r', 'R', 'o', 'O', 't' and 'T'. It would be helpful if the documentation...