Vladimir Mihok
Vladimir Mihok
To ensure compatibility with other updated sinks (especially [Serilog.Sinks.Seq](https://github.com/datalust/serilog-sinks-seq/releases/tag/v5.2.0))
Hello, version 4.1.1 indroduced some new bug with expressions containing nullable enums: ```csharp using System; using System.Linq.Expressions; using AgileObjects.ReadableExpressions; public class Program { public static void Main() { Expression exp...
Almost every entry in our Seq server has direct or applied properties like Application, Environment, etc. to allow easy filtering. I think it would be a very nice feature to...