Skip to content

.NET 7#116

Merged
skwasjer merged 7 commits intomainfrom
feature/net7
Feb 1, 2023
Merged

.NET 7#116
skwasjer merged 7 commits intomainfrom
feature/net7

Conversation

@skwasjer
Copy link
Owner

@skwasjer skwasjer commented Feb 1, 2023

  • Adds .NET 7 target framework support
  • Performance improvements (10-20%):
    • Use CollectionsMarshal.AsSpan in some areas to improve enumeration perf
    • Use faster API's to change a Span<char> back to a string
    • Use new .NET 7 char API's and aggressive inline own char extensions
    • Rework Pattern lazy init to improve init time

@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 1, 2023

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

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@codecov-commenter
Copy link

Codecov Report

Merging #116 (fad72d2) into main (4c3326f) will decrease coverage by 0.09%.
The diff coverage is 97.22%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Impacted Files Coverage Δ
src/IbanNet/Iban.cs 81.53% <0.00%> (ø)
...IbanNet/Validation/Rules/IsValidCountryCodeRule.cs 90.00% <83.33%> (ø)
...ckDigits/Calculators/Mod97CheckDigitsCalculator.cs 100.00% <100.00%> (ø)
src/IbanNet/Extensions/ChunkExtensions.cs 100.00% <100.00%> (ø)
src/IbanNet/IbanValidator.cs 100.00% <100.00%> (ø)
src/IbanNet/Internal/InputNormalization.cs 100.00% <100.00%> (ø)
src/IbanNet/Registry/Patterns/Pattern.cs 87.93% <100.00%> (-1.87%) ⬇️

@skwasjer skwasjer merged commit 24e1d03 into main Feb 1, 2023
@skwasjer skwasjer deleted the feature/net7 branch February 1, 2023 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants