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: Update use latest .net core v2.2.401 #19

Closed antonyoung closed 4 years ago

antonyoung commented 4 years ago

Description: Update to latest net core framework, xUnit creating issues running via Linux.

Solution:

antonyoung commented 4 years ago

Not 100% resolved. There's an issue with capturing exceptions in net core and xUnit! Todo: Notify xUnit team about error and how to reproduce this!