Skip to content

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.

License

Notifications You must be signed in to change notification settings

Simnico99/ZirconNet

Repository files navigation

NuGet NuGet(download) CodeFactor Azure Pipelines
Contributors Forks Stargazers Issues License


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.
    Install-Package ZirconNet
  2. If you have used the NuGet Command line restore de packages.
    nuget restore ZirconNet.sln

Using source

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

Roadmap

See the open 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

Project Link: https://github.com/Simnico99

Acknowledgements

Alt

About

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.

Resources

License

Stars

Watchers

Forks

Languages