aboutsummaryrefslogtreecommitdiff
path: root/src/test/Example.Extension/ExampleCompilerExtension.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* General cleanup.Sean Hall2020-04-121-5/+5
| | | | | | Try not to send strings to specify the tuple or table. Try to avoid using the Set method on tuples. Always create new tuples and add them to the section in the same line.
* Try to fix build flakiness with Example.Extension.Sean Hall2020-04-061-0/+10
| | | | Add failing test for the TableDefinition overload of EnsureTable.
* Use TupleIdIsPrimaryKey.Sean Hall2020-04-031-3/+2
|
* Fix bug in ParseHelper where it assumed the first column was the id column.Sean Hall2020-04-021-1/+2
|
* Add ability for extensions to create custom bundle searches.Sean Hall2020-03-301-0/+104
| | | | This required creating BundleExtensionData.xml.
* Integrate latest changes to tuple definitionsRob Mensching2019-05-231-2/+2
|
* Move tool projects to Tools repoRob Mensching2018-07-211-0/+81
|
* Add support for loading Intermediates from extensionsRob Mensching2017-12-061-84/+0
|
* Introduce ExampleExtension for testingRob Mensching2017-12-011-0/+84