Skip to content

Merge pull request #95 from cesmii/feature/update-github-actions #335

Merge pull request #95 from cesmii/feature/update-github-actions

Merge pull request #95 from cesmii/feature/update-github-actions #335

Triggered via push September 3, 2024 17:32
Status Success
Total duration 1m 8s
Artifacts
Build and Deploy .NET6 Web API
59s
Build and Deploy .NET6 Web API
Fit to window
Zoom out
Zoom in

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: 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 .NET6 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 .NET6 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 .NET6 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 .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/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.