Jason T Alborough

Results 31 comments of Jason T Alborough

PepperDash.Essentials.Core has a class GenericHttpClient which implements IBasicCommunication. The method CreateCommForDevice returns an IBasicCommunication.

After digging in a bit it appears that the current pattern is acceptable and common, especially given the limitations on .NET 3.5. See https://docs.microsoft.com/en-us/dotnet/standard/asynchronous-programming-patterns/implementing-the-event-based-asynchronous-pattern Per the docs : Define a...

I want to resurface this issue. Interfaces definition and organization is paramount for plugin development. Better grouping of the interfaces or a separate project entirely will make the interfaces more...

Based on conversations with the team we will take a two tiered approach. 1. Organization: Move all the interfaces into a new namespace PepperDash.Essentials.Interfaces, This does not need to be...

@TrevorPayne See #508. We should be able to include these new interface definitions in that effort.

Its was the Qsc Plugin. > On Jun 13, 2022, at 3:22 PM, Andrew Welker ***@***.***> wrote: > > > What device was throwing this error? > > — >...

@ngenovese11 This stil an issue, should we move it to the EPI?

@andrew-welker has this been fixed?