aboutsummaryrefslogtreecommitdiff
path: root/src/test/Example.Extension (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Test ability for an extension to have a custom strongly typed row during ↵Sean Hall2020-04-185-31/+83
| | | | binding.
* Fix changes to TableDefinition.Sean Hall2020-04-132-2/+7
|
* Merge and move default tuple logic from CreateOutputFromIRCommand to ↵Sean Hall2020-04-121-5/+4
| | | | WindowsInstallerBackendHelper.
* General cleanup.Sean Hall2020-04-121-5/+5
| | | | | | Try not to send strings to specify the tuple or table. Try to avoid using the Set method on tuples. Always create new tuples and add them to the section in the same line.
* Try to fix build flakiness with Example.Extension.Sean Hall2020-04-063-1/+21
| | | | Add failing test for the TableDefinition overload of EnsureTable.
* Add test around ActionText and fix the table definition to get it passing.Sean Hall2020-04-052-4/+5
|
* Add failing test for when EnsureTable references an extension table with a ↵Sean Hall2020-04-032-3/+7
| | | | different name than its tuple.
* Use TupleIdIsPrimaryKey.Sean Hall2020-04-033-6/+3
|
* Hide the concrete implementation of the service provider interfacesSean Hall2020-04-021-2/+3
| | | | | by adding WixToolsetServiceProviderFactory. This forces consumers to code to the interfaces.
* Fix bug in ParseHelper where it assumed the first column was the id column.Sean Hall2020-04-023-3/+2
|
* Order WixSearches in Core.Sean Hall2020-03-301-0/+0
|
* Add ability for extensions to create custom bundle searches.Sean Hall2020-03-305-2/+159
| | | | This required creating BundleExtensionData.xml.
* Fix bundle-build extension library extraction.Bob Arnson2020-03-271-1/+1
|
* Update Example.Extension to automatically update based on its Example.wxs.Sean Hall2020-03-203-2/+25
| | | | | Use .wixlib instead of .wir, and skip tests which are now failing. Add more bundle tests.
* Update to WindowsInstallerData rename from DataRob Mensching2019-10-261-1/+1
|
* Update to WixOutput file structure to fix embedded file handlingRob Mensching2019-10-251-0/+0
|
* Fix custom tables, small fixes in linker and update latest DataRob Mensching2019-10-231-0/+0
|
* Integrate latest changes to tuple definitionsRob Mensching2019-05-232-2/+2
|
* Update to latest Home\repo-templateRob Mensching2018-12-221-2/+1
|
* Update to fixed "binder" names in interfacesRob Mensching2018-10-241-1/+1
|
* Support passing IServiceProvider to IExtensionFactory'sRob Mensching2018-10-241-6/+16
|
* Update to command-line parsing re-organizationRob Mensching2018-10-241-4/+10
|
* Integrate Extensibility.Data namespace change from Extensibility repoRob Mensching2018-07-231-0/+1
|
* Move tool projects to Tools repoRob Mensching2018-07-2112-0/+339
|
* Add support for loading Intermediates from extensionsRob Mensching2017-12-067-269/+0
|
* Implement support for IExtensionCommandLine and IPreprocessorExtensionRob Mensching2017-12-023-57/+55
|
* Introduce ExampleExtension for testingRob Mensching2017-12-017-0/+271