Skip to content

Commit

Permalink
#28: Managed technical debt for Synergy.Contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinCelej committed May 14, 2023
1 parent bf65d9c commit 2c8ebe5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Contracts/Synergy.Contracts.Samples/ContractorRepository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

namespace Synergy.Contracts.Samples
{
// TODO: Marcin Celej [from: Marcin Celej on: 30-04-2023]: Remove this sample project

[UsedImplicitly]
public class ContractorRepository : IContractorRepository
{
Expand Down
2 changes: 1 addition & 1 deletion Contracts/Synergy.Contracts/Failures/FailNullability.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Synergy.Contracts
{
static partial class Fail
{
// TODO: Marcin Celej [from: Marcin Celej on: 08-04-2023]: Use [CallerExpression] here
// 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))

Expand Down

0 comments on commit 2c8ebe5

Please sign in to comment.