-
Please consider adding [`ConcurrentDictionary.GetOrAdd(TKey, Func, TArg)`](https://learn.microsoft.com/en-us/dotnet/api/system.collections.concurrent.concurrentdictionary-2.getoradd?view=net-8.0#syste…
-
Currently, `$SupportedTargetFrameworks` only contains net6.0 - some other files do however contain logic that points to this libs having been available for other framework version too, like net5 or ne…
-
Opening an issue to track future improvements.
The current AggStore uses 2 data structures to find the `MetricPoint`. One is an pre-allocated array of `MetricPoint`, where the actual points are sto…
-
### Run Information
Name | Value
-- | --
Architecture | arm64
OS | Windows 10.0.19041
Queue | SurfaceWindows
Baseline | [f5881e59f1e625b2f27d1553dc572c5e9b66dbe4](https://github.com/dotnet/runtime…
-
### Run Information
Name | Value
-- | --
Architecture | arm64
OS | ubuntu 20.04
Queue | AmpereUbuntu
Baseline | [71a3d36e5cdaf1e2d41957fb1d2cebff8af0e063](https://github.com/dotnet/runtime/commit/…
-
Add the following extensions methods for dictionaries:
```csharp
var dictionary = new Dictionary
{
["key1"] = "value1",
["key2"] = "value2",
};
dictionary.Throw().IfContainsKey("k…
-
Following code:
```
using System;
using System.Collections.Concurrent;
using Cottle;
var dict = new ConcurrentDictionary
{
["y"] = Value.FromString("A")
};
var context = Context.CreateB…
-
I had previously raised this topic in another issue https://github.com/dotnet/runtime/issues/101135, but I want to create a separate discussion as I couldn't find a place to track the progress on this…
-
### This issue respects the following points:
- [X] This is a **bug**, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before crea…
-
Howdy!
Just checking to see when we can expect an update for the new engine version. My team is using the new version and we're unable to roll-back to the 5.4.1 update that was pushed a while ba…