summaryrefslogtreecommitdiffstats
path: root/src/modules/dotnet.rs
AgeCommit message (Collapse)Author
2020-02-03perf: Optimize files, folder and extension lookups in Context (#880)Sam Rose
2020-01-15refactor(dotnet): Use `exec_cmd` util (#826)Thomas O'Donnell
Have refactored the dotnet module to use the util::exec_cmd rather than the Command module directly.
2019-10-05chore: Import shared types from super (#492)Zhenhui Xie
Changes imports statements to make imports more uniform.
2019-10-04refactor: Go from Rust workspaces to a package with nested packages (#480)Matan Kushner