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

app ConsoleApp1 this core pc

untriaged
Pri3
area-System.Runtime.InteropServices

I'm looking at a text file here and .Net tells me the Encoding class is SBCSCodePageEncoding, yet this does not appear in the above documentation as one of the derived...

Pri2
area-System.Text.Encoding
dotnet-api/prod

I want to use the code page (e.g. code page 936) which is not supported in UWP apps. I can get the code page 936 by use the "CodePagesEncodingProvider" class...

Pri2
area-System.Text.Encoding
dotnet-api/prod

This page has several issues: 1. It claims `CodePagesEncodingProvider` is not available for .Net Core 2.1, which is not true. (In fact, it's a NuGet package, so AFAIK it's not...

Pri2
area-System.Text.Encoding
dotnet-api/prod

For [`System.Text.Decoder`](https://docs.microsoft.com/en-us/dotnet/api/system.text.decoder) and [`System.Text.Encoder`](https://docs.microsoft.com/en-us/dotnet/api/system.text.encoder), the general pattern is that callers should ensure the destination buffers are large enough to hold the converted output. It is _not_ appropriate for the caller...

Pri3
area-System.Text.Encoding

@Zuishin commented on [Thu Feb 28 2019](https://github.com/dotnet/dotnet-api-docs.ja-jp/issues/39) > Writes the specified data, followed by the current line terminator, to the standard output stream. Console.WriteLine writes to TextWriter indicated by Console.Out....

Pri2
area-System.Console
dotnet-api/prod

There's a C++ FILETIME construct in Windows. What I was actually looking for was a way to convert that sort of structure into a nice C# version. Instead I get...

Pri2
area-System.Runtime
dotnet-api/prod

When it comes to security decisions, why shouldn't we use the invariant culture? If the invariant culture is assumed to be static (does not change with .NET framework, OS version,...

Pri2
area-System.Globalization
dotnet-api/prod

We should clarify some of the docs under the `System.Buffers.Text.Base64` class. Here are some suggested clarifications. ## Base64.EncodeToUtf8 https://docs.microsoft.com/dotnet/api/system.buffers.text.base64.encodetoutf8 In the _Remarks_ section, we should clarify the relationship between the...

doc-enhancement
Pri3
area-System.Buffers

Example please --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 5885fb65-636b-3e66-4f34-98b4e357e092 * Version Independent ID: 89a4e215-8046-0b88-8643-2c00725384e1 *...

Pri2
area-System.Linq.Parallel
dotnet-api/prod