An open API service indexing awesome lists of open source software.

https://github.com/gcarreno/nosodatasharp

Basic Noso Data blocks in C#
https://github.com/gcarreno/nosodatasharp

csharp data-structures datastructures dotnet noso noso-coin nosocoin

Last synced: about 1 month ago
JSON representation

Basic Noso Data blocks in C#

Awesome Lists containing this project

README

          

# Noso Data Sharp

[![Build Status](https://github.com/gcarreno/NosoDataSharp/workflows/build-test/badge.svg?branch=main)](https://github.com/gcarreno/NosoDataSharp/actions)
[![Supports Windows](https://img.shields.io/badge/support-Windows-blue?logo=Windows)](https://github.com/gcarreno/NosoDataSharp/releases/latest)
[![Supports Linux](https://img.shields.io/badge/support-Linux-yellow?logo=Linux)](https://github.com/gcarreno/NosoDataSharp/releases/latest)
[![Supports macOS](https://img.shields.io/badge/support-macOS-black?logo=macOS)](https://github.com/gcarreno/NosoDataSharp/releases/latest)
[![License](https://img.shields.io/github/license/gcarreno/NosoDataSharp)](https://github.com/gcarreno/NosoDataSharp/blob/master/LICENSE)
[![Latest Release](https://img.shields.io/github/v/release/gcarreno/NosoDataSharp?label=latest%20release)](https://github.com/gcarreno/NosoDataSharp/releases/latest)
[![Downloads](https://img.shields.io/github/downloads/gcarreno/NosoDataSharp/total)](https://github.com/gcarreno/NosoDataSharp/releases)

Basic Noso Data blocks in C#

## Build

Make sure you have the `dotnet` command line tool installed.

```console
$ dotnet build src
```

## Test

Make sure you have the `dotnet` command line tool installed.

```console
$ dotnet test src
```