BrowserLink doesn't seem to work with .NET Core 2.1.5 at all.
Per similar question about a somewhat earlier version of the .NET Core, I got the Microsoft.VisualStudio.Web.BrowserLink
package from nuget and now, under Dependencies/Nuget, it displays this reference twice: once under Microsoft.AspNetCore.All and once on its own.
Oddly enough, the BrowserLink code is injected into the web page, but whenever I save a change to .cshtml file or a css file, no refresh happens.
If I click Refresh on the Browser Link Dashboard, it asks me if I want to stop debugging.
Is BrowserLink simply broken for .NET Core or am I missing something simple?