Stage|API|Marketplace - Deploy to Azure #317
backend-publish-stage-azure.yml
on: workflow_dispatch
Build and Deploy .NET5 Web API
1m 1s
Annotations
13 warnings
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.API/Controllers/RequestInfoController.cs#L81
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build and Deploy .NET5 Web API:
common/Opc.Ua.Cloud.Library.Client/UACloudLibClient.cs#L478
Parameter 'order' has no matching param tag in the XML comment for 'UACloudLibClient.GetNodeSetsAsync(string, string, DateTime?, string[], string, int?, int?, string, bool, bool, bool, object)' (but other parameters do)
|
Build and Deploy .NET5 Web API:
common/Opc.Ua.Cloud.Library.Client/UACloudLibClient.cs#L538
Missing XML comment for publicly visible type or member 'UACloudLibClient.OrderEnum'
|
Build and Deploy .NET5 Web API:
common/Opc.Ua.Cloud.Library.Client/UACloudLibClient.cs#L540
Missing XML comment for publicly visible type or member 'UACloudLibClient.OrderEnum.ASC'
|
Build and Deploy .NET5 Web API:
common/Opc.Ua.Cloud.Library.Client/UACloudLibClient.cs#L541
Missing XML comment for publicly visible type or member 'UACloudLibClient.OrderEnum.DESC'
|
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/SmipBaseDAL.cs#L23
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build and Deploy .NET5 Web API:
api/CESMII.Marketplace.SMIPGraphQlClient/SmipBaseDAL.cs#L28
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
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.
|