Skip to content

Commit

Permalink
#28: Synergy.Contracts: Technical Debt managed
Browse files Browse the repository at this point in the history
Removed implemented TODO
  • Loading branch information
MarcinCelej committed Feb 3, 2024
1 parent 7e6acc0 commit 4c1f320
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Technical Debt for Synergy.Contracts

Total: 13
Total: 12

## [BusinessDocumentation.cs](../../Requirements/BusinessDocumentation.cs)
- TODO: Marcin Celej [from: Marcin Celej on: 08-04-2023]: check that and probably convert docs int tt
Expand All @@ -25,6 +25,3 @@ Total: 13
- TODO:mace (from:mace @ 22-10-2016): a.FailIfEqual(b)
- TODO:mace (from:mace @ 22-10-2016): IfArgumentNotEqual
- TODO:mace (from:mace @ 22-10-2016): a.FailIfNotEqual(b)

## [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/
2 changes: 0 additions & 2 deletions Contracts/Synergy.Contracts/Failures/FailNullability.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ namespace Synergy.Contracts
{
static partial class Fail
{
// 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/

#region variable.FailIfNull(nameof(variable))

/// <summary>
Expand Down

0 comments on commit 4c1f320

Please sign in to comment.