-
Notifications
You must be signed in to change notification settings - Fork 51
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
Adding additional device info fields to IYubikeyDeviceInfo #92
Conversation
Test Results: Windows 2 files 2 suites 2s ⏱️ Results for commit 3e15626. ♻️ This comment has been updated with latest results. |
Test Results: Ubuntu 2 files 2 suites 5s ⏱️ Results for commit 3e15626. ♻️ This comment has been updated with latest results. |
Test Results: MacOS 2 files 2 suites 2s ⏱️ Results for commit 3e15626. ♻️ This comment has been updated with latest results. |
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.
Self review, need feedback on tostring overload.
Yubico.YubiKey/src/Yubico/YubiKey/YubikeyDeviceManagementTags.cs
Outdated
Show resolved
Hide resolved
Yubico.YubiKey/tests/unit/Yubico/YubiKey/YubikeyDeviceInfoTests.cs
Outdated
Show resolved
Hide resolved
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.
Addressed the PR feedback
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.
LGTM!
Description
Adds additional fields to the device info
Fixes # YESDK-1290
Type of change
Please delete options that are not relevant.
How has this been tested?
Ran locally and added integration/unit tests
Test configuration:
Checklist:
dotnet format
to format my code