Releases: Suchiman/SerilogAnalyzer
Releases · Suchiman/SerilogAnalyzer
0.6
Fixes
- Multiple using directives in
<appSettings>
must have suffixed keys
- Ignore the
Enrich.With<T>
/ Enrich.With(params)
methods since they cannot be expressed in configuration
0.5
New
- Support to generate the AssemblyQualifiedName for interface parameters
- Support explicit null as argument
Fixes
- More checks to not crash the configuration generator refactoring on invalid code
0.4
New
- Adds a Code Refactoring to show the equivalent
<appSettings>
and appSettings.json
configuration for a LoggerConfiguration
0.3
New
- Exact diagnostic locations in strings with escape characters
- Reporting of unused arguments with positional formatting strings in more places