GerryOnGithub
GerryOnGithub
I find it (`autoWidth`) also does not work properly when combined with `colSpan`, it is as if colSpan does not exist.
How do you target .netstandard and use in project.json?
In my case I was trying to install the SVG plugin, which seems to have an incompatibility with one or more of the 'win' targets (maybe win8, not sure). Removed...
I get a blank page, no exceptions just an empty browser. It is using 'file://' to navigate to a file. Same file loads with previous version of webview2. Same file...

If I disabled C# Dev Kit then a bunch of other stuff is also disabled and I can't build or run anymore. Sure it stops highlighting syntax errors but only...
Today Visual Studio (not vscode) and the very same problem, which reminded me to mention it. They must have something in common?
I answered this right away, but apparently got linked-tricked into putting my response somewhere else. Anyway, I tried all the relevant pre and early release channels and it didn't help....
I also can't get await publicClientApplication.AcquireTokenInteractive(scopes).ExecuteAsync(); working. The browser comes up and all is well, except AcquireTokenInteractive **never** returns.
I tried the code at https://github.com/jstedfast/MailKit/blob/master/Documentation/Examples/OAuth2ExchangeExample.cs No Luck.