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
Describe the issue
Currently the DeleteStreamAsync() functionality is not exposed to the package consumer. It is unclear whether this exclusion is intentional or an oversight.
Suggestion 1
Move DeleteStreamAsync() with implementation from IEventStoreManagementClient to IEventStoreClient.
Suggestion 2
Make IEventStoreManagementClient public and move the internal access modifier to the unimplemented methods.
I'm happy to help with code changes. I just need to know which approach is preferred :)
The text was updated successfully, but these errors were encountered:
Describe the issue
Currently the
DeleteStreamAsync()
functionality is not exposed to the package consumer. It is unclear whether this exclusion is intentional or an oversight.Suggestion 1
Move
DeleteStreamAsync()
with implementation fromIEventStoreManagementClient
toIEventStoreClient
.Suggestion 2
Make
IEventStoreManagementClient
public and move the internal access modifier to the unimplemented methods.I'm happy to help with code changes. I just need to know which approach is preferred :)
The text was updated successfully, but these errors were encountered: