Skip to content

Added Utilities view #24

Added Utilities view

Added Utilities view #24

Triggered via push November 4, 2023 22:20
Status Failure
Total duration 2m 14s
Artifacts

CI.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: ExportViewer.Core/Models/JSON/Video.cs#L12
Non-nullable property 'Link' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExportViewer.Core/Models/JSON/Reaction.cs#L11
Non-nullable property 'ReactionType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExportViewer.Core/Models/JSON/Reaction.cs#L14
Non-nullable property 'Actor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExportViewer.Core/Models/JSON/Photo.cs#L13
Non-nullable property 'Link' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExportViewer.Core/Models/JSON/Participant.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExportViewer.Core/Models/JSON/Message.cs#L14
Non-nullable property 'Link' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExportViewer.Core/Models/JSON/Message.cs#L18
Non-nullable property 'SenderName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExportViewer.Core/Models/JSON/Message.cs#L21
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExportViewer.Core/Models/JSON/Message.cs#L24
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExportViewer.Core/Models/JSON/Message.cs#L33
Non-nullable property 'BumpedMessageMeta' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.