NCBC-4119: Upgrade all 3rd party dependencies to the latest version #15
Annotations
1 error and 11 warnings
|
|
|
|
|
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.
|
|
tests/Couchbase.Test.Common/Fixtures/SslClusterFixture.cs#L12
The field 'SslClusterFixture._bucketOpened' is never used
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
src/Couchbase.Transactions/LogUtil/LoggingExtensions.cs#L19
Possible null reference return.
|
|
src/Couchbase.Transactions/LogUtil/TransactionsLogger.cs#L23
Possible null reference return.
|
|
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.
|
|
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.
|
The logs for this run have expired and are no longer available.
Loading