-
**We get this error log:**
System.InvalidOperationException
Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and cor…
-
### Description
When underlying dictionary passed to a constructor of ReadOnlyDictionary is ConcurrentDictionary, all KeyValuePairs that are added to the ConcurrentDictionary after ReadOnlyDictionary…
-
DefaultCredentialsLoader currently uses a ConcurrentDictionary which will permanently store a string and a SemaphoreSlim for every credential loaded, as it does not clean up after itself.
I am the …
-
### Describe the bug
YARP on Dotnet 9 crashes on Linux-x64
YARP attempts to use either IIS or HttpSys on linux machine in net9, but just works as intended on net8.
same package version just different…
-
### Description
In an application under the configuration described below, one log shows that a `TypeInitializationException` was thrown when the type initializer for `CDSCollectionETWBCLProvider` ra…
-
At [EmbeddedStaticContentConventionBuilder.cs#L63](https://github.com/zeppaman/Owin-Nancy-Tutorial/blob/master/TestOwinNancy.Core/EmbeddedStaticContentConventionBuilder.cs#L63), you attempt to cache t…
-
Feature request
===============
Abstract
--------
PI AF SDK support subscription-based reading of data instead of polling, which is the most efficient way of continuously streaming data from P…
-
### Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0)
11.3.1
### Bug summary
Examine index gets corrupt and can't view or manage the Examine dashboard and any…
-
Hi, I'm using arangoclient in azure function (serverless), I see the test using Lazy to initialize, and even using ConcurrentDictionary, but I notice DatabaseSharedSetting.ChangeSetting/FindSetting is…
-
The code is .net core 1.1 compatible, please, update the nuget =)
And why using ConcurrentDictionary on a single thread environment? It is WAY slower then the default Dictionary: https://stackoverf…