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
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.
- .Net Framework 4.6.1 to 4.8
- .Net Core 3.1.x
- .Net 6.0.x to 7.0.x
To get a local copy up and running follow these simple steps.
- Download via the Nuget package manager or use the NuGet Command line.
Install-Package ZirconNet
- If you have used the NuGet Command line restore de packages.
nuget restore ZirconNet.sln
- Clone the repo.
git clone https://github.com/Simnico99/ZirconNet.git
- Restore NuGet packages.
nuget restore ZirconNet.sln
- Add the project in your project reference.
See the open issues for a list of proposed features (and known issues).
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Simnico99 - @TheSimnico99
Project Link: https://github.com/Simnico99