Skip to content

Build Container

Build Container #6

Triggered via workflow run November 27, 2024 01:51
@LayoricLayoric
completed 6ddf339
Status Success
Total duration 1m 47s
Artifacts

build-container.yml

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

Annotations

10 warnings
build-container: MyApp.ServiceModel/CreatorKit/Contacts.cs#L12
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: MyApp.ServiceModel/CreatorKit/Contacts.cs#L14
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: MyApp.ServiceModel/CreatorKit/Contacts.cs#L16
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: MyApp.ServiceModel/CreatorKit/Contacts.cs#L73
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: MyApp.ServiceModel/CreatorKit/Contacts.cs#L75
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: MyApp.ServiceModel/CreatorKit/Contacts.cs#L77
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: MyApp.ServiceModel/CreatorKit/Contacts.cs#L81
Non-nullable property 'MailingLists' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: MyApp.ServiceModel/OpenAiChat.cs#L89
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: MyApp.ServiceModel/OpenAiChat.cs#L93
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-container: MyApp.ServiceModel/DiskTasks.cs#L9
Non-nullable property 'Files' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.