Skip to content

Add PR Verify Pipelines #2

Add PR Verify Pipelines

Add PR Verify Pipelines #2

Triggered via pull request September 20, 2024 09:48
Status Success
Total duration 1m 59s
Artifacts

enki-problems-pr-verify.yaml

on: pull_request
Build and Test Enki Problems Microservice
1m 51s
Build and Test Enki Problems Microservice
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and Test Enki Problems Microservice: enki-problems/src/EnkiProblems.Domain/Problems/Test.cs#L17
Non-nullable property 'InputDownloadUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test Enki Problems Microservice: enki-problems/src/EnkiProblems.Domain/Problems/Test.cs#L17
Non-nullable property 'OutputDownloadUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test Enki Problems Microservice: enki-problems/src/EnkiProblems.Domain/Problems/Test.cs#L19
Non-nullable property 'InputDownloadUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test Enki Problems Microservice: enki-problems/src/EnkiProblems.Domain/Problems/Test.cs#L19
Non-nullable property 'OutputDownloadUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test Enki Problems Microservice: enki-problems/src/EnkiProblems.Domain/Labels/Label.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test Enki Problems Microservice: enki-problems/src/EnkiProblems.Domain/Problems/Origin.cs#L16
Non-nullable property 'SourceName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test Enki Problems Microservice: enki-problems/src/EnkiProblems.Domain/Problems/Origin.cs#L16
Non-nullable property 'AuthorName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test Enki Problems Microservice: enki-problems/src/EnkiProblems.Domain/Problems/Origin.cs#L18
Non-nullable property 'SourceName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test Enki Problems Microservice: enki-problems/src/EnkiProblems.Domain/Problems/Origin.cs#L18
Non-nullable property 'AuthorName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build and Test Enki Problems Microservice: enki-problems/src/EnkiProblems.Domain/Problems/Problem.cs#L38
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.