AdventOfCSharp 1.0.1
See the version list below for details.
dotnet add package AdventOfCSharp --version 1.0.1
NuGet\Install-Package AdventOfCSharp -Version 1.0.1
<PackageReference Include="AdventOfCSharp" Version="1.0.1" />
paket add AdventOfCSharp --version 1.0.1
#r "nuget: AdventOfCSharp, 1.0.1"
// Install AdventOfCSharp as a Cake Addin #addin nuget:?package=AdventOfCSharp&version=1.0.1 // Install AdventOfCSharp as a Cake Tool #tool nuget:?package=AdventOfCSharp&version=1.0.1
Advent of C#
An aspiring AoC 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.
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
Upcoming features:
- Benchmarking
- Source analyzers
- and more
Documentation
A documentation guide outside the project template will be created soon.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Garyon (>= 0.2.6.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on AdventOfCSharp:
Package | Downloads |
---|---|
AdventOfCSharp.Testing
Package Description |
|
AdventOfCSharp.Benchmarking
Benchmarking tools for the Advent of C# framework. |
GitHub repositories
This package is not used by any popular GitHub repositories.
- Improved answer string converter behavior and API
- Implemented a glyph grid answer conversion system
- Improved hashing for NextValueCounterDictionary
- Added numerous utility components in the process of implementing these changes