The ZipFile sink could cause program hangs. Additionally, the only reason it was ever used was to package verbose AudibleApi account login errors, saving the returned Html page as a file. Otherwise, the zip file only contains a .log text file. - Removed Serilog.Sinks.ZipFile - Add Serilog configuration migration - Added a custom destructure to handle logging files. If any files are logged, they will be written to "LogyyyyMM_AdditionalFiles.zip"
9 lines
398 B
Plaintext
9 lines
398 B
Plaintext
For reasons I cannot figure out, upgrading the major .net version breaks Libation until these were done. Update these to the same version of .net as the app and release their nugets:
|
|
|
|
* https://github.com/rmcrackan/Dinah.Core
|
|
* https://github.com/rmcrackan/AudibleApi
|
|
* https://github.com/rmcrackan/LuceneNet303r2
|
|
|
|
* https://github.com/Mbucari/AAXClean.Codecs
|
|
* https://github.com/Mbucari/AAXClean
|