Skip to content

Add endpoints for managing API delivery channel policies #1191

Add endpoints for managing API delivery channel policies

Add endpoints for managing API delivery channel policies #1191

Triggered via pull request February 16, 2024 09:01
Status Failure
Total duration 2m 14s
Artifacts

run_build.yml

on: pull_request
build-push-orchestrator
0s
build-push-orchestrator
build-push-thumbs
0s
build-push-thumbs
build-push-engine
0s
build-push-engine
build-push-portal
0s
build-push-portal
build-push-api
0s
build-push-api
build-push-cleanuphandler
0s
build-push-cleanuphandler
build-push-migrator
0s
build-push-migrator
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
test-dotnet: src/protagonist/API.Tests/Integration/CustomerTests.cs#L183
'DeliveryChannelPolicy' is an ambiguous reference between 'DLCS.HydraModel.DeliveryChannelPolicy' and 'DLCS.Model.Policies.DeliveryChannelPolicy'
test-dotnet: src/protagonist/API.Tests/Integration/CustomerTests.cs#L183
'DeliveryChannelPolicy' is an ambiguous reference between 'DLCS.HydraModel.DeliveryChannelPolicy' and 'DLCS.Model.Policies.DeliveryChannelPolicy'
test-dotnet
Process completed with exit code 1.
test-dotnet
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-dotnet: src/protagonist/Hydra/Model/SupportedProperty.cs#L8
Non-nullable property 'Property' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dotnet: src/protagonist/Hydra/Model/SupportedProperty.cs#L11
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dotnet: src/protagonist/Hydra/Model/SupportedProperty.cs#L14
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dotnet: src/protagonist/Hydra/Model/SupportedProperty.cs#L26
Non-nullable property 'UnstableNote' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dotnet: src/protagonist/Hydra/Model/Property.cs#L37
Non-nullable property 'SupportedOperations' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dotnet: src/protagonist/Hydra/Model/Property.cs#L8
Non-nullable property 'Label' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dotnet: src/protagonist/Hydra/Model/Property.cs#L11
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dotnet: src/protagonist/Hydra/Model/Property.cs#L14
Non-nullable property 'Domain' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dotnet: src/protagonist/Hydra/Model/Property.cs#L17
Non-nullable property 'Range' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-dotnet: src/protagonist/Hydra/Model/Operation.cs#L13
Non-nullable property 'Method' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.