Dean Glazeski

Results 3 issues of Dean Glazeski

Verified that all design pattern examples build on Windows under clang, mingw-gcc and MSVC compilers. Changes range from signed/unsigned mismatch to unused fields and function variables. I'm working on some...

I noticed a lot of raw pointer usages throughout the examples. I wanted to go through and fix it up to use `unique_ptr` and `shared_ptr` where appropriate. Would there be...

### Describe the bug For my scenario, I'm importing two nuget packages from Serilog: The core Serilog assembly and Serilog.Sinks.File. If I don't specify any versions, it currently pulls Serilog...