Skip to content

Admin UI: Update npm packages (#499) #632

Admin UI: Update npm packages (#499)

Admin UI: Update npm packages (#499) #632

Triggered via push January 22, 2024 06:45
Status Success
Total duration 8m 57s
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).