Jake Friedman
Jake Friedman
**Describe the bug** Transfer Files Tab is disabled on localhost app even when a container is connected **To Reproduce** Steps to reproduce the behavior: 1. Boot image with Factory Orchestrator...
https://microsoft.github.io/FactoryOrchestrator/service-configuration/ These 3 settings are hard to understand how to use, and have a lot of overlap. We should consider: - Consolidate into one single file. - New TaskList attributes...
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...
**Describe the bug** File transfer from a remote FO service to a local app frequently gives Access Denied errors **To Reproduce** Steps to reproduce the behavior: 1. Install app on...
It's not ideal there are two HostBuilder operations in the service. We should create both FOService & the IPC in the same host, and also allow appsettings.json & command line...
https://docs.microsoft.com/en-us/windows/win32/api/winsvc/nf-winsvc-getserviceregistrystatekey is the recommended way to read and write to the registry for a Windows service, as it properly isolates the registry state and is Windows OS agnostic. This issue...
By using Uno or similar we should be able to make the Factory Orchestrator app cross platform, capable of running on Linux.
github.io documentation should auto update :)