Skip to content

Commit cca427a

Browse files
committed
Removed unused usings
1 parent 08f8667 commit cca427a

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

Src/Xer.Cqrs.Extensions.SimpleInjector/CqrsBuilder.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
using System;
22
using System.Collections.Generic;
33
using System.Linq;
4-
using System.Reflection;
54
using SimpleInjector;
6-
using SimpleInjector.Advanced;
75
using Xer.Cqrs.CommandStack;
8-
using Xer.Cqrs.CommandStack.Attributes;
9-
using Xer.Cqrs.CommandStack.Resolvers;
106
using Xer.Cqrs.EventStack;
11-
using Xer.Cqrs.EventStack.Attributes;
12-
using Xer.Cqrs.EventStack.Resolvers;
13-
using Xer.Delegator;
147
using Xer.Delegator.Registrations;
158
using Xer.Delegator.Resolvers;
169

Src/Xer.Cqrs.Extensions.SimpleInjector/ICqrsCommandHandlerSelector.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using System.Collections.Generic;
21
using System.Reflection;
32
using SimpleInjector;
43

Src/Xer.Cqrs.Extensions.SimpleInjector/ICqrsEventHandlerSelector.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using System.Collections.Generic;
21
using System.Reflection;
32
using SimpleInjector;
43

Src/Xer.Cqrs.Extensions.SimpleInjector/SimpleInjectorContainerExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using System.Collections.Generic;
32
using System.Reflection;
43
using Xer.Cqrs.Extensions.SimpleInjector;
54

0 commit comments

Comments
 (0)