dotnet-installer/test/TestingAbstractions/Microsoft.Extensions.Testing.Abstractions.UnitTests
Eric Erhardt 6fa859a354 Fix ProjectDependenciesCommandResolver for portable test apps.
Update to dotnet-test-xunit to latest.
2016-04-08 09:32:52 -05:00
..
GivenThatWeWantToUseSourceInformationProviderToGetSourceInformation.cs 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
Microsoft.Extensions.Testing.Abstractions.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
project.json Fix ProjectDependenciesCommandResolver for portable test apps. 2016-04-08 09:32:52 -05:00