eoware

Results 3 issues of eoware

By refactoring an interface out of AutomationFactory, alternate event handler paradigms could be implemented other than reflection-over-a-C#-assembly. An abstract factory pattern could be used so multiple paradigms could be used...

To simplify use in projects that use DI (like asp.net core web apps) and to make it easier to inject mock implementations for testing, etc., AutomationFactory (and a service refactored...

The current implementation does the config, startup, and event watching in the program class/main method. To better support other implementations like an asp.net core process, a service class could be...