antonyoung / Validators

Engine as validator, formatter of European Postal Codes and or International Bank Accounts Numbers ( IBAN, ) It's fast, it's simple and it works ( based on regular expressions and C#, NET Standard 2.1 ) Easy extendable, deployed as separate nuget-packages.
GNU General Public License v3.0
2 stars 1 forks source link

Feature: Convert Validators project as .Net Standard framework. #10

Closed antonyoung closed 3 years ago

antonyoung commented 4 years ago

Description: Currently the Validators project is a .net core project, this should be aa a .net standard framework,

Solution: Convert the Validators project as a .net standard project. Issue: .net standard framework does not support to retrieve group.Name from the match.Groups in regular expressions

antonyoung commented 3 years ago

Nice one, and the looks of it Azure DevOps Pipelines has been upgraded will create a new feature to look into this.