In this tutorial about using the Chromium devtools protocol from WebView2 it says the Microsoft.Web.WebView2.DevToolsProtocolExtension nuget package is necessary.
Is it still necessary (August 2021)?
The simple stuff I'm doing to interact with devtools (retrieve logs and console.*()
information) works just fine without it. And that package pulls in a whole mess of other packages, which will make my app a little heavier.
Can I safely omit the extension nuget package?