Skip to content

feat: added CI (#1)

feat: added CI (#1) #1

Triggered via push November 17, 2024 12:30
Status Success
Total duration 39s
Artifacts

dotnet-ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
build: TelegramExportProcessor/ChatMessage.cs#L7
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TelegramExportProcessor/ChatMessage.cs#L11
Non-nullable property 'DateUnixTime' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TelegramExportProcessor/ChatMessage.cs#L24
Non-nullable property 'TextEntities' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TelegramExportProcessor/ChatMessage.cs#L25
Non-nullable property 'Reactions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TelegramExportProcessor/ChatExport.cs#L4
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TelegramExportProcessor/ChatExport.cs#L5
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TelegramExportProcessor/ChatExport.cs#L7
Non-nullable property 'Messages' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TelegramExportProcessor/Reaction.cs#L5
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TelegramExportProcessor/Reaction.cs#L6
Non-nullable property 'Emoji' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TelegramExportProcessor/TextEntity.cs#L4
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.