aboutsummaryrefslogtreecommitdiff
path: root/src/dotnet
Commit message (Collapse)AuthorAgeFilesLines
* Add route for LTS optionJP Ungaretti2023-03-032-3/+10
|
* Revert name changeJP Ungaretti2023-03-011-1/+1
|
* Merge branch 'jungaretti/dotnet-2' of ↵JP Ungaretti2023-03-011-1/+1
|\ | | | | | | https://github.com/devcontainers/features into jungaretti/dotnet-2
| * Fix versionJP Ungaretti2023-03-011-1/+1
| | | | | | Co-authored-by: Josh Spicer <joshspicer@github.com>
* | Add version format to descriptionsJP Ungaretti2023-03-011-2/+2
| |
* | Use X.Y.Z to describe versionJP Ungaretti2023-03-011-4/+4
|/
* Update descriptions and proposalsJP Ungaretti2023-03-011-5/+5
|
* Add runtime testJP Ungaretti2023-03-011-1/+1
|
* Fix quoting bugJP Ungaretti2023-03-011-5/+5
|
* Install additional versionsJP Ungaretti2023-03-011-1/+12
|
* Add echos for version and runtimeJP Ungaretti2023-03-011-0/+3
|
* Add more helpful version errorJP Ungaretti2023-03-011-1/+1
|
* Rename to runtime_argsJP Ungaretti2023-03-011-3/+3
|
* Restore customizationsJP Ungaretti2023-03-011-0/+7
|
* Clean up commentsJP Ungaretti2023-03-011-2/+3
|
* Add a couple of commentsJP Ungaretti2023-03-011-0/+2
|
* Add install_version helper to parse versionJP Ungaretti2023-03-011-7/+35
|
* Mention LTS in version descriptionJP Ungaretti2023-03-011-1/+1
|
* Clean up installer scriptJP Ungaretti2023-02-281-15/+12
|
* Bump version and reword all descriptionsJP Ungaretti2023-02-281-16/+9
|
* Rewrite dotnet featureJP Ungaretti2023-02-282-436/+23
|
* Republish all Features to add repo tags (#422)feature_terraform_1.1.2feature_sshd_1.0.8feature_rust_1.0.10feature_ruby_1.0.9feature_python_1.0.20feature_powershell_1.0.6feature_php_1.1.1feature_oryx_1.0.13feature_nvidia-cuda_1.0.7feature_node_1.1.5feature_nix_1.1.3feature_kubectl-helm-minikube_1.1.3feature_java_1.2.1feature_hugo_1.1.2feature_go_1.1.3feature_github-cli_1.0.10feature_git_1.1.5feature_git-lfs_1.0.7feature_dotnet_1.1.3feature_docker-outside-of-docker_1.0.10feature_docker-in-docker_2.0.1feature_desktop-lite_1.0.8feature_conda_1.0.8feature_common-utils_2.0.8feature_azure-cli_1.0.8feature_aws-cli_1.0.6feature_anaconda_1.0.11Josh Spicer2023-01-251-1/+1
| | | republish all features to add repo tags
* Fix typos in comments / *.md (#396)Samruddhi Khandale2023-01-171-2/+2
|
* Automated documentation update (#394)github-actions[bot]2023-01-111-1/+0
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Automated documentation update (#377)github-actions[bot]2023-01-041-0/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Automated documentation update (#368)github-actions[bot]2022-12-271-0/+7
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* OS support in Feature NOTES.md (#366)Josh Spicer2022-12-271-0/+7
| | | | | * https://github.com/devcontainers/features/issues/360 * omit from common utils
* typo in 'dotnet' Feature schemaJosh Spicer2022-12-271-2/+2
|
* Use _REMOTE_USER when available (#264)Chuck Lantz2022-11-292-9/+9
| | | | | | | | | | | | | | | | | | * Use _REMOTE_USER when available * Update src/python/install.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update src/python/install.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Fix java test issue - JDK 18 not available for the "open" distro * Bump breakfix numbers Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> Co-authored-by: Josh Spicer <joshspicer@github.com>
* Add .NET 7, drop .NET 5 (#269)Chuck Lantz2022-11-142-75/+67
| | | | | | | | | | | | | | | | | | | | | * Add .NET 7, drop .NET 5 * Add libssl3 to common-utils for jammy * Handle lts/latest hard coding * Fix, improve tests * Bump version * Fix situation where version could come from either MS repo or OS * Remove unused option * Bump common version * Remove unused function * Restore DOTNET_ROOT per feedback
* Automated documentation update (#287)github-actions[bot]2022-11-141-3/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Automated documentation update (#250)github-actions[bot]2022-11-011-1/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* add installsAfter: common-utils to all Features (#214)Josh Spicer2022-10-191-2/+5
|
* Automated documentation update (#218)github-actions[bot]2022-10-131-3/+3
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Ensure remove apt-update cache at the beginning and end of the scripts (#210)eitsupi2022-10-112-3/+13
| | | | | * remove apt lists * bump versions
* Conda and Java: sync env variables (#153)Samruddhi Khandale2022-09-141-2/+2
| | | | | | | | | | | | | | | | | * conda script * Adds JAVA_HOME * Update src/conda/devcontainer-feature.json Co-authored-by: Josh Spicer <joshspicer@github.com> * modify containerEnv * fix version * bump python version Co-authored-by: Josh Spicer <joshspicer@github.com>
* bump all features to pick up metadata changes in CLI v0.14.0 (#118)Josh Spicer2022-08-261-1/+1
|
* add documentationURL to all features (#115)Josh Spicer2022-08-241-1/+2
|
* Fix bug - Python: Error installing os-provided python (#112)Samruddhi Khandale2022-08-232-3/+3
| | | | | * python: fix bug * bump versions
* favor correctness by removing `apt update ...` short-circuiting (#98)Josh Spicer2022-08-231-9/+5
| | | | | | | | | * favor correctness by removing apt update shortciruiting * Update install.sh * apt_get_upadate in node * update test
* Automated documentation update (#106)github-actions[bot]2022-08-181-1/+3
| | | Co-authored-by: github-actions <github-actions@github.com>
* Move extensions and settings under customizations.vscode (#97)Samruddhi Khandale2022-08-171-4/+8
| | | | | | | * move extensions and settings under customizations * nit * bump versions
* update `dotnet`/`oryx` features to use recommended install location for ↵Josh Spicer2022-08-172-24/+46
| | | | | | | | | | | | | | | | | | | | | | | dotnet6 (#91) * use default jammy apt feed to mitigate jammy/oryx install issues * remove old comment * jammy first tries default apt repo * refactoring * glob friendly and tests * test files * better greps * correct path * DEBIAN_FRONTEND global in oryx install script * remove set -e from dotnet script to handle errors ourselves
* Automated documentation update (#90)github-actions[bot]2022-08-111-3/+2
| | | Co-authored-by: github-actions <github-actions@github.com>
* Options: Follow camelCase (#89)Samruddhi Khandale2022-08-112-12/+7
| | | rename Options
* Automated documentation update (#85)github-actions[bot]2022-08-091-2/+2
| | | Co-authored-by: github-actions <github-actions@github.com>
* Prep: republish features to ghcr.io (#78)Samruddhi Khandale2022-08-051-0/+1
| | | | | | | | | | | * syncing action * modify release.yaml * version update ; remove "install" * add 'latest' * add workflow condition
* Port changes and set executable bitJosh Spicer2022-07-291-0/+0
| | | | | -Ports change from: https://github.com/microsoft/vscode-dev-containers/pull/1554 Sets all scripts as executable by default.
* Dotnet: Install additional versions (#60)Samruddhi Khandale2022-07-142-22/+39
| | | | | | | * Dotnet: Install additional versions * nit * tweak: to unblock git merge
* Automated documentation updateDevcontainers CI2022-06-221-6/+3
|