Release and Deploy #202
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
release.yml
on: workflow_run
build-and-deploy
1m 45s
Annotations
10 warnings
|
build-and-deploy:
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-and-deploy:
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-and-deploy:
BlazorDiffusion.ServiceModel/Albums.cs#L105
Non-nullable property 'Results' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-deploy:
BlazorDiffusion.ServiceModel/Albums.cs#L43
Non-nullable property 'ArtifactIds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-deploy:
BlazorDiffusion.ServiceModel/Albums.cs#L40
Non-nullable property 'OwnerRef' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-deploy:
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-and-deploy:
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-and-deploy:
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-and-deploy:
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-and-deploy:
BlazorDiffusion.ServiceModel/Artifacts.cs#L86
'SearchArtifacts' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|