Commit Graph

8 Commits

Author SHA1 Message Date
Nick Floyd
b87c3d139c maint: Update Dockerfile to omit mkdocs so that pre-builds will complete successfully (#2886)
Currently prebuilds are failing and we might need to move from python3-pip to python3-full which will add build time and a few other variables into our pipeline.  Looking to put in a simple workaround for now (so that codespaces spin up does not cause a huge time delay as well as to fix create code spaces functionally from GitHub.com
2024-02-15 12:56:39 -06:00
Nick Floyd
27aa6e5399 [BREAKING CHANGE]: Removes the .NET 5.0 support (#2806) 2023-10-31 16:04:42 -05:00
dependabot[bot]
a8fc68c21a build(deps): Removes the dependency of .NET Core app 3.1 and bumps Cake.Coverlet from 2.5.4 to 3.0.2 in /build (#2616) 2023-01-05 11:55:45 -06:00
Nick Floyd
1e3fa1d770 feat: Adds generators project and AsyncPaginationExtension generator (#2537) 2022-08-11 01:34:16 -05:00
Nick Floyd
659ce5f4f7 Adds mono-complete to the dev container (#2468)
adds mono to docker - this is a test/env dependency
2022-06-30 08:33:46 -05:00
Nick Floyd
bfdcb18f38 Dev container rework to support OmniSharp changes (#2456)
* given the c# extension no longer is packaged with mono this is an attempt to get code nav and intellsense back in order for vscode
2022-06-10 10:35:06 -05:00
Tim Rogers
727029c5d2 Use the official Codespaces template configuration, rather than something homegrown (#2449)
* Test commit

Hello!

* Correct indentation in `.devcontainer`

* Change devcontainer name to `Octokit.net`
2022-05-19 09:48:53 +01:00
Tim Rogers
c9a7533f2c Configure the project for GitHub Codespaces (#2443)
* Add configuration for Codespaces

This adds a simple Codespaces configuration,
`.devcontainer/devcontainer.json`, to the project.

It uses v3.1 of the .NET Core SDK from Docker Hub, installs
Python 3 and `mkdocs` to support building the docs and includes
useful VS Code extensions for working on the project.

* Add VS Code tasks for running tests and building the docs

This improves the Visual Studio Code tasks definitions (`.vscode/
tasks.json`), adding pre-defined tasks for running unit and
convention tests and building the docs.

Codespaces magic means that, when you build the docs, the port
will automatically be opened so you can view the docs in real
time at `localhost:4000`.
2022-05-13 10:03:24 +01:00