This is a template to use for a Kontur.LogPacker task solution.
Consists of the following projects:
An empty project for you to fill in.
A set of simple tests to validate the correctness of your solution. Run with dotnet run -c Release <project-directory>, for example dotnet run -c Release ../Kontur.LogPacker.
An utility that helps you properly pack your solution into a zip archive for submission. The resulting zip file will be placed into the root directory of the solution (the folder where Kontur.LogPacker.sln resides).
Run with dotnet run -c Release of simply from the IDE.
A simple log archiver that uses GZip. Is used internally by Kontur.LogPacker.SelfCheck.