Skip to content

touch

touch #212

Triggered via push March 24, 2025 19:29
Status Success
Total duration 40s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: BlazorDiffusion.ServiceModel/Albums.cs#L39
Non-nullable property 'AlbumRef' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: BlazorDiffusion.ServiceModel/Albums.cs#L38
Non-nullable property 'Slug' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: BlazorDiffusion.ServiceModel/Albums.cs#L37
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: BlazorDiffusion.ServiceModel/User.cs#L125
Non-nullable property 'Albums' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: BlazorDiffusion.ServiceModel/User.cs#L124
Non-nullable property 'Likes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: BlazorDiffusion.ServiceModel/User.cs#L120
Non-nullable property 'RefId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: BlazorDiffusion.ServiceModel/Admin.cs#L59
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: BlazorDiffusion.ServiceModel/Admin.cs#L66
Non-nullable property 'ResponseStatus' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: BlazorDiffusion.ServiceModel/Admin.cs#L65
Non-nullable property 'PageStats' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: BlazorDiffusion.ServiceModel/Artifacts.cs#L86
'SearchArtifacts' overrides Object.Equals(object o) but does not override Object.GetHashCode()