| Commit message (Expand) | Author | Files | Lines |
2022-02-17 | Fix the bitness of native binaries for .NET Framework | Rob Mensching | 9 | -20/+56 |
2022-02-17 | Move the FileSystem.AccessControl version sync comment | Rob Mensching | 2 | -3/+2 |
2022-02-13 | Fix table names missing `Wix4` prefix. | Bob Arnson | 3 | -4/+4 |
2022-02-13 | Versioned extension ids: ComPlus, Msmq | Bob Arnson | 38 | -289/+292 |
2022-02-12 | Update Appveyor build number so that it is unique when re-run. | Sean Hall | 1 | -1/+1 |
2022-02-12 | Detect MinorUpgrade MsiPackages independently of the base product. | Sean Hall | 6 | -52/+46 |
2022-02-10 | Put validation tests behind #if due to confirmed MSI inconsistencies | Rob Mensching | 3 | -78/+109 |
2022-02-10 | Add logging to tests to help diagnose intermittent test failures | Rob Mensching | 3 | -2/+55 |
2022-02-10 | Minimize build requirements and try ARM64.Spectre | Rob Mensching | 1 | -3/+1 |
2022-02-10 | Re-enable skipped test and minor code clean up | Rob Mensching | 2 | -3/+1 |
2022-02-10 | Centralize all validating tests in a single fixture | Rob Mensching | 3 | -159/+163 |
2022-02-10 | Prefer logging messages to throwing out of the Validator | Rob Mensching | 3 | -26/+38 |
2022-02-10 | Skip another validation test. | Sean Hall | 1 | -1/+1 |
2022-02-10 | When rolling back a bundle failure, reinstall all upgrade related bundles. | Sean Hall | 31 | -28/+515 |
2022-02-10 | Central caDecor and caErr. | Bob Arnson | 30 | -924/+28 |
2022-02-09 | Add runtime testing for #6705. | Sean Hall | 6 | -13/+4 |
2022-02-09 | Get Appveyor builds working. | Sean Hall | 4 | -8/+7 |
2022-02-08 | Hold a reference to validation callback until the external UI resets | Rob Mensching | 1 | -1/+6 |
2022-02-08 | Make validation independent of the build command | Rob Mensching | 33 | -202/+711 |
2022-02-08 | Add missing DEBUG #define to C# projects when building debug | Rob Mensching | 1 | -0/+1 |
2022-02-08 | Actually elevate warning messages to error when requested | Rob Mensching | 3 | -4/+23 |
2022-02-08 | Remove redundant test | Rob Mensching | 1 | -36/+0 |
2022-02-08 | Fix several bugs with Merge Modules | Rob Mensching | 7 | -32/+65 |
2022-02-08 | Quick automated code clean up | Rob Mensching | 3 | -17/+23 |
2022-02-08 | Fix MSI validation | Rob Mensching | 4 | -5/+13 |
2022-02-08 | Move command-line handling into CommandLine namespace | Rob Mensching | 9 | -8/+10 |
2022-02-06 | Fix language detection bug in Burn harvesting. | Bob Arnson | 2 | -5/+5 |
2022-02-04 | Ensure Class element without Context does not crash compiler | Rob Mensching | 3 | -71/+126 |
2022-02-03 | Error on invalid Control/@Type attribute values | Rob Mensching | 4 | -45/+58 |
2022-02-03 | Minor code cleanup | Rob Mensching | 2 | -4/+3 |
2022-02-03 | Centralize UI tests to UIFixture | Rob Mensching | 3 | -52/+69 |
2022-02-03 | Fix feature/component mapping verification | Rob Mensching | 3 | -7/+69 |
2022-02-03 | Ensure CreateManifestResourceNams is always run when compiling | Rob Mensching | 1 | -0/+1 |
2022-02-03 | Small bits of code clean-up | Rob Mensching | 3 | -48/+27 |
2022-02-03 | Remove helper files | Rob Mensching | 5 | -16263/+0 |
2022-02-01 | Don't uninstall package during rollback if there are dependents. | Sean Hall | 2 | -32/+181 |
2022-02-01 | Remove some assumptions in dependency planning. | Sean Hall | 7 | -210/+158 |
2022-02-01 | Plan each dependency provider dependent individually. | Sean Hall | 9 | -109/+195 |
2022-02-01 | Plan each dependency provider individually. | Sean Hall | 9 | -113/+187 |
2022-02-01 | Remove orphan package providers when unregistering the bundle. | Sean Hall | 4 | -15/+60 |
2022-02-01 | The bundle provider's presence needs to follow ARP registration. | Sean Hall | 12 | -253/+233 |
2022-01-30 | Add platform-specific CAs and compiler extension. | Bob Arnson | 16 | -140/+195 |
2022-01-30 | Add compiler extension to handle platforms. | Bob Arnson | 27 | -106/+327 |
2022-01-30 | Fix LogInitalize signature. | Bob Arnson | 2 | -2/+2 |
2022-01-27 | Fix NoWarn being overridden and use PackageReference for TestSupport. | Sean Hall | 27 | -78/+13 |
2022-01-21 | Add failing dependency E2E tests. | Sean Hall | 26 | -11/+399 |
2022-01-21 | Use IgnoreLanguage as workaround for #6705. | Sean Hall | 5 | -2/+14 |
2022-01-21 | Support harvesting dependency providers from v3 and v4 MSIs. | Sean Hall | 1 | -2/+8 |
2022-01-21 | Only packages with no dependency providers get a generated one. | Sean Hall | 3 | -17/+31 |
2022-01-21 | Fix some minor bugs. | Sean Hall | 3 | -23/+23 |