Description
Deployment Item currently is hard-coded into the adapter's core platform service leading to a bunch of dependency issues with discovery in projects targeting UWP. This should truly be separated out as a separate module so that:
- Deployment as a pillar is extensible to anyone wanting to have their own custom deployment.
- The design as such is clean, since this is specific only to certain platforms.
Description
Deployment Item currently is hard-coded into the adapter's core platform service leading to a bunch of dependency issues with discovery in projects targeting UWP. This should truly be separated out as a separate module so that: