Enrico Massone
Enrico Massone
I'm working with .NET core 3.1, C# 8 and nullable reference types enabled. From the class library I'm writing, I'm referencing the version **12.0.3** of Newtonsoft JSON. I noticed that,...
I have introduced the following changes: - now the `IAppCache.Add` method allows to cache `null `values. No exception is thrown. - changed the signature of `IAppCache.TryGetValue` from `bool TryGetValue(string key,...
Can you please explain why adding a null item to the cache via `IAppCache.Add` is [disallowed](https://github.com/alastairtree/LazyCache/blob/33d055c75b455eacf62add2ca41182b541b47981/LazyCache/CachingService.cs#L67) ? I'm asking because the underlying ASP.NET core memory cache allows to add null...
Hello, this is a question about the usage of the `IDownstreamApi `service inside a .NET core generic host worker service. The suggested approach for daemon applications is documented [here](https://github.com/Azure-Samples/active-directory-dotnetcore-daemon-v2/tree/master/2-Call-OwnApi). The...
### Type of issue Missing information ### Description Based on my understanding, `FrozenDictionary` is a type designed to be immutable and read-only. I would have expected this type to be...
### Documentation related to component This request for missing documentation is related with the usage of [IDownstreamApi](https://learn.microsoft.com/en-us/dotnet/api/microsoft.identity.abstractions.idownstreamapi?view=msal-model-dotnet-latest) interface. ### Please check all that apply - [ ] typo - [x]...