Feature Request - Minor Self Update at Runtime
Open
feature-request
- Dominant language
- C#
- Stars
- 10.3k
- Forks
- 2.9k
- Avg merge
- 5d 22h
- Merged PRs (30d)
- 4
Description
I have yet to prove this is possible, so there is a chance this issue will be closed if it's deemed technically impossible.
---
For each major release there are a number of minor releases, usually these include an updated chromium version, often with security fixes. In theory there should be no breaking changes in these releases, so downloading and overriding the CefSharp/CEF dlls at runtime should be possible.
- [ ] Manually test using minimal example
If the manual test is successful then there are a number of consideration
- Versioning of old files to allow rollback
- Write permissions
- Update checks
- Background downloading
- Binary diff
Contributor guide
Assessment
This issue has not been assessed yet.