dotnet-api-docs
dotnet-api-docs copied to clipboard
.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
When coding I was surprised to find duplicates were returned by GetItems. Yes, it's in the Random folder. However, when prizes are drawn for people, prizes are selected randomly, but...
The IsEmpty implementation tests the Width and Height properties for 0 or negative values. The documentation only states about equality to 0. The XML doc is inconsistent as well. See...
The following project file(s) target a .NET version that's no longer supported. This is an auto-generated issue, detailed and discussed in [dotnet/docs#22271](https://github.com/dotnet/docs/issues/22271). | Target version | End of life |...
In the documentation page about "Char.IsSeparator Method" (url = https://learn.microsoft.com/en-us/dotnet/api/system.char.isseparator?view=net-8.0) the example has a typo. The character '@' should be accompanied by the '$' character, e.g. @$ or $@ so...
The .NET’s DegreesToRadians uses a special implementation ((degrees * Pi) / 180.0) which result could deviate from the widespread 0.017453292519943295 * degrees’ version (especially in the case of extremely small...
DataContractResolver{"success":false,"message":"No se espera el tipo 'Entity.Response.Response`1[[System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]' con el nombre de contrato de datos 'ResponseOfanyType:http://schemas.datacontract.org/2004/07/Entity.Response'. Considere la posibilidad de utilizar un DataContractResolver si está utilizando DataContractSerializer o...
The sample listed in the documentation lists a constructor of: public SampleServiceClient(string endpointConfigurationName) : base(endpointConfigurationName) { } But there is no constructor taking a string, which can clearly be seen...
If the columnNames argument to DataView.ToTable is empty, the entire table is returned rather than an empty table. This behavior seems unintuitive and should be documented.
Both Buffer and Value have the same Summary which is hopefully not the case. Value is probably the sub segment whereas buffer is the full original string.
### Describe the issue or suggestion The Windows App SDK (WinUI 3.0) API browser appears to be empty. https://learn.microsoft.com/en-us/dotnet/api/?view=windows-app-sdk-1.5