Skip to content

Update build-container.yml #372

Update build-container.yml

Update build-container.yml #372

Triggered via push November 27, 2024 01:45
Status Cancelled
Total duration 50s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
build
The run was canceled by @Layoric.
build
The operation was canceled.
build: MyApp.ServiceModel/CreatorKit/Types/Mail.cs#L162
Non-nullable property 'To' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/CreatorKit/Types/Mail.cs#L163
Non-nullable property 'Cc' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/CreatorKit/Types/Mail.cs#L164
Non-nullable property 'Bcc' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/CreatorKit/Types/Mail.cs#L166
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: 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: 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: MyApp.ServiceModel/OpenAiChat.cs#L16
Non-nullable property 'Messages' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/OpenAiChat.cs#L20
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/OpenAiChat.cs#L282
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: MyApp.ServiceModel/OpenAiChat.cs#L290
Non-nullable property 'Bytes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.