mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-01-18 01:54:21 +01:00
Added CLI comment
This commit is contained in:
parent
552085b478
commit
c1d18d5b47
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
CLI/CLI.csproj
Normal file → Executable file
0
CLI/CLI.csproj
Normal file → Executable file
5
CLI/Program.cs
Normal file → Executable file
5
CLI/Program.cs
Normal file → Executable file
|
@ -1,5 +1,10 @@
|
|||
// See https://aka.ms/new-console-template for more information
|
||||
|
||||
/*
|
||||
* Test CLI application for development of DotBased
|
||||
*/
|
||||
|
||||
|
||||
using DotBased.Logging.Serilog;
|
||||
using DotBased.Logging;
|
||||
using Serilog;
|
||||
|
|
0
DotBased.Logging.Serilog/DotBased.Logging.Serilog.csproj
Normal file → Executable file
0
DotBased.Logging.Serilog/DotBased.Logging.Serilog.csproj
Normal file → Executable file
0
DotBased.Logging.Serilog/SerilogAdapter.cs
Normal file → Executable file
0
DotBased.Logging.Serilog/SerilogAdapter.cs
Normal file → Executable file
0
DotBased.sln
Normal file → Executable file
0
DotBased.sln
Normal file → Executable file
0
DotBased/Collections/InstanceContainer.cs
Normal file → Executable file
0
DotBased/Collections/InstanceContainer.cs
Normal file → Executable file
0
DotBased/Collections/KeyContainerBase.cs
Normal file → Executable file
0
DotBased/Collections/KeyContainerBase.cs
Normal file → Executable file
0
DotBased/Collections/PropertyContainer.cs
Normal file → Executable file
0
DotBased/Collections/PropertyContainer.cs
Normal file → Executable file
0
DotBased/DotBased.csproj
Normal file → Executable file
0
DotBased/DotBased.csproj
Normal file → Executable file
0
DotBased/Extensions/StringExtensions.cs
Normal file → Executable file
0
DotBased/Extensions/StringExtensions.cs
Normal file → Executable file
0
DotBased/Logging/ILogger.cs
Normal file → Executable file
0
DotBased/Logging/ILogger.cs
Normal file → Executable file
0
DotBased/Logging/LogAdapterBase.cs
Normal file → Executable file
0
DotBased/Logging/LogAdapterBase.cs
Normal file → Executable file
0
DotBased/Logging/LogCapsule.cs
Normal file → Executable file
0
DotBased/Logging/LogCapsule.cs
Normal file → Executable file
0
DotBased/Logging/LogOptions.cs
Normal file → Executable file
0
DotBased/Logging/LogOptions.cs
Normal file → Executable file
0
DotBased/Logging/LogProcessor.cs
Normal file → Executable file
0
DotBased/Logging/LogProcessor.cs
Normal file → Executable file
0
DotBased/Logging/LogService.cs
Normal file → Executable file
0
DotBased/Logging/LogService.cs
Normal file → Executable file
0
DotBased/Logging/LogSeverity.cs
Normal file → Executable file
0
DotBased/Logging/LogSeverity.cs
Normal file → Executable file
0
DotBased/Logging/Logger.cs
Normal file → Executable file
0
DotBased/Logging/Logger.cs
Normal file → Executable file
0
DotBased/Logging/LoggerBase.cs
Normal file → Executable file
0
DotBased/Logging/LoggerBase.cs
Normal file → Executable file
0
DotBased/Result.cs
Normal file → Executable file
0
DotBased/Result.cs
Normal file → Executable file
0
DotBased/Utilities/Cryptography.cs
Normal file → Executable file
0
DotBased/Utilities/Cryptography.cs
Normal file → Executable file
0
DotBased/Utilities/Culture.cs
Normal file → Executable file
0
DotBased/Utilities/Culture.cs
Normal file → Executable file
0
DotBased/Utilities/Generator.cs
Normal file → Executable file
0
DotBased/Utilities/Generator.cs
Normal file → Executable file
0
DotBased/Utilities/Suffix.cs
Normal file → Executable file
0
DotBased/Utilities/Suffix.cs
Normal file → Executable file
0
DotBased/doc.md
Normal file → Executable file
0
DotBased/doc.md
Normal file → Executable file
Loading…
Reference in New Issue
Block a user