Library containing the logic for working with variables, logging, basic models for working with directories and files. 
                        
                    
         
                Info
| Version: | 2.3.0 | 
| Author(s): | Egor Shokhin | 
| Last Update: | Thursday, March 10, 2022 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/alfa-laboratory/Molder | 
| NuGet Url: | https://www.nuget.org/packages/Molder | 
Install
Install-Package Molder
                        dotnet add package Molder
                        paket add Molder
                        
                                Molder Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- FluentAssertions(>= 5.10.3)
 - Microsoft.CSharp(>= 4.7.0)
 - Microsoft.Extensions.Logging(>= 5.0.0)
 - Microsoft.Extensions.Logging.Console(>= 5.0.0)
 - MongoDB.Driver(>= 2.11.5)
 - Newtonsoft.Json(>= 12.0.3)
 - Serilog(>= 2.10.0)
 - Serilog.Extensions.Logging(>= 3.0.1)
 - Serilog.Sinks.ColoredConsole(>= 3.0.1)
 - Serilog.Sinks.Console(>= 3.1.1)
 - System.ComponentModel.Annotations(>= 5.0.0)