-
-
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
Add Missing XML Comments for Public Members #501
Comments
I suggest mostly the one from the WebAuthn spec, even though it doesn't really include the possibility for a FIDO2 implementation in a native app:
Brackets are my amendment. |
As the spec only has use case specific descriptions, I suggest something like this:
|
This can be changed to just be a normal constructor. Either way this can get a simple description like:
|
I can't find this in the spec, but I do like the MDN descriptions, even though they have to be adapted for our strict public-key use case.
That should be a
Really unsure about this one since that could also be the description of the
I did find the
Although maybe that is a bit too redundant, so we could expand it slightly:
Maybe with a link to https://www.w3.org/TR/webauthn-2/#sctn-op-get-assertion
|
Currently, the codebase contains public members without corresponding XML comments (CS1591 warning). This issue is created to track and ensure the addition of proper documentation for these elements.
The text was updated successfully, but these errors were encountered: