{"id":15418673,"url":"https://github.com/jamiemagee/adventofcode","last_synced_at":"2025-04-19T14:45:47.481Z","repository":{"id":29043885,"uuid":"317813315","full_name":"JamieMagee/AdventOfCode","owner":"JamieMagee","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-15T18:58:59.000Z","size":13489,"stargazers_count":6,"open_issues_count":11,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-15T19:47:49.073Z","etag":null,"topics":["advent-of-code","advent-of-code-2020","advent-of-code-2020-csharp","advent-of-code-csharp"],"latest_commit_sha":null,"homepage":"https://jamiemagee.github.io/AdventOfCode","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JamieMagee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-12-02T09:34:00.000Z","updated_at":"2022-01-10T05:58:30.000Z","dependencies_parsed_at":"2023-01-14T14:01:17.330Z","dependency_job_id":"e61ecd0b-7ff0-4dd9-9358-78e3c1f83d90","html_url":"https://github.com/JamieMagee/AdventOfCode","commit_stats":{"total_commits":82,"total_committers":4,"mean_commits":20.5,"dds":0.3292682926829268,"last_synced_commit":"2a3a82d3098b4ccc4af6c38330a1b5459bce114c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamieMagee%2FAdventOfCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamieMagee%2FAdventOfCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamieMagee%2FAdventOfCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamieMagee%2FAdventOfCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JamieMagee","download_url":"https://codeload.github.com/JamieMagee/AdventOfCode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249716934,"owners_count":21315068,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["advent-of-code","advent-of-code-2020","advent-of-code-2020-csharp","advent-of-code-csharp"],"created_at":"2024-10-01T17:22:08.791Z","updated_at":"2025-04-19T14:45:47.451Z","avatar_url":"https://github.com/JamieMagee.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advent of Code\n\n[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/JamieMagee/AdventOfCode/GitHub%20Pages?style=for-the-badge)](https://github.com/JamieMagee/AdventOfCode/actions?query=workflow%3A%22GitHub+Pages%22)\n\nMy solutions for [Advent of Code](https://adventofcode.com/) written in C# and Blazor WebAssembly\n\nCheck it out at https://jamiemagee.github.io/AdventofCode.\n\nBased on [sanraith/aoc2019](https://github.com/sanraith/aoc2019)\n\n## Project Structure\n\n| Folder                             | Description                                                 |\n|------------------------------------|-------------------------------------------------------------|\n| `AdventOfCode.Core`                | Interfaces and classes for solving puzzles                  |\n| `AdventOfCode.Core.Test`           | Interfaces and classes for puzzle tests                     |\n| `AdventOfCode.{Year}.Puzzles`      | Inputs and solutions for that year's Advent of Code puzzles |\n| `AdventOfCode.{Year}.Puzzles.Test` | Inputs and solutions for that year's Advent of Code puzzles |\n| `AdventOfCode.Console`             | Console application to prepare and run the puzzle solutions |\n| `AdventOfCode.Web`                 | Blazor WebAssembly application to run the puzzle solutions  |\n\n## Setup\n\nThis project requires [.NET SDK 5.0](https://dotnet.microsoft.com/download/dotnet/5.0).\n\nTo run the Blazor WebAssembly application:\n\n- `dotnet run -p src/AdventOfCode.Web`\n- Open `[http://localhost:5000](http://localhost:5000)`\n\nTo run all puzzle solutions in your console:\n\n- `dotnet run -p src/AdventOfCode.Console --all`\n\nTo run the last solution in your console:\n\n- `dotnet run -p src/AdventOfCode.Console --last`\n\nTo run a specific solution in your console:\n\n- `dotnet run -p src/AdventOfCode.Console --day [number of day]`\n\nTo setup the environment for a new puzzle solution:\n\n- Set your adventofcode.com session cookie for `AdventOfCode.Console` as a user secret:\n    - `dotnet user-secrets -p AdventOfCode.Console set \"SessionCookie\" \"[your session cookie]\"`\n- Run setup to create source, test, input and description files for the given day:\n    - `dotnet run -p aoc2019.ConsoleApp --setup [number of day]`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamiemagee%2Fadventofcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamiemagee%2Fadventofcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamiemagee%2Fadventofcode/lists"}