dotnet-api-docs
dotnet-api-docs copied to clipboard
.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
### Type of issue Missing information ### Description According to the current `FormatException` docs: > The exception that is thrown when the format of an argument is invalid, or when...
### Type of issue Other (describe below) ### Description According to its source code, the remarks do not reflect its usage and seem copied from ExceptionValidationRule class without edits. ###...
### Describe the issue or suggestion Triage and remediation for ROPC for this repo. --- [Associated WorkItem - 307300](https://dev.azure.com/msft-skilling/Content/_workitems/edit/307300)
### Type of issue Code doesn't work ### Description [Enter feedback here] The line "The previous example assumes your project has an App.config file as shown below." is incorrect. You...
### Type of issue Code doesn't work ### Description [Enter feedback here] When I copy and paste the code example of a server(https://learn.microsoft.com/en-us/dotnet/api/system.runtime.remoting.channels.tcp.tcpchannel?view=netframework-4.8.1) into a console app in VS2022, it...
## Summary > By default, SerialPort uses ASCIIEncoding to encode the characters. ASCIIEncoding encodes all characters greater than 127 as (char)63 or '?'. To support additional characters in that range,...
Mrs.
### Type of issue Typo ### Description [Enter feedback here] ### Page URL https://learn.microsoft.com/en-us/dotnet/api/system.io.ports?view=net-8.0 ### Content source URL https://github.com/dotnet/dotnet-api-docs/blob/main/xml/ns-System.IO.Ports.xml ### Document Version Independent Id 24dce530-c03d-0469-f9a5-58268fa97be9 ### Article author @dotnet-bot
### Type of issue Code doesn't work ### Description 1) The provided C# example fails to compile due to a conversion error. Example fixes: A) Replace `cwt.TryGetValue(wr2.Target, out data)` with...
### Type of issue Missing information ### Description The DOC doesn't specify whether the `path` is absolute or relative or can be both. In case relative can be used, it...
### Type of issue Missing information ### Description Based on my understanding, `FrozenDictionary` is a type designed to be immutable and read-only. I would have expected this type to be...