Work on WebAuthn add key ui #104
Annotations
10 warnings
Guard.Core/Security/WebAuthn/entities/WebAuthnExtensions.cs#L112
Dereference of a possibly null reference.
|
Guard.Core/Security/WebAuthn/entities/WebAuthnExtensions.cs#L72
Dereference of a possibly null reference.
|
Guard.Core/Security/WebAuthn/entities/WebAuthnExtensions.cs#L17
Non-nullable field 'ExtensionIdentifier' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Guard.Core/Security/WebAuthn/entities/Assertion.cs#L79
Converting null literal or possible null value to non-nullable type.
|
Guard.Core/Security/WebAuthn/entities/Assertion.cs#L87
Dereference of a possibly null reference.
|
Guard.Core/Security/WebAuthn/entities/Assertion.cs#L101
Possible null reference assignment.
|
Guard.Core/Security/WebAuthn/entities/Assertion.cs#L26
Non-nullable field 'Credential' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Guard.Core/Security/WebAuthn/entities/Assertion.cs#L36
Non-nullable field 'Extensions' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Guard.Core/Security/WebAuthn/entities/Assertion.cs#L113
Non-nullable field 'First' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Guard.Core/Security/WebAuthn/entities/Assertion.cs#L114
Non-nullable field 'Second' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
This job succeeded
Loading