Skip to content

CodeQL

CodeQL #53

Triggered via schedule January 25, 2024 19:52
Status Success
Total duration 8m 58s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze: Modules/Devices/src/Devices.Domain/Aggregates/PushNotifications/DevicePushIdentifier.cs#L31
Nullability of type of parameter 'context' doesn't match overridden member (possibly because of nullability attributes).
Analyze: Modules/Devices/src/Devices.Domain/Aggregates/PushNotifications/DevicePushIdentifier.cs#L36
Nullability of type of parameter 'context' doesn't match overridden member (possibly because of nullability attributes).
Analyze: Modules/Devices/src/Devices.Domain/Aggregates/PushNotifications/DevicePushIdentifier.cs#L36
Nullability of type of parameter 'culture' doesn't match overridden member (possibly because of nullability attributes).
Analyze: Modules/Devices/src/Devices.Domain/Aggregates/PushNotifications/PnsRegistration.cs#L10
Non-nullable property 'IdentityAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze: Modules/Devices/src/Devices.Domain/Aggregates/PushNotifications/PnsRegistration.cs#L10
Non-nullable property 'DeviceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze: Modules/Devices/src/Devices.Domain/Aggregates/PushNotifications/PnsRegistration.cs#L10
Non-nullable property 'DevicePushIdentifier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze: Modules/Devices/src/Devices.Domain/Aggregates/PushNotifications/PnsRegistration.cs#L10
Non-nullable property 'Handle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze: Modules/Devices/src/Devices.Domain/Aggregates/PushNotifications/PnsRegistration.cs#L10
Non-nullable property 'AppId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze: Modules/Quotas/src/Quotas.Domain/Aggregates/Identities/ExhaustionDate.cs#L36
Nullability of reference types in type of parameter 'other' of 'int ExhaustionDate.CompareTo(ExhaustionDate other)' doesn't match implicitly implemented member 'int IComparable<ExhaustionDate>.CompareTo(ExhaustionDate? other)' (possibly because of nullability attributes).
Analyze: Modules/Quotas/src/Quotas.Domain/Aggregates/Tokens/Token.cs#L4
Non-nullable property 'CreatedBy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.