We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4778087 commit 79b26f4Copy full SHA for 79b26f4
test/dotnet-watch.Tests/HotReload/ApplyDeltaTests.cs
@@ -428,7 +428,11 @@ public async Task Razor_Component_ScopedCssAndStaticAssets()
428
App.Process.ClearOutput();
429
}
430
431
- [PlatformSpecificFact(TestPlatforms.Windows | TestPlatforms.OSX)]
+ /// <summary>
432
+ /// Currently only works on Windows.
433
+ /// Add TestPlatforms.OSX once https://github.com/dotnet/sdk/issues/45521 is fixed.
434
+ /// </summary>
435
+ [PlatformSpecificFact(TestPlatforms.Windows)]
436
public async Task MauiBlazor()
437
{
438
var testAsset = TestAssets.CopyTestAsset("WatchMauiBlazor")
0 commit comments