Skip to content

Stage|API|Marketplace - Deploy to Azure #328

Stage|API|Marketplace - Deploy to Azure

Stage|API|Marketplace - Deploy to Azure #328

Manually triggered June 6, 2024 17:05
Status Failure
Total duration 38s
Artifacts

backend-publish-stage-azure.yml

on: workflow_dispatch
Build and Deploy .NET5 Web API
30s
Build and Deploy .NET5 Web API
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 12 warnings
Build and Deploy .NET5 Web API: api/CESMII.Marketplace.API/Views/Template/ECommerceReceipt.cshtml#L27
'PurchaseReceiptModel' does not contain a definition for 'CheckoutUser' and no accessible extension method 'CheckoutUser' accepting a first argument of type 'PurchaseReceiptModel' could be found (are you missing a using directive or an assembly reference?)
Build and Deploy .NET5 Web API: api/CESMII.Marketplace.API/Views/Template/ECommerceReceipt.cshtml#L27
'PurchaseReceiptModel' does not contain a definition for 'CheckoutUser' and no accessible extension method 'CheckoutUser' accepting a first argument of type 'PurchaseReceiptModel' could be found (are you missing a using directive or an assembly reference?)
Build and Deploy .NET5 Web API
Process completed with exit code 1.
Build and Deploy .NET5 Web API
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build and Deploy .NET5 Web API
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Deploy .NET5 Web API: api/CESMII.Marketplace.Data/Entities/User.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Deploy .NET5 Web API: api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipAbstractModel.cs#L5
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy .NET5 Web API: api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipAuthenticationModel.cs#L5
Non-nullable property 'authenticationRequest' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy .NET5 Web API: api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipAuthenticationModel.cs#L10
Non-nullable property 'jwtRequest' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy .NET5 Web API: api/CESMII.Marketplace.SMIPGraphQlClient/SmipRepo.cs#L34
Non-nullable field '_jwtToken' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build and Deploy .NET5 Web API: api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipAuthenticationModel.cs#L15
Non-nullable property 'Challenge' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy .NET5 Web API: api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipAuthenticationModel.cs#L17
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy .NET5 Web API: api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipAuthenticationModel.cs#L22
Non-nullable property 'authenticationValidation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy .NET5 Web API: api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipOrganizationModel.cs#L14
Non-nullable property 'displayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Deploy .NET5 Web API: api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipOrganizationModel.cs#L15
Non-nullable property 'description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.