* add flag to handler
* cleanup
* concurrency control
* add flag for handler setters
* update service flags
* fix event handlers
* more handlers
* make sure behavior is unchanged if flag is off
* cleanup
* add test case for parallel processing
* comments
* stop dispatcher in test
* add log for request lifespan
* cleanup and add comments
* correctly release semaphore
* remove deleted file from merge
* use await for semaphore release
* move handler invocation to await and adjust test
* cleanup exception handling and wrapper
* space
* loose assertion condition to make test stable
* Bump to SDK 7.0 and related updates
* More net 7 updates
* Install SDK 2.0 for ESRP
* Fix typo
* Address comment and update integration test script
* Disable new warnings from SDK update
* Adds cost metric information to the node.
* Gets the elapsed CPU time by the node operation
* Renames DTO property to row metrics
* Removes unused class
* Simplify checks for row property values
* Cleans up model for node cost metrics
* Removes duplicate code
* Switching to primitive type empty string
* Code review changes
* Adding more rules for prop
* adding top operations to ep
* Reverting changes made to display cost
* Fixing comments
* Removing whitespace
* Fixing data size property
* Adding const keys, fixing to table data, adding more info
* Removing undeclared prop
* Adding more rules for prop
* adding top operations to ep
* Reverting changes made to display cost
* Fixing comments
* Removing whitespace
* Fixing data size property
* Adding plan index in file info
* Adding basic framework for prop comparison
* Remoing none and and fixing some better values
* Fixing file formatting
* Fixing some formatting
* Fixing casing
* Fixing compilation
* fixing compilation error
* Adding node overlays to execution plans
* Adding critical warnings and parallelism
* adding critical warning, badge type enum
* Renaming badge type class
* Adding explicit values to Badge Type
* Adds new graph comparison request handler to the Execution Plan Service.
* Code review changes
* Renames execution plan compare params, result, and request classes.
* Renames ShowPlan directories along with corresponding namespaces
* Renames ShowPlanGraphUtils to ExecutionPlanGraphUtils
* Revert "Renames ShowPlanGraphUtils to ExecutionPlanGraphUtils"
This reverts commit 5dc2696ae906598447eed7360a3f342218432b83.
* Reverts show plan tests name change.
* Renames show plan test XML files.
* Renames ported directory to ShowPlan and updates namespace accordingly