MINOR: Formatting
- BUGFIX: fixing doc comment warnings
- BREAKING: Removes getCurrentLogger function
- DOCS: Cleans up DocComments to be in line with dotnets XML standard
- FEATURE: Adds Fable support. Operators have a breaking change from (!!) to (!!!) to avoid overlap with Fable's unboxing operator. Credits @PaigeM89
- FEATURE: Adds Logging operators
- FEATURE: Adds interpolated strings
- INFRASTRUCTURE : Moved to GitHub Workflows
- INFRASTRUCTURE: Adds basic tests using a TestProvider
- BUGFIX: Warning Level 5 compliance
- BREAKING: Remove ConsoleProvider from main code
- BUGFIX: fix edge case with {}s in logs
- BUGFIX: Fixed openNestedContext typo
- MINOR: Replaced DisposableList and List.rev with DisposeableStack
- FEATURE: Add support for
OpenMappedContext
andOpenNestedContext
for Serilog - FEATURE: Added
addContext
andaddContextDestructured
. These are the same as callingOpenMappedContext
immediately before logging. - FEATURE: Added Marten and Npgsql Adapters
- Initial release