Since upgrading to ASP.NET Core 2.1 inside Visual Studio 2017 BrowserLink no longer works. If I use the base "ASP.NET Core Web Application" template, choosing to target ASP.NET Core 2.0 BrowserLink functions perfectly, but if you choose ASP.NET Core 2.1 it doesn't work at all.
"Enable Browser Link" is ticked and I've tried with/without the Microsoft.VisualStudio.Web.BrowserLink
package, upon compiling / launching the web app everything works except browser link. No code is injected into the page and the browser link dashboard remains empty.
Has anyone managed to get Browser Link working with ASP.NET Core 2.1?