-
`OptionsMonitor.Current` is not a field, it invokes a get on `ConcurrentDictionary`. In some codebases this can be used a lot. Sure, caching the current value is possible but the API surface doesn't m…
-
Hi,
When I use autofixture to generate a `Dictionary` I get values populated in it by default, but with a `ConcurrentDictionary` I don't.
Is this by design & I should use a specimen builder to alt…
-
Here is the current implementation: https://github.com/Azure/azure-powershell-common/blob/ae44bad385cacd80cdf252d0be6a519b97486dd8/src/Authentication.Abstractions/AzureSession.cs#L214
Even though a `…
-
Hey, would it be beneficial to switch to native collections like the concurrentdictionary instaed of safesortedlist ?
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | Windows 10.0.22621
Queue | TigerWindows
Baseline | [0ab7efe628062bc74b5ddf3bb1f70446853330d0](https://github.com/dotnet/run…
-
I don't know when it changed, but at least as of .NET 8, the `ConcurrentDictionary` constructors that accept `IEqualityComparer` comparers allow `null`--it uses `EqualityComparer.Default` in that case…
-
**Do you want to request a *feature* or report a *bug*?**
- [x] Bug
- [ ] Feature
- [ ] Question
**Did you test against the latest CI build?**
- [ ] Yes
- [X] No
**Version of ClosedXML**
0…
-
#### Analyzer package
Microsoft.CodeAnalysis.NetAnalyzers that ships with .NET SDK
#### Diagnostic ID
Not sure, there's no existing one.
#### Repro steps
```
ConcurrentDictionary dicti…
-
### Description
I have following command for connect Azure with user assigned managed identity in Azure Functions (we have 18 functions running at same time). But got exceptions in some invocations. …
-
> _Code for context:_ https://github.com/dotnet/runtime/blob/86550d7750afd1896eb116f4f694a18606d8c3e4/src/libraries/System.Collections.Concurrent/tests/ConcurrentDictionary/ConcurrentDictionaryTests.c…