Release #377
release.yml
on: workflow_run
build-and-deploy
1m 47s
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.
|