AdventOfCSharp.Analyzers
1.1.0.1
See the version list below for details.
dotnet add package AdventOfCSharp.Analyzers --version 1.1.0.1
NuGet\Install-Package AdventOfCSharp.Analyzers -Version 1.1.0.1
<PackageReference Include="AdventOfCSharp.Analyzers" Version="1.1.0.1" />
paket add AdventOfCSharp.Analyzers --version 1.1.0.1
#r "nuget: AdventOfCSharp.Analyzers, 1.1.0.1"
// Install AdventOfCSharp.Analyzers as a Cake Addin #addin nuget:?package=AdventOfCSharp.Analyzers&version=1.1.0.1 // Install AdventOfCSharp.Analyzers as a Cake Tool #tool nuget:?package=AdventOfCSharp.Analyzers&version=1.1.0.1
Advent of C#
An aspiring Advent of Code problem solving framework, offering a beginner-friendly ecosystem and large functionality. It aims to aid users into primarily focusing on the core of solving this marvelous event's problems, leaving the need for building their own infrastructure aside.
What is Advent of Code?
Advent of Code is an annual event running during December 1 through 25, presenting one two-part problem every day. Users are challenged to write a working solution for their personalized input, given the problem's description. More information on the website.
Donating
Donations are welcome on the specified links, and would be greatly appreciated. It is also planned to give a portion of 3% of the total donations to the event itself.
Project Template
Found here
Package
Features
- Basic abstracted structure of a problem class, with simplified input parsing API
- Automatic retrieval of personalized inputs and available correct outputs
- Specify secrets in a secret cookie class that will be used by your local program
- Without those session cookies, downloading from the website is disabled
- Clean and colorful console interface
- Running problems for specific day
- Validating problem solutions
- Execution time per part
- Summary of all available solutions, and per individual parts
- Answer conversion system, producing answer strings ready to be copied onto the website
- Source analyzers that ensure correct usage of the framework
Upcoming features:
- Benchmarking
- and more
Documentation
A full documentation guide outside the project template will be completed soon. For the time being, documentation is available on the docs directory.
Demo
Main Menu
https://user-images.githubusercontent.com/8298332/145657103-3462eee6-4598-4699-826a-507056efa5cc.mp4
All Problem Solution Validation
https://user-images.githubusercontent.com/8298332/145657111-45f16479-f238-4ba1-adb2-7ad12890afc4.mp4
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AdventOfCSharp.Analyzers:
Package | Downloads |
---|---|
AdventOfCSharp
An aspiring AoC problem solving framework. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Bugfixes:
- Fixed Day25 FinalDay<T> code fix for multiple years