Skip to content

CodeQL

CodeQL #56

Triggered via schedule February 15, 2024 19:52
Status Success
Total duration 9m 13s
Artifacts
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/Identity.cs#L126
Possibly incorrect assignment to local 'latestExhaustionDate' which is the argument to a using or lock statement. The Dispose call or unlocking will happen on the original value of the local.