aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/LinkerFixture.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Hide the concrete implementation of the service provider interfacesSean Hall2020-04-021-1/+1
| | | | | by adding WixToolsetServiceProviderFactory. This forces consumers to code to the interfaces.
* Add intermediate levels to track how IR has been lowered.Bob Arnson2020-03-261-0/+29
|
* Remove explicit intermediate file provided for testingRob Mensching2019-10-251-1/+1
| | | | | We have a real WixOutput now that officially provides all the necessary information, so use that instead.
* Several fixesRob Mensching2019-10-181-1/+1
|
* Use new strongly typed tuplesRob Mensching2019-05-081-2/+1
|
* Fix overridable actions being tagged as duplicates.Bob Arnson2019-01-161-0/+54