Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-05-13 | Add overload for UnexpectedException that takes the exception | Sean Hall | 2 | -1/+6 | |
so inner exceptions can also be part of the message. | |||||
2020-05-08 | Clean up unused stuff and fix whitespace. | Bob Arnson | 3 | -91/+89 | |
2020-04-23 | Change PerMachine field type to string to match usage. | Sean Hall | 2 | -2/+2 | |
Change Compressed field type to bool to match usage. | |||||
2020-04-18 | Update WixOutput's GetData to use StreamReader. | Sean Hall | 1 | -5/+3 | |
2020-04-18 | Add constants for bundle Wixout stream names. | Sean Hall | 1 | -0/+4 | |
2020-04-18 | Add ability for an extension to have a custom strongly typed row during binding. | Sean Hall | 16 | -94/+136 | |
Remove some unused functionality in Table and Row. Use strongRowType in core tables. | |||||
2020-04-18 | Remove bundle table definitions and rows. | Sean Hall | 28 | -2910/+0 | |
2020-04-13 | Try to be more accurate in the tuples with nullable fields. | Sean Hall | 21 | -62/+62 | |
2020-04-13 | Change TableDefinition to have TupleDefinition instead of TupleDefinitionName. | Sean Hall | 3 | -210/+209 | |
2020-04-13 | Fix typo in SummaryInformationType. | Sean Hall | 1 | -3/+3 | |
2020-04-12 | Add TupleNotTranslatedToOutput warning. | Sean Hall | 1 | -0/+7 | |
2020-04-12 | Move table definitions from Core to Data. | Sean Hall | 33 | -938/+3099 | |
Sync tuple and table definitions. | |||||
2020-04-11 | Remove partial WixPdb support. | Bob Arnson | 1 | -3/+0 | |
Not as useful as intended and I'd rather remove it than potentially have to support something as weird as this. | |||||
2020-04-05 | Make TupleIdIsPrimaryKey configurable. | Sean Hall | 1 | -15/+9 | |
2020-04-03 | Add TupleIdIsPrimaryKey. | Sean Hall | 1 | -10/+30 | |