andrew-lis
andrew-lis
> It would feel like a better time investment to support this scenario than to implement a parallel encryption system which will inevitably be less mature and less secure than...
We have a similar problem. When built in ILogger is used with structured logging that uses "@", the class is not properly logged. E.g. when log looks like this: `_logger.LogInformation("Test...
I don't want mocks. I want stubs for CosmosDb SDK Fake implementations like the other MS team did: - https://devblogs.microsoft.com/dotnet/fake-it-til-you-make-it-to-production/ - [Microsoft.Extensions.Diagnostics.Testing](https://www.nuget.org/packages/Microsoft.Extensions.Diagnostics.Testing) or remove sealed keywords so we can make...