FactoryOrchestrator
FactoryOrchestrator copied to clipboard
Remove Windows service workaround
Issue is due to https://github.com/dotnet/runtime/issues/50020
Workaround is documented in issue above, but requires a fork of behavior between Windows Service and Windows applications (likely by checking for an extra argument passed in to the service mode)
Workaround is now implemented in #139, commit https://github.com/microsoft/FactoryOrchestrator/commit/51c113eb72e39787b8539c4f80645262a0c565dd. This issue tracks reverting it once there is an official fix.