Skip to content

GitAuto: [FEATURE] Implement Products Specification API #513

GitAuto: [FEATURE] Implement Products Specification API

GitAuto: [FEATURE] Implement Products Specification API #513

Triggered via pull request October 28, 2024 02:44
Status Failure
Total duration 28s
Artifacts

deep-source.yml

on: pull_request
Deep Source Coverage report
19s
Deep Source Coverage report
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
Deep Source Coverage report: Tests/VTEX.Tests/Services/ProductSpecifications/ProductSpecificationsServiceTests.cs#L15
The type or namespace name 'HttpClient' could not be found (are you missing a using directive or an assembly reference?)
Deep Source Coverage report: Tests/VTEX.Tests/Services/ProductSpecifications/ProductSpecificationsServiceTests.cs#L15
The type or namespace name 'HttpClient' could not be found (are you missing a using directive or an assembly reference?)
Deep Source Coverage report
Process completed with exit code 1.
Deep Source Coverage report: Src/VTEX/Services/ProductSpecifications/ProductSpecificationsService.cs#L16
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.
Deep Source Coverage report: Src/VTEX/Services/ProductSpecifications/ProductSpecificationsService.cs#L22
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.
Deep Source Coverage report: Src/VTEX/Services/ProductSpecifications/ProductSpecificationsService.cs#L27
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.
Deep Source Coverage report: Src/VTEX/Services/ProductSpecifications/ProductSpecificationsService.cs#L16
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.
Deep Source Coverage report: Src/VTEX/Services/ProductSpecifications/ProductSpecificationsService.cs#L22
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.
Deep Source Coverage report: Src/VTEX/Services/ProductSpecifications/ProductSpecificationsService.cs#L27
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.
Deep Source Coverage report: Src/VTEX/GoodPractices/UnexpectedApiResponseException.cs#L87
'SecurityPermissionAttribute' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
Deep Source Coverage report: Src/VTEX/GoodPractices/UnexpectedApiResponseException.cs#L87
'SecurityAction' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
Deep Source Coverage report: Src/VTEX/GoodPractices/UnexpectedApiResponseException.cs#L88
Member 'UnexpectedApiResponseException.GetObjectData(SerializationInfo, StreamingContext)' overrides obsolete member 'Exception.GetObjectData(SerializationInfo, StreamingContext)'. Add the Obsolete attribute to 'UnexpectedApiResponseException.GetObjectData(SerializationInfo, StreamingContext)'.
Deep Source Coverage report: Src/VTEX/GoodPractices/BridgeException.cs#L43
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)