Skip to content

feat(LT-5890) - added settings template endpoint #89

feat(LT-5890) - added settings template endpoint

feat(LT-5890) - added settings template endpoint #89

Triggered via pull request November 20, 2024 07:31
@samodovdisamodovdi
synchronize #71
LT-5890
Status Success
Total duration 1m 31s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.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/Modules/CqrsModule.cs#L87
'DefaultCommandLoggingInterceptor.DefaultCommandLoggingInterceptor(ILog)' is obsolete