Skip to content

NuGet

NuGet #16

Manually triggered October 25, 2024 23:50
Status Success
Total duration 58s
Artifacts

nuget.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: UncreatedWarfare/NewQuests/Parameters/SingleParameterTemplate.cs#L629
Nullability of type of parameter 'other' doesn't match overridden member (possibly because of nullability attributes).
build: UncreatedWarfare/Configuration/AssetConfiguration.cs#L40
Nullability of reference types in type of parameter 'value' of 'void AssetConfiguration.this[string key].set' doesn't match implicitly implemented member 'void IConfiguration.this[string key].set' (possibly because of nullability attributes).
build: UncreatedWarfare/Configuration/BaseAlternateConfigurationFile.cs#L78
Nullability of reference types in type of parameter 'value' of 'void BaseAlternateConfigurationFile.this[string key].set' doesn't match implicitly implemented member 'void IConfiguration.this[string key].set' (possibly because of nullability attributes).
build: UncreatedWarfare/Configuration/ConfigurationHelper.cs#L161
Nullability of reference types in type of parameter 'state' of 'IDisposable EmptyConfigurationSection.RegisterChangeCallback(Action<object> callback, object state)' doesn't match implicitly implemented member 'IDisposable IChangeToken.RegisterChangeCallback(Action<object?> callback, object? state)' (possibly because of nullability attributes).
build: UncreatedWarfare/Logging/WarfareLogger.cs#L50
Nullability of reference types in type of parameter 'exception' of 'void WarfareLogger.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: UncreatedWarfare/Logging/WarfareLogger.cs#L88
Nullability in constraints for type parameter 'TState' of method 'WarfareLogger.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: UncreatedWarfare/Commands/VehicleBayCommand.cs#L224
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: UncreatedWarfare/Logging/WarfareLoggingExtensions.cs#L2326
Argument of type 'Func<WarfareFormattedLogValues, Exception, string>' cannot be used for parameter 'formatter' of type 'Func<WarfareFormattedLogValues, Exception?, string>' in 'void ILogger.Log<WarfareFormattedLogValues>(LogLevel logLevel, EventId eventId, WarfareFormattedLogValues state, Exception? exception, Func<WarfareFormattedLogValues, Exception?, string> formatter)' due to differences in the nullability of reference types.
build: UncreatedWarfare/Logging/WarfareLoggingExtensions.cs#L2390
Argument of type 'Func<WarfareFormattedLogValues, Exception, string>' cannot be used for parameter 'formatter' of type 'Func<WarfareFormattedLogValues, Exception?, string>' in 'void ILogger.Log<WarfareFormattedLogValues>(LogLevel logLevel, EventId eventId, WarfareFormattedLogValues state, Exception? exception, Func<WarfareFormattedLogValues, Exception?, string> formatter)' due to differences in the nullability of reference types.
build: UncreatedWarfare/Logging/WarfareLoggingExtensions.cs#L2454
Argument of type 'Func<WarfareFormattedLogValues, Exception, string>' cannot be used for parameter 'formatter' of type 'Func<WarfareFormattedLogValues, Exception?, string>' in 'void ILogger.Log<WarfareFormattedLogValues>(LogLevel logLevel, EventId eventId, WarfareFormattedLogValues state, Exception? exception, Func<WarfareFormattedLogValues, Exception?, string> formatter)' due to differences in the nullability of reference types.