Livar Cunha
|
85884c5e9a
|
Removed the DIA classes and the cod associated with it. Introduced a PdbReaderFactory that decides with PdbReader to use (full or portable). Introduced a PdbReader interface that abstracts the differences between full pdb (Uses ISymUnmanaged classes to read the pdb) and portable pdb (uses Reflection MetadataReader).
|
2016-03-25 10:58:05 -07:00 |
|
Eric Erhardt
|
964318b291
|
Revert "Update the .xproj files to reference the "DotNet" targets and props instead of "DNX"."
This reverts commit 4304ca9848 .
|
2016-03-16 11:44:09 -05:00 |
|
Eric Erhardt
|
4304ca9848
|
Update the .xproj files to reference the "DotNet" targets and props instead of "DNX".
|
2016-03-15 13:59:00 -05:00 |
|
Livar Cunha
|
4108920510
|
Updating tests to use the latest version of dotnet-test-xunit, which supports debugging from VS. Also updating our xproj files so that we can build the CLI from VS using the CLI.
|
2016-03-01 16:28:10 -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 |
|