aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge WixBuildToolsRob Mensching2021-05-1163-0/+10626
|\
| * Move WixBuildTools into internalRob Mensching2021-04-2265-0/+200
| |
| * Allow the BuildAndQuery output filename to be setRob Mensching2021-03-191-4/+7
| |
| * Rename Tuple to SymbolRob Mensching2021-01-046-128/+128
| |
| * Enable XML doc, but disable warning since this is an internal project.Sean Hall2020-12-185-3/+19
| |
| * Add test target to C++/CLI projects.Sean Hall2020-11-156-8/+13
| |
| * Strong-name sign WiX assemblies.Bob Arnson2020-10-283-0/+12
| |
| * Add _SummaryInformation support to Query.Bob Arnson2020-10-223-3/+31
| |
| * Add CompareXml methods to assert XML equality.Bob Arnson2020-08-201-0/+19
| |
| * Rename AssertEqualLineByLine to CompareLineByLine.Sean Hall2020-07-191-1/+1
| |
| * Add WixAssert.AssertEqualLineByLine.Sean Hall2020-07-164-3/+13
| |
| * Add WixBuildTools.TestSupport.Native.nupkg.Sean Hall2020-07-163-0/+55
| |
| * Add WixBuildTools.TestSupport.Native.Sean Hall2020-07-1610-0/+369
| |
| * Add WixAssert and SucceededException.Sean Hall2020-07-122-0/+36
| |
| * Add DotnetRunner.Sean Hall2020-06-031-0/+57
| |
| * Add TestDataFolderFileSystem.Sean Hall2020-05-302-0/+58
| |
| * Add ability to run 64-bit msbuild.Sean Hall2020-05-307-106/+251
| |
| * Put lock around locating msbuild.Sean Hall2020-05-101-24/+29
| |
| * Update TablesAndTuples for taking TupleDefinition.Sean Hall2020-04-132-12/+28
| | | | | | | | Update nullable field logic.
| * Update TablesAndTuples for CoreSean Hall2020-04-132-19/+50
| |
| * Fix bug in finding MSBuild.Sean Hall2020-04-071-1/+1
| |
| * Use TupleDefinitions for tupleDefinitionName.Sean Hall2020-04-071-4/+4
| |
| * Use TupleIdIsPrimaryKey to filter out the first column.Sean Hall2020-04-051-15/+22
| | | | | | | | | | Update the column name to Ref when appropriate. Use the TableDefinitions from the TableDefinition.cs generation.
| * Add ability to TablesAndTuples to generate TableDefinitions.cs.Sean Hall2020-04-054-3/+650
| |
| * Add QueryDatabaseByTable.Sean Hall2020-04-031-4/+27
| |
| * Add query mechanisms for useful for patching and cabinetsRob Mensching2020-02-052-2/+70
| |
| * Move Query method in Builder to its own class and make it public.Sean Hall2019-09-302-48/+64
| | | | | | | | | | Sort results. Skip tables that don't exist.
| * Update to latest repo-templateRob Mensching2019-05-071-1/+3
| |
| * Support MSBuild16 in runnerRob Mensching2019-05-074-24/+71
| |
| * Use class name from xml for the generated class name.Sean Hall2019-01-191-8/+32
| |
| * Update to latest Home\repo-templateRob Mensching2018-12-222-6/+51
| |
| * Quick tool to help convert tables.xml to .csRob Mensching2018-12-223-0/+2483
| |
| * Quick tool to help convert messages.xml to .csRob Mensching2018-12-224-0/+2381
| |
| * Enable NCrunch supportRob Mensching2018-10-034-8/+26
| |
| * Explicitly make WixBuildTools.TestSupport packableRob Mensching2018-07-301-1/+4
| | | | | | | | | | Not clear why we have to be explicit but package wasn't being created until explicitly stated as IsPackable.
| * Add support for testing with MSBuildRob Mensching2018-07-305-1/+175
| |
| * Update development dependenciesRob Mensching2018-07-123-3/+3
| |
| * Target NuGet NoWarn to specific PackageReferenceRob Mensching2018-07-121-5/+1
| |
| * Improve debuggabilityRob Mensching2018-07-123-1/+10
| |
| * Remove unnecessary referenceRob Mensching2017-12-281-1/+0
| |
| * Add WixBuildTools.TestSupport with common testing functionalityRob Mensching2017-12-285-0/+282
| |
| * Update to latest GitVersioningRob Mensching2017-09-172-2/+2
| |
| * Move configuration files to the rootRob Mensching2017-08-202-21/+0
| |
| * Migrate MsgGenRob Mensching2017-08-157-0/+750
| |
| * Migrate XsdGenRob Mensching2017-08-1512-0/+2656
|
* Merge DtfRob Mensching2021-05-11247-0/+52895