Skip to content

Release

Release #9

Manually triggered October 8, 2025 17:46
Status Success
Total duration 6m 59s
Artifacts 5

release.yml

on: workflow_dispatch
Validate Inputs
3s
Validate Inputs
Matrix: build-and-test
Smoke Summary
0s
Smoke Summary
Publish to NuGet
24s
Publish to NuGet
Fit to window
Zoom out
Zoom in

Annotations

90 warnings
Build & Test (macos): tests/Couchbase.Analytics.UnitTests/Internal/StreamingAnalyticsResultTests.cs#L35
Non-nullable property 'airline' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (macos): tests/Couchbase.Analytics.UnitTests/ClusterTests.cs#L60
Cannot convert null literal to non-nullable reference type.
Build & Test (macos): tests/Couchbase.Analytics.UnitTests/ClusterTests.cs#L50
Cannot convert null literal to non-nullable reference type.
Build & Test (macos): tests/Couchbase.Analytics.UnitTests/Internal/StreamingAnalyticsResultTests.cs#L25
The type 'System.IDisposable?' cannot be used as type parameter 'T' in the generic type or method 'Mock<T>'. Nullability of type argument 'System.IDisposable?' doesn't match 'class' constraint.
Build & Test (macos): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L11
Non-nullable property 'country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (macos): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L10
Non-nullable property 'callsign' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (macos): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L9
Non-nullable property 'icao' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (macos): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L8
Non-nullable property 'iata' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (macos): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L7
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 & Test (macos): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L6
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (macos): src/Couchbase.Analytics/Exceptions/AnalyticsException.cs#L39
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build & Test (macos): src/Couchbase.Analytics/Query/QueryMetaData.cs#L30
Non-nullable property 'Warnings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (macos): src/Couchbase.Analytics/Query/QueryMetaData.cs#L28
Non-nullable property 'Metrics' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (macos): src/Couchbase.Analytics/Query/QueryMetrics.cs#L55
Non-nullable property 'BufferCacheHitRatio' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (macos): src/Couchbase.Analytics/Query/QueryWarning.cs#L26
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (macos): src/Couchbase.Analytics/Certificates/CertificateValidation.cs#L222
Possible null reference argument for parameter 'certificates' in 'void X509Certificate2Collection.AddRange(X509Certificate2Collection certificates)'.
Build & Test (macos): src/Couchbase.Analytics/Certificates/CertificateValidation.cs#L218
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
Build & Test (macos): src/Couchbase.Analytics/Certificates/CertificateValidation.cs#L213
Possible null reference argument for parameter 'fileName' in 'X509Certificate2.X509Certificate2(string fileName)'.
Build & Test (macos): src/Couchbase.Analytics/Cluster.cs#L108
Cannot convert null literal to non-nullable reference type.
Build & Test (ubuntu): tests/Couchbase.Analytics.UnitTests/Internal/StreamingAnalyticsResultTests.cs#L43
Non-nullable property 'iata' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu): tests/Couchbase.Analytics.UnitTests/Internal/StreamingAnalyticsResultTests.cs#L42
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 & Test (ubuntu): tests/Couchbase.Analytics.UnitTests/Internal/StreamingAnalyticsResultTests.cs#L41
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu): tests/Couchbase.Analytics.UnitTests/Internal/StreamingAnalyticsResultTests.cs#L25
The type 'System.IDisposable?' cannot be used as type parameter 'T' in the generic type or method 'Mock<T>'. Nullability of type argument 'System.IDisposable?' doesn't match 'class' constraint.
Build & Test (ubuntu): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L11
Non-nullable property 'country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L10
Non-nullable property 'callsign' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L9
Non-nullable property 'icao' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L8
Non-nullable property 'iata' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L7
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 & Test (ubuntu): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L6
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu): src/Couchbase.Analytics/Exceptions/AnalyticsException.cs#L39
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build & Test (ubuntu): src/Couchbase.Analytics/Query/QueryMetaData.cs#L30
Non-nullable property 'Warnings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu): src/Couchbase.Analytics/Query/QueryMetaData.cs#L28
Non-nullable property 'Metrics' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu): src/Couchbase.Analytics/Cluster.cs#L108
Cannot convert null literal to non-nullable reference type.
Build & Test (ubuntu): src/Couchbase.Analytics/Query/QueryMetrics.cs#L55
Non-nullable property 'BufferCacheHitRatio' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu): src/Couchbase.Analytics/Query/QueryWarning.cs#L26
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (ubuntu): src/Couchbase.Analytics/Certificates/CertificateValidation.cs#L222
Possible null reference argument for parameter 'certificates' in 'void X509Certificate2Collection.AddRange(X509Certificate2Collection certificates)'.
Build & Test (ubuntu): src/Couchbase.Analytics/Certificates/CertificateValidation.cs#L218
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
Build & Test (ubuntu): src/Couchbase.Analytics/Certificates/CertificateValidation.cs#L213
Possible null reference argument for parameter 'fileName' in 'X509Certificate2.X509Certificate2(string fileName)'.
Build & Test (centos)
Non-nullable property 'airline' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (centos)
The type 'System.IDisposable?' cannot be used as type parameter 'T' in the generic type or method 'Mock<T>'. Nullability of type argument 'System.IDisposable?' doesn't match 'class' constraint.
Build & Test (centos)
Cannot convert null literal to non-nullable reference type.
Build & Test (centos)
Cannot convert null literal to non-nullable reference type.
Build & Test (centos)
Non-nullable property 'country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (centos)
Non-nullable property 'callsign' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (centos)
Non-nullable property 'icao' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (centos)
Non-nullable property 'iata' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (centos)
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 & Test (centos)
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (centos)
Nullable value type may be null.
Build & Test (centos)
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build & Test (centos)
Non-nullable property 'Warnings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (centos)
Non-nullable property 'Metrics' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (centos)
Non-nullable property 'BufferCacheHitRatio' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (centos)
Cannot convert null literal to non-nullable reference type.
Build & Test (centos)
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (centos)
Possible null reference argument for parameter 'certificates' in 'void X509Certificate2Collection.AddRange(X509Certificate2Collection certificates)'.
Build & Test (centos)
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
Build & Test (centos)
Possible null reference argument for parameter 'fileName' in 'X509Certificate2.X509Certificate2(string fileName)'.
Build & Test (windows): tests/Couchbase.Analytics.UnitTests/Internal/StreamingAnalyticsResultTests.cs#L41
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows): tests/Couchbase.Analytics.UnitTests/ClusterTests.cs#L60
Cannot convert null literal to non-nullable reference type.
Build & Test (windows): tests/Couchbase.Analytics.UnitTests/Internal/StreamingAnalyticsResultTests.cs#L25
The type 'System.IDisposable?' cannot be used as type parameter 'T' in the generic type or method 'Mock<T>'. Nullability of type argument 'System.IDisposable?' doesn't match 'class' constraint.
Build & Test (windows): tests/Couchbase.Analytics.UnitTests/ClusterTests.cs#L50
Cannot convert null literal to non-nullable reference type.
Build & Test (windows): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L11
Non-nullable property 'country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L10
Non-nullable property 'callsign' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L9
Non-nullable property 'icao' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L8
Non-nullable property 'iata' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L7
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 & Test (windows): tests/Couchbase.Analytics.UnitTests/POCOs/Airline.cs#L6
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows): src/Couchbase.Analytics/Internal/HTTP/CouchbaseHttpClientFactory.cs#L89
Possible null reference argument for parameter 'certificates' in 'void X509Certificate2Collection.AddRange(X509Certificate2Collection certificates)'.
Build & Test (windows): src/Couchbase.Analytics/Certificates/CertificateValidation.cs#L222
Possible null reference argument for parameter 'certificates' in 'void X509Certificate2Collection.AddRange(X509Certificate2Collection certificates)'.
Build & Test (windows): src/Couchbase.Analytics/Certificates/CertificateValidation.cs#L218
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
Build & Test (windows): src/Couchbase.Analytics/Certificates/CertificateValidation.cs#L213
Possible null reference argument for parameter 'fileName' in 'X509Certificate2.X509Certificate2(string fileName)'.
Build & Test (windows): src/Couchbase.Analytics/Query/QueryMetaData.cs#L30
Non-nullable property 'Warnings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows): src/Couchbase.Analytics/Query/QueryMetaData.cs#L28
Non-nullable property 'Metrics' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows): src/Couchbase.Analytics/Query/QueryMetrics.cs#L55
Non-nullable property 'BufferCacheHitRatio' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows): src/Couchbase.Analytics/Query/QueryWarning.cs#L26
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test (windows): src/Couchbase.Analytics/Exceptions/AnalyticsException.cs#L39
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Build & Test (windows): src/Couchbase.Analytics/Cluster.cs#L108
Cannot convert null literal to non-nullable reference type.
Pack (Windows): src/Couchbase.Analytics/Query/QueryMetrics.cs#L55
Non-nullable property 'BufferCacheHitRatio' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pack (Windows): src/Couchbase.Analytics/Query/QueryWarning.cs#L26
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Pack (Windows): src/Couchbase.Analytics/Internal/HTTP/CouchbaseHttpClientFactory.cs#L96
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
Pack (Windows): src/Couchbase.Analytics/Internal/HTTP/CouchbaseHttpClientFactory.cs#L92
Possible null reference argument for parameter 'fileName' in 'X509Certificate2.X509Certificate2(string fileName)'.
Pack (Windows): src/Couchbase.Analytics/Internal/HTTP/CouchbaseHttpClientFactory.cs#L89
Possible null reference argument for parameter 'certificates' in 'void X509Certificate2Collection.AddRange(X509Certificate2Collection certificates)'.
Pack (Windows): src/Couchbase.Analytics/Certificates/CertificateValidation.cs#L222
Possible null reference argument for parameter 'certificates' in 'void X509Certificate2Collection.AddRange(X509Certificate2Collection certificates)'.
Pack (Windows): src/Couchbase.Analytics/Certificates/CertificateValidation.cs#L218
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
Pack (Windows): src/Couchbase.Analytics/Certificates/CertificateValidation.cs#L213
Possible null reference argument for parameter 'fileName' in 'X509Certificate2.X509Certificate2(string fileName)'.
Pack (Windows): src/Couchbase.Analytics/Exceptions/AnalyticsException.cs#L39
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Pack (Windows): src/Couchbase.Analytics/Cluster.cs#L108
Cannot convert null literal to non-nullable reference type.

Artifacts

Produced during runtime
Name Size Digest
nuget-packages Expired
274 KB
sha256:5673520c9f81f32942856248eea16568cedf96e24d40379b93237d18066259a8
unit-test-results-centos Expired
26.3 KB
sha256:353f2898362749aa1fa9a692181268417a0e9a7ab08603144e519f4abff1513c
unit-test-results-macos Expired
26.7 KB
sha256:bd43c4c453e937e631624c7387ce1c8ff22b6c94289af8706df717b921082e35
unit-test-results-ubuntu Expired
26.3 KB
sha256:a6330e05d387f52d5562aac9cd0085f72a31741f0e398d8828cef31670aa9b48
unit-test-results-windows Expired
26.4 KB
sha256:26f11e90e802972f18b8e2601f645db5520b8a0c340856e1ed4ccb55b3c6ef61