Adrian Lewis
Adrian Lewis
Updated the core libraries to netstandard2.0 and samples to aspnetcoreapp2.0 and updated all nuget packages as appropriate. See readme for list of caveats to getting Glimpse working in MVC projects...
Added IEntityFactory interface to abstract the process of creating new entity objects when reading a CSV stream. This change allows the use of object-pooling semantics to reduce memory pressure when...
Refactored random block generation logic to avoid recreation of Random class. (deals with issue in tracker) Use of Random class is now thread-safe (using thread-local wrapper). Random class is initialised...
I have a fully working version of a Serilog sink for OpenSearch in the following repo https://github.com/dementeddevil/serilog-sinks-opensearch Please take a look and I'd be happy to transfer it to the...