摘要: 2021-10-20 15:42:51.740 +08:00 [ERR] System.ObjectDisposedException: Instances cannot be resolved and nested lifetimes cannot be created from this Lif 阅读全文
posted @ 2021-10-20 17:25 ChuckLu 阅读(383) 评论(0) 推荐(0) 编辑
摘要: Cross-Origin Resource Sharing Who should read this article? Everyone, really. More specifically, this article is for web administrators, server develo 阅读全文
posted @ 2021-10-20 16:05 ChuckLu 阅读(37) 评论(0) 推荐(0) 编辑
摘要: Autofac not working with background tasks I recently implemented something similar using help from this answer and this answer. You need to create a n 阅读全文
posted @ 2021-10-20 10:50 ChuckLu 阅读(133) 评论(0) 推荐(0) 编辑
摘要: Why exactly is void async bad? 回答1 Well, walking through the reasons in the "avoid async void" article: Async void methods have different error-handli 阅读全文
posted @ 2021-10-20 10:32 ChuckLu 阅读(85) 评论(0) 推荐(0) 编辑