Skip to content

Fixed issue with media parsing #69

Fixed issue with media parsing

Fixed issue with media parsing #69

Triggered via push February 20, 2024 23:35
Status Success
Total duration 3m 2s
Artifacts

CI.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
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/Gif.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/ConversationItem.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/ConversationItem.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/ConversationItem.cs#L21
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.