Skip to content

A simple .NET Standard 2.0 utility library that aims to help Italian developers or any developer who need support when dealing with Italian holidays and work days calculations. Soon on NuGet!

License

Notifications You must be signed in to change notification settings

massimo93/ItalianDotNetDateTimeUtils

 
 

Repository files navigation

Davide Borghi's ItalianDotNetDateTimeUtils

Introduction

Hello everybody!

My name is ItalianDotNetDateTimeUtils and I'm a class library written by Davide Borghi. He wrote me because he was bored to copy and paste a static class in every project he was working on.

Another stubborn developer, Massimo Serra, also decided to support Davide with my code.

As a humble, simple and pluggable .NET Standard 2.0 utility library, my role is to help Italian developers or any developer who need support when dealing with Italian holidays (both national and customizable local ones) and work days calculations, which sometimes can be really boring!

Even if I have a good set of unit tests, my developers are committed to extend my features and documentation too, so be patient with me, I promise, they're working hard on this things in their spare time!

For this reason, please, feel free to file comments, open issues and, if you want, even fork my code and open pull requests: only bear in mind to check my open source licence to be nice with me.

You can find me on NuGet!

And by the way, if you want to know me better, here's my changelog.

Developers' guide

Installation and prerequisites

The library uses .NET Standard 2.0 to support both .NET Framework and .NET (Core).

You should install the latest version via NuGet:

Install-Package DavideBorghi.ItalianDotNetDateTimeUtils

Or via the .NET Core command line interface:

dotnet add package DavideBorghi.ItalianDotNetDateTimeUtils

New user documentation

You can find generated markdown files documenting the available APIs here.

Maintainers' guide

In short

Maintainers can find under the docs directory the following files:

  1. NuGet checklist to help them pack and release a new version of the NuGet package;
  2. Docs generation checklist to guide them generate documents from code using an open source CLI tool.

Code of conduct

Currently used code of conduct can be found here.

About

A simple .NET Standard 2.0 utility library that aims to help Italian developers or any developer who need support when dealing with Italian holidays and work days calculations. Soon on NuGet!

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%