-
Since the dependency on `Newtonsoft.Json` can cause problems, there is an option to replace it with `DataContractJsonSerializer`
It is about 3-4 times slower, but our configs are quite simple, it is …
-
TL;DR: If you use a complex tenant type (the `TTenant` in `TenantContext`) and the tenant instances aren't a static/fixed set of objects or objects that implement `IEquatable`, the caching in `TenantP…
-
After upgrading Microsoft Asp.net Core Nuget packages from 8.0.1 to 8.0.3, E.g (Microsoft.AspNetCore.Components.WebAssembly.Server) the Asp.Net core project fails to start due to the below exception:…
-
With no locking mechanism around ContainsKey and the following get/add calls, I believe your implementation breaks the concurrency guarantees of the underlying ConcurrentDictionary class. Under load, …
-
**What would you like to be added**:
The HealthChecks.AzureServiceBus makes use of `ConcurrentDictionary` to reuse clients for queues and topics. However, the connection key is generated by using bot…
-
### Run Information
Architecture | x64
-- | --
OS | ubuntu 18.04
Baseline | [3ff80e90e828bac0370c1930c9950c9650ae61b9](https://github.com/dotnet/runtime/commit/3ff80e90e828bac0370c1930c9950c96…
-
### Run Information
Architecture | x64
-- | --
OS | ubuntu 18.04
Baseline | [3ff80e90e828bac0370c1930c9950c9650ae61b9](https://github.com/dotnet/runtime/commit/3ff80e90e828bac0370c1930c9950c96…
-
Trying to use this library and it seems I'm missing something. I have the following code:
```
services.AddKafkaClient(new Dictionary
{
{ "bootst…
-
In RAdapter and FontsHandler, Dictionaries are used to cached brushes, pens and fonts.
Single instance pattern is used by PdfSharpAdapter, and this instance is used by all HtmlContainers generated …
-
Hi,
i have a usecase where i define a class:
```
class MyBase
{
[DocumentProperty(Identifier = IdentifierType.Handle)]
public string Id { get; set; }
}
```
and derivate…