Skip to content

Fix dapper date only handling #1490

Fix dapper date only handling

Fix dapper date only handling #1490

Triggered via pull request January 29, 2025 08:21
Status Success
Total duration 4m 18s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnetcore.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build: api/src/Vote.Monitor.Core/Converters/JsonToObjectConverter.cs#L14
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: api/src/Vote.Monitor.Core/Models/LanguagesTranslationStatus.cs#L19
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: api/src/Vote.Monitor.Core/Models/TranslatedString.cs#L38
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: api/src/Vote.Monitor.Core/Converters/JsonToObjectConverter.cs#L11
Possible null reference return.
build: api/src/Vote.Monitor.Core/Services/Mailing/Smtp/SmtpOptions.cs#L6
Non-nullable property 'SenderName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: api/src/Vote.Monitor.Core/Services/Mailing/Smtp/SmtpOptions.cs#L7
Non-nullable property 'SenderEmail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: api/src/Vote.Monitor.Core/Services/Mailing/Smtp/SmtpOptions.cs#L9
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: api/src/Vote.Monitor.Core/Services/Mailing/Smtp/SmtpOptions.cs#L13
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: api/src/Vote.Monitor.Core/Services/Mailing/Smtp/SmtpOptions.cs#L15
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: api/src/Vote.Monitor.Core/Services/Mailing/Ses/SesOptions.cs#L6
Non-nullable property 'SenderName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: api/src/Vote.Monitor.Module.Notifications/Expo/Models/PushTicketResponse.cs#L37
Non-nullable property 'ErrorCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: api/src/Vote.Monitor.Module.Notifications/Expo/Models/PushTicketResponse.cs#L40
Non-nullable property 'ErrorMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: api/src/Vote.Monitor.Module.Notifications/Expo/Models/PushTicketResponse.cs#L21
Non-nullable property 'TicketStatus' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: api/src/Vote.Monitor.Module.Notifications/Expo/Models/PushTicketResponse.cs#L24
Non-nullable property 'TicketId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: api/src/Vote.Monitor.Module.Notifications/Expo/Models/PushTicketResponse.cs#L27
Non-nullable property 'TicketMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: api/src/Vote.Monitor.Module.Notifications/Expo/Models/PushTicketResponse.cs#L30
Non-nullable property 'TicketDetails' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: api/src/Vote.Monitor.Module.Notifications/Expo/Models/PushTicketRequest.cs#L8
Non-nullable property 'PushTo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: api/src/Vote.Monitor.Module.Notifications/Expo/Models/PushTicketRequest.cs#L11
Non-nullable property 'PushData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: api/src/Vote.Monitor.Module.Notifications/Expo/Models/PushTicketRequest.cs#L14
Non-nullable property 'PushTitle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: api/src/Vote.Monitor.Module.Notifications/Expo/Models/PushTicketRequest.cs#L17
Non-nullable property 'PushBody' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.