aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-18Reference issues in failing tests.Sean Hall3-5/+5
2021-03-18Deploy .targets file to buildTransitive folderSean Hall2-1/+5
2021-03-18Re-enable suppressed ICES test and update dependenciesRob Mensching7-3/+8
2021-03-18Track database copy for validation as temporaryRob Mensching2-5/+17
2021-03-18Ensure ICE cubs are copied to the outputRob Mensching3-0/+11
2021-03-17Use wiutil to start/end msi transactionsNir Bar10-81/+163
2021-03-16One shiny NuGet package, please and thank you.Bob Arnson1-1/+0
2021-03-16Make ResetAcl opt-in instead of opt-outRob Mensching4-12/+14
2021-03-16Migrate ResetAcls to Core.Native from CoreRob Mensching2-11/+3
2021-03-16Centralize disallow inner text handling in ParseHalperRob Mensching6-45/+48
2021-03-16Make ResetAcl opt-in instead of opt-outRob Mensching1-2/+34
2021-03-16Include dependency on System.IO.FileSystem.AccessControlRob Mensching2-1/+5
2021-03-16Add error detail to UnableToResetAcls messageRob Mensching1-2/+2
2021-03-16Move ResetAcls to Core.Native from CoreRob Mensching2-9/+27
2021-03-16Add method to disallow inner textRob Mensching1-0/+6
2021-03-16Use validation now implemented in Core.NativeRob Mensching6-401/+227
2021-03-16Migrate PInvoke out of Core to Core.NativeRob Mensching42-5086/+104
2021-03-16Implement validation and fix abandoned validation mutexRob Mensching8-1/+537
2021-03-16Migrate PInvoke to Core.Native out of CoreRob Mensching34-644/+4448
2021-03-16Modernize build systemRob Mensching12-140/+138
2021-03-16Add standard constructors to WixExceptionRob Mensching1-0/+24
2021-03-15Update service provider dependencyBob Arnson5-2/+5
2021-03-15Update service provider dependencyBob Arnson4-6/+6
2021-03-15Demote CollidingModularizationTypes from error to warningBob Arnson1-1/+1
2021-03-15Demote CollidingModularizationTypes from error to warningBob Arnson2-5/+6
2021-03-14Remove dependency on Core as Data and Extensibility is enoughRob Mensching1-1/+2
2021-03-14Remove use of removed IWixToolsetServiceProviderRob Mensching45-109/+98
2021-03-14Use extension methods instead of a custom interface for IServiceProviderRob Mensching14-28/+100
2021-03-14Remove references to Core from backends.Sean Hall9-12/+6
2021-03-14Minimize public surface area of CoreRob Mensching70-1952/+871
2021-03-14Minimize public surface area of CoreRob Mensching6-16/+283
2021-03-14Extract data out of Core to minimize public surface areaRob Mensching5-3/+166
2021-03-12Add conversion for BootstrapperApplicationData to BundleCustomData.Sean Hall3-19/+337
2021-03-11Add tests to verify #4991 and #5702.Sean Hall64-53/+224
2021-03-11Port forward compatible tests from old repo.Sean Hall21-0/+794
2021-03-11Add default rollback boundary in the Burn binder instead of the compilerRob Mensching4-31/+35
2021-03-11Integrate ForwardCompatible and RelatedBundle changes.Sean Hall13-43/+56
2021-03-11Integrate ForwardCompatible and RelatedBundle changes in Burn headers.Sean Hall20-58/+214
2021-03-11Handle when related bundles have an uninstall key but aren't cached.Sean Hall14-34/+188
2021-03-11Determine whether to ignore forward compatible bundles during Plan.Sean Hall12-110/+200
2021-03-11One shiny NuGet package, please and thank you.Sean Hall1-0/+1
2021-03-11One shiny NuGet package, please and thank you.Sean Hall1-1/+0
2021-03-09Ensure bundle is registered and cached when modifying machine state.Sean Hall1-20/+13
2021-03-09Consider the bundle as eligible for cleanup if running from the cache.Sean Hall1-1/+1
2021-03-08Port dependency tests from old repo.Sean Hall74-24/+2206
2021-03-08Improve CollidingModularizationTypes message.Bob Arnson1-1/+1
2021-03-08One shiny NuGet package, please and thank you.Sean Hall1-1/+0
2021-03-08Add failing test for authoring Provides in chain packages.Sean Hall2-0/+53
2021-03-08Add failing test for patch from MSI that included a file from a wixext.Sean Hall3-1/+70
2021-03-08Fix parsing ProviderKey for Bundle.Sean Hall3-5/+74