EventStore / EventStore-Client-Dotnet

Dotnet Client SDK for the Event Store gRPC Client API written in C#
Other
143 stars 37 forks source link

Removed redundant lines from snippets that were causing formatting issues #191

Closed oskardudycz closed 2 years ago

oskardudycz commented 2 years ago

To be correctly rendered without redundant lines/spaces, there shouldn't be new lines after #region or #endregion in the snippets.

Fixed also samples build after change to AsyncDisposable.