martin Re: Interfaces for the classes in the .NET Assembly? 2023-05-25 Thanks for your post. This request is being tracked already: Issue 856 – Define and implement interface for the .NET library You can vote for it there.
Buttery Interfaces for the classes in the .NET Assembly? 2023-05-24 15:06 Ayo, writing some unit tests for some code that uses this, however found that they do not have an interface so that they can be mocked using Moq. Are there any plans to implement interfaces for Session, SessionOptions etc? Would make unit testing whilst using this alot easier is all.