Andy Wu
Andy Wu
这个操作有点反人类设计,很容易进坑,居然要自己判断图片是不是真的图片数据,如果不是,还需要自己把消息解析出来,给前台反馈或者记录后台日志,使用很不便。 我只是做为一个开发者,不太理解这种设计,如果有其他某些原因必需要这样设计,比如说为了性能,或者为了能批量生成等等,那也应该提供正常容易理解的调用方法,比如分开不同方法调用,批量生成支持异步并能够返回有用的消息等等,这都是我的假设,肯定是有其他更优的方案,关键是使用符合正常思维逻辑。 特此,感谢您的回复!
使用beta版和RC版依赖包,是不是太冒进了?
Nlog依赖包,建议换成Microsoft.Extensions.Logging.Abstractions
> > 另外还发现原来杀进程的方法在win10上已经不能用了,那个hasexited 始终是返回的true,我给注释掉了,不判断,强制调用kill了。 > > 这个方法始终返回true?不应该吧。我开发机从win10到win11,没发现过这个问题。 哈哈, 我和你一样,也是使用了浏览器内核,我用的是CefGlue 这个问题,我也频繁出现,早就给作者反馈过,但作者没有认可我的情况。 没有办法,只能我自己来,以下是我自己修改的版本: https://github.com/iccfish/FSLib.App.SimpleUpdater/commit/8ab83f3a0dc374193c3cdfc96db340c583353330
以下版本已修复,如需要,请自行合并: https://github.com/iccfish/FSLib.App.SimpleUpdater/commit/0863f5c3d305269547602eae9713b6133d33ffe1
update !!!
  The reason for this bug is here: LettuceEncrypt.Internal.CertificateSelector 1. https://github.com/natemcmaster/LettuceEncrypt/blob/ba32cda0372ed6327126e2d1520d9c4c96d357e2/src/LettuceEncrypt/Internal/CertificateSelector.cs#L105-L108 [TryGetValue] failed to obtain wildcard domain name. The following is the improvement code:  2. https://github.com/natemcmaster/LettuceEncrypt/blob/ba32cda0372ed6327126e2d1520d9c4c96d357e2/src/LettuceEncrypt/Internal/CertificateSelector.cs#L87 public bool...
I developed an Alibaba Cloud DNS verification project for this feature and it has been verified to be successful https://github.com/andywu188/LettuceEncrypt.Dns.Ali
> Thanks @andywu188. I've merged your PR and uploaded https://www.nuget.org/packages/LettuceEncrypt/1.3.2-beta.292 > > Can you help me test and validate this fix works? OK, i will check it out as soon...
   very good, no error.