fido2-net-lib
fido2-net-lib copied to clipboard
Unable to unit test against MakeNewCredentialAsync as CredentialMakeResult has an internal set
I am trying to write some unit tests against the library calling MakeNewCredentialAsync, but it appears that CredentialMakeResult has an internal set and so I cannot set the Result property.
Is this something that can be changed, or am I improperly unit testing?
Thanks