This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Close
Microsoft提供的DI库在多次Build时会创建多个实例。这导致本应共享的状态变成多个不同的状态。这在之前造成了上一个视频的播放进度会延续到下一个视频的问题,以及增加内存占用。这次换用了Autofac,并且仅构建一次Composition root.
PR 类型
这个 PR 的目的是什么?
当前行为是什么?
内部状态分叉
新的行为是什么?
保持依赖注入的单例
PR 检查清单
请检查你的 PR 是否满足以下要求:
备注