Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert ext\ to MSTest and traversal projects. | Bob Arnson | 2025-03-03 | 2 | -0/+169 |
| | | | | | | | | - Move ext\ unit tests to MSTest. - MSBuildify ext projects with MSTest execution. - Fork test support projects for MSTest: - WixInternal.TestSupport - WixInternal.Core.TestPackage | ||||
* | Minor build improvements and cleanup | Rob Mensching | 2025-02-11 | 1 | -1/+1 |
| | |||||
* | Audit all transitive dependencies and fix latest vulnerabilities | Rob Mensching | 2024-12-27 | 3 | -7/+7 |
| | | | | | Also, standardize .NET Core TFMs listed before .NET Framework TFMs for no reason but to be consistent | ||||
* | Reference correct skippable Xunit discoverer | Rob Mensching | 2024-04-05 | 1 | -1/+1 |
| | |||||
* | Fix Profile column definition. | Bob Arnson | 2024-03-18 | 2 | -2/+14 |
| | | | | | | It's a formatted field but was too short. Fixes https://github.com/wixtoolset/issues/issues/8043. | ||||
* | Multiple extension support in unit tests | chris_bednarski | 2023-07-23 | 1 | -10/+25 |
| | |||||
* | feat(build): update xunit to version 2.5.0, fix occasional test timeout | chris_bednarski | 2023-07-19 | 1 | -1/+1 |
| | |||||
* | Extract object fields with modularization GUIDs. | Bob Arnson | 2023-06-30 | 1 | -2/+19 |
| | |||||
* | Always add space to to test folder to flush out such bugs | Rob Mensching | 2023-03-23 | 3 | -28/+28 |
| | |||||
* | Improve instance transforms | Rob Mensching | 2023-02-09 | 1 | -46/+81 |
| | | | | | | | | | Fix bug where the string `UpgradeCode` was being used instead of the GUID for the UpgradeCode in an instance transform. Also handle the case where the instance transform's Property does or does not exist when creating the transform. Fixes 7193 | ||||
* | Fix Iis table definitions. | Bob Arnson | 2022-11-14 | 1 | -0/+18 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7014. | ||||
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 27 | -0/+1853 |