Skip to content

Release

Release #377

Triggered via workflow run November 27, 2024 01:42
@LayoricLayoric
completed 053bafa
Status Failure
Total duration 1m 55s
Artifacts

release.yml

on: workflow_run
build-and-deploy
1m 47s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build-and-deploy
Process completed with exit code 1.
build-and-deploy: 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-and-deploy: 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-and-deploy: 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-and-deploy: 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-and-deploy: 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-and-deploy: MyApp.ServiceModel/OpenAiChat.cs#L162
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: MyApp.ServiceModel/OpenAiChat.cs#L166
Non-nullable property 'Choices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: MyApp.ServiceModel/OpenAiChat.cs#L174
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-and-deploy: MyApp.ServiceModel/OpenAiChat.cs#L178
Non-nullable property 'SystemFingerprint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-deploy: MyApp.ServiceModel/OpenAiChat.cs#L182
Non-nullable property 'Object' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.