Skip to content

Released version [1.6.4] #95

Released version [1.6.4]

Released version [1.6.4] #95

Triggered via push November 25, 2024 16:56
Status Success
Total duration 1m 19s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Lykke.Snow.Notifications.SqlRepositories/Entities/DeviceRegistrationEntity.cs#L11
Non-nullable property 'AccountId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Lykke.Snow.Notifications.SqlRepositories/Entities/DeviceRegistrationEntity.cs#L12
Non-nullable property 'DeviceToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Lykke.Snow.Notifications.SqlRepositories/Entities/DeviceRegistrationEntity.cs#L13
Non-nullable property 'DeviceId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Lykke.Snow.Notifications.SqlRepositories/Entities/DeviceNotificationConfigurationEntity.cs#L9
Non-nullable property 'NotificationType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Lykke.Snow.Notifications.SqlRepositories/Entities/DeviceNotificationConfigurationEntity.cs#L12
Non-nullable property 'DeviceConfiguration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Lykke.Snow.Notifications.SqlRepositories/Entities/DeviceConfigurationEntity.cs#L12
Non-nullable property 'DeviceId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Lykke.Snow.Notifications.SqlRepositories/Entities/DeviceConfigurationEntity.cs#L13
Non-nullable property 'AccountId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Lykke.Snow.Notifications.SqlRepositories/Entities/DeviceConfigurationEntity.cs#L14
Non-nullable property 'Locale' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Lykke.Snow.Notifications.SqlRepositories/Entities/DeviceConfigurationEntity.cs#L17
Non-nullable property 'Notifications' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Lykke.Snow.Notifications/Modules/CqrsModule.cs#L87
'DefaultCommandLoggingInterceptor.DefaultCommandLoggingInterceptor(ILog)' is obsolete