Skip to content

Commit

Permalink
#28: Synergy.Contracts: Tech debt managed
Browse files Browse the repository at this point in the history
Added some TODO
  • Loading branch information
MarcinCelej committed Feb 3, 2024
1 parent debad70 commit ce5c394
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,6 @@
# Technical Debt for Synergy.Contracts

Total: 14
Total: 15

## [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 Expand Up @@ -31,3 +31,6 @@ Total: 14

## [FailNullability.cs](../../../Synergy.Contracts/Failures/FailNullability.cs)
- TODO: Marcin Celej [from: Marcin Celej on: 08-04-2023]: Use [CallerExpression] here - check https://andrewlock.net/exploring-dotnet-6-part-11-callerargumentexpression-and-throw-helpers/

## [Synergy.Contracts.csproj](../../../Synergy.Contracts/Synergy.Contracts.csproj)
- TODO: Add explicit versioning
1 change: 1 addition & 0 deletions Contracts/Synergy.Contracts/Synergy.Contracts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<RunCodeAnalysis>false</RunCodeAnalysis>
<IsPackable>true</IsPackable>
<!-- TODO: Add explicit versioning -->
<PackageVersion>$(Version)</PackageVersion>
<Title>Synergy.Contracts - design by contract programming support</Title>
<Authors>Synergy Marcin Celej</Authors>
Expand Down

0 comments on commit ce5c394

Please sign in to comment.