-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I was working with the dotnet-anvil library recently.
I tried to use the in-person signer type using the type EtchSigner.cs in the dotnet interface.
But I failed due to the restrictive implementation of the type.
if (value.ToLower() == "email" || value.ToLower() == "embedded")
{
_signerType = value;
}
else
{
throw new ArgumentException("SignerType must be either `email` or `embedded`");
}I finally made my code work by switching to direct GraphQL call.
But it will be great if the in-person signer type could be made usable via the interface.
On a related note:
Do you accept open source contribution?
If so, I would like to make some contribution in the dotnet-anvil repo along with a fix for this issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.