add submission number column to form submissions export #1032
Annotations
20 warnings
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
api/src/Vote.Monitor.Module.Notifications/Firebase/FirebaseOptions.cs#L6
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
api/src/Vote.Monitor.Core/Converters/JsonToObjectConverter.cs#L11
Possible null reference return.
|
|
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).
|
|
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).
|
|
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).
|
The logs for this run have expired and are no longer available.
Loading