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

### Describe the issue or suggestion See https://codeql.github.com/codeql-query-help/csharp/cs-call-to-obsolete-method/. Can we use this query to find code snippets that call obsolete APIs (and then update them)?

untriaged
area-Meta
okr-quality

### Type of issue Missing information ### Description System.Random is not designed for cryptographic use, but that is not clearly noted on the core documentation page for the class, as...

area-System.Security
untriaged

### Describe the issue or suggestion The "Remarks" section of [Decimal.ToDouble](https://learn.microsoft.com/en-us/dotnet/api/system.decimal.todouble?view=net-9.0) contains the following paragraph: > You can also convert a [Decimal](https://learn.microsoft.com/en-us/dotnet/api/system.decimal?view=net-9.0) to a [Double](https://learn.microsoft.com/en-us/dotnet/api/system.double?view=net-9.0) value by using the [Explicit](https://learn.microsoft.com/en-us/dotnet/api/system.decimal.op_explicit?view=net-9.0)...

doc-bug
untriaged
area-System.Runtime

### Type of issue Other (describe below) ### Description Website formatting of 3 columns + code up to 100 chars wide make it hard to keep the code lines visible...

untriaged
area-Infrastructure

### Type of issue Missing information ### Description Crurently the `Compressed` file attribute is documented like this: > The file is compressed. It's missing information. The `Compressed` file attribute can...

untriaged
area-System.IO

### Describe the issue or suggestion The documentation at https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Net/ServicePoint.xml misses that this function has now no effect in background for current .NET versions.

area-System.Net
untriaged

### Describe the issue or suggestion [This include syntax](https://github.com/dotnet/machinelearning/blob/d9694c4b4810efd63fc7885b9e4efdd462aee3c5/src/Microsoft.ML.TensorFlow/TensorflowCatalog.cs#L23) doesn't [render](https://learn.microsoft.com/en-us/dotnet/api/microsoft.ml.tensorflowcatalog.loadtensorflowmodel?view=ml-dotnet-preview#microsoft-ml-tensorflowcatalog-loadtensorflowmodel(microsoft-ml-modeloperationscatalog-system-string)) properly on Learn (perhaps because the includes are within summary tags). **Note** that this does work in IntelliSense, so...

untriaged
area-Infrastructure

### Type of issue Missing information ### Description The value `DefaultKeySet` is not clearly documented. I would suggest: Private keys are stored in the current user store unless the certificate...

area-System.Security
untriaged

### Type of issue Other (describe below) ### Description The page links to the source code like this: > Source: [Option%7BT%7D.cs](https://github.com/dotnet/dotnet/blob/75972a5ba730bdaf7cf3a34f528ab0f5c7f05183/src/command-line-api/src/System.CommandLine/Option%7BT%7D.cs) But the name of the file is actually `Option{T}.cs`,...

untriaged
area-Infrastructure

### Describe the issue or suggestion [Process.Start()](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.process.start) is an instance method and [Process.Start(ProcessStartInfo)](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.process.start) is a static method. Though, they are displayed exactly the same in the [Process class](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.process). Could we...

area-Meta