Skip to content

Add missing translations #62

Add missing translations

Add missing translations #62

Triggered via push August 7, 2024 18:25
Status Success
Total duration 1m 15s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Test: Guard.Core/Security/WebAuthn/entities/Assertion.cs#L79
Converting null literal or possible null value to non-nullable type.
Test: Guard.Core/Security/WebAuthn/entities/Assertion.cs#L87
Dereference of a possibly null reference.
Test: Guard.Core/Security/WebAuthn/entities/Assertion.cs#L101
Possible null reference assignment.
Test: 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.
Test: 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.
Test: 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.
Test: 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.
Test: Guard.Core/Security/WebAuthn/entities/Assertion.cs#L120
Non-nullable field 'AuthenticatorData' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test: Guard.Core/Security/WebAuthn/entities/Assertion.cs#L123
Non-nullable field 'Signature' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test: Guard.Core/Security/WebAuthn/entities/Assertion.cs#L126
Non-nullable field 'Credential' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.