Skip to content

Bump the cargo group across 1 directory with 3 updates #73

Bump the cargo group across 1 directory with 3 updates

Bump the cargo group across 1 directory with 3 updates #73

Triggered via push May 23, 2024 14:24
Status Success
Total duration 1m 11s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2, microsoft/setup-msbuild@v1, NuGet/setup-nuget@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test: src-plugin/EliteVA/Loggers/File/FileLogger.cs#L35
Nullability of reference types in type of parameter 'exception' of 'void FileLogger.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).
test: src-plugin/EliteVA/Loggers/File/FileLogger.cs#L29
Nullability in constraints for type parameter 'TState' of method 'FileLogger.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.
test: src-plugin/EliteVA/Proxy/Variables/VoiceAttackVariables.cs#L137
Possible null reference assignment.
test: src-plugin/EliteVA/Loggers/VoiceAttack/VoiceAttackLogger.cs#L56
Possible null reference argument for parameter 'arg2' in 'string Func<TState, Exception, string>.Invoke(TState arg1, Exception arg2)'.
test: src-plugin/EliteVA/Loggers/VoiceAttack/VoiceAttackLogger.cs#L66
Possible null reference return.
test: src-plugin/EliteVA/Loggers/Socket/SocketLogger.cs#L41
The variable 'ex' is declared but never used
test: src-plugin/EliteVA/Loggers/Socket/SocketLogger.cs#L60
The variable 'ex' is declared but never used
test: src-plugin/EliteVA/Loggers/File/FileLogger.cs#L31
Possible null reference return.
test: src-plugin/EliteVA/Loggers/File/FileLogger.cs#L46
The variable 'e' is declared but never used
test: src-plugin/EliteVA/Records/RecordGenerator.cs#L20
Non-nullable event 'RecordsGenerated' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.