src/BuildScriptGenerator/Golang/GolangBashBuildSnippet.sh.tpl (2 lines): - line 16: # TODO: look into go tidy - line 20: # TODO: add support for nested dirs src/startupscriptgenerator/src/python/frameworks.go (2 lines): - line 111: // TODO: app code might be under 'src' - line 123: // TODO: detect correct variable name from a list of common names (app, application, etc.) src/BuildScriptGenerator/DefaultBuildScriptGenerator.cs (1 line): - line 156: // TODO: Should an UnsupportedPlatformException be thrown here? src/BuildScriptGenerator/Python/PythonPlatform.cs (1 line): - line 276: // TODO: support venvs src/BuildScriptGenerator/Php/PhpConstants.cs (1 line): - line 16: public const string InstalledPhpVersionsDir = "/opt/php/"; // TODO: consolidate with Dockerfile to yaml? src/Detector/Golang/GolangDetector.cs (1 line): - line 47: // TODO: add additional fields that are helpful src/startupscriptgenerator/src/node/scriptgenerator.go (1 line): - line 268: yarnLockPath := filepath.Join(gen.SourcePath, "yarn.lock") // TODO: consolidate with Microsoft.Oryx.BuildScriptGenerator.Node.NodeConstants.YarnLockFileName