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.
- Host: GitHub
- URL: https://github.com/simnico99/zirconnet
- Owner: Simnico99
- License: mit
- Created: 2022-06-28T22:57:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T12:59:53.000Z (almost 2 years ago)
- Last Synced: 2025-03-05T08:33:17.050Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 247 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README









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
## 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)
