-
Notifications
You must be signed in to change notification settings - Fork 220
Commit a0b1f92
committed
Update namespaces and fix warnings
1 parent 1e64c1b commit a0b1f92
File tree
68 files changed
+193
-170
lines changed- src
- AdditionalPatterns
- EventAggregator/StoreManagement
- Components
- Publishers
- Subscribers
- Contracts
- Events
- Interpreter/InterpreterLibrary
- LazyLoad/LazyLoadLibrary
- GhostsExample
- NullObject/NullObjectLibrary
- SmartphoneApplicationExample
- Applications
- Common
- Repository/OrderManagement
- Infrastructure
- Repositories
- Rules/RulesLibrary
- MotivatingExample
- ServiceLocator/OrderProcessing
- Specification/ProductSpecification
- Domain
- UnitOfWork/UnitOfWorkLibrary
- Example1/Infrastructure
- Repositories
- Example2/Infrastructure/Repositories
- BehavioralPatterns
- ChainOfResponsibility/ChainOfResponsibilityLibrary
- Command/CommandLibrary
- ShoppingCartExample/Models
- Iterator/IteratorLibrary
- Mediator/MediatorLibrary
- Memento/MementoLibrary
- Observer/ObserverLibrary
- State/StateLibrary
- Strategy/StrategyLibrary
- TemplateMethod/TemplateMethodLibrary
- Visitor/VisitorLibrary
- BuildingBlocks
- CreationalPatterns
- AbstractFactory
- MealSimpleFactory
- RestaurantAbstractFactory
- Builder/CustomSandwichBuilder
- FactoryMethod/RestaurantManagement
- Prototype/PrototypeLibrary
- Singleton/Greeter
- Types
- DesignPatternsLibrary
- StructuralPatterns
- Adapter/AdapterLibrary
- BillingSystemExample
- Bridge/BridgeLibrary
- Composite/CompositeLibrary
- Decorator/DecoratorLibrary
- Facade/FacadeLibrary
- Flyweight/FlyweightLibrary
- DotNetStringExample
- Proxy/ProxyLibrary
- CachingProxyExample/ThirdParty
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
68 files changed
+193
-170
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | - | ||
227 | + | ||
228 | 228 | | |
229 | 229 | | |
230 | - | ||
230 | + | ||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | - | ||
239 | - | ||
238 | + | ||
239 | + | ||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | - | ||
291 | + | ||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | - | ||
306 | + | ||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
| |||
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
471 | - | ||
471 | + | ||
472 | 472 | | |
473 | 473 | | |
474 | 474 | | |
| |||
568 | 568 | | |
569 | 569 | | |
570 | 570 | | |
571 | - | ||
571 | + | ||
572 | 572 | | |
573 | 573 | | |
574 | 574 | | |
| |||
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 | | |
3 | - | ||
3 | + | ||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | - | ||
32 | + | ||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | - | ||
78 | + | ||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | - | ||
83 | + | ||
84 | 84 | | |
85 | 85 | | |
86 | - | ||
86 | + | ||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | - | ||
104 | + | ||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | - | ||
2 | - | ||
1 | + | ||
2 | + | ||
3 | 3 | | |
4 | - | ||
4 | + | ||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
src/AdditionalPatterns/EventAggregator/StoreManagement/Components/Publishers/WarehousePublisher.cs
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | - | ||
2 | - | ||
1 | + | ||
2 | + | ||
3 | 3 | | |
4 | - | ||
4 | + | ||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 | | |
3 | - | ||
3 | + | ||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | - | ||
2 | - | ||
1 | + | ||
2 | + | ||
3 | 3 | | |
4 | - | ||
4 | + | ||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 23 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | + | ||
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | - | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
20 | 28 | | |
21 | - | ||
22 | - | ||
29 | + | ||
23 | 30 | | |
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
24 | 42 | | |
25 | - | ||
43 | + | ||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments