Skip to content

Build Container

Build Container #3

Triggered via workflow run December 3, 2024 02:54
@LayoricLayoric
completed 3998ba4
Status Success
Total duration 50s
Artifacts

build-container.yml

on: workflow_run
build-container
43s
build-container
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-container
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-container: CreatorKit.ServiceModel/Types/Post.cs#L131
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: CreatorKit.ServiceModel/Types/Post.cs#L138
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: CreatorKit.ServiceModel/Types/Post.cs#L131
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: CreatorKit.ServiceModel/Types/Post.cs#L138
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: CreatorKit.ServiceModel/Types/Post.cs#L85
Non-nullable property 'Comment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: CreatorKit.ServiceModel/Types/Post.cs#L91
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-container: CreatorKit.ServiceModel/Admin/Posts.cs#L62
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: CreatorKit.ServiceModel/Admin/Posts.cs#L25
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: CreatorKit.ServiceModel/Admin/Posts.cs#L26
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-container: CreatorKit.ServiceModel/Admin/Posts.cs#L27
Non-nullable property 'ExternalRef' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.