Codemaid
This commit is contained in:
@@ -9,7 +9,7 @@ public class CreateContainerHandler(IContainerFactory componentFactory,
|
||||
IPublisher publisher) :
|
||||
IHandler<CreateEventArgs<ContainerToken>, bool>
|
||||
{
|
||||
public async Task<bool> Handle(CreateEventArgs<ContainerToken> args,
|
||||
public async Task<bool> Handle(CreateEventArgs<ContainerToken> args,
|
||||
CancellationToken cancellationToken)
|
||||
{
|
||||
if (args.Value is ContainerToken container && container.Name is { Length: > 0 } name &&
|
||||
|
||||
Reference in New Issue
Block a user