Bug fixes and API client experience enhancements #150
Annotations
1 error and 12 warnings
Test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
src/Tests/SlimCluster.Common.Test/XUnitLogger.cs#L29
Nullability of reference types in type of parameter 'exception' of 'void XUnitLogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)' doesn't match implicitly implemented member 'void ILogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func<TState, Exception?, string> formatter)' (possibly because of nullability attributes).
|
Build:
src/Tests/SlimCluster.Common.Test/XUnitLogger.cs#L27
Nullability in constraints for type parameter 'TState' of method 'XUnitLogger.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:
src/Tests/SlimCluster.Common.Test/XUnitLogger.cs#L67
Nullability of reference types in type of parameter 'exception' of 'void XUnitLogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)' doesn't match implicitly implemented member 'void ILogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func<TState, Exception?, string> formatter)' (possibly because of nullability attributes).
|
Build:
src/Tests/SlimCluster.Common.Test/XUnitLogger.cs#L67
Nullability in constraints for type parameter 'TState' of method 'XUnitLogger.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:
src/Tests/SlimCluster.Common.Test/XUnitLogger.cs#L70
Possible null reference argument for parameter 'categoryName' in 'XUnitLogger.XUnitLogger(ITestOutputHelper testOutputHelper, LoggerExternalScopeProvider scopeProvider, string categoryName)'.
|
Build:
src/SlimCluster.Transport.Ip/IPEndPointAddress.cs#L32
Nullability of reference types in type of parameter 'other' of 'bool IPEndPointAddress.Equals(IAddress other)' doesn't match implicitly implemented member 'bool IEquatable<IAddress>.Equals(IAddress? other)' (possibly because of nullability attributes).
|
Build:
src/SlimCluster.Membership.Swim/UnknownAddress.cs#L11
Nullability of reference types in type of parameter 'other' doesn't match implemented member 'bool IEquatable<IAddress>.Equals(IAddress? other)' (possibly because of nullability attributes).
|
Build:
src/SlimCluster.Membership.Swim/SwimFailureDetector.cs#L121
Possible null reference assignment.
|
Build:
src/Tests/SlimCluster.Common.Test/XUnitLogger.cs#L29
Nullability of reference types in type of parameter 'exception' of 'void XUnitLogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)' doesn't match implicitly implemented member 'void ILogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func<TState, Exception?, string> formatter)' (possibly because of nullability attributes).
|
Build:
src/Tests/SlimCluster.Common.Test/XUnitLogger.cs#L27
Nullability in constraints for type parameter 'TState' of method 'XUnitLogger.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 following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "dotnet-results".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading