Commit Graph

8 Commits

Author SHA1 Message Date
3b8c5bbf29 Add bash-completion to devcontainer image (#2058) 2022-06-21 20:58:40 +00:00
cdec3c9e8d Test infrastructure for C# Azure Function testing (#2055)
Add support for function tests and the ability to run them against either real Azure Storage or the Azurite emulator.

See follow-up PR #2032 for actual usage.
2022-06-16 21:50:02 +00:00
f514fc35e3 Devcontainer: Set some default Omnisharp options (#2048) 2022-06-15 14:18:19 +12:00
30a071a70e Devcontainer additions (#2029)
Add extensions for:

* Bicep 
* .NET test runner
* Azure Functions

Include in setup script:

* `cargo-audit` & `cargo-license` (pre-reqs for the CI script)
2022-06-09 19:13:32 +00:00
babe7c2111 Auto lint before committing (#1928) 2022-05-17 13:15:24 +00:00
779a67ed6d Download agent logs using sas url (#1920) 2022-05-10 10:54:53 -04:00
350d07b7af Add dev container (#1822)
* starting

* Add post create script

* Fixing up scripts

* Clean up dockerfile
2022-04-22 13:06:35 +00:00
b7e404fd26 Basic devcontainer configuration (#1768)
* Basic devcontainer configuration

* Bump Rust to 1.60, which is required

* Add some more requirements

* Manually install Rust so that cargo-audit can be installed

* Include settings/extensions that were in Rust feature previously

* Install further Rust requirements (from rust-prereqs.sh)

* Install dotnet "by hand"; this should be a bit faster than multiple steps

* Add Python extension to devcontainer

Co-authored-by: Teo Voinea <58236992+tevoinea@users.noreply.github.com>
2022-04-20 19:22:07 +00:00