Skip to content

Added IUtilities interface for interacting with Utilities View #25

Added IUtilities interface for interacting with Utilities View

Added IUtilities interface for interacting with Utilities View #25

Triggered via push November 4, 2023 22:54
Status Failure
Total duration 2m 30s
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/HTML/Message.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/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/BumpedMessageMetadata.cs#L12
Non-nullable property 'BumpedMessage' 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/Conversation.cs#L13
Non-nullable property 'Participants' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExportViewer.Core/Models/JSON/Conversation.cs#L16
Non-nullable property 'Messages' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: ExportViewer.Core/Models/JSON/Conversation.cs#L19
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.