4 instantiations of TestPersistentRegistration
Microsoft.AspNetCore.Components.Tests (4)
PersistentState\PersistentServicesRegistryTest.cs (4)
233
.AddSingleton<IPersistentServiceRegistration>(new
TestPersistentRegistration
{ Assembly = "FakeAssembly", FullTypeName = "FakeType" })
264
.AddSingleton<IPersistentServiceRegistration>(new
TestPersistentRegistration
{ Assembly = "Assembly1", FullTypeName = "Type1" })
265
.AddSingleton<IPersistentServiceRegistration>(new
TestPersistentRegistration
{ Assembly = "Assembly1", FullTypeName = "Type1" }) // Duplicate
266
.AddSingleton<IPersistentServiceRegistration>(new
TestPersistentRegistration
{ Assembly = "Assembly2", FullTypeName = "Type2" })