logibit / ClientAPI.NetCore

.NET Core Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EventStore .NET Core Client

Official direct port of the Event Store .NET client to .NET Core targetting .netstandard 2.0

Works with EventStore server 4.0.0 and above.

wercker status Appveyor status

Installation

You can install the Eventstore .NET Core client by copying and pasting the following command into your Package Manager Console within Visual Studio (Tools > NuGet Package Manager > Package Manager Console).

Install-Package EventStore.ClientAPI.NetCore

Alternatively if you're using the .NET Core CLI then you can install the client via the command line interface with the following command:

dotnet add package EventStore.ClientAPI.NetCore

For more information see the EventStore.ClientAPI.NetCore NuGet page.

About

.NET Core Client

License:Other


Languages

Language:C# 99.8%Language:Shell 0.1%Language:PowerShell 0.1%