September 24, 2025, CEF 141.0.11+g7e73ac4+chromium-141.0.7390.123 / Chromium 141.0.7390.123
✅ Change Log
For a list of CefSharp specific changes see the 141.0.x Milestone.
⚠️ Breaking Changes
#5187 - Determine selected client certificate via thumbprint instead of serial number
ℹ️ Notes
- You can bin deploy the Visual C++dependencies, read theFAQfor more details.
- For a list of files included in the packages see Output files description table (Redistribution) Wiki
- Due to licensing issues default builds do not support proprietary codecs like H264/AAC, sites likeNetflix/Twitter/Instagram/Facebook/Spotify/Apple Musicwon't play video/audio. See #1479 for more info.MP3audio is supported, playingMP4files are not supported.
- Anyone new to CefSharpshould read the General Usage Guide
- This project uses Microsoft SourceLink for better debugging, you can step directly into much of the project source directly.
❌ Known Issues
- See #4795 (comment) for some of the known issues after migrating to the Chrome bootstrap.
- See https://github.com/chromiumembedded/cef/issues for other known issues
- See https://github.com/cefsharp/CefSharp/issues?q=is%3Aissue+is%3Aopen+label%3Aknown-issue for other known issues
- ⚠️ Microsoft Visual C++ 2022 Redistributable is required. A minimum of VC++ 2022is required, higher versions are backwards compatible. For those upgrading from a previous version which only requiredVC++ 2019 minimumsee #4640 for some guidance.
- VC++ 2022 is now required #4640
- NetCore upgrade minimum version to .Net 6.0 #5128
- 🛑 Upgrading from Alloy Bootstrap to Chrome bootstrap ignore cookies from the previous version as the encryption keys are likely different. See #4847 for possible workaround
- CEF now supports the Chromium process singleton, this brings with it changes to how CachePath/RootCachePathare accessed from multiple processes. See #4668 for more details
- All paths (CachePath, BrowserSubProcessPath, etc) must be absolute paths, if using a non-absolute path an exception will be throw. See #3102 for details.
- When using a RequestContextyou must ensure that RequestContextSettings.CachePath is equal to or a child of CefSettings.RootCachePath See #3111 (comment) for details
- Starting in June 2019 Google will block logins from CEF based browsers to Google Services, this includes Gmail, Drive, Docs, see https://security.googleblog.com/2019/04/better-protection-against-man-in-middle.html?m=1 for further discussion see https://groups.google.com/a/chromium.org/d/msg/embedder-dev/STyM5ZNTHMM/POj1v_cqBgAJ
- WPFthe browser stops redrawing when running on- Intel Iris Xe Integrated GPU(11th Gen).- Intelhave released an updated driver, see https://www.intel.com/content/www/us/en/support/articles/000058136/graphics/graphics-for-11th-generation-intel-processors.html See dotnet/wpf#3817 for workaround if you are unable to install the updated driver.