Jan Klass

Results 15 issues of Jan Klass

After installing the addon I see no menu items under the file menu as described in the readme. I also do not see/find the commands when creating a toolbar. I...

`EmailSinkOptions` has a property `Subject` of type `ITextFormatter`. [`IBatchTextFormatter`](https://github.com/serilog/serilog-sinks-email/blob/dev/src/Serilog.Sinks.Email/Sinks/Email/IBatchTextFormatter.cs) specifies in its summary xdoc: > Pass an instance for the argument when configuring the sink. I implemented a class `SerilogEmailSubject`...

Please add a license so the project can be used in projects that will be published or distributed (rather than remain individual-private/-personal). https://choosealicense.com/

With configuration binding I see array values being duplicated. With an `app.toml` file containing ```toml [Logging] [Logging.Sql] [Logging.Email] To = ['email1', 'email2'] ``` config types ```cs public record AppConfig(string ServiceName,...

The configuration does not make clear that a secret text credential has to be used. Adding a descriptive text or expandable help text would be helpful. This is especially confusing...

enhancement