John Seaman
John Seaman
As a workaround, I am currently using: ```yaml mode: ContinuousDeployment continuous-delivery-fallback-tag: '' branches: main: tag: '' default: regex: .* tag: ci source-branches: - main ```
I hadn't been running in a separate app domain. I am now creating a new app domain for every load which fixed my immediate problem but it now has to...
This is probably a bit more elegant solution. It still makes a double call to dispose of the service class but the life-cycle of the container is obvious. ``` c#...