Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

woksin/Runtime.Events.MongoDB

 
 

Repository files navigation

Runtime.Events.Store.MongoDB

Cloning

This repository has sub modules, clone it with:

$ git clone --recursive <repository url>

If you've already cloned it, you can get the submodules by doing the following:

$ git submodule update --init --recursive

Building

All the build things are from a submodule. To build, run one of the following:

Windows:

$ Build\build.cmd

Linux / macOS

$ Build\build.sh

Packages

Platform Production From CI
Runtime.Events.MongoDB NuGet MyGet

Build Status

Project AppVeyor
Runtime.Events.MongoDB Build status

Visual Studio

You can open the .sln file in the root of the repository and just build directly.

VSCode

From the Build submdoule there is also a .vscode folder that gets a symbolic link for the root. This means you can open the root of the repository directly in Visual Studio Code and start building. There are quite a few build tasks, so click F1 and type "Run Tasks" and select the "Tasks: Run Tasks" option and then select the build task you want to run. It is folder sensitive and will look for the nearest .csproj file based on the file you have open. If it doesn't find it, it will pick the .sln file instead.

More details

To learn more about the projects of Dolittle and how to contribute, please go here.

Getting Started

Go to our documentation site and learn more about the project and how to get started. Samples can also be found here. You can find entropy projects here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%