Prod|API|Marketplace - Deploy to Azure #41
backend-publish-azure.yml
on: workflow_dispatch
Build and Deploy .NET6 Web API
1m 11s
Annotations
11 warnings
Build and Deploy .NET6 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 .NET6 Web API:
api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipOrganizationModel.cs#L14
Non-nullable property 'displayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Deploy .NET6 Web API:
api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipOrganizationModel.cs#L15
Non-nullable property 'description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Deploy .NET6 Web API:
api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipOrganizationModel.cs#L16
Non-nullable property 'relativeName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Deploy .NET6 Web API:
api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipOrganizationModel.cs#L17
Non-nullable property 'parentOrganization' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Deploy .NET6 Web API:
api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipAbstractModel.cs#L5
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 .NET6 Web API:
api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipAuthenticationModel.cs#L5
Non-nullable property 'authenticationRequest' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Deploy .NET6 Web API:
api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipAuthenticationModel.cs#L10
Non-nullable property 'jwtRequest' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Deploy .NET6 Web API:
api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipAuthenticatorSettings.cs#L6
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Deploy .NET6 Web API:
api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipAuthenticatorSettings.cs#L8
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Deploy .NET6 Web API:
api/CESMII.Marketplace.SMIPGraphQlClient/Models/SmipAuthenticatorSettings.cs#L10
Non-nullable property 'GraphQlUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|