Skip to content

Add CI workflows

Add CI workflows #10

Triggered via pull request July 7, 2025 21:52
@BrandonWengBrandonWeng
synchronize #1
ci-workflow
Status Failure
Total duration 1m 43s
Artifacts

pr-validation.yml

on: pull_request
Build and Test
19s
Build and Test
Code Quality Checks
1m 39s
Code Quality Checks
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 12 warnings
Build and Test
No test report files were found
Build and Test
Process completed with exit code 1.
Build and Test
No file matches path TestResults/*.trx
Build and Test
No files were found with the provided path: TestResults/. No artifacts will be uploaded.
Code Quality Checks: src/OpenVINO.NET.GenAI/Native/NativeStructures.cs#L18
Remove the underscores from member name OpenVINO.NET.GenAI.Native.ov_status_e.REQUEST_BUSY (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
Code Quality Checks: src/OpenVINO.NET.GenAI/Native/NativeStructures.cs#L16
Remove the underscores from member name OpenVINO.NET.GenAI.Native.ov_status_e.OUT_OF_BOUNDS (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
Code Quality Checks: src/OpenVINO.NET.GenAI/Native/NativeStructures.cs#L15
Remove the underscores from member name OpenVINO.NET.GenAI.Native.ov_status_e.NOT_FOUND (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
Code Quality Checks: src/OpenVINO.NET.GenAI/Native/NativeStructures.cs#L14
Remove the underscores from member name OpenVINO.NET.GenAI.Native.ov_status_e.PARAMETER_MISMATCH (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
Code Quality Checks: src/OpenVINO.NET.GenAI/Native/NativeStructures.cs#L13
Remove the underscores from member name OpenVINO.NET.GenAI.Native.ov_status_e.NETWORK_NOT_LOADED (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
Code Quality Checks: src/OpenVINO.NET.GenAI/Native/NativeStructures.cs#L11
Remove the underscores from member name OpenVINO.NET.GenAI.Native.ov_status_e.GENERAL_ERROR (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
Code Quality Checks: src/OpenVINO.NET.GenAI/Native/NativeStructures.cs#L8
Remove the underscores from type name OpenVINO.NET.GenAI.Native.ov_status_e (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
Code Quality Checks: src/OpenVINO.NET.GenAI/Exceptions/OpenVINOGenAIException.cs#L8
Add the following constructor to OpenVINOGenAIException: public OpenVINOGenAIException(string message, Exception innerException) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
Code Quality Checks: src/OpenVINO.NET.GenAI/Exceptions/OpenVINOGenAIException.cs#L8
Add the following constructor to OpenVINOGenAIException: public OpenVINOGenAIException(string message) (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
Code Quality Checks: src/OpenVINO.NET.GenAI/Exceptions/OpenVINOGenAIException.cs#L8
Add the following constructor to OpenVINOGenAIException: public OpenVINOGenAIException() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)