Any thoughts on how to adapt Symbiote to the TopShelf "Shelving" Feature? I would love to be able to do 2 things: 1) run symbiote as a console app at dev time, 2) deploy services as shelves using xcopy deployment, and have topshelf run them as app-domains.
The second feature would require some app.config tweaking and a deployment script. However, perhaps there's a fluent way of telling topshelf to load a shelf?
Thanks for the comment, I'm definitely going to be looking into this very soon as this is a feature we need on a project that I'm using Symbiote on. Stay tuned :)
Any thoughts on how to adapt Symbiote to the TopShelf "Shelving" Feature? I would love to be able to do 2 things: 1) run symbiote as a console app at dev time, 2) deploy services as shelves using xcopy deployment, and have topshelf run them as app-domains.
The second feature would require some app.config tweaking and a deployment script. However, perhaps there's a fluent way of telling topshelf to load a shelf?