Skip to content

Update Directory.Build.prop for 3.9.2 release #68

Update Directory.Build.prop for 3.9.2 release

Update Directory.Build.prop for 3.9.2 release #68

Triggered via push May 1, 2026 19:59
Status Failure
Total duration 4m 36s
Artifacts 4
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 44 warnings
Build and Unit Tests (windows-latest)
Process completed with exit code 1.
Build and Unit Tests (ubuntu-24.04-arm)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and Unit Tests (ubuntu-24.04-arm): tests/Couchbase.Extensions.OpenTelemetry.IntegrationTests/OtelClusterFixture.cs#L34
'CouchbaseMeterInstrumentationOptions.ExcludeLegacyMetrics' is obsolete: 'Use DropLegacyRedundantCounters instead.'
Build and Unit Tests (ubuntu-24.04-arm): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (ubuntu-24.04-arm): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (ubuntu-24.04-arm): src/Couchbase.Extensions.DependencyInjection/Internal/ClusterProvider.cs#L146
The type 'MemberNotNullAttribute' in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs' conflicts with the imported type 'MemberNotNullAttribute' in 'Couchbase.NetClient, Version=3.9.2.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs'.
Build and Unit Tests (ubuntu-24.04-arm): src/Couchbase.Extensions.DependencyInjection/Internal/ClusterProvider.cs#L146
The type 'MemberNotNullAttribute' in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs' conflicts with the imported type 'MemberNotNullAttribute' in 'Couchbase.NetClient, Version=3.9.2.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs'.
Build and Unit Tests (ubuntu-24.04-arm): tests/Couchbase.Extensions.OpenTelemetry.IntegrationTests/OtelClusterFixture.cs#L34
'CouchbaseMeterInstrumentationOptions.ExcludeLegacyMetrics' is obsolete: 'Use DropLegacyRedundantCounters instead.'
Build and Unit Tests (ubuntu-24.04-arm): tests/Couchbase.Extensions.OpenTelemetry.IntegrationTests/OtelClusterFixture.cs#L34
'CouchbaseMeterInstrumentationOptions.ExcludeLegacyMetrics' is obsolete: 'Use DropLegacyRedundantCounters instead.'
Build and Unit Tests (ubuntu-24.04-arm): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (ubuntu-24.04-arm): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (ubuntu-24.04-arm): src/Couchbase.Extensions.DependencyInjection/Internal/ClusterProvider.cs#L146
The type 'MemberNotNullAttribute' in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs' conflicts with the imported type 'MemberNotNullAttribute' in 'Couchbase.NetClient, Version=3.9.2.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs'.
Build and Unit Tests (macos-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and Unit Tests (macos-latest): src/Couchbase.Extensions.DependencyInjection/Internal/ClusterProvider.cs#L146
The type 'MemberNotNullAttribute' in '/Users/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs' conflicts with the imported type 'MemberNotNullAttribute' in 'Couchbase.NetClient, Version=3.9.2.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/Users/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs'.
Build and Unit Tests (macos-latest): src/Couchbase.Extensions.DependencyInjection/Internal/ClusterProvider.cs#L146
The type 'MemberNotNullAttribute' in '/Users/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs' conflicts with the imported type 'MemberNotNullAttribute' in 'Couchbase.NetClient, Version=3.9.2.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/Users/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs'.
Build and Unit Tests (macos-latest): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (macos-latest): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (macos-latest): tests/Couchbase.Extensions.OpenTelemetry.IntegrationTests/OtelClusterFixture.cs#L34
'CouchbaseMeterInstrumentationOptions.ExcludeLegacyMetrics' is obsolete: 'Use DropLegacyRedundantCounters instead.'
Build and Unit Tests (macos-latest): tests/Couchbase.Extensions.OpenTelemetry.IntegrationTests/OtelClusterFixture.cs#L34
'CouchbaseMeterInstrumentationOptions.ExcludeLegacyMetrics' is obsolete: 'Use DropLegacyRedundantCounters instead.'
Build and Unit Tests (macos-latest): src/Couchbase.Extensions.DependencyInjection/Internal/ClusterProvider.cs#L146
The type 'MemberNotNullAttribute' in '/Users/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs' conflicts with the imported type 'MemberNotNullAttribute' in 'Couchbase.NetClient, Version=3.9.2.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/Users/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs'.
Build and Unit Tests (macos-latest): src/Couchbase.Extensions.DependencyInjection/Internal/ClusterProvider.cs#L146
The type 'MemberNotNullAttribute' in '/Users/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs' conflicts with the imported type 'MemberNotNullAttribute' in 'Couchbase.NetClient, Version=3.9.2.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/Users/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs'.
Build and Unit Tests (macos-latest): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (macos-latest): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (ubuntu-24.04)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and Unit Tests (ubuntu-24.04): src/Couchbase.Extensions.DependencyInjection/Internal/ClusterProvider.cs#L146
The type 'MemberNotNullAttribute' in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs' conflicts with the imported type 'MemberNotNullAttribute' in 'Couchbase.NetClient, Version=3.9.2.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs'.
Build and Unit Tests (ubuntu-24.04): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (ubuntu-24.04): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (ubuntu-24.04): src/Couchbase.Extensions.DependencyInjection/Internal/ClusterProvider.cs#L146
The type 'MemberNotNullAttribute' in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs' conflicts with the imported type 'MemberNotNullAttribute' in 'Couchbase.NetClient, Version=3.9.2.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs'.
Build and Unit Tests (ubuntu-24.04): tests/Couchbase.Extensions.OpenTelemetry.IntegrationTests/OtelClusterFixture.cs#L34
'CouchbaseMeterInstrumentationOptions.ExcludeLegacyMetrics' is obsolete: 'Use DropLegacyRedundantCounters instead.'
Build and Unit Tests (ubuntu-24.04): tests/Couchbase.Extensions.OpenTelemetry.IntegrationTests/OtelClusterFixture.cs#L34
'CouchbaseMeterInstrumentationOptions.ExcludeLegacyMetrics' is obsolete: 'Use DropLegacyRedundantCounters instead.'
Build and Unit Tests (ubuntu-24.04): src/Couchbase.Extensions.DependencyInjection/Internal/ClusterProvider.cs#L146
The type 'MemberNotNullAttribute' in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs' conflicts with the imported type 'MemberNotNullAttribute' in 'Couchbase.NetClient, Version=3.9.2.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs'.
Build and Unit Tests (ubuntu-24.04): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (ubuntu-24.04): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (ubuntu-24.04): src/Couchbase.Extensions.DependencyInjection/Internal/ClusterProvider.cs#L146
The type 'MemberNotNullAttribute' in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs' conflicts with the imported type 'MemberNotNullAttribute' in 'Couchbase.NetClient, Version=3.9.2.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in '/home/runner/work/couchbase-net-client/couchbase-net-client/src/Couchbase.Extensions.DependencyInjection/../Couchbase/NullableAttributes.cs'.
Build and Unit Tests (windows-latest)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and Unit Tests (windows-latest): src/Couchbase.Extensions.DependencyInjection/Internal/ClusterProvider.cs#L146
The type 'MemberNotNullAttribute' in 'D:\a\couchbase-net-client\couchbase-net-client\src\Couchbase.Extensions.DependencyInjection\../Couchbase/NullableAttributes.cs' conflicts with the imported type 'MemberNotNullAttribute' in 'Couchbase.NetClient, Version=3.9.2.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'D:\a\couchbase-net-client\couchbase-net-client\src\Couchbase.Extensions.DependencyInjection\../Couchbase/NullableAttributes.cs'.
Build and Unit Tests (windows-latest): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
Build and Unit Tests (windows-latest): src/Couchbase.Extensions.DependencyInjection/Internal/ClusterProvider.cs#L146
The type 'MemberNotNullAttribute' in 'D:\a\couchbase-net-client\couchbase-net-client\src\Couchbase.Extensions.DependencyInjection\../Couchbase/NullableAttributes.cs' conflicts with the imported type 'MemberNotNullAttribute' in 'Couchbase.NetClient, Version=3.9.2.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'D:\a\couchbase-net-client\couchbase-net-client\src\Couchbase.Extensions.DependencyInjection\../Couchbase/NullableAttributes.cs'.
Build and Unit Tests (windows-latest): tests/Couchbase.Test.Common/Utils/LazyServiceShimFactory.cs#L17
Possible null reference argument for parameter 'value' in 'IReturnsResult<IServiceProvider> IReturns<IServiceProvider, object>.Returns(object value)'.
Build and Unit Tests (windows-latest): tests/Couchbase.Test.Common/Utils/TaskAsyncEnumerableExtensions.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Unit Tests (windows-latest): tests/Couchbase.Extensions.OpenTelemetry.IntegrationTests/OtelClusterFixture.cs#L34
'CouchbaseMeterInstrumentationOptions.ExcludeLegacyMetrics' is obsolete: 'Use DropLegacyRedundantCounters instead.'
Build and Unit Tests (windows-latest): tests/Couchbase.UnitTests/Core/IO/Operations/OperationBuilderVBucketIdTests.cs#L111
Null should not be used for type parameter 'vbucketId' of type 'short'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)

Artifacts

Produced during runtime
Name Size Digest
unit-test-results-macos-latest
657 KB
sha256:045a6c547b680a5c49d2925074076cb2b35acf1702d9db0a4a5bfa2c752059ea
unit-test-results-ubuntu-24.04
658 KB
sha256:8a8621cb1679d297ba52f2bb4789ba708b645cfe433c08f2087a359aeb799fa3
unit-test-results-ubuntu-24.04-arm
656 KB
sha256:4b949d4f72ff4a7cc2af237a90d1016af36782b00f5863bcb9e72c9f5073b164
unit-test-results-windows-latest
621 KB
sha256:3adc9c1ffdcc86dad8ec595558803ee8203d3554493832d2a6525ec12c002627