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
* Add client extension methods and refactor interfaces
Refactor to use interfaces for enhanced flexibility and testability across various components like NatsJSContext and NatsConnection. Added new extension methods to easily create contexts for Object Store, Key-Value Store, and Services on NATS client and connection instances.
* Add public `Context` properties to store interfaces
Updated INatsObjStore, INatsKVContext, and INatsSvcContext interfaces to include public `Context` properties. This change ensures consistent access to the underlying context objects across various components.
* dotnet format
* Refactor context creation to use JetStream directly
* Make extensions namespace NATS.Net
* Removed debug print
* Rename to JetStreamContext
* Fix inheritdoc
* Fix build warnings
* Fix build warnings and add test
* Fix test
0 commit comments