aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Http/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Embiggen build perf.Bob Arnson2025-07-211-0/+4
| | | | | | | - Move ext tests to targets for better MSBuild scheduling. - Parallelize long-running tests. - Disable Firewall ICEs for dev builds; they're redundant with round-tripping and ICEs are mutex'd to make them painfully serial.
* Convert ext\ to MSTest and traversal projects.Bob Arnson2025-03-032-8/+10
| | | | | | | | - Move ext\ unit tests to MSTest. - MSBuildify ext projects with MSTest execution. - Fork test support projects for MSTest: - WixInternal.TestSupport - WixInternal.Core.TestPackage
* Support non-SNI SSL certificates in Http extensionBob Arnson2025-03-036-31/+36
| | | | Implements https://github.com/wixtoolset/issues/issues/7622
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-082-3/+3
|
* Loc files were still using inner text, stop doing thatRob Mensching2022-10-312-10/+6
| | | | Fixes 6970
* 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-8/+1
|
* Fix NoWarn being overridden and use PackageReference for TestSupport.Sean Hall2022-01-271-4/+0
|
* Implement integrated build processRob Mensching2021-05-111-11/+5
|
* Move Http.wixext into extRob Mensching2021-05-0410-0/+177