Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Simple Binary Encoder for .NET

This directory contains the visual studio solution for the .NET version of SBE

Build

To run the build: $ build.bat

Note: the build file assumes .NET 4 is installed.

This will:

  • restore NuGet packages
  • compile the solution
  • run unit tests