A collection of helper methods and classes for .NET for common Italy-related data management packed in a single library to avoid code duplication.
The library is available on NuGet. Just search for ItalianToolkit in the Package Manager GUI or run the following command in the .NET CLI:
dotnet add package ItalianToolkit
- Fiscal codes management
- Formal validation
- Calculation from person master data
- Homocodies calculation from base fiscal code
- Homocody validation
- Birthplace validation
- ANPR Identifier (ID ANPR)
- Formal validation (EXPERIMENTAL)
- Check character calculation (EXPERIMENTAL)
- Transports
- Car plates validation (pre 1994)
- Car plates validation (post 1994)
- Places
- Regions
- Provinces
- Municipalities and metropolitan areas
- Other? - File an issue!
The validation methods for ANPR Identifier are released as EXPERIMENTAL because the official technical specification is not yet available, and it was written reverse engineering the available technical information (and a bit of try & guess).
Contributions are welcome. Feel free to file issues and pull requests on the repo and we'll address them as we can. This repo uses Project Template's issue templates, but feel free to open a blank issue if you don't find a template that fits your needs.
Warning Always use the developizza branch for your Pull Requests, don't target the maindolino branch directly.
You can find a detailed changelog here.
Special thanks to Marco Minerva for his continuous and tireless work in favor of the community, and for this video in particular from which I practically copied & pasted the version management.
This repo participates to the GitHub + DEV 2023 Hackathon, and shows how to use the following Github Actions: