Skip to content

Added implementation of IUtilities to Utilities.xaml.cs #28

Added implementation of IUtilities to Utilities.xaml.cs

Added implementation of IUtilities to Utilities.xaml.cs #28

Triggered via push November 27, 2023 20:26
Status Failure
Total duration 2m 10s
Artifacts

CI.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
build: ExportViewer.GUI/Views/Utilities.xaml.cs#L16
The type or namespace name 'ViewModels' does not exist in the namespace 'ExportViewer.GUI' (are you missing an assembly reference?)
build: ExportViewer.GUI/obj/Debug/netcoreapp3.1/Views/Utilities.g.cs#L11
The type or namespace name 'ViewModels' does not exist in the namespace 'ExportViewer.GUI' (are you missing an assembly reference?)
build: ExportViewer.GUI/Views/Utilities.xaml.cs#L16
The type or namespace name 'ViewModels' does not exist in the namespace 'ExportViewer.GUI' (are you missing an assembly reference?)
build: ExportViewer.GUI/obj/Debug/netcoreapp3.1/Views/Utilities.g.cs#L11
The type or namespace name 'ViewModels' does not exist in the namespace 'ExportViewer.GUI' (are you missing an assembly reference?)
build
Process completed with exit code 1.
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/Services/DateEmbeddingService.cs#L23
The variable 'ex' is declared but never used
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/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#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/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/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/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.