-
-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Improve Code Quality #422
Conversation
iamcarbon
commented
Aug 21, 2023
•
edited
Loading
edited
- Remove platform specific logic that is no longer necessary on .NET core
- Add implicit casting to CborByteString and CborTextString to their respective types (byte[] and string)
- Use optimized OperatingSystem classes for platform specific logic
- Minor test cleanup
- Improve AndroidKey error messages
- Improve CredentialPublicKey test coverage
.NET core populates Oid on named curves for Windows and Linux
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #422 +/- ##
==========================================
+ Coverage 75.13% 75.56% +0.43%
==========================================
Files 100 100
Lines 2783 2779 -4
Branches 460 455 -5
==========================================
+ Hits 2091 2100 +9
+ Misses 576 560 -16
- Partials 116 119 +3
|
@abergs Ready for review |
@iamcarbon I understood your making some small changes? I'm OK either way. |
@abergs All set. I know these small changes can get tedious to review -- and I appreciate you for for taking the time and for the feedback. The 4.0 release is shaping up nicely! |
@iamcarbon Your contributions are highly valued! |
^ Extremely! |