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 204 dotnet-api-docs issues
Sort by recently updated
recently updated
newest added

## Disambiguate System.Runtime.Intrinsics.Vector* method overloads The Vector64, Vector128, and Vector256 extension methods all include Create, CreateScalar, and CreateScalarUnsafe overloads that have identical descriptions. They need to be disambiguated. For example:...

doc-enhancement
Pri3
area-System.Runtime.Intrinsics

One example in [ArgumentOutOfRangeException](https://docs.microsoft.com/dotnet/api/system.argumentoutofrangeexception) Remarks throws `IndexOutOfRangeException` (when accessing array). Two examples in [IndexOutOfRangeException](https://docs.microsoft.com/dotnet/api/system.indexoutofrangeexception) Remarks throw `ArgumentOutOfRangeException` (when accessing `List`).

doc-bug
Pri3
area-System.Runtime

As per https://github.com/dotnet/corefx/issues/36446, there were several behavioral changes made with regards to the behavior of the `Parse` and `ToString` methods for `System.Double` and `System.Single`. Those behavioral changes should be documented...

Pri0
:checkered_flag: Release: .NET Core 3.0
Pri3
area-System.Numerics

_From @badermessaoudi on Monday, March 9, 2020 9:21:40 PM_ **Link to article:** https://docs.microsoft.com/fr-fr/dotnet/api/system.security.cryptography.cspparameters?view=netstandard-2.0 **Problem:** Hello, I have a question regarding the class CspParameters. it says on the MSDN page that...

area-System.Security
untriaged
Pri3

I found the Image class in versions 8.0.2 and 4.7.2 .Net errors suggest the class has been "forwarded" to version 4.0.0.0. I assume this is generic. It would help if...

untriaged
Pri3
area-System.Drawing

[`ParameterInfo.DefaultValue`](https://learn.microsoft.com/en-us/dotnet/api/system.reflection.parameterinfo.defaultvalue?view=net-7.0) may return `Type.Missing` if parameter is optional, but no default value in metadata (probably COM interop case). Same for [`ParameterInfo.RawDefaultValue`](https://learn.microsoft.com/en-us/dotnet/api/system.reflection.parameterinfo.rawdefaultvalue?view=net-7.0#system-reflection-parameterinfo-rawdefaultvalue) See implementation https://github.com/dotnet/runtime/blob/v7.0.13/src/coreclr/System.Private.CoreLib/src/System/Reflection/RuntimeParameterInfo.cs#L287-L298

help wanted
Pri3
area-System.Reflection

## Summary Fixed return type - no boolean, only ValidationResult allowed. Fixes #3126

area-System.ComponentModel.DataAnnotations
community-contribution

## Summary Removed exception. NET 8.0 - Exception.Source - it is a string property. What System.Reflection object are we talking about?

area-System.Runtime
community-contribution

Hello, I was redirected here from: https://github.com/MicrosoftDocs/iis-docs/issues/1044 The code examples for this article is split into 3 separate code text boxes, it seems the intention was to only have 1...

Pri2
external
untriaged
area-Meta
iis/svc

See https://learn.microsoft.com/en-us/dotnet/api/system.reflection.assembly.load?view=net-8.0 There are numerous references to APIs that don't exist (overload with `SecurityContextSource`), implementation details that are no longer relevant (CodeBase/Location), and guidance for .NET Framework load policy. Looks...

untriaged
Pri3
:watch: Not Triaged
needs-area-label