You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: