Merge pull request #89 from cesmii/feature/eCommerce #318
backend-publish-stage-azure.yml
on: push
Build and Deploy .NET5 Web API
2m 9s
Annotations
3 errors and 12 warnings
Build and Deploy .NET5 Web API:
api/CESMII.Marketplace.JobManager/Jobs/JobOntimeEdgePurchase.cs#L35
There is no argument given that corresponds to the required formal parameter 'mailRelayService' of 'JobBase.JobBase(IServiceScopeFactory, ILogger<IJob>, IHttpApiFactory, IDal<JobLog, JobLogModel>, UserDAL, IConfiguration, MailRelayService)'
|
Build and Deploy .NET5 Web API:
api/CESMII.Marketplace.JobManager/Jobs/JobOntimeEdgePurchase.cs#L35
There is no argument given that corresponds to the required formal parameter 'mailRelayService' of 'JobBase.JobBase(IServiceScopeFactory, ILogger<IJob>, IHttpApiFactory, IDal<JobLog, JobLogModel>, UserDAL, IConfiguration, MailRelayService)'
|
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.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/SmipRepo.cs#L152
Possible null reference return.
|
Build and Deploy .NET5 Web API:
api/CESMII.Marketplace.SMIPGraphQlClient/SmipRepo.cs#L153
Converting null literal or possible null value to non-nullable type.
|
Build and Deploy .NET5 Web API:
api/CESMII.Marketplace.SMIPGraphQlClient/SmipRepo.cs#L154
Possible null reference return.
|
Build and Deploy .NET5 Web API:
api/CESMII.Marketplace.SMIPGraphQlClient/SmipRepo.cs#L176
Possible null reference return.
|
Build and Deploy .NET5 Web API:
api/CESMII.Marketplace.SMIPGraphQlClient/SmipRepo.cs#L177
Converting null literal or possible null value to non-nullable type.
|
Build and Deploy .NET5 Web API:
api/CESMII.Marketplace.SMIPGraphQlClient/SmipRepo.cs#L178
Possible null reference return.
|
Build and Deploy .NET5 Web API:
api/CESMII.Marketplace.SMIPGraphQlClient/SmipRepo.cs#L181
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#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.
|