add initial dotnet support

This commit is contained in:
Ruairidh MacLeod 2020-09-10 11:36:10 +00:00 committed by Anthony Sottile
parent a85b9f798d
commit 003e4c21e0
16 changed files with 203 additions and 3 deletions

View file

@ -2,8 +2,9 @@
import sys
LANGUAGES = [
'conda', 'docker', 'docker_image', 'fail', 'golang', 'node', 'perl',
'pygrep', 'python', 'ruby', 'rust', 'script', 'swift', 'system',
'conda', 'docker', 'dotnet', 'docker_image', 'fail', 'golang',
'node', 'perl', 'pygrep', 'python', 'ruby', 'rust', 'script', 'swift',
'system',
]
FIELDS = [
'ENVIRONMENT_DIR', 'get_default_version', 'healthy', 'install_environment',