Build Container #6
build-container.yml
on: workflow_run
build-container
1m 37s
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.
|