6 references to ServiceWithSkipLastSnapshot
Microsoft.AspNetCore.Components.Tests (6)
PersistentState\PersistentServicesRegistryTest.cs (6)
444.AddScoped<ServiceWithSkipLastSnapshot>() 445.AddPersistentService<ServiceWithSkipLastSnapshot>(componentRenderMode) 449var service = scope.GetRequiredService<ServiceWithSkipLastSnapshot>(); 468var restoredService = lastSnapshotScope.GetRequiredService<ServiceWithSkipLastSnapshot>();