Skip to content

Commit

Permalink
#28: Synergy.Contracts: Updated NUnit nuget package to its latest ver…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
MarcinCelej committed Jan 9, 2024
1 parent b5a336d commit 4cc7900
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Technical Debt for Synergy.Contracts

Total: 14
Total: 15

## [ContractorRepository.cs](../../Failures/Doubles/ContractorRepository.cs)
- TODO: Marcin Celej [from: Marcin Celej on: 30-04-2023]: Remove this sample project

## [BusinessDocumentation.cs](../../Requirements/BusinessDocumentation.cs)
- TODO: Marcin Celej [from: Marcin Celej on: 08-04-2023]: check that and probably convert docs int tt

## [Synergy.Contracts.Test.csproj](../../Synergy.Contracts.Test.csproj)
- TODO: Remobve NUnit and replace it with xunit

## [FailBoolean.cs](../../../Synergy.Contracts/Failures/FailBoolean.cs)
- TODO:mace (from:mace @ 22-10-2016): variable.FailIfFalse(message)
- TODO:mace (from:mace @ 22-10-2016): variable.FailIfTrue(message)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="NUnit" Version="3.14.0" />
<!-- TODO: Remobve NUnit and replace it with xunit -->
<PackageReference Include="NUnit" Version="4.0.1" />
<PackageReference Include="Verify.Xunit" Version="22.11.4" />
<PackageReference Include="xunit" Version="2.6.5" />
<Reference Include="System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
Expand Down

0 comments on commit 4cc7900

Please sign in to comment.