dotnet-installer/test/dotnet-compile.UnitTests
Eric Erhardt d52ea07934 Fixing dotnet-compile and dotnet-test unit tests. Also, fixing a potential NullRef in ProjectContext.
The compile unit test needed to be updated to mock out a new call to ICommand.WorkingDirectory.

The test unit test needed to account for build-base-path getting fully qualified.
2016-05-02 14:39:09 -05:00
..
BindingRedirectGeneratorTests.cs Handle duplicated assemblies in binding redirects 2016-03-30 09:34:31 -07:00
dotnet-compile.UnitTests.xproj 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
GivenACompilationDriver.cs Memory usage improvements in build (#2626) 2016-04-22 15:01:56 -07:00
GivenThatICareAboutScriptVariablesFromAManagedCompiler.cs Fixing dotnet-compile and dotnet-test unit tests. Also, fixing a potential NullRef in ProjectContext. 2016-05-02 14:39:09 -05:00
project.json Updating to latest dotnet-test-xunit 2016-04-30 18:25:11 -07:00