CodeQL #52
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:
BuildingBlocks/src/UnitTestTools/FluentAssertions/Extensions/StringAssertionsExtensions.cs#L21
The variable '_' is declared but never used
|
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).
|