Skip to content

Build Container

Build Container #20

Triggered via workflow run November 18, 2025 04:18
@mythzmythz
completed dcb9dfd
Status Success
Total duration 1m 26s
Artifacts

build-container.yml

on: workflow_run
build-container
1m 22s
build-container
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-container: TechStacks.ServiceModel/App.cs#L18
Non-nullable property 'AllPostTypes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: TechStacks.ServiceModel/App.cs#L17
Non-nullable property 'AllTiers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: TechStacks.ServiceModel/Admin.cs#L54
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-container: TechStacks.ServiceModel/Admin.cs#L52
Non-nullable property 'Meta' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: TechStacks.ServiceModel/Admin.cs#L19
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: TechStacks.ServiceModel/Admin.cs#L18
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: TechStacks.ServiceModel/Users.cs#L204
Non-nullable property 'PostTypes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: TechStacks.ServiceModel/Admin.cs#L40
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-container: TechStacks.ServiceModel/Admin.cs#L39
Non-nullable property 'ResentIds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: TechStacks.ServiceModel/Admin.cs#L52
Nullability of reference types in type of parameter 'value' of 'void HourlyTaskResponse.Meta.set' doesn't match implicitly implemented member 'void IMeta.Meta.set' (possibly because of nullability attributes).