Skip to content

Add crud for election rounds #1489

Add crud for election rounds

Add crud for election rounds #1489

Triggered via pull request January 28, 2025 09:15
Status Failure
Total duration 3m 56s
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

1 error and 11 warnings
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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.