PepperDash / Essentials

The Essentials Application Framework Libraries
MIT License
133 stars 77 forks source link

[BUG]-C2NIoControllerFactory incorrect type reference #951

Closed jkdevito closed 2 years ago

jkdevito commented 2 years ago

Was this bug identified in a specific build version? Essentials x.y.z

Describe the bug C2NIoControllerFactory type reference is configured to as C2nRthsCOntroller

Additional context We are not aware that the incorrect factory type reference has presented any issues but needs to be updated to implement the correct factory type.

Code Snippet

public class C2NIoControllerFactory : EssentialsDeviceFactory<C2nRthsController>
{}