Skip to content

User flags are always on their own line #68

User flags are always on their own line

User flags are always on their own line #68

Triggered via push May 6, 2024 05:13
Status Success
Total duration 1m 18s
Artifacts

build-commit.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Build Commit
Package Humanizer.Core.af 2.14.1 has a resource with the locale 'af'. This locale is not recognized by .NET. Consider notifying the package author that it appears to be using an invalid locale.
Build Commit
Package Humanizer.Core.ar 2.14.1 has a resource with the locale 'ar'. This locale is not recognized by .NET. Consider notifying the package author that it appears to be using an invalid locale.
Build Commit
Package Humanizer.Core.az 2.14.1 has a resource with the locale 'az'. This locale is not recognized by .NET. Consider notifying the package author that it appears to be using an invalid locale.
Build Commit
Package Humanizer.Core.bg 2.14.1 has a resource with the locale 'bg'. This locale is not recognized by .NET. Consider notifying the package author that it appears to be using an invalid locale.
Build Commit
Package Humanizer.Core.bn-BD 2.14.1 has a resource with the locale 'bn-bd'. This locale is not recognized by .NET. Consider notifying the package author that it appears to be using an invalid locale.
Build Commit
Package Humanizer.Core.cs 2.14.1 has a resource with the locale 'cs'. This locale is not recognized by .NET. Consider notifying the package author that it appears to be using an invalid locale.
Build Commit
Package Humanizer.Core.da 2.14.1 has a resource with the locale 'da'. This locale is not recognized by .NET. Consider notifying the package author that it appears to be using an invalid locale.
Build Commit
Package Humanizer.Core.de 2.14.1 has a resource with the locale 'de'. This locale is not recognized by .NET. Consider notifying the package author that it appears to be using an invalid locale.
Build Commit
Package Humanizer.Core.el 2.14.1 has a resource with the locale 'el'. This locale is not recognized by .NET. Consider notifying the package author that it appears to be using an invalid locale.
Build Commit
Package Humanizer.Core.es 2.14.1 has a resource with the locale 'es'. This locale is not recognized by .NET. Consider notifying the package author that it appears to be using an invalid locale.
Build Commit
Cannot convert null literal to non-nullable reference type.
Build Commit
Nullability of reference types in type of parameter 'exception' of 'void CompositeDefaultLogger.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 Commit
Nullability in constraints for type parameter 'TState' of method 'CompositeDefaultLogger.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 Commit
Nullability of reference types in type of parameter 'exception' of 'void DefaultLogger.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 Commit
Nullability in constraints for type parameter 'TState' of method 'DefaultLogger.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 Commit
Nullability of reference types in type of parameter 'message' of 'bool MessageCache.TryGet(ulong messageId, out DiscordMessage? message)' doesn't match implicitly implemented member 'bool IMessageCacheProvider.TryGet(ulong messageId, out DiscordMessage? message)' (possibly because of nullability attributes).
Build Commit
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'ConcurrentDictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
Build Commit
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'ConcurrentDictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
Build Commit
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Build Commit
Nullability of reference types in type of parameter 'e' of 'bool DiscordChannel.Equals(DiscordChannel e)' doesn't match implicitly implemented member 'bool IEquatable<DiscordChannel>.Equals(DiscordChannel? other)' (possibly because of nullability attributes).