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

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...

area-WinForms
untriaged
Pri3

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...

untriaged
Pri3
area-System.Drawing

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 |...

untriaged
Pri3
area-Infrastructure
dotnet-target-version

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...

Pri3
area-System.Globalization

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...

untriaged
Pri3
area-System.Numerics

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...

untriaged
Pri3
area-Serialization

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...

untriaged
Pri3
area-System.ServiceModel

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.

untriaged
Pri3
area-System.Data.SqlClient

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.

untriaged
Pri3
area-System.Runtime

### 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

untriaged
Pri3
area-Infrastructure