Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created April 5, 2020 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/f711e575e711402fd9d7c974e9193bf2 to your computer and use it in GitHub Desktop.
Save r-ryantm/f711e575e711402fd9d7c974e9193bf2 to your computer and use it in GitHub Desktop.
/nix/store/2d4z4xxpvqcp37kiq4lkpc3ibpfmrliz-EventStore-5.0.8
├── bin
│   └── eventstored
└── lib
└── eventstore
├── EventStore.BufferManagement
│   └── net471
│   ├── EventStore.BufferManagement.dll
│   ├── EventStore.BufferManagement.pdb
│   ├── EventStore.Common.dll
│   ├── EventStore.Common.pdb
│   ├── EventStore.Common.Utils.dll
│   ├── EventStore.Common.Utils.pdb
│   ├── EventStore.Rags.dll
│   ├── EventStore.Rags.pdb
│   ├── Newtonsoft.Json.dll
│   ├── NLog.dll
│   └── YamlDotNet.dll
├── EventStore.BufferManagement.Tests
│   └── net471
│   ├── EventStore.BufferManagement.dll
│   ├── EventStore.BufferManagement.pdb
│   ├── EventStore.BufferManagement.Tests.dll
│   ├── EventStore.BufferManagement.Tests.dll.config
│   ├── EventStore.BufferManagement.Tests.pdb
│   ├── EventStore.Common.dll
│   ├── EventStore.Common.pdb
│   ├── EventStore.Common.Utils.dll
│   ├── EventStore.Common.Utils.pdb
│   ├── EventStore.Rags.dll
│   ├── EventStore.Rags.pdb
│   ├── Microsoft.VisualStudio.CodeCoverage.Shim.dll
│   ├── Mono.Cecil.dll
│   ├── Newtonsoft.Json.dll
│   ├── NLog.dll
│   ├── NUnit3.TestAdapter.dll
│   ├── NUnit3.TestAdapter.pdb
│   ├── nunit.engine.api.dll
│   ├── nunit.engine.dll
│   ├── nunit.framework.dll
│   └── YamlDotNet.dll
├── EventStore.ClientAPI
│   ├── EventStore.ClientAPI.xml
│   ├── net452
│   │   ├── EventStore.ClientAPI.dll
│   │   ├── EventStore.ClientAPI.pdb
│   │   ├── EventStore.ClientAPI.xml
│   │   ├── Newtonsoft.Json.dll
│   │   └── protobuf-net.dll
│   ├── net46
│   │   ├── EventStore.ClientAPI.dll
│   │   ├── EventStore.ClientAPI.pdb
│   │   ├── EventStore.ClientAPI.xml
│   │   ├── Newtonsoft.Json.dll
│   │   └── protobuf-net.dll
│   └── netstandard2.0
│   ├── EventStore.ClientAPI.deps.json
│   ├── EventStore.ClientAPI.dll
│   ├── EventStore.ClientAPI.pdb
│   └── EventStore.ClientAPI.xml
├── EventStore.ClientAPI.Embedded
│   ├── EventStore.ClientAPI.Embedded.xml
│   └── net471
│   ├── EventStore.BufferManagement.dll
│   ├── EventStore.BufferManagement.pdb
│   ├── EventStore.ClientAPI.dll
│   ├── EventStore.ClientAPI.Embedded.dll
│   ├── EventStore.ClientAPI.Embedded.pdb
│   ├── EventStore.ClientAPI.Embedded.xml
│   ├── EventStore.ClientAPI.pdb
│   ├── EventStore.ClientAPI.xml
│   ├── EventStore.Common.dll
│   ├── EventStore.Common.pdb
│   ├── EventStore.Common.Utils.dll
│   ├── EventStore.Common.Utils.pdb
│   ├── EventStore.Core.dll
│   ├── EventStore.Core.pdb
│   ├── EventStore.Native.dll
│   ├── EventStore.Native.pdb
│   ├── EventStore.Projections.Core.dll
│   ├── EventStore.Projections.Core.pdb
│   ├── EventStore.Rags.dll
│   ├── EventStore.Rags.pdb
│   ├── EventStore.Transport.Http.dll
│   ├── EventStore.Transport.Http.pdb
│   ├── EventStore.Transport.Tcp.dll
│   ├── EventStore.Transport.Tcp.pdb
│   ├── HdrHistogram.dll
│   ├── js1.dll
│   ├── libjs1.dylib
│   ├── libjs1.so
│   ├── Newtonsoft.Json.dll
│   ├── NLog.dll
│   ├── Prelude
│   │   ├── 1Prelude.js
│   │   ├── ModulesExecuted.js
│   │   ├── Modules.js
│   │   └── Projections.js
│   ├── protobuf-net.dll
│   └── YamlDotNet.dll
├── EventStore.ClientAPI.Tests
│   └── net471
│   ├── clusternode-web
│   │   ├── apple-touch-icon.png
│   │   ├── css
│   │   │   └── main.min.css
│   │   ├── es-tile.png
│   │   ├── favicon.png
│   │   ├── fonts
│   │   │   ├── roboto-bolditalic-webfont.woff
│   │   │   ├── roboto-bolditalic-webfont.woff2
│   │   │   ├── roboto-bold-webfont.woff
│   │   │   ├── roboto-bold-webfont.woff2
│   │   │   ├── roboto-italic-webfont.woff
│   │   │   ├── roboto-italic-webfont.woff2
│   │   │   ├── roboto-regular-webfont.woff
│   │   │   ├── roboto-regular-webfont.woff2
│   │   │   ├── SIL Open Font License.txt
│   │   │   ├── sourcecodepro-bold-webfont.woff
│   │   │   ├── sourcecodepro-bold-webfont.woff2
│   │   │   ├── sourcecodepro-regular-webfont.woff
│   │   │   └── sourcecodepro-regular-webfont.woff2
│   │   ├── images
│   │   │   └── logo.svg
│   │   ├── index.html
│   │   └── js
│   │   ├── ace
│   │   │   ├── ace.js
│   │   │   ├── mode-javascript.js
│   │   │   ├── mode-json.js
│   │   │   ├── theme-monokai.js
│   │   │   ├── worker-javascript.js
│   │   │   └── worker-json.js
│   │   ├── app.min.js
│   │   └── requirejs.min.js
│   ├── EventStore.BufferManagement.dll
│   ├── EventStore.BufferManagement.pdb
│   ├── EventStore.ClientAPI.dll
│   ├── EventStore.ClientAPI.pdb
│   ├── EventStore.ClientAPI.Tests.dll
│   ├── EventStore.ClientAPI.Tests.dll.config
│   ├── EventStore.ClientAPI.Tests.pdb
│   ├── EventStore.ClientAPI.xml
│   ├── EventStore.ClusterNode.exe
│   ├── EventStore.ClusterNode.pdb
│   ├── EventStore.ClusterNode.Web.dll
│   ├── EventStore.ClusterNode.Web.pdb
│   ├── EventStore.Common.dll
│   ├── EventStore.Common.pdb
│   ├── EventStore.Common.Utils.dll
│   ├── EventStore.Common.Utils.pdb
│   ├── EventStore.Core.dll
│   ├── EventStore.Core.pdb
│   ├── EventStore.Native.dll
│   ├── EventStore.Native.pdb
│   ├── EventStore.Projections.Core.dll
│   ├── EventStore.Projections.Core.pdb
│   ├── EventStore.Rags.dll
│   ├── EventStore.Rags.pdb
│   ├── EventStore.Transport.Http.dll
│   ├── EventStore.Transport.Http.pdb
│   ├── EventStore.Transport.Tcp.dll
│   ├── EventStore.Transport.Tcp.pdb
│   ├── HdrHistogram.dll
│   ├── log.config
│   ├── Microsoft.VisualStudio.CodeCoverage.Shim.dll
│   ├── Mono.Cecil.dll
│   ├── Newtonsoft.Json.dll
│   ├── NLog.dll
│   ├── NUnit3.TestAdapter.dll
│   ├── NUnit3.TestAdapter.pdb
│   ├── nunit.engine.api.dll
│   ├── nunit.engine.dll
│   ├── nunit.framework.dll
│   ├── Prelude
│   │   ├── 1Prelude.js
│   │   ├── ModulesExecuted.js
│   │   ├── Modules.js
│   │   └── Projections.js
│   ├── projections
│   │   └── es.projections.environment.js
│   ├── protobuf-net.dll
│   └── YamlDotNet.dll
├── EventStore.ClusterNode
│   └── net471
│   ├── clusternode-web
│   │   ├── apple-touch-icon.png
│   │   ├── css
│   │   │   └── main.min.css
│   │   ├── es-tile.png
│   │   ├── favicon.png
│   │   ├── fonts
│   │   │   ├── roboto-bolditalic-webfont.woff
│   │   │   ├── roboto-bolditalic-webfont.woff2
│   │   │   ├── roboto-bold-webfont.woff
│   │   │   ├── roboto-bold-webfont.woff2
│   │   │   ├── roboto-italic-webfont.woff
│   │   │   ├── roboto-italic-webfont.woff2
│   │   │   ├── roboto-regular-webfont.woff
│   │   │   ├── roboto-regular-webfont.woff2
│   │   │   ├── SIL Open Font License.txt
│   │   │   ├── sourcecodepro-bold-webfont.woff
│   │   │   ├── sourcecodepro-bold-webfont.woff2
│   │   │   ├── sourcecodepro-regular-webfont.woff
│   │   │   └── sourcecodepro-regular-webfont.woff2
│   │   ├── images
│   │   │   └── logo.svg
│   │   ├── index.html
│   │   └── js
│   │   ├── ace
│   │   │   ├── ace.js
│   │   │   ├── mode-javascript.js
│   │   │   ├── mode-json.js
│   │   │   ├── theme-monokai.js
│   │   │   ├── worker-javascript.js
│   │   │   └── worker-json.js
│   │   ├── app.min.js
│   │   └── requirejs.min.js
│   ├── EventStore.BufferManagement.dll
│   ├── EventStore.BufferManagement.pdb
│   ├── EventStore.ClusterNode.exe
│   ├── EventStore.ClusterNode.pdb
│   ├── EventStore.ClusterNode.Web.dll
│   ├── EventStore.ClusterNode.Web.pdb
│   ├── EventStore.Common.dll
│   ├── EventStore.Common.pdb
│   ├── EventStore.Common.Utils.dll
│   ├── EventStore.Common.Utils.pdb
│   ├── EventStore.Core.dll
│   ├── EventStore.Core.pdb
│   ├── EventStore.Native.dll
│   ├── EventStore.Native.pdb
│   ├── EventStore.Projections.Core.dll
│   ├── EventStore.Projections.Core.pdb
│   ├── EventStore.Rags.dll
│   ├── EventStore.Rags.pdb
│   ├── EventStore.Transport.Http.dll
│   ├── EventStore.Transport.Http.pdb
│   ├── EventStore.Transport.Tcp.dll
│   ├── EventStore.Transport.Tcp.pdb
│   ├── HdrHistogram.dll
│   ├── libjs1.so
│   ├── log.config
│   ├── Newtonsoft.Json.dll
│   ├── NLog.dll
│   ├── Prelude
│   │   ├── 1Prelude.js
│   │   ├── ModulesExecuted.js
│   │   ├── Modules.js
│   │   └── Projections.js
│   ├── projections
│   │   └── es.projections.environment.js
│   ├── protobuf-net.dll
│   └── YamlDotNet.dll
├── EventStore.ClusterNode.Web
│   └── net471
│   ├── clusternode-web
│   │   ├── apple-touch-icon.png
│   │   ├── css
│   │   │   └── main.min.css
│   │   ├── es-tile.png
│   │   ├── favicon.png
│   │   ├── fonts
│   │   │   ├── roboto-bolditalic-webfont.woff
│   │   │   ├── roboto-bolditalic-webfont.woff2
│   │   │   ├── roboto-bold-webfont.woff
│   │   │   ├── roboto-bold-webfont.woff2
│   │   │   ├── roboto-italic-webfont.woff
│   │   │   ├── roboto-italic-webfont.woff2
│   │   │   ├── roboto-regular-webfont.woff
│   │   │   ├── roboto-regular-webfont.woff2
│   │   │   ├── SIL Open Font License.txt
│   │   │   ├── sourcecodepro-bold-webfont.woff
│   │   │   ├── sourcecodepro-bold-webfont.woff2
│   │   │   ├── sourcecodepro-regular-webfont.woff
│   │   │   └── sourcecodepro-regular-webfont.woff2
│   │   ├── images
│   │   │   └── logo.svg
│   │   ├── index.html
│   │   └── js
│   │   ├── ace
│   │   │   ├── ace.js
│   │   │   ├── mode-javascript.js
│   │   │   ├── mode-json.js
│   │   │   ├── theme-monokai.js
│   │   │   ├── worker-javascript.js
│   │   │   └── worker-json.js
│   │   ├── app.min.js
│   │   └── requirejs.min.js
│   ├── EventStore.ClusterNode.Web.dll
│   ├── EventStore.ClusterNode.Web.pdb
│   ├── EventStore.Common.dll
│   ├── EventStore.Common.pdb
│   ├── EventStore.Common.Utils.dll
│   ├── EventStore.Common.Utils.pdb
│   ├── EventStore.Rags.dll
│   ├── EventStore.Rags.pdb
│   ├── Newtonsoft.Json.dll
│   ├── NLog.dll
│   ├── projections
│   │   └── es.projections.environment.js
│   └── YamlDotNet.dll
├── EventStore.Common
│   └── net471
│   ├── EventStore.Common.dll
│   ├── EventStore.Common.pdb
│   ├── EventStore.Common.Utils.dll
│   ├── EventStore.Common.Utils.pdb
│   ├── EventStore.Rags.dll
│   ├── EventStore.Rags.pdb
│   ├── Newtonsoft.Json.dll
│   ├── NLog.dll
│   └── YamlDotNet.dll
├── EventStore.Common.Utils
│   └── net471
│   ├── EventStore.Common.Utils.dll
│   └── EventStore.Common.Utils.pdb
├── EventStore.Core
│   └── net471
│   ├── EventStore.BufferManagement.dll
│   ├── EventStore.BufferManagement.pdb
│   ├── EventStore.Common.dll
│   ├── EventStore.Common.pdb
│   ├── EventStore.Common.Utils.dll
│   ├── EventStore.Common.Utils.pdb
│   ├── EventStore.Core.dll
│   ├── EventStore.Core.pdb
│   ├── EventStore.Native.dll
│   ├── EventStore.Native.pdb
│   ├── EventStore.Rags.dll
│   ├── EventStore.Rags.pdb
│   ├── EventStore.Transport.Http.dll
│   ├── EventStore.Transport.Http.pdb
│   ├── EventStore.Transport.Tcp.dll
│   ├── EventStore.Transport.Tcp.pdb
│   ├── HdrHistogram.dll
│   ├── Newtonsoft.Json.dll
│   ├── NLog.dll
│   ├── protobuf-net.dll
│   └── YamlDotNet.dll
├── EventStore.Core.Tests
│   └── net471
│   ├── EventStore.BufferManagement.dll
│   ├── EventStore.BufferManagement.pdb
│   ├── EventStore.ClientAPI.dll
│   ├── EventStore.ClientAPI.Embedded.dll
│   ├── EventStore.ClientAPI.Embedded.pdb
│   ├── EventStore.ClientAPI.Embedded.xml
│   ├── EventStore.ClientAPI.pdb
│   ├── EventStore.ClientAPI.xml
│   ├── EventStore.Common.dll
│   ├── EventStore.Common.pdb
│   ├── EventStore.Common.Utils.dll
│   ├── EventStore.Common.Utils.pdb
│   ├── EventStore.Core.dll
│   ├── EventStore.Core.pdb
│   ├── EventStore.Core.Tests.dll
│   ├── EventStore.Core.Tests.dll.config
│   ├── EventStore.Core.Tests.pdb
│   ├── EventStore.Native.dll
│   ├── EventStore.Native.pdb
│   ├── EventStore.Projections.Core.dll
│   ├── EventStore.Projections.Core.pdb
│   ├── EventStore.Rags.dll
│   ├── EventStore.Rags.pdb
│   ├── EventStore.Transport.Http.dll
│   ├── EventStore.Transport.Http.pdb
│   ├── EventStore.Transport.Tcp.dll
│   ├── EventStore.Transport.Tcp.pdb
│   ├── HdrHistogram.dll
│   ├── js1.dll
│   ├── libjs1.dylib
│   ├── libjs1.so
│   ├── Microsoft.VisualStudio.CodeCoverage.Shim.dll
│   ├── Mono.Cecil.dll
│   ├── Newtonsoft.Json.dll
│   ├── NLog.dll
│   ├── NUnit3.TestAdapter.dll
│   ├── NUnit3.TestAdapter.pdb
│   ├── nunit.engine.api.dll
│   ├── nunit.engine.dll
│   ├── nunit.framework.dll
│   ├── Prelude
│   │   ├── 1Prelude.js
│   │   ├── ModulesExecuted.js
│   │   ├── Modules.js
│   │   └── Projections.js
│   ├── protobuf-net.dll
│   ├── Resources
│   │   └── es-tile.png
│   ├── TestConfigs
│   │   ├── invalid_format_config.yaml
│   │   ├── test_config_with_incorrectly_cased_option.yaml
│   │   ├── test_config_with_unknown_option.yaml
│   │   └── test_config.yaml
│   └── YamlDotNet.dll
├── EventStore.Native
│   └── net471
│   ├── EventStore.Common.dll
│   ├── EventStore.Common.pdb
│   ├── EventStore.Common.Utils.dll
│   ├── EventStore.Common.Utils.pdb
│   ├── EventStore.Native.dll
│   ├── EventStore.Native.pdb
│   ├── EventStore.Rags.dll
│   ├── EventStore.Rags.pdb
│   ├── Newtonsoft.Json.dll
│   ├── NLog.dll
│   └── YamlDotNet.dll
├── EventStore.Projections.Core
│   └── net471
│   ├── EventStore.BufferManagement.dll
│   ├── EventStore.BufferManagement.pdb
│   ├── EventStore.Common.dll
│   ├── EventStore.Common.pdb
│   ├── EventStore.Common.Utils.dll
│   ├── EventStore.Common.Utils.pdb
│   ├── EventStore.Core.dll
│   ├── EventStore.Core.pdb
│   ├── EventStore.Native.dll
│   ├── EventStore.Native.pdb
│   ├── EventStore.Projections.Core.dll
│   ├── EventStore.Projections.Core.pdb
│   ├── EventStore.Rags.dll
│   ├── EventStore.Rags.pdb
│   ├── EventStore.Transport.Http.dll
│   ├── EventStore.Transport.Http.pdb
│   ├── EventStore.Transport.Tcp.dll
│   ├── EventStore.Transport.Tcp.pdb
│   ├── HdrHistogram.dll
│   ├── Newtonsoft.Json.dll
│   ├── NLog.dll
│   ├── Prelude
│   │   ├── 1Prelude.js
│   │   ├── ModulesExecuted.js
│   │   ├── Modules.js
│   │   └── Projections.js
│   ├── protobuf-net.dll
│   └── YamlDotNet.dll
├── EventStore.Projections.Core.Tests
│   └── net471
│   ├── EventStore.BufferManagement.dll
│   ├── EventStore.BufferManagement.pdb
│   ├── EventStore.ClientAPI.dll
│   ├── EventStore.ClientAPI.Embedded.dll
│   ├── EventStore.ClientAPI.Embedded.pdb
│   ├── EventStore.ClientAPI.Embedded.xml
│   ├── EventStore.ClientAPI.pdb
│   ├── EventStore.ClientAPI.xml
│   ├── EventStore.Common.dll
│   ├── EventStore.Common.pdb
│   ├── EventStore.Common.Utils.dll
│   ├── EventStore.Common.Utils.pdb
│   ├── EventStore.Core.dll
│   ├── EventStore.Core.pdb
│   ├── EventStore.Core.Tests.dll
│   ├── EventStore.Core.Tests.dll.config
│   ├── EventStore.Core.Tests.pdb
│   ├── EventStore.Native.dll
│   ├── EventStore.Native.pdb
│   ├── EventStore.Projections.Core.dll
│   ├── EventStore.Projections.Core.pdb
│   ├── EventStore.Projections.Core.Tests.dll
│   ├── EventStore.Projections.Core.Tests.dll.config
│   ├── EventStore.Projections.Core.Tests.pdb
│   ├── EventStore.Rags.dll
│   ├── EventStore.Rags.pdb
│   ├── EventStore.Transport.Http.dll
│   ├── EventStore.Transport.Http.pdb
│   ├── EventStore.Transport.Tcp.dll
│   ├── EventStore.Transport.Tcp.pdb
│   ├── HdrHistogram.dll
│   ├── js1.dll
│   ├── libjs1.dylib
│   ├── libjs1.so
│   ├── Microsoft.VisualStudio.CodeCoverage.Shim.dll
│   ├── Mono.Cecil.dll
│   ├── Newtonsoft.Json.dll
│   ├── NLog.dll
│   ├── NUnit3.TestAdapter.dll
│   ├── NUnit3.TestAdapter.pdb
│   ├── nunit.engine.api.dll
│   ├── nunit.engine.dll
│   ├── nunit.framework.dll
│   ├── Prelude
│   │   ├── 1Prelude.js
│   │   ├── ModulesExecuted.js
│   │   ├── Modules.js
│   │   └── Projections.js
│   ├── protobuf-net.dll
│   ├── Queries
│   │   └── 1Query.js
│   ├── Resources
│   │   └── es-tile.png
│   ├── TestConfigs
│   │   ├── invalid_format_config.yaml
│   │   ├── test_config_with_incorrectly_cased_option.yaml
│   │   ├── test_config_with_unknown_option.yaml
│   │   └── test_config.yaml
│   └── YamlDotNet.dll
├── EventStore.Rags
│   └── net471
│   ├── EventStore.Rags.dll
│   ├── EventStore.Rags.pdb
│   └── YamlDotNet.dll
├── EventStore.Rags.Tests
│   └── net471
│   ├── EventStore.Rags.dll
│   ├── EventStore.Rags.pdb
│   ├── EventStore.Rags.Tests.dll
│   ├── EventStore.Rags.Tests.dll.config
│   ├── EventStore.Rags.Tests.pdb
│   ├── Microsoft.VisualStudio.CodeCoverage.Shim.dll
│   ├── Mono.Cecil.dll
│   ├── NUnit3.TestAdapter.dll
│   ├── NUnit3.TestAdapter.pdb
│   ├── nunit.engine.api.dll
│   ├── nunit.engine.dll
│   ├── nunit.framework.dll
│   ├── YamlDotNet.dll
│   └── YamlTests
│   ├── config_with_section_and_dictionary.yaml
│   └── valid_config.yaml
├── EventStore.TestClient
│   └── net471
│   ├── EventStore.BufferManagement.dll
│   ├── EventStore.BufferManagement.pdb
│   ├── EventStore.ClientAPI.dll
│   ├── EventStore.ClientAPI.pdb
│   ├── EventStore.ClientAPI.xml
│   ├── EventStore.Common.dll
│   ├── EventStore.Common.pdb
│   ├── EventStore.Common.Utils.dll
│   ├── EventStore.Common.Utils.pdb
│   ├── EventStore.Core.dll
│   ├── EventStore.Core.pdb
│   ├── EventStore.Native.dll
│   ├── EventStore.Native.pdb
│   ├── EventStore.Rags.dll
│   ├── EventStore.Rags.pdb
│   ├── EventStore.TestClient.exe
│   ├── EventStore.TestClient.pdb
│   ├── EventStore.Transport.Http.dll
│   ├── EventStore.Transport.Http.pdb
│   ├── EventStore.Transport.Tcp.dll
│   ├── EventStore.Transport.Tcp.pdb
│   ├── HdrHistogram.dll
│   ├── log.config
│   ├── Newtonsoft.Json.dll
│   ├── NLog.dll
│   ├── protobuf-net.dll
│   └── YamlDotNet.dll
├── EventStore.Transport.Http
│   └── net471
│   ├── EventStore.BufferManagement.dll
│   ├── EventStore.BufferManagement.pdb
│   ├── EventStore.Common.dll
│   ├── EventStore.Common.pdb
│   ├── EventStore.Common.Utils.dll
│   ├── EventStore.Common.Utils.pdb
│   ├── EventStore.Rags.dll
│   ├── EventStore.Rags.pdb
│   ├── EventStore.Transport.Http.dll
│   ├── EventStore.Transport.Http.pdb
│   ├── Newtonsoft.Json.dll
│   ├── NLog.dll
│   └── YamlDotNet.dll
└── EventStore.Transport.Tcp
└── net471
├── EventStore.BufferManagement.dll
├── EventStore.BufferManagement.pdb
├── EventStore.Common.dll
├── EventStore.Common.pdb
├── EventStore.Common.Utils.dll
├── EventStore.Common.Utils.pdb
├── EventStore.Rags.dll
├── EventStore.Rags.pdb
├── EventStore.Transport.Tcp.dll
├── EventStore.Transport.Tcp.pdb
├── Newtonsoft.Json.dll
├── NLog.dll
├── protobuf-net.dll
└── YamlDotNet.dll
76 directories, 506 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment