Skip to content

Commit

Permalink
#28: Synergy.Contracts: Technical debt managed
Browse files Browse the repository at this point in the history
Added TODO
  • Loading branch information
MarcinCelej committed Feb 3, 2024
1 parent 4213195 commit 2bfb424
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# 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

## [Synergy.Contracts.Test.csproj](../../Synergy.Contracts.Test.csproj)
- TODO: Add net472;net48;net5.0;net6.0;net7.0;net8.0;netstandard2.0;netstandard2.1 or stop supporting old frameworks
- TODO: Remove NUnit and replace it with xunit

## [FailBoolean.cs](../../../Synergy.Contracts/Failures/FailBoolean.cs)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<RunCodeAnalysis>false</RunCodeAnalysis>
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>
<!-- TODO: Add net472;net48;net5.0;net6.0;net7.0;net8.0;netstandard2.0;netstandard2.1 or stop supporting old frameworks-->
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down

0 comments on commit 2bfb424

Please sign in to comment.