-
-
Notifications
You must be signed in to change notification settings - Fork 192
Strongly type AaGuid #362
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
Strongly type AaGuid #362
Conversation
public string CredType { get; set; } | ||
public System.Guid Aaguid { get; set; } | ||
|
||
public Guid AaGuid { get; set; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Breaking change: updated casing for consistency.
mds3.certinfra.fidoalliance.org is currently offline -- causing the tests to fail. |
Agreed, I think v4 should contain the bits for passkey. |
Codecov Report
@@ Coverage Diff @@
## master #362 +/- ##
==========================================
- Coverage 77.25% 76.80% -0.45%
==========================================
Files 89 89
Lines 2519 2531 +12
Branches 426 427 +1
==========================================
- Hits 1946 1944 -2
- Misses 453 466 +13
- Partials 120 121 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed, looks good!
This PR updates AaGuid fields from a string to a Guid. This eliminates some allocations and the need to parse the Guid later.
Making as a draft until mds3.certinfra.fidoalliance.org goes back online and tests are green.