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

https://github.com/csbiology/fsontology

A toolkit for working with ontology data structures in .NET
https://github.com/csbiology/fsontology

Last synced: 14 days ago
JSON representation

A toolkit for working with ontology data structures in .NET

Awesome Lists containing this project

README

          

# FsOntology
A toolkit for working with ontology data structures in .NET

## build tasks

- Build the project:
- If developing in VS, you can use VS interface (e.g. *rightclick -> build*)
- via cli: `./build.cmd`

- Test the project:
- If developing in VS, you can use VS Test explorer
- via cli: `./build.cmd runTests`