@@ -69,6 +69,8 @@ public static void Print()
6969 UpdateSourceFile ( Path . Combine ( dependencyDir , "Foo.cs" ) , newSrc ) ;
7070
7171 await App . AssertOutputLineStartsWith ( "Changed!" ) ;
72+
73+ App . AssertOutputContains ( "dotnet watch 🔥 Hot reload capabilities: AddExplicitInterfaceImplementation AddFieldRva AddInstanceFieldToExistingType AddMethodToExistingType AddStaticFieldToExistingType Baseline ChangeCustomAttributes GenericAddFieldToExistingType GenericAddMethodToExistingType GenericUpdateMethod NewTypeDefinition UpdateParameters." ) ;
7274 }
7375
7476 [ Fact ]
@@ -892,11 +894,11 @@ public async Task BlazorWasm(bool projectSpecifiesCapabilities)
892894 // check project specified capapabilities:
893895 if ( projectSpecifiesCapabilities )
894896 {
895- App . AssertOutputContains ( "dotnet watch 🔥 Hot reload capabilities: Baseline AddMethodToExistingType." ) ;
897+ App . AssertOutputContains ( "dotnet watch 🔥 Hot reload capabilities: AddExplicitInterfaceImplementation AddMethodToExistingType Baseline ." ) ;
896898 }
897899 else
898900 {
899- App . AssertOutputContains ( "dotnet watch 🔥 Hot reload capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType NewTypeDefinition ChangeCustomAttributes AddInstanceFieldToExistingType GenericAddMethodToExistingType GenericUpdateMethod UpdateParameters GenericAddFieldToExistingType ." ) ;
901+ App . AssertOutputContains ( "dotnet watch 🔥 Hot reload capabilities: AddExplicitInterfaceImplementation AddFieldRva AddInstanceFieldToExistingType AddMethodToExistingType AddStaticFieldToExistingType Baseline ChangeCustomAttributes GenericAddFieldToExistingType GenericAddMethodToExistingType GenericUpdateMethod NewTypeDefinition UpdateParameters ." ) ;
900902 }
901903 }
902904
@@ -963,10 +965,10 @@ public async Task BlazorWasmHosted()
963965 App . AssertOutputContains ( MessageDescriptor . ApplicationKind_BlazorHosted ) ;
964966
965967 // client capabilities:
966- App . AssertOutputContains ( $ "dotnet watch ⌚ [blazorhosted ({ tfm } )] Project 'blazorwasm ( { tfm } )' specifies capabilities: ' Baseline AddMethodToExistingType AddStaticFieldToExistingType NewTypeDefinition ChangeCustomAttributes AddInstanceFieldToExistingType GenericAddMethodToExistingType GenericUpdateMethod UpdateParameters GenericAddFieldToExistingType' ") ;
968+ App . AssertOutputContains ( $ "dotnet watch ⌚ [blazorhosted ({ tfm } )] Project specifies capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType NewTypeDefinition ChangeCustomAttributes AddInstanceFieldToExistingType GenericAddMethodToExistingType GenericUpdateMethod UpdateParameters GenericAddFieldToExistingType AddExplicitInterfaceImplementation. ") ;
967969
968970 // server capabilities:
969- App . AssertOutputContains ( $ "dotnet watch ⌚ [blazorhosted ({ tfm } )] Capabilities: ' Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType AddFieldRva' ") ;
971+ App . AssertOutputContains ( $ "dotnet watch ⌚ [blazorhosted ({ tfm } )] Capabilities: Baseline AddMethodToExistingType AddStaticFieldToExistingType AddInstanceFieldToExistingType NewTypeDefinition ChangeCustomAttributes UpdateParameters GenericUpdateMethod GenericAddMethodToExistingType GenericAddFieldToExistingType AddFieldRva AddExplicitInterfaceImplementation. ") ;
970972 }
971973
972974 [ PlatformSpecificFact ( TestPlatforms . Windows ) ] // https://github.com/dotnet/aspnetcore/issues/63759
0 commit comments