/AdventOfSharedTools

Set of methods and models to help solve Advent of Code challenges faster by using out-of-the-box solutions

Primary LanguageC#MIT LicenseMIT

AdventOfSharedTools

NuGet NuGet Workflow Code Coverage Mutation testing badge release version badge

license badge

Description

AdventOfSharedTools is a C# OpenSource library that contains set of methods and models making solving AdventOfCode challenges easier. Ranging from reading text from a file to complex algorythms alongside with several extension methods to make your programmer life better.

This project was included in 100-commits Competition, main competencies i want to improve are Good practices while creating public libraries - i have put much effort into documenting stuff so it is very user friendly.

Installation

To install this NuGet package all you need is to open console in Visual Studio and type:

dotnet add package AdventOfSharedTools

How to use

Be sure to check out Github Wiki pages for this project!

Report issues

Noticed place for improvement? Something is missing? Stuff is not working correctly? Create an issue i will surely look inside it!

Tech Stack

Project uses .NET 8

Dependencies

XUnit

FluentAssertions