Implemented interface member:
property
FullTypeName
Microsoft.AspNetCore.Components.IPersistentServiceRegistration.FullTypeName
4 writes to FullTypeName
Microsoft.AspNetCore.Components.Tests (4)
PersistentState\PersistentServicesRegistryTest.cs (4)
240
.AddSingleton<IPersistentServiceRegistration>(new TestPersistentRegistration { Assembly = "FakeAssembly",
FullTypeName
= "FakeType" })
271
.AddSingleton<IPersistentServiceRegistration>(new TestPersistentRegistration { Assembly = "Assembly1",
FullTypeName
= "Type1" })
272
.AddSingleton<IPersistentServiceRegistration>(new TestPersistentRegistration { Assembly = "Assembly1",
FullTypeName
= "Type1" }) // Duplicate
273
.AddSingleton<IPersistentServiceRegistration>(new TestPersistentRegistration { Assembly = "Assembly2",
FullTypeName
= "Type2" })