Version 5.0
Breaking changes
- removed
LibLog
in favor ofMicrosoft.Extensions.Logging
. You need to provideILogger
instance in the constructor parameter. - library no longer targeting
netstandard2.0
andnet5
Features
nullable reference types
enabled, you should now get a better info on what can be null