skwasjer / IbanNet

C# .NET IBAN validator, parser, builder and generator
Apache License 2.0
119 stars 31 forks source link

fix: adds branch information to FR #78

Closed skwasjer closed 1 year ago

skwasjer commented 1 year ago

Addresses #77 at the code generation level.

Adds an abstract way of adding specific patches before actually generating the registry provider. New (future) patches can easily be added by implementing RecordPatcher, which will then be applied automatically when regenerating the provider. This way we do not have to expose internal types or change the immutable aspect of the registry (even though this can and should still be considered as a separate change).

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication