We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
VS2015 is still supported and is used by AppVeyor for official releases. We are using a newer C# 7.1 compiler so intellisense won't work with VS2015 for newer operators.
Source code uses ?. operator, so VS2013 and VS2015 no longer supported.
Requirements changes; Visual Studio 2019 and 2017 support CefSharp too
Updated Building CefSharp (markdown)
Reference cef-binary wiki link for building `CEF`
VS2010 point to https://github.com/cefsharp/CefSharp/issues/810
For VS2010 you have to bring your own `cef.sdk` NuGet from now on
For `master` point to "build your own" information sources
Added section on how to build `master` aka CEF3 based CefSharp after we now rely on native NuGet packages
Building CefSharp from sources with VS2013 is now supported
Be more detailed about what we support and what not
Minor formatting: Change headings from bold formatting into real heading formatting so they work as #link fragments
Made it more clear what "older versions" are, and which version that could be
note about patches Updated Building CefSharp (markdown)
Created Building CefSharp (markdown)