NCBC-4119: Upgrade all 3rd party dependencies to the latest version #15
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)
The process '/usr/bin/git' failed with exit code 128
|
|
Build and Unit Tests (ubuntu-24.04):
tests/Couchbase.IntegrationTests/CollectionTests.cs#L50
'CollectionManager.DropCollectionAsync(CollectionSpec, DropCollectionOptions?)' is obsolete: 'Use other overloaded DropCollectionAsync() method that does not take a CollectionSpec instead.'
|
|
Build and Unit Tests (ubuntu-24.04):
src/Couchbase.Transactions/LogUtil/LoggingExtensions.cs#L19
Possible null reference return.
|
|
Build and Unit Tests (ubuntu-24.04):
src/Couchbase.Transactions/LogUtil/TransactionsLogger.cs#L23
Possible null reference return.
|
|
Build and Unit Tests (ubuntu-24.04):
src/Couchbase.Transactions/LogUtil/TransactionsLogger.cs#L23
The type 'TState' cannot be used as type parameter 'TState' in the generic type or method 'ILogger.BeginScope<TState>(TState)'. Nullability of type argument 'TState' doesn't match 'notnull' constraint.
|
|
Build and Unit Tests (ubuntu-24.04):
src/Couchbase.Transactions/LogUtil/TransactionsLogger.cs#L21
Nullability in constraints for type parameter 'TState' of method 'TransactionsLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
|
|
Build and Unit Tests (ubuntu-24.04):
tests/Couchbase.Test.Common/Fixtures/SslClusterFixture.cs#L12
The field 'SslClusterFixture._bucketOpened' is never used
|
|
Build and Unit Tests (ubuntu-24.04):
tests/Couchbase.Test.Common/Fixtures/SslClusterFixture.cs#L69
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build and Unit Tests (ubuntu-24.04):
tests/Couchbase.Test.Common/Fixtures/SslClusterFixture.cs#L69
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build and Unit Tests (ubuntu-24.04):
tests/Couchbase.Test.Common/Fixtures/ClusterFixture.cs#L132
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build and Unit Tests (ubuntu-24.04):
tests/Couchbase.Test.Common/Fixtures/ClusterFixture.cs#L132
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build and Unit Tests (ubuntu-24.04-arm)
The process '/usr/bin/git' failed with exit code 128
|
|
Build and Unit Tests (ubuntu-24.04-arm):
tests/Couchbase.Test.Common/Fixtures/SslClusterFixture.cs#L12
The field 'SslClusterFixture._bucketOpened' is never used
|
|
Build and Unit Tests (ubuntu-24.04-arm):
tests/Couchbase.Test.Common/Fixtures/SslClusterFixture.cs#L69
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build and Unit Tests (ubuntu-24.04-arm):
tests/Couchbase.Test.Common/Fixtures/SslClusterFixture.cs#L69
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build and Unit Tests (ubuntu-24.04-arm):
tests/Couchbase.Test.Common/Fixtures/ClusterFixture.cs#L132
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build and Unit Tests (ubuntu-24.04-arm):
tests/Couchbase.Test.Common/Fixtures/ClusterFixture.cs#L132
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build and Unit Tests (ubuntu-24.04-arm):
tests/Couchbase.Test.Common/Fixtures/SslClusterFixture.cs#L12
The field 'SslClusterFixture._bucketOpened' is never used
|
|
Build and Unit Tests (ubuntu-24.04-arm):
tests/Couchbase.Test.Common/Fixtures/SslClusterFixture.cs#L69
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build and Unit Tests (ubuntu-24.04-arm):
tests/Couchbase.Test.Common/Fixtures/SslClusterFixture.cs#L69
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build and Unit Tests (ubuntu-24.04-arm):
tests/Couchbase.Test.Common/Fixtures/ClusterFixture.cs#L132
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build and Unit Tests (ubuntu-24.04-arm):
tests/Couchbase.Test.Common/Fixtures/ClusterFixture.cs#L132
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build and Unit Tests (macos-latest)
The process '/opt/homebrew/bin/git' failed with exit code 128
|
|
Build and Unit Tests (macos-latest):
src/Couchbase.Transactions/LogUtil/TransactionsLogger.cs#L21
Nullability in constraints for type parameter 'TState' of method 'TransactionsLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
|
|
Build and Unit Tests (macos-latest):
src/Couchbase.Transactions/LogUtil/LoggingExtensions.cs#L19
Possible null reference return.
|
|
Build and Unit Tests (macos-latest):
src/Couchbase.Transactions/LogUtil/TransactionsLogger.cs#L23
Possible null reference return.
|
|
Build and Unit Tests (macos-latest):
src/Couchbase.Transactions/LogUtil/TransactionsLogger.cs#L23
The type 'TState' cannot be used as type parameter 'TState' in the generic type or method 'ILogger.BeginScope<TState>(TState)'. Nullability of type argument 'TState' doesn't match 'notnull' constraint.
|
|
Build and Unit Tests (macos-latest):
src/Couchbase.Transactions/LogUtil/TransactionsLogger.cs#L21
Nullability in constraints for type parameter 'TState' of method 'TransactionsLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
|
|
Build and Unit Tests (macos-latest):
tests/Couchbase.Test.Common/Fixtures/SslClusterFixture.cs#L12
The field 'SslClusterFixture._bucketOpened' is never used
|
|
Build and Unit Tests (macos-latest):
tests/Couchbase.Test.Common/Fixtures/ClusterFixture.cs#L132
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build and Unit Tests (macos-latest):
tests/Couchbase.Test.Common/Fixtures/ClusterFixture.cs#L132
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build and Unit Tests (macos-latest):
tests/Couchbase.Test.Common/Fixtures/SslClusterFixture.cs#L69
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build and Unit Tests (macos-latest):
tests/Couchbase.Test.Common/Fixtures/SslClusterFixture.cs#L69
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build and Unit Tests (windows-latest)
The process 'C:\Program Files\Git\bin\git.exe' failed with exit code 128
|
|
Build and Unit Tests (windows-latest):
src/Couchbase.Transactions/LogUtil/TransactionsLogger.cs#L21
Nullability in constraints for type parameter 'TState' of method 'TransactionsLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
|
|
Build and Unit Tests (windows-latest):
tests/Couchbase.Test.Common/Fixtures/SslClusterFixture.cs#L12
The field 'SslClusterFixture._bucketOpened' is never used
|
|
Build and Unit Tests (windows-latest):
tests/Couchbase.Test.Common/Fixtures/SslClusterFixture.cs#L69
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.Test.Common/Fixtures/SslClusterFixture.cs#L69
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.Test.Common/Fixtures/ClusterFixture.cs#L132
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.Test.Common/Fixtures/ClusterFixture.cs#L132
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Build and Unit Tests (windows-latest):
src/Couchbase.Transactions/LogUtil/LoggingExtensions.cs#L19
Possible null reference return.
|
|
Build and Unit Tests (windows-latest):
src/Couchbase.Transactions/LogUtil/TransactionsLogger.cs#L23
Possible null reference return.
|
|
Build and Unit Tests (windows-latest):
src/Couchbase.Transactions/LogUtil/TransactionsLogger.cs#L23
The type 'TState' cannot be used as type parameter 'TState' in the generic type or method 'ILogger.BeginScope<TState>(TState)'. Nullability of type argument 'TState' doesn't match 'notnull' constraint.
|
|
Build and Unit Tests (windows-latest):
src/Couchbase.Transactions/LogUtil/TransactionsLogger.cs#L21
Nullability in constraints for type parameter 'TState' of method 'TransactionsLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
unit-test-results-macos-latest
Expired
|
594 KB |
sha256:39885835feaf1819b0294a169b76d3c1ee35cf634591166575c2a9e24d372d54
|
|
|
unit-test-results-ubuntu-24.04
Expired
|
595 KB |
sha256:389583eaf7cefbe8c619ce6dee34e336fbac84285343fd6ecc4349bac8d0dc87
|
|
|
unit-test-results-ubuntu-24.04-arm
Expired
|
596 KB |
sha256:5e91ec3e9e5bec5742019b078879cf7270609f41d93d13eb75e356ba8cec6330
|
|
|
unit-test-results-windows-latest
Expired
|
567 KB |
sha256:70cc8df3898d6b6ab8e0dd60ff185e639130602f26d9aa3d0686b7cc8520e6a2
|
|