-
[Job](https://mihubot.xyz/runtime-utils/EgPBKDM) completed in 20 minutes 18 seconds.
https://github.com/dotnet/runtime/pull/108579
### Diffs
Diffs
```
Found 379 files with textual diffs.
Summary …
-
SimpleOAuth.Internal.SignatureMethod.CreateSignature uses an internal static dictionary. So either access to the dictionary should be locked or should be replaced with a ConcurrentDictionary.
-
Occasionally, I would get exceptions when assigning new events to the _bindings dictionary in Channel.cs .
With the attached code, the error would appear after approx. 1000 pushes. [](url)
These …
-
> JFYI
>
> Added `FrozenDictionary` to the mix in [alternate version of becnhmark](https://gist.github.com/gurustron/ea818ccf32a9c4decc27bde1859835f8#file-dictsearchwithconsumebenchmarks_multiplec…
-
## Problem
There are lot of places in code, where anonymous delegates (lambdas) passed to method are immediatelly evaluated, not stored, and when method returns, no longer used. This goes, for exampl…
-
**Story**
My test has a long-time item creation part, but I can speed-up it by parallelism. The item builder writes an Allure report. Also, I have noticed that the parallel item building may fail som…
-
```
public class SparsePointStorage : IPointStorage
{
private readonly Dictionary values = new Dictionary();
public T this[ushort address]
{
get
…
-
There're some APIs using which from multiple threads at the same time may lead to a dead lock or to an infinite looping.
I've seen this in several places and when attaching a debugger to a hanging pr…
-
While investigating an issue with high CPU usage, a memory dump was taken of a long-running ASP.NET Core 6 server application (see below) that uses the PubNubPCL library.
The heap has a lot of reta…
-
Looking through the code I believe that the dependency on redis could be replaced by simply using a ConcurrentDictionary and optionally periodically dumping the in memory to mysql.