dotnet-api-docs
dotnet-api-docs copied to clipboard
.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
### 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...
**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...
### 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...
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:...
### 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 >...
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...
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...
### 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...
### 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...
## Summary Testing new enum page rendering template