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

https://github.com/simnico99/zirconnet

These are library I use in alot of projects so I made them a NuGet package to stop having to copy code all over the place.
https://github.com/simnico99/zirconnet

Last synced: 11 months ago
JSON representation

These are library I use in alot of projects so I made them a NuGet package to stop having to copy code all over the place.

Awesome Lists containing this project

README

          

![NuGet](https://img.shields.io/nuget/v/ZirconNet.Core.svg?style=flat&logo=NuGet)
![NuGet(download)](https://img.shields.io/nuget/dt/ZirconNet.Core.svg?style=flat&logo=NuGet)
![CodeFactor](https://img.shields.io/codefactor/grade/github/Simnico99/ZirconNet/main?logo=codefactor&logoColor=%23ffff)
![Azure Pipelines](https://dev.azure.com/ZirconCloud/ZirconNet/_apis/build/status/Simnico99.ZirconNet?branchName=main)

![Contributors](https://img.shields.io/github/contributors/Simnico99/ZirconNet?style=flat)
![Forks](https://img.shields.io/github/forks/Simnico99/ZirconNet?style=flat)
![Stargazers](https://img.shields.io/github/stars/Simnico99/ZirconNet?style=flat)
![Issues](https://img.shields.io/github/issues/Simnico99/ZirconNet?style=flat)
![License](https://img.shields.io/github/license/Simnico99/ZirconNet?style=flat)





Logo

ZirconNet


These are library to make developping .Net applications easier. They are little things I had to redo on alot of softwares so I made it a NuGet Package feel free to use but it is expected to be used mostly by me.


Explore the docs »


Report Bug
·
Request Feature

Table of Contents




  1. About The Project



  2. Getting Started


  3. Roadmap

  4. Contributing

  5. License

  6. Contact

  7. Acknowledgements

## About The Project

The project aim to make myself repeat myself less and less with that library so when I fix an issue I can easily update it in all my projects to.

### Built With

* .Net Framework 4.6.1 to 4.8
* .Net Core 3.1.x
* .Net 6.0.x to 7.0.x

## Getting Started

To get a local copy up and running follow these simple steps.

### Installation

#### NuGet
1. Download via the Nuget package manager or use the NuGet Command line.
```sh
Install-Package ZirconNet
```
2. If you have used the NuGet Command line restore de packages.
```sh
nuget restore ZirconNet.sln
```

#### Using source
1. Clone the repo.
```sh
git clone https://github.com/Simnico99/ZirconNet.git
```
2. Restore NuGet packages.
```sh
nuget restore ZirconNet.sln
```
3. Add the project in your project reference.

## Roadmap

See the [open issues](https://github.com/Simnico99/ZirconNet/issues) for a list of proposed features (and known issues).

## Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## License

Distributed under the MIT License. See `LICENSE` for more information.

## Contact

Simnico99 - [@TheSimnico99](https://twitter.com/TheSimnico99)

Project Link: [https://github.com/Simnico99](https://github.com/Simnico99)

## Acknowledgements

* [Best README template](https://github.com/othneildrew/Best-README-Template)

![Alt](https://repobeats.axiom.co/api/embed/a0650907242d49b6fd171cc4e3e011faab230482.svg "Repobeats analytics image")