mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-24 04:02:50 +08:00
(#1313) fix mixing of Registrations
i.e. combining Register, RegisterInstance and RegisterLazy
This commit is contained in:
parent
ead7115cbe
commit
3da367f29f
@ -38,8 +38,9 @@ internal sealed class ComponentRegistry : IDisposable
|
|||||||
{
|
{
|
||||||
// Only add each registration type once.
|
// Only add each registration type once.
|
||||||
_registrations.Add(type, new HashSet<ComponentRegistration>());
|
_registrations.Add(type, new HashSet<ComponentRegistration>());
|
||||||
_registrations[type].Add(registration);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_registrations[type].Add(registration);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user