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

In the page linked below, first line reads: > Json.NET should be used for serialization and deserialization. Provides serialization and deserialization functionality for AJAX-enabled applications. The wording and punctuation is...

Pri2
doc-enhancement
Pri3
area-System.Runtime

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

Pri3
area-Infrastructure
:pushpin: seQUESTered

Examples: - [Interlocked.Increment Метод (System.Threading) | Microsoft Learn](https://learn.microsoft.com/ru-ru/dotnet/api/system.threading.interlocked.increment?view=net-7.0) - [Single Struktura (System) | Microsoft Learn](https://learn.microsoft.com/pl-pl/dotnet/api/system.single?view=net-8.0) - [FrozenSet.Enumerator 構造体 (System.Collections.Frozen) | Microsoft Learn](https://learn.microsoft.com/ja-jp/dotnet/api/system.collections.frozen.frozenset-1.enumerator?view=net-8.0) - [HashSet.Overlaps(IEnumerable) Methode (System.Collections.Generic) | Microsoft Learn](https://learn.microsoft.com/de-de/dotnet/api/system.collections.generic.hashset-1.overlaps?view=net-8.0) -...

loc
area-Infrastructure
:pushpin: seQUESTered

## Ensure return values conform to standard pattern OPS displays return value information as follows: ![image](https://user-images.githubusercontent.com/10886961/49889738-1ff99580-fdf7-11e8-9865-da2d5cd61ec0.png) The only authored content is the description itself, which should describe the return value,...

help wanted
Pri3
area-System.Runtime

See https://twitter.com/Duncanma/status/968369013234569216 for background info Anyone jumping on this issue should break the PR into multiple smaller PRs so we're not overwhelmed to review this. An example can be seen...

Pri2
doc-enhancement
help wanted
Pri3
area-Infrastructure

Many validation attributes compose their error messages using `String.Format` with one or more arguments. You can use placeholders like {0}, {1}, {2}, etc. in the error message string passed to...

help wanted
Pri3
area-System.ComponentModel.DataAnnotations

Should this be included in the list of Exceptions? --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID:...

Pri1
:checkered_flag: Release: .NET Core 2.x
doc-update
area-System.Reflection
dotnet-api/prod

There is a code missing issue in [ConfigurationManager.OpenExeConfiguration Method.](https://docs.microsoft.com/en-us/dotnet/api/system.configuration.configurationmanager.openexeconfiguration?redirectedfrom=MSDN&view=netframework-4.7.2#System_Configuration_ConfigurationManager_OpenExeConfiguration_System_String_) ConsoleSection currentSection = null; I think ConsoleSection class should be defined in the code. otherwise we could not run the GetRoamingConfiguration...

Pri3
area-System.Configuration

[System.ArgumentNullException: Value cannot be null. Parameter name: key] at System.Runtime.CompilerServices.ConditionalWeakTable`2.TryGetValue(TKey key, TValue& value) line: else if (cwt.TryGetValue(mc2, out data)) --- #### Document Details ⚠ *Do not edit this section. It...

Pri2
doc-bug
area-System.Runtime.CompilerServices
dotnet-api/prod

The example for `CheckSignature(X509Certificate2Collection, Boolean)` in the System.Security.Cryptography.Pkcs/SignedCms.xml section uses the same code as the previous method (`CheckSignature(Boolean)`) The examples for both methods link to `~/samples/snippets/csharp/VS_Snippets_WindowsServer/mpkcs_SignedCMS/cs/Program.cs#1)` which is an example...

area-System.Security
doc-bug
example-request
Pri3