Released version [1.6.4] #95
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
|