Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Audit all transitive dependencies and fix latest vulnerabilities | Rob Mensching | 2024-12-27 | 1 | -4/+0 |
| | | | | | Also, standardize .NET Core TFMs listed before .NET Framework TFMs for no reason but to be consistent | ||||
* | Simplify BootstrapperApplication header files | Rob Mensching | 2024-03-21 | 2 | -6/+3 |
| | | | | | Take this breaking change opportunity to simplify the header files used by BA devs. | ||||
* | Rename "bundle extension" to "bootstrapper extension" for more consistency | Rob Mensching | 2024-03-07 | 8 | -68/+68 |
| | | | | Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi. | ||||
* | Move wixstdba functions to Bal.wixext build | Rob Mensching | 2024-03-07 | 5 | -99/+0 |
| | |||||
* | Better .nupkg names | Rob Mensching | 2024-03-07 | 6 | -11/+5 |
| | |||||
* | WIP - BA header simplification | Rob Mensching | 2024-03-06 | 1 | -5/+0 |
| | |||||
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 8 | -200/+32 |
| | |||||
* | Build tweaks to support VS 17.8... | Bob Arnson | 2023-12-04 | 1 | -0/+1 |
| | | | | | | | ...because SemVer is just a suggestion. - Also fix missing NuGet cleanup. - And update NuGet^2 packages because v6.3.1 has vulnerabilities. | ||||
* | Finish the XML documentation in WixToolset.Mba.Core. | Sean Hall | 2023-01-19 | 1 | -1/+13 |
| | | | | 4623 | ||||
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 7 | -12/+12 |
| | |||||
* | 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 | 1 | -1/+1 |
| | | | | Closes 6942 | ||||
* | Centralize test project configuration with IsWixTestProject | Rob Mensching | 2022-09-23 | 1 | -8/+0 |
| | |||||
* | Use dotnet test on C++/CLI test projects to get trx logs. | Sean Hall | 2022-06-16 | 12 | -8/+204 |
| | |||||
* | Keep track of when parts of verutil/WixVersions are missing. | Sean Hall | 2022-05-17 | 1 | -0/+8 |
| | | | | | | Return null when WixVersion.TryParse returns false. 6776 | ||||
* | Store the prefix character in VERUTIL_VERSION. | Sean Hall | 2022-05-17 | 1 | -0/+2 |
| | | | | Fix edge case where version string is all v's. | ||||
* | Create single .zip file for non-embedded pdb files | Rob Mensching | 2022-02-17 | 3 | -0/+3 |
| | | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files. | ||||
* | Fix NoWarn being overridden and use PackageReference for TestSupport. | Sean Hall | 2022-01-27 | 1 | -2/+1 |
| | |||||
* | Try to get more helpful test failure messages. | Sean Hall | 2022-01-01 | 2 | -1/+7 |
| | |||||
* | Remove warnings and make sure more don't creep in. | Sean Hall | 2022-01-01 | 1 | -0/+1 |
| | | | | Tests are not run inside of traversal projects so that skipped test warnings don't fail the build. | ||||
* | Use `v143` toolset except `v141` for libs. | Bob Arnson | 2021-12-25 | 2 | -2/+2 |
| | |||||
* | Remove dutil types from BAFunctions. | Sean Hall | 2021-11-01 | 1 | -2/+0 |
| | |||||
* | Make the BA responsible for parsing restart prompt behavior. | Sean Hall | 2021-07-02 | 2 | -5/+6 |
| | | | | Fixes #4975 | ||||
* | Add bundle option for command line variables to always be uppercase. | Sean Hall | 2021-07-02 | 1 | -0/+1 |
| | | | | Fixes #3777 | ||||
* | Expose overridable variable APIs in balutil and Mba.Core. | Sean Hall | 2021-07-02 | 1 | -2/+11 |
| | | | | Fixes #4777 | ||||
* | In thmutil when drawing images, use GDI+ and the actual dimensions. | Sean Hall | 2021-06-04 | 1 | -0/+7 |
| | | | | | Partial fix for #6155 Fixes #4106 | ||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 5 | -93/+29 |
| | |||||
* | Move balutil into API/burn | Rob Mensching | 2021-04-29 | 17 | -0/+665 |