File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
src/Components/test/testassets/BasicTestApp Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 1313using Microsoft . AspNetCore . Components . WebAssembly . Services ;
1414using Microsoft . Extensions . Logging . Configuration ;
1515using Microsoft . JSInterop ;
16- using TestContentPackage ;
1716
1817namespace BasicTestApp ;
1918
@@ -46,9 +45,6 @@ public static async Task Main(string[] args)
4645 builder . Services . AddScoped < PreserveStateService > ( ) ;
4746 builder . Services . AddTransient < FormsTest . ValidationComponentDI . SaladChef > ( ) ;
4847
49- // Register custom serializer for E2E testing of persistent component state serialization extensibility
50- builder . Services . AddSingleton < IPersistentComponentStateSerializer < int > , CustomIntSerializer > ( ) ;
51-
5248 builder . Services . AddKeyedSingleton ( "keyed-service-1" , TestKeyedService . Create ( "value-1" ) ) ;
5349 builder . Services . AddKeyedSingleton ( TestServiceKey . ServiceB , TestKeyedService . Create ( "value-2" ) ) ;
5450
You can’t perform that action at this time.
0 commit comments