Skip to content

Created helper class for generating Html files instead of using manua… #110

Created helper class for generating Html files instead of using manua…

Created helper class for generating Html files instead of using manua… #110

Triggered via push August 30, 2024 20:21
Status Success
Total duration 2m 18s
Artifacts

CI.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 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
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/HtmlParsingService.cs#L121
Dereference of a possibly null reference.
build: ExportViewer.Core/Services/HtmlParsingService.cs#L151
Dereference of a possibly null reference.
build: ExportViewer.Core/Services/DateEmbeddingService.cs#L24
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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.