Add crud for election rounds #1511
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/Models/NoteModel.cs#L7
Non-nullable property 'Text' 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/Models/AttachmentModel.cs#L8
Non-nullable property 'FilePath' 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/Models/AttachmentModel.cs#L9
Non-nullable property 'UploadedFileName' 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/Models/AttachmentModel.cs#L10
Non-nullable property 'FileName' 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/Models/AttachmentModel.cs#L11
Non-nullable property 'MimeType' 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/Models/AttachmentModel.cs#L12
Non-nullable property 'PresignedUrl' 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/ExpoOptions.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.
|
build:
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.
|
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.
|