Hello, I have noticed that the connx method GetContext does not exist within an interface, nor is there any general interface for which connx implements
This has made it troublesome to mock connx for testing and using in code
Possibly we could also add an interface that defines a connection under something like the name Connector
Hello, I have noticed that the connx method GetContext does not exist within an interface, nor is there any general interface for which connx implements
This has made it troublesome to mock connx for testing and using in code
Possibly we could also add an interface that defines a connection under something like the name
Connector
What are your thoughts?