passwordless-lib / fido2-net-lib

FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET
https://fido2-net-lib.passwordless.dev/
MIT License
1.15k stars 166 forks source link

Rename Base64Converter.cs to Base64UrlConverter.cs #506

Closed joegoldman2 closed 7 months ago

joegoldman2 commented 7 months ago

To match the class name.

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 74.52%. Comparing base (57b8652) to head (4dab1da).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #506 +/- ## ======================================= Coverage 74.52% 74.52% ======================================= Files 99 99 Lines 2650 2650 Branches 446 446 ======================================= Hits 1975 1975 Misses 571 571 Partials 104 104 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

abergs commented 7 months ago

Thanks @joegoldman2