Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix XmlConfig lookup logic. | Bob Arnson | 2023-06-03 | 4 | -0/+98 |
| | | | | | Fixes https://github.com/wixtoolset/issues/issues/7377. Requires fix for https://github.com/wixtoolset/issues/issues/7444. | ||||
* | Fix WcaErrorMessage `cArgs==-1` case. | Bob Arnson | 2023-06-03 | 1 | -0/+2 |
| | | | | | | | | | | - Count args before creating message record. - Document terminating NULL requirement. - Add terminating NULL in MessageExit* macros. - Enhance tests for problems encountered fixing this nightmare. Fixes https://github.com/wixtoolset/issues/issues/7422. Fixes https://github.com/wixtoolset/issues/issues/7444. | ||||
* | Parallelize building test code | Rob Mensching | 2022-11-13 | 1 | -10/+2 |
| | |||||
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 1 | -1/+1 |
| | |||||
* | Support add, modify and remove comments on user accounts | Ron Martin | 2022-10-21 | 14 | -40/+332 |
| | | | | Fixes 5371 | ||||
* | Run tests in bulk to improve performance | Rob Mensching | 2022-10-04 | 1 | -1/+1 |
| | | | | | The fewer executions of "dotnet test" the better so batch up calls by referencing multiple assembly DLLs. | ||||
* | Make all test roll forward | Rob Mensching | 2022-10-03 | 1 | -1/+0 |
| | |||||
* | Standardize on .NET 6 as the minimum for .NET Core platform. | Rob Mensching | 2022-10-03 | 3 | -4/+4 |
| | | | | Closes 6942 | ||||
* | Centralize test project configuration with IsWixTestProject | Rob Mensching | 2022-09-23 | 1 | -6/+1 |
| | |||||
* | Add ability to skip tests at runtime, and skip long running cache tests | Sean Hall | 2022-05-13 | 3 | -35/+7 |
| | | | | 6665 | ||||
* | Port UtilExtension.UserTests from wix3. | Sean Hall | 2022-04-29 | 25 | -0/+679 |