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

Missing more information and some practical examples of how and when to use. https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.codeanalysis.stringsyntaxattribute

untriaged
Pri3
area-System.Diagnostics

https://learn.microsoft.com/en-us/dotnet/api/system.speech.recognition.speechrecognitionengine.setinputtowavefile?view=dotnet-plat-ext-8.0 It should mention on the page that the supported wav input format needs to be: PCM 16 kHz, 16 bits, 1 channel took me way to long to find...

help wanted
Pri3
area-System.Speech

[BigInteger.MinMagnitude](https://learn.microsoft.com/en-us/dotnet/api/system.numerics.biginteger.minmagnitude?view=net-8.0) reads: **Summary:** *Compares two values to compute which is lesser.* **x** *The value to compare with y.* **y** *The value to compare with x.* **Returns:** *x if it is...

untriaged
Pri3
area-System.Numerics
:watch: Not Triaged

Hi, According to the documentations, [`System.Diagnostics.Process.Start`](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.process.start) can return `false` when a process is 'reused', but does not really give an indication when this happens. I'm currently implementing a feature where...

untriaged
Pri3
area-System.Diagnostics.Process

## Summary Adds information I failed to find earlier today, namely "what is the output encoding". I also added information about the possibly unintuitive operation of `Write{Line}(char array)` when the...

area-System.Runtime
community-contribution

Many methods in `Path` have Windows-centric documentation. For example, [Path.IsPathRooted](https://learn.microsoft.com/en-us/dotnet/api/system.io.path.ispathrooted) claims that a "rooted" path is one where "[...] the first character is a directory separator character such as "\",...

untriaged
Pri3
area-System.IO

--- [Associated WorkItem - 232978](https://dev.azure.com/msft-skilling/Content/_workitems/edit/232978)

Pri3
needs-area-label
:pushpin: seQUESTered

_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Method-names-are-translated-in-menu/10582201)._ --- https://learn.microsoft.com/ru-ru/dotnet/api/system.threading.interlocked.increment?view=net-7.0 ![image](https://github.com/dotnet/dotnet-api-docs/assets/45579687/0ec01524-2bda-4c83-9013-96881c44ca0a) Estimated behaviour: Method names written in english always, independent of content language. --- ### Original Comments...

loc
untriaged
Pri3
area-System.Threading

https://learn.microsoft.com/en-us/dotnet/api/system.appdomain.currentdomain?view=net-8.0#system-appdomain-currentdomain The example code does not compile in .net 8.0

untriaged
Pri3
area-System.Runtime

https://github.com/dotnet/dotnet-api-docs/blob/b73ca7ff6c3b123137d442386494d1a74050f52b/xml/System.Reflection/MethodBase.xml#L1074 This says `Invoke(Object, Object[])` is just forwarder to `Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)`. Example section have this text https://github.com/dotnet/dotnet-api-docs/blob/b73ca7ff6c3b123137d442386494d1a74050f52b/xml/System.Reflection/MethodBase.xml#L1091 `Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)` remarks section contradicts it and...

Pri3
area-System.Reflection