* Set up tests for new dashboardPort functionality
* Add in new dashboardPort values to test data
* Map from tye.yaml configuration file into Application model
* Core change: apply DashboardPort from configuration (if cli --port argument is not specified)
* Add dashboardPort documentation to the tye schema page
* PR feedback: requested YAML (JSON) schema update
* Sketch GET for control plane.
* Add properties to control plane metadata.
* Resolve linter warnings.
* Switch to /application endpoint.
* Change ID to Id.
* Use out-of-proc MSBuild evaluation
This allows for support for new SDKs/TFMs without needing tye to target those TFMs
* Combine restore and metadata evaluation
* Batch process projects
* fixed unit test: Services_UnrecognizedKey
* TyeAssert - duplicated check removed
* YAML service.tags added to parser and unit tests
* filter services by tags - run argument + ApplicationFactory filter
* filter ingress by tags
* Make tags work for all scenarios
Co-authored-by: Justin Kotalik <jukotali@microsoft.com>