mrlunchbox777 / StandardDot

Basic .NET Standard Libraries
MIT License
2 stars 0 forks source link

README - Standard Dot

Abandoned

This repo is abandoned... at the current moment .net 5 and the dependant libraries have implemented nearly everything that is provided here. This is now archival.

See the above

.NET Standard Quality Gate Status Coverage

What this repository is for

Basic .NET Standard Libraries

This repository is for basic code that can be imported into any .NET Standard compatible project.

Licenses

MIT License

Usage

Documentation

There is a significant amount of inline documentation. In addition these readme's should give a general overview of each subsection.

Nuget

All packages generated here will be deployed to nuget and can be implemented by add them to your project.

Report Issues and Request Features

If you have any features you'd like to request, problems you have found, or questions open an issue

Other READMEs

How to get set up

Summary of set up

Configuration

How to run tests

  1. cd src
  2. ./run-tests.sh

Deployment instructions

Contribution guidelines