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

### Type of issue Missing information ### Description I find the documentation for `UnmanagedCallersOnlyAttribute.CallConvs` to be unintentionally misleading. It specifies that the valid values are `CallConv*` types. However, `CallConvSuppressGCTransition` is...

untriaged
area-System.Runtime.InteropServices

### Type of issue Crazy, Incorrect Remarks ### Description The remarks are incorrect and would be very weird *if they were correct*. 🚧 THE REMARKS SHOULD BE REMOVED. 🚧 The...

untriaged
area-System.Drawing

When trying to render raw html into a razor page, most people just use HtmlString type to convert a string into full html. When I wanted to do this in...

untriaged
Pri3
area-System.Web

### Type of issue Code doesn't work ### Description using System; using System.Reflection; using System.Threading; class Module1 { public static void Main() { // Get and display the friendly name...

untriaged
area-System.Runtime

_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Missing-Regex-Class-Orientation-Material/10723811)._ --- [severity:It's more difficult to complete my work] System.Text.RegularExpressions.Regex is a HUGELY important class. But there is ZERO orientation...

untriaged
area-System.Text.RegularExpressions
:watch: Not Triaged

### Describe the issue or suggestion According to the doc page for [SuppressGCTransitionAttribute](https://learn.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.suppressgctransitionattribute?view=net-9.0), this attribute only applies to methods that were decorated with **DllImportAttribute**. I assume this attribute also applies...

untriaged
area-System.Runtime.InteropServices
:watch: Not Triaged

### Type of issue Typo ### Description The complexity analysis seems of to me. Intersecting two sorted lists with the same comparator can be done in O(n*log(m)) time when iterating...

untriaged
area-System.Collections

This was updated in https://github.com/dotnet/runtime/pull/328/

area-System.Text.Encoding
community-contribution

### Type of issue Missing information ### Description The remarks for both [Enumerable.Append](https://learn.microsoft.com/en-us/dotnet/api/system.linq.enumerable.append?view=net-9.0#remarks) and [Enumerable.Prepend](https://learn.microsoft.com/en-us/dotnet/api/system.linq.enumerable.prepend?view=net-9.0#remarks) can be misleading. It currently states for both: > This method does not modify the...

untriaged
area-System.Linq

### Type of issue Missing information ### Description The top-level declaration for type `System.String` is, as follows: ```csharp public sealed class String : ICloneable, IComparable, IComparable, IConvertible, IEquatable, IParsable, ISpanParsable,...

untriaged
area-System.Runtime