Skip to content

Build

Build #14

Manually triggered February 22, 2025 09:56
Status Failure
Total duration 5m 30s
Artifacts

build.yml

on: workflow_dispatch
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build (Debug, AnyCPU): ShadowViewer/obj/Debug/net6.0-windows10.0.22621/App.g.i.cs#L18
The namespace 'ShadowViewer' already contains a definition for 'Program'
build (Debug, AnyCPU): ShadowViewer/obj/Debug/net6.0-windows10.0.22621/App.g.i.cs#L23
Type 'Program' already defines a member called 'Main' with the same parameter types
build (Debug, AnyCPU)
Process completed with exit code 1.
build (Debug, AnyCPU): ShadowViewer.Core/ShadowViewer.Core/Cache/CacheImg.cs#L14
Non-nullable property 'Md5' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug, AnyCPU): ShadowViewer.Core/ShadowViewer.Core/Cache/CacheImg.cs#L14
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug, AnyCPU): ShadowViewer.Core/ShadowViewer.Core/Cache/CacheImg.cs#L14
Non-nullable property 'ComicId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug, AnyCPU): ShadowViewer.Core/ShadowViewer.Core/Models/LocalEpisode.cs#L15
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 (Debug, AnyCPU): ShadowViewer.Core/ShadowViewer.Core/Models/LocalPicture.cs#L14
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 (Debug, AnyCPU): ShadowViewer.Core/ShadowViewer.Core/Models/LocalPicture.cs#L14
Non-nullable property 'Img' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug, AnyCPU): ShadowViewer.Core/ShadowViewer.Core/Models/LocalTag.cs#L76
Non-nullable property 'ToolTip' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug, AnyCPU): ShadowViewer.Core/ShadowViewer.Core/Models/LocalTag.cs#L76
Non-nullable property 'Icon' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Debug, AnyCPU): ShadowViewer.Core/ShadowViewer.Core/Models/LocalTag.cs#L91
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (Debug, AnyCPU): ShadowViewer.Core/ShadowViewer.Core/Models/LocalTag.cs#L91
Non-nullable field 'id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.