Gui.H

Results 29 comments of Gui.H

这个功能希望早点支持

@Gcaufy 研究了两天源码,试着实现了一下,已提交PR

可以使用插件[compile2ant](https://github.com/SpringHgui/compile2ant)实现

TLSv1.2 not supported too .......

only TLSv1 and TLSv1.3 can work😓

@cocowalla I looked at the source code, `serilog-sinks-file-archive` can't be asynchronous, it must be supported by `serilog-sinks-file`

https://github.com/serilog/serilog-sinks-file/blob/2a61b4bbcb43bf421fc49295462befbb1b6735ec/src/Serilog.Sinks.File/Sinks/File/RollingFileSink.cs#L173 change to this? ``` Task.Run(() => { ApplyRetentionPolicy(path, now); }); ``` Increase the speed of program startup and asynchronously archive expiration log file

同问,怎么解决,问题是真多