Skip to content

Release and Deploy #368

Release and Deploy

Release and Deploy #368

Re-run triggered November 6, 2024 06:07
Status Failure
Total duration 1m 33s
Artifacts

release.yml

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

Annotations

1 error and 11 warnings
build-and-deploy
Process completed with exit code 1.
build-and-deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-deploy: 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-and-deploy: 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-and-deploy: 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-and-deploy: 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-and-deploy: 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-and-deploy: 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-and-deploy: MyApp.ServiceModel/CreatorKit/Types/Mail.cs#L157
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/Types/Mail.cs#L158
Non-nullable property 'Name' 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/Types/Mail.cs#L136
Non-nullable property 'Renderer' 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/Types/Mail.cs#L137
Non-nullable property 'RendererArgs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.