Livar Cunha
|
e945361a76
|
Replacing the fixed rid in the dotnet compile unit test by one that respects the platform where the tests are running.
Removing trailing slashes for the paths passed to the scripts to avoid the double quotes escaped issue.
|
2016-02-11 12:44:27 -08:00 |
|
Livar Cunha
|
4e1ec4c159
|
Refactoring dotnet-compile to make adding the script variable testable. So far, moved it to have a compiler controller and two separate compilers: native and managed. Also moved the script runner to its own class so that we can mock it into the managed controller.
Adding a ICommand interface and factory that we can use to mock Commands and avoid actually running them in unit tests.
|
2016-02-11 12:42:02 -08:00 |
|
Pavel Krymets
|
0f82ae37f3
|
Refactor output directory code
|
2016-02-09 08:52:59 -08:00 |
|
Austin Wise
|
413cf152ae
|
Invoke intrinsic commands directly instead of creating a process.
|
2016-02-03 23:01:45 -08:00 |
|
Andy Gocke
|
5e0329f417
|
Merge pull request #1160 from agocke/infer-analyzer-lang-id
Infer the analyzer languageId from compilerName
|
2016-02-02 15:03:10 -08:00 |
|
Pranav K
|
7a03c91350
|
dotnet-resgen should use a file to accept argument values
|
2016-02-02 13:01:22 -08:00 |
|
Andy Gocke
|
34f78994d1
|
Infer the analyzer languageId from compilerName
Simplifies using a different compiler since you only have
to set one value if the the compiler is known to dotnet-compile
|
2016-02-01 22:58:47 -08:00 |
|
David Fowler
|
dfc59eb20e
|
Everything in the same project
- Build in intrinsic commands as part of dotnet
|
2016-02-01 14:56:32 -08:00 |
|