AdventOfCSharp.Testing.XUnit 1.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package AdventOfCSharp.Testing.XUnit --version 1.4.0
NuGet\Install-Package AdventOfCSharp.Testing.XUnit -Version 1.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AdventOfCSharp.Testing.XUnit" Version="1.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AdventOfCSharp.Testing.XUnit --version 1.4.0
#r "nuget: AdventOfCSharp.Testing.XUnit, 1.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AdventOfCSharp.Testing.XUnit as a Cake Addin
#addin nuget:?package=AdventOfCSharp.Testing.XUnit&version=1.4.0

// Install AdventOfCSharp.Testing.XUnit as a Cake Tool
#tool nuget:?package=AdventOfCSharp.Testing.XUnit&version=1.4.0

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

Packages

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
  • Detailed part solution status declaration and tracking
  • Custom part solvers (fanmade "Part 3" problems, easter eggs, and more)
  • Source analyzers that ensure correct usage of the framework
  • Source generated benchmarking and unit testing
    • Customized input file path
    • Easy to setup in very few lines of code
    • Automatically generated unit tests for all available referenced problem solutions
    • Flexibility customizing generated benchmarks and unit tests

Upcoming features:

  • Further flexibility for customizing benchmarking methods
  • Support solving the same problem in multiple languages
  • Nested solution classes
  • Improved input generation tools
  • and more

Documentation

The documentation guides outside the project template are continuously in the works, available on the docs directory.

Demo

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

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.1 314 12/1/2022
1.4.0 358 4/1/2022