Closed xt0rted closed 8 years ago
It works in any project where Browser Link works. If Browser Link is connected but this extension doesn't work, then it's a bug in this extension. Is that the case?
Browser Link has never worked for me when using owin hosting which is why I was wondering about this plugin. I'm not sure why it's never worked though.
It requires the ASP.NET pipeline from either System.Web (ASP.NET 4.x) or ASP.NET Core using the Browser Link middleware. It doesn't work for any other setups unfortunately. Please report it to the ASP.NET Tooling issue tracker.
A lot of my projects use NancyFX as owin middleware and the SystemWeb host, will this work for those types of projects?