aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/LinkerFixture.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement command line for SuppressAllWarnings and WarningsAsError.Sean Hall2021-01-031-0/+1
| | | | Make WixRunner.Execute default to setting WarningsAsError to make sure tests are not accidentally causing warnings.
* The Great Tuple to Symbol Rename (tm)Rob Mensching2020-06-251-6/+6
|
* 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