dotnet-api-docs
dotnet-api-docs copied to clipboard
.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
Corrected the example comment ## Summary Example comment had the Vector and Point the wrong way around
This pull request enhances the documentation for the `Stream.Read(Span)` method. The following improvements have been made: - **Exception Handling**: Added detailed exception documentation for `IOException`, `NotSupportedException`, and `ObjectDisposedException` to ensure...
This PR converts all snippet references in XML documentation files from the legacy `[!code-lang[...]]` syntax to the new `:::code` syntax as specified in the issue requirements. ## Changes Made **Before:**...
### Type of issue Missing information ### Description The documentation for `RegexOptions.ECMAScript` states that it: >Enables ECMAScript-compliant behavior for the expression. And refers to [ECMAScript matching behavior](https://learn.microsoft.com/en-us/dotnet/standard/base-types/regular-expression-options#ecmascript-matching-behavior) for further information....
This PR is to show a preview for https://dev.azure.com/ceapex/Engineering/_workitems/edit/1055155.
### Type of issue Other (describe below) ### Description Enumerable.Prepend is defined as: > Adds a value to the beginning of the sequence. However, later down the documentation within the...
Please throw us a bone: give us some code snippets. This is as fluid as water in a raging river, to the point of being discouraging! --- #### Document Details...
See stackoverflow: https://stackoverflow.com/questions/13692312/what-is-the-purpose-of-validationresult-success-field --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: b7f7be91-b00f-76db-cc66-3ff7913a8663 * Version Independent ID: df5a5451-bee1-b7af-d3a4-bde2ea4ce8f0...
### Type of issue Missing information ### Description Documentation describes how `CancellationToken` is observed when passed to `Wait`, but that seems to mean it is only observed in that initial...
### Type of issue Outdated article ### Description The sample code provided includes: ```csharp alicePublicKey = alice.PublicKey.ToByteArray(); ``` but `ECDiffieHellmanPublicKey.ToByteArray()` is marked as Obsolete in current versions of dotnet, and...