13 Commits

Author SHA1 Message Date
Colby Williams
f9fb116eab [FEAT]: Add support for Public Keys API (#2945)
* Add support for /mets/public_keys/<keyType>

* "files.insertFinalNewline": false

* revert and make setttings.json change csharp only

* formatting

* remove final new line

---------

Co-authored-by: Nick Floyd <139819+nickfloyd@users.noreply.github.com>
2024-12-27 14:05:00 -06: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
Sean Killeen
05aa951d41 Remove /en slug in docs.github.com links (and stop VSCode from formatting on save) (#2573) 2022-09-20 14:35:13 -05:00
Nick Floyd
1e3fa1d770 feat: Adds generators project and AsyncPaginationExtension generator (#2537) 2022-08-11 01:34:16 -05:00
Tim Rogers
bbddb9d723 Explicitly configure identation settings for VSCode (#2450)
This adds explicit configuration to `.vscode/settings.json` so we
use two spaces for indentation, rather than relying on the user's
own settings or automatic detection.
2022-05-19 09:42:57 +01:00
Tim Rogers
218f89f136 Fix the Visual Studio Code tasks configuration file (#2448)
This fixes the Visual Studio Code tasks configuration file
(`.vscode/tasks.json`), which somehow got corrupted, meaning
that it was no longer valid and didn't work.
2022-05-19 09:41:39 +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
Brendan Forster
d02a230172 some tidy up before cutting the release (#2201) 2020-06-07 18:25:51 -03:00
Brendan Forster
5b53d839ac add integrations to run and debug tests in vscode (#2200) 2020-06-07 13:19:58 -03:00
Brendan Forster
a25863f228 add format command for vscode (#2174) 2020-04-09 12:24:56 -03:00
Brendan Forster
b54091376d [VSCode] add a simple build task to build the solution (#2163) 2020-03-30 14:55:47 -03:00
Brendan Forster
f96885654f add metadata to each client action (#2124) 2020-03-04 21:10:38 -04:00
Brendan Forster
01b6086094 ship a simple vscode config (#2113) 2020-02-25 20:44:49 -04:00