Skip to content

Upgrade testing samples to support Umbraco 18 #12

Upgrade testing samples to support Umbraco 18

Upgrade testing samples to support Umbraco 18 #12

Triggered via push August 6, 2026 08:43
Status Failure
Total duration 1m 44s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 warnings
Build-And-Test
Process completed with exit code 1.
Build-And-Test: test/TestingExample.ManagementApiClient/ManagementApiClient.generated.cs#L73937
The type 'IReferenceResponseModelDefaultReferenceResponseModel' already contains a definition for 'Type'
Build-And-Test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build-And-Test: test/TestingExample.ManagementApiClient/ManagementApiClient.generated.cs#L6200
Nullability of reference types in type of parameter 'body' of 'Task DocumentClient.PutDocumentByIdDomainsAsync(Guid id, UpdateDomainsRequestModel body, CancellationToken cancellationToken)' doesn't match implicitly implemented member 'Task IDocumentClient.PutDocumentByIdDomainsAsync(Guid id, UpdateDomainsRequestModel? body, CancellationToken cancellationToken)' (possibly because of nullability attributes).
Build-And-Test: test/TestingExample.ManagementApiClient/ManagementApiClient.generated.cs#L7556
Nullability of reference types in type of parameter 'body' of 'Task DocumentClient.PutDocumentByIdPublishAsync(Guid id, PublishDocumentRequestModel body, CancellationToken cancellationToken)' doesn't match implicitly implemented member 'Task IDocumentClient.PutDocumentByIdPublishAsync(Guid id, PublishDocumentRequestModel? body, CancellationToken cancellationToken)' (possibly because of nullability attributes).
Build-And-Test: test/TestingExample.ManagementApiClient/ManagementApiClient.generated.cs#L5227
Nullability of reference types in type of parameter 'body' of 'Task DocumentClient.PostDocumentAsync(CreateDocumentRequestModel body, CancellationToken cancellationToken)' doesn't match implicitly implemented member 'Task IDocumentClient.PostDocumentAsync(CreateDocumentRequestModel? body, CancellationToken cancellationToken)' (possibly because of nullability attributes).