Skip to content

Commit

Permalink
#27: Synergy.Documentation: Added some TODOs to be finished later
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinCelej committed Jan 9, 2024
1 parent b8ce810 commit d118cb1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

public class NoteTests
{

// TODO: Marcin Celej [from: Marcin Celej on: 08-01-2024]: Add tests for Note class
}
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit d118cb1

Please sign in to comment.