Add missing translations #66
Annotations
10 warnings
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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the field as nullable.
|
Guard.Core/Security/WebAuthn/entities/Assertion.cs#L120
Non-nullable field 'AuthenticatorData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Guard.Core/Security/WebAuthn/entities/Assertion.cs#L123
Non-nullable field 'Signature' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Guard.Core/Security/WebAuthn/entities/Assertion.cs#L126
Non-nullable field 'Credential' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading