diff --git a/Documentation/Synergy.Documentation.Tests/Architecture/Debt/Todos.Technical.Debt.verified.md b/Documentation/Synergy.Documentation.Tests/Architecture/Debt/Todos.Technical.Debt.verified.md index c478b1e..b1e0a64 100644 --- a/Documentation/Synergy.Documentation.Tests/Architecture/Debt/Todos.Technical.Debt.verified.md +++ b/Documentation/Synergy.Documentation.Tests/Architecture/Debt/Todos.Technical.Debt.verified.md @@ -1,6 +1,12 @@ # Technical Debt for Synergy.Documentation -Total: 3 +Total: 5 + +## [NoteTests.cs](../../Comments/NoteTests.cs) +- TODO: Marcin Celej [from: Marcin Celej on: 08-01-2024]: Add tests for Note class + +## [README.Generate.cs](../../Docs/README.Generate.cs) +- TODO: Marcin Celej [from: Marcin Celej on: 09-01-2024]: Extract this to a separate project Synergy.Documentation.Docs with all needed samples inside ## [Synergy.Documentation.csproj](../../../Synergy.Documentation/Synergy.Documentation.csproj) - TODO: Consider to support net472;net48;net5.0;net6.0;net7.0;net8.0;netstandard2.0;netstandard2.1 diff --git a/Documentation/Synergy.Documentation.Tests/Comments/NoteTests.cs b/Documentation/Synergy.Documentation.Tests/Comments/NoteTests.cs index 8087e4a..d6d5f01 100644 --- a/Documentation/Synergy.Documentation.Tests/Comments/NoteTests.cs +++ b/Documentation/Synergy.Documentation.Tests/Comments/NoteTests.cs @@ -2,5 +2,5 @@ public class NoteTests { - + // TODO: Marcin Celej [from: Marcin Celej on: 08-01-2024]: Add tests for Note class } \ No newline at end of file diff --git a/Documentation/Synergy.Documentation.Tests/Docs/README.Generate.cs b/Documentation/Synergy.Documentation.Tests/Docs/README.Generate.cs index 9174ee0..a2fcf6a 100644 --- a/Documentation/Synergy.Documentation.Tests/Docs/README.Generate.cs +++ b/Documentation/Synergy.Documentation.Tests/Docs/README.Generate.cs @@ -5,6 +5,8 @@ namespace Synergy.Documentation.Tests.Docs; +// TODO: Marcin Celej [from: Marcin Celej on: 09-01-2024]: Extract this to a separate project Synergy.Documentation.Docs with all needed samples inside + partial class README { private static readonly CodeFile readmeFile = CodeFolder.Current().Up(2).File($"{nameof(README)}.md");