Dawson

Results 4 issues of Dawson

I'm trying to set custom arguments to be used after the application is updated and restarted using the ZipExtractor. I have set the `` inside of my XML file, however...

This fixes #6 by changing the castToType function to use the filter_var function rather than an explicit cast to bool which was causing string values to always be casted to...

The current castToType function in the CastsToType trait uses type casting by doing (bool)$value. Because $value is a string, this is always casted to be true, even if the value...

This pull request aims to address supporting the Trace Id and Span Id fields mentioned in #233 This bumps the minimum Serilog version to 3.1 (from 2.12) and the minimum...