Commit 982bc39
Fix IDE0055 formatting errors in Fitnet migration files
Add missing blank lines between namespace declarations and using statements, and add missing using System.Diagnostics.CodeAnalysis for ExcludeFromCodeCoverage attribute in three migration files.
Co-authored-by: kamilbaczek <74410956+kamilbaczek@users.noreply.github.com>1 parent ef88f80 commit 982bc39
3 files changed
Lines changed: 6 additions & 0 deletions
File tree
- Chapter-3-microservice-extraction/Fitnet/Src
- Offers/Fitnet.Offers.DataAccess/Database/Migrations
- Passes/Fitnet.Passes.DataAccess/Database/Migrations
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
0 commit comments