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

### Type of issue Missing information ### Description From the source code of `Validator.ValidateObject` / `Validator.TryValidateObject` we can see they will first validate all the attributes, then if the given...

untriaged
area-System.ComponentModel.DataAnnotations

**Issue description** I cannot find information w.r.t. the thread safety of members of `System.Security.Cryptorgraphy.RandomNumberGenerator`. Knowing if calls must be synchronized by the caller is important. `RNGCryptoServiceProvider.GetBytes` is thread safe according...

area-System.Security
untriaged
Pri3

### Type of issue Other (describe below) ### Description The Fields table description of System.Security.AccessControl.PropagationFlags::None currently says, "Specifies that no inheritance flags are set." But in the overall description of...

area-System.Security
untriaged

https://stackoverflow.com/questions/40223451/how-to-tell-if-a-ziparchiveentry-is-directory --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 39d8a364-ffe9-8ab4-2a66-f4603464b708 * Version Independent ID: 09ac7527-ba53-7e12-f09b-16a6a919e829 * Content:...

Pri2
untriaged
area-System.IO.Compression
dotnet-api/prod

### Type of issue Code doesn't work ### Description When using SecurityElement.Escape, escaping the string `"007 > 60 KV"` returns the following: `"007 > 60 KV"` instead of `"007 >...

area-System.Security
untriaged

Hi. Some time ago I posted [an issue](https://github.com/dotnet/runtime/issues/84163) about the performance implications of using the default `TValue` comparer internally in the [`ConcurrentDictionary`](https://learn.microsoft.com/en-us/dotnet/api/system.collections.concurrent.concurrentdictionary-2) collection. Recently I discovered that there is a...

untriaged
area-System.Collections

Given that there's movement towards exposing a second implementation of IBufferWriter within the timeframe of .NET Core 3.0, we should probably provide documentation on Use-Case and differentiation with others specifically...

Pri2
untriaged
area-System.IO.Pipelines
dotnet-api/prod

### Type of issue Typo ### Description The documentation for Vector2.Reflect mentions using a normal vector, but it doesn’t explicitly state that the normal vector should be normalized. This can...

untriaged
area-System.Numerics

### Type of issue Code doesn't work ### Description ++invokeCount in example must called under lock or interlocked because: "The callback method executed by the timer should be reentrant, because...

untriaged
area-System.Threading

## Summary Testing new enum page rendering template

area-Infrastructure
community-contribution