Commit 1cd1aff
Fix CS1587 error: Move XML comment before attribute
XML comment must be placed directly before the class declaration or before attributes. Moved /// <inheritdoc /> comment before [ExcludeFromCodeCoverage] attribute.
Co-authored-by: kamilbaczek <74410956+kamilbaczek@users.noreply.github.com>1 parent 982bc39 commit 1cd1aff
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- Chapter-3-microservice-extraction/Fitnet/Src/Passes/Fitnet.Passes.DataAccess/Database/Migrations
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments