Fixing all the TODO, FIXME & HACK comments so they all follow the same layout.
This commit is contained in:
committed by
Sebastiaan Janssen
parent
d31e25281d
commit
193e24afd2
@@ -143,12 +143,11 @@ namespace Umbraco.Tests.Composing
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void SingletonServiceIsUnique() // fixme - but what is LightInject actually doing
|
||||
public void SingletonServiceIsUnique() // FIXME: but what is LightInject actually doing
|
||||
{
|
||||
var register = GetRegister();
|
||||
|
||||
// fixme
|
||||
// LightInject is 'unique' per serviceType+serviceName
|
||||
// FIXME: LightInject is 'unique' per serviceType+serviceName
|
||||
// but that's not how all containers work
|
||||
// and we should not rely on it
|
||||
// if we need unique, use RegisterUnique
|
||||
|
||||
Reference in New Issue
Block a user