+ An unhandled error has occurred.
+
Reload
+
🗙
+
+
+
+
+
diff --git a/test/TestAssets/TestProjects/WatchBlazorWasmHosted/blazorwasm/wwwroot/serviceworkers/my-prod-service-worker.js b/test/TestAssets/TestProjects/WatchBlazorWasmHosted/blazorwasm/wwwroot/serviceworkers/my-prod-service-worker.js
new file mode 100644
index 000000000000..a2ecc1b349c2
--- /dev/null
+++ b/test/TestAssets/TestProjects/WatchBlazorWasmHosted/blazorwasm/wwwroot/serviceworkers/my-prod-service-worker.js
@@ -0,0 +1 @@
+// This is the production service worker
diff --git a/test/TestAssets/TestProjects/WatchBlazorWasmHosted/blazorwasm/wwwroot/serviceworkers/my-service-worker.js b/test/TestAssets/TestProjects/WatchBlazorWasmHosted/blazorwasm/wwwroot/serviceworkers/my-service-worker.js
new file mode 100644
index 000000000000..c42d1c84755f
--- /dev/null
+++ b/test/TestAssets/TestProjects/WatchBlazorWasmHosted/blazorwasm/wwwroot/serviceworkers/my-service-worker.js
@@ -0,0 +1 @@
+// This is the development service worker
diff --git a/test/TestAssets/TestProjects/WatchBlazorWasmHosted/razorclasslibrary/Class1.cs b/test/TestAssets/TestProjects/WatchBlazorWasmHosted/razorclasslibrary/Class1.cs
new file mode 100644
index 000000000000..fb55605ff46f
--- /dev/null
+++ b/test/TestAssets/TestProjects/WatchBlazorWasmHosted/razorclasslibrary/Class1.cs
@@ -0,0 +1,6 @@
+namespace RazorClassLibrary
+{
+ public class Class1
+ {
+ }
+}
diff --git a/test/TestAssets/TestProjects/WatchBlazorWasmHosted/razorclasslibrary/RazorClassLibrary.csproj b/test/TestAssets/TestProjects/WatchBlazorWasmHosted/razorclasslibrary/RazorClassLibrary.csproj
new file mode 100644
index 000000000000..933dad1f1ee9
--- /dev/null
+++ b/test/TestAssets/TestProjects/WatchBlazorWasmHosted/razorclasslibrary/RazorClassLibrary.csproj
@@ -0,0 +1,8 @@
+