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

### Type of issue Missing information ### Description All of these methods throw if a value is out of range, they should probably document that. ### Page URL https://learn.microsoft.com/en-us/dotnet/api/System.Buffers.ReadOnlySequence-1.Slice?view=net-9.0 ###...

untriaged
area-System.Buffers

### Type of issue Missing information ### Description `PipeWriter.GetMemory` and `PipeWriter.GetSpan` should explicitly call out that they do not guarantee returning buffers that have been cleared. ### Page URL https://learn.microsoft.com/en-us/dotnet/api/system.io.pipelines.pipewriter?view=net-9.0...

untriaged
area-System.IO.Pipelines

### Describe the issue or suggestion - Add descriptions to empty namespace (ns-*.xml) files - Add descriptions to member groups

untriaged
area-Meta

### Type of issue Outdated article ### Description It seems that setting this property to `null` or an empty string removes the content type header, instead of throwing the documented...

area-System.Net
untriaged

### Type of issue Typo ### Description [在此处输入反馈] ``` using Microsoft.AspNetCore.Mvc; namespace WebApplic.Controllers { [ApiController] [Route("[controller]")] public class WeatherForecastController : ControllerBase { private static readonly string[] Summaries = new[] {...

untriaged
area-System.Threading

### Type of issue Missing information ### Description UserDirectories talk about adding your own path but does not provide the way to do it within dotnet nor does it talk...

untriaged
area-System.Runtime.InteropServices

### Describe the issue or suggestion The documentation for [`OrderedDictionary`](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.ordereddictionary-2?view=net-9.0) does not include any information about how it differs from using a `Dictionary`. The summary of "Represents a collection of...

area-System.Collections

Minor grammar fixes on the Task.WhenAny Method page.

area-System.Threading.Tasks
community-contribution

**Issue description** The docs for `HttpClient.GetStreamAsync` state that an `HttpRequestException` will be raised if: > The request failed due to an underlying issue such as network connectivity, DNS failure, server...

untriaged
Pri3
area-System.Net.Http
:watch: Not Triaged

### Type of issue Missing information ### Description It seems the DateTime.TryParseExact method can throw a `System.FormatException` if the format provided is invalid. When tested in ASP.NET MVC 4.7.2, the...

help wanted
area-System.DateTime