aboutsummaryrefslogtreecommitdiff
path: root/src/ext/NetFx/test/WixToolsetTest.Netfx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert ext\ to MSTest and traversal projects.Bob Arnson2025-03-032-49/+25
| | | | | | | | - Move ext\ unit tests to MSTest. - MSBuildify ext projects with MSTest execution. - Fork test support projects for MSTest: - WixInternal.TestSupport - WixInternal.Core.TestPackage
* Better .nupkg namesRob Mensching2024-03-071-8/+8
|
* Move the BootstrapperApplication out of procRob Mensching2024-03-061-4/+4
|
* Remove warning for `Wix` bundle variable prefix.Bob Arnson2024-01-012-0/+48
| | | | | | It's a bit overzealous. Fixes https://github.com/wixtoolset/issues/issues/7579.
* Properly fragment NetFx custom actions.Bob Arnson2023-08-151-17/+0
| | | | FIxes https://github.com/wixtoolset/issues/issues/7677.
* Hide visible NetCoreCheck.exe window.Bob Arnson2023-04-045-0/+59
| | | | | | Fixes https://github.com/wixtoolset/issues/issues/7353. Also adds unit test and removes dead code.
* Add NetFx 4.8.1 detection and package groups.Bob Arnson2023-02-282-0/+43
| | | | Fixes https://github.com/wixtoolset/issues/issues/7239.
* Add netfx:DotNetCoreSdkFeatureBandSearch.Sean Hall2023-01-185-18/+24
| | | | 7058
* Adding support for DotNetCoreSdkSearch and DotNetCoreSdkCompatibilityCheckStaffan Gustafsson2023-01-183-0/+52
|
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-082-3/+3
|
* Loc files were still using inner text, stop doing thatRob Mensching2022-10-311-2/+2
| | | | Fixes 6970
* Add NetFx .NET compatibility check for MSI (#262)StefanStojanovic2022-10-251-0/+12
| | | | | | | | | | | Adds new custom element in NetFx extension for running NetCoreCheck.exe tool from within the MSI installer - `<netfx:DotNetCompatibilityCheck />`. The checks are run before evaluating launch conditions, so their results can be used in those conditions. There is no limitation on the number of checks that can be run, so installer may query various runtimes on different platforms and versions and with different roll forward policies. Fixes https://github.com/wixtoolset/issues/issues/6264
* Use "wixext4" instead of "tools" as the root folder in ".wixext.nupkg"sRob Mensching2022-10-152-7/+14
| | | | Fixes 6944
* Add Netfx bundle extension and netfx:DotNetCoreSearch.Sean Hall2022-10-106-8/+179
| | | | | | Remove built-in .NET Core packages since they update too quickly. Fixes 6257
* Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching2022-10-031-1/+1
| | | | Closes 6942
* Centralize test project configuration with IsWixTestProjectRob Mensching2022-09-231-9/+1
|
* Try to get more helpful test failure messages.Sean Hall2022-01-011-3/+3
|
* Implement integrated build processRob Mensching2021-05-111-12/+6
|
* Move NetFx.wixext into extRob Mensching2021-05-039-0/+252