@@ -14,7 +14,7 @@ Spend less time over-engineering, and more time coding. The template has a focus
14
14
Want to see what a vertical slice looks like? [ Jump to the code snippet!] ( #full-code-snippet )
15
15
16
16
<p align =" center " >
17
- <img src="docs/divider-primary.png" />
17
+ <img src="https://github.com/Hona/VerticalSliceArchitecture/blob/main/ docs/divider-primary.png?raw=true " />
18
18
</p >
19
19
20
20
> [ !IMPORTANT]
@@ -27,13 +27,13 @@ Want to see what a vertical slice looks like? [Jump to the code snippet!](#full-
27
27
> If you would like updates, feel free to 'Watch' the repo, that way you'll see the release in your GitHub home feed.
28
28
29
29
<p align =" center " >
30
- <img src="docs/divider-primary.png" />
30
+ <img src="https://github.com/Hona/VerticalSliceArchitecture/blob/main/ docs/divider-primary.png?raw=true " />
31
31
</p >
32
32
33
33
<h3 align =" center " ><strong >Getting started ⚡</strong ></h3 >
34
34
35
35
<p align =" center " >
36
- <img src="docs/divider-primary.png" />
36
+ <img src="https://github.com/Hona/VerticalSliceArchitecture/blob/main/ docs/divider-primary.png?raw=true " />
37
37
</p >
38
38
39
39
#### dotnet CLI
@@ -73,7 +73,7 @@ then create:
73
73
<h3 align =" center " ><strong >Features ✨</strong ></h3 >
74
74
75
75
<p align =" center " >
76
- <img src="docs/divider-primary.png" />
76
+ <img src="https://github.com/Hona/VerticalSliceArchitecture/blob/main/ docs/divider-primary.png?raw=true " />
77
77
</p >
78
78
79
79
### A compelling example with the TikTacToe game! 🎮
@@ -85,7 +85,7 @@ game.MakeMove(0, 1, Tile.Y);
85
85
```
86
86
87
87
<p align =" center " >
88
- <img src="docs/divider-secondary.png" />
88
+ <img src="https://github.com/Hona/VerticalSliceArchitecture/blob/main/ docs/divider-secondary.png?raw=true " />
89
89
</p >
90
90
91
91
### Rich Domain (thank you DDD!)
@@ -106,7 +106,7 @@ public class Game
106
106
```
107
107
108
108
<p align = " center" >
109
- < img src = " docs/divider-secondary.png" / >
109
+ < img src = " https://github.com/Hona/VerticalSliceArchitecture/blob/main/ docs/divider-secondary.png?raw=true " / >
110
110
< / p >
111
111
112
112
### Quick to write feature slices
@@ -152,7 +152,7 @@ internal sealed class MyQuery(AppDbContext db)
152
152
```
153
153
154
154
<p align = " center" >
155
- < img src = " docs/divider-secondary.png" / >
155
+ < img src = " https://github.com/Hona/VerticalSliceArchitecture/blob/main/ docs/divider-secondary.png?raw=true " / >
156
156
< / p >
157
157
158
158
### EF Core
@@ -187,7 +187,7 @@ public class MyEntityConfiguration : IEntityTypeConfiguration<MyEntity>
187
187
```
188
188
189
189
<p align =" center " >
190
- <img src="docs/divider-secondary.png" />
190
+ <img src="https://github.com/Hona/VerticalSliceArchitecture/blob/main/ docs/divider-secondary.png?raw=true " />
191
191
</p >
192
192
193
193
### Architecture Tests via NuGet package
@@ -210,7 +210,7 @@ public class VerticalSliceArchitectureTests
210
210
```
211
211
212
212
<p align =" center " >
213
- <img src="docs/divider-secondary.png" />
213
+ <img src="https://github.com/Hona/VerticalSliceArchitecture/blob/main/ docs/divider-secondary.png?raw=true " />
214
214
</p >
215
215
216
216
### Cross Cutting Concerns
@@ -222,7 +222,7 @@ public class VerticalSliceArchitectureTests
222
222
## Automated Testing
223
223
224
224
<p align =" center " >
225
- <img src="docs/divider-tertiary.png" />
225
+ <img src="https://github.com/Hona/VerticalSliceArchitecture/blob/main/ docs/divider-tertiary.png?raw=true " />
226
226
</p >
227
227
228
228
### Domain - Unit Tested
@@ -246,7 +246,7 @@ public void Game_MakeMove_BindsTile()
246
246
```
247
247
248
248
<p align =" center " >
249
- <img src="docs/divider-secondary.png" />
249
+ <img src="https://github.com/Hona/VerticalSliceArchitecture/blob/main/ docs/divider-secondary.png?raw=true " />
250
250
</p >
251
251
252
252
### Application - Integration Tested
260
260
```
261
261
262
262
<p align =" center " >
263
- <img src="docs/divider-secondary.png" />
263
+ <img src="https://github.com/Hona/VerticalSliceArchitecture/blob/main/ docs/divider-secondary.png?raw=true " />
264
264
</p >
265
265
266
266
### Code - Architecture Tested
@@ -318,7 +318,7 @@ internal sealed class PlayTurnCommand(AppDbContext db)
318
318
If you read it this far, why not give it a star? ;)
319
319
320
320
<p align =" center " >
321
- <img src="docs/divider-tertiary.png" />
321
+ <img src="https://github.com/Hona/VerticalSliceArchitecture/blob/main/ docs/divider-tertiary.png?raw=true " />
322
322
</p >
323
323
324
324
0 commit comments