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