Added CLI comment

This commit is contained in:
Max 2024-05-06 00:29:23 +02:00
parent 552085b478
commit c1d18d5b47
27 changed files with 5 additions and 0 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
CLI/CLI.csproj Normal file → Executable file
View File

5
CLI/Program.cs Normal file → Executable file
View File

@ -1,5 +1,10 @@
// See https://aka.ms/new-console-template for more information // See https://aka.ms/new-console-template for more information
/*
* Test CLI application for development of DotBased
*/
using DotBased.Logging.Serilog; using DotBased.Logging.Serilog;
using DotBased.Logging; using DotBased.Logging;
using Serilog; using Serilog;

View File

0
DotBased.Logging.Serilog/SerilogAdapter.cs Normal file → Executable file
View File

0
DotBased.sln Normal file → Executable file
View File

0
DotBased/Collections/InstanceContainer.cs Normal file → Executable file
View File

0
DotBased/Collections/KeyContainerBase.cs Normal file → Executable file
View File

0
DotBased/Collections/PropertyContainer.cs Normal file → Executable file
View File

0
DotBased/DotBased.csproj Normal file → Executable file
View File

0
DotBased/Extensions/StringExtensions.cs Normal file → Executable file
View File

0
DotBased/Logging/ILogger.cs Normal file → Executable file
View File

0
DotBased/Logging/LogAdapterBase.cs Normal file → Executable file
View File

0
DotBased/Logging/LogCapsule.cs Normal file → Executable file
View File

0
DotBased/Logging/LogOptions.cs Normal file → Executable file
View File

0
DotBased/Logging/LogProcessor.cs Normal file → Executable file
View File

0
DotBased/Logging/LogService.cs Normal file → Executable file
View File

0
DotBased/Logging/LogSeverity.cs Normal file → Executable file
View File

0
DotBased/Logging/Logger.cs Normal file → Executable file
View File

0
DotBased/Logging/LoggerBase.cs Normal file → Executable file
View File

0
DotBased/Result.cs Normal file → Executable file
View File

0
DotBased/Utilities/Cryptography.cs Normal file → Executable file
View File

0
DotBased/Utilities/Culture.cs Normal file → Executable file
View File

0
DotBased/Utilities/Generator.cs Normal file → Executable file
View File

0
DotBased/Utilities/Suffix.cs Normal file → Executable file
View File

0
DotBased/doc.md Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File