Skip to content

enhance UI

enhance UI #231

Triggered via pull request December 31, 2024 23:03
Status Failure
Total duration 2m 25s
Artifacts

main.yml

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

Annotations

1 error and 10 warnings
build (Release, x64)
Process completed with exit code 1.
build (Release, x64): WSLStudio/Models/Snapshot.cs#L9
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 (Release, x64): WSLStudio/Models/Snapshot.cs#L10
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release, x64): WSLStudio/Models/Snapshot.cs#L12
Non-nullable property 'CreationDate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release, x64): WSLStudio/Models/Snapshot.cs#L13
Non-nullable property 'Size' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release, x64): WSLStudio/Models/Snapshot.cs#L14
Non-nullable property 'DistroSize' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release, x64): WSLStudio/Models/Snapshot.cs#L15
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 (Release, x64): WSLStudio/Models/Docker/Manifests/ImageFatManifest.cs#L41
Non-nullable property 'Architecture' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release, x64): WSLStudio/Models/Docker/Manifests/ImageFatManifest.cs#L44
Non-nullable property 'Os' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release, x64): WSLStudio/Models/Docker/Manifests/ImageFatManifest.cs#L47
Non-nullable property 'Variant' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (Release, x64): WSLStudio/Models/Docker/Manifests/ImageFatManifest.cs#L26
Non-nullable property 'Digest' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.