BrowserLink
BrowserLink copied to clipboard
Browser Link loader for Visual Studio integration
Forwarding an issue from here: https://github.com/dotnet/aspnetcore/issues/39516 and here: https://github.com/dotnet/aspnetcore/issues/36291 Basically, BrowserLink removes the headers from all requests, which makes usage of `etag` and `last-modified` impossible to test locally.
# Issue I cannot refresh the browser while debugging my razor page. # Steps to Reproduce 1. Start debugging with the browser. 1. Modify the cshtml for the current page....
The full exception is "TypeLoadException: Could not load type 'Microsoft.AspNetCore.Http.Features.IHttpSendFileFeature' from assembly 'Microsoft.AspNetCore.Http.Features, Version=6.0.0.0". I have checked and can confirm that the assembly is present.
Hi, I found a problem with browserlink. Using browserlink shows "System.ObjectDisposedException: The response has been aborted due to an unhandled application exception. ---> System.FormatException: Invalid ETag name" Repo: 1. Create...
I have two projects: 1. Sdk="Microsoft.NET.Sdk.Web" 2. Sdk="Microsoft.NET.Sdk.Razor" The Blazor Server app (#1) references the Razor library (#2) and it uses the following markup in its \ section. The Razor...
- Updated nuget pkg feeds - Now targets netcoreapp3.1 and references the AspNetCore.App framework - Replaced obsolete interfaces with updated ones - Added StartupHook.cs and StartupHosting.cs to initialize browserlink -...
``` [xUnit.net 00:00:03.9067481] Microsoft.VisualStudio.Web.BrowserLink.TaskHelpersTest.TaskHelpers_WaitWithTimeout_ReturnsTimeoutResultIfTaskNotComplete [FAIL] [xUnit.net 00:00:03.9089484] Task did not time out Test Run Failed. [xUnit.net 00:00:03.9092846] Expected: True [xUnit.net 00:00:03.9094667] Actual: False [xUnit.net 00:00:03.9105680] Stack Trace: ``` @YangLyu89, I'll...
Hi, I'm curious about how you made Browser Link inject a custom script into the page body at runtime. I have to do something similar (ritterim/stuntman#158) so wondering if you've...