Skip to content

Commit

Permalink
#28: Synergy.Contracts: Tech debt managed
Browse files Browse the repository at this point in the history
Added TODO that should be resolved when everything is done
  • Loading branch information
MarcinCelej committed Feb 3, 2024
1 parent 6083edb commit 2702ab4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Technical Debt for Synergy.Contracts

Total: 15
Total: 16

## [Api.cs](../Public/Api.cs)
- TODO: Marcin Celej [from: Marcin Celej on: 03-02-2024]: remove that when job fiished

## [BusinessDocumentation.cs](../../Requirements/BusinessDocumentation.cs)
- TODO: Marcin Celej [from: Marcin Celej on: 08-04-2023]: check that and probably convert docs int tt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public async Task Generate()
await Verifier.Verify(publicApi, "md")
.UseMethodName("of." + assembly.GetName().Name)
.UniqueForTargetFrameworkAndVersion()
// TODO: Marcin Celej [from: Marcin Celej on: 03-02-2024]: remove that when job fiished
.AutoVerify();
}
}
Expand Down

0 comments on commit 2702ab4

Please sign in to comment.