Full removal of SourceGen Meditor. Will revisit in good time.
This commit is contained in:
@@ -14,7 +14,7 @@ public class NamedContentFactory : INamedContentFactory
|
||||
this.serviceFactory = serviceFactory;
|
||||
}
|
||||
|
||||
public virtual object? Create(string name, params object[] parameters)
|
||||
public virtual object? Create(string name, params object?[] parameters)
|
||||
{
|
||||
if (cache.TryGetValue(name, out object? data))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user