Skip to content

Fix CD workflow crashing #29

Fix CD workflow crashing

Fix CD workflow crashing #29

Triggered via push April 11, 2024 22:55
Status Success
Total duration 11m 59s
Artifacts

cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

26 warnings
release
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, softprops/action-gh-release@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
release: 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).
release: 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.
release: src-plugin/EliteVA/Proxy/Variables/VoiceAttackVariables.cs#L137
Possible null reference assignment.
release: src-plugin/EliteVA/Loggers/File/FileLogger.cs#L31
Possible null reference return.
release: src-plugin/EliteVA/Loggers/File/FileLogger.cs#L46
The variable 'e' is declared but never used
release: 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)'.
release: src-plugin/EliteVA/Loggers/VoiceAttack/VoiceAttackLogger.cs#L66
Possible null reference return.
release: src-plugin/EliteVA/Loggers/Socket/SocketLogger.cs#L41
The variable 'ex' is declared but never used
release: src-plugin/EliteVA/Loggers/Socket/SocketLogger.cs#L60
The variable 'ex' is declared but never used
release: src-plugin/EliteVA/VoiceAttack.cs#L102
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
release: src-plugin/ProfileGenerator/Models/ActionSequence.cs#L7
Non-nullable property 'CommandAction' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src-plugin/ProfileGenerator/Models/Commands.cs#L7
Non-nullable property 'Command' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src-plugin/ProfileGenerator/Models/CommandAction.cs#L7
Non-nullable property 'Caption' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src-plugin/ProfileGenerator/Models/CommandAction.cs#L19
Non-nullable property 'ConditionMet' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src-plugin/ProfileGenerator/Models/CommandAction.cs#L34
Non-nullable property 'CommandCaption' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src-plugin/ProfileGenerator/Models/CommandAction.cs#L37
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src-plugin/ProfileGenerator/Models/CommandAction.cs#L40
Non-nullable property 'ActionType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src-plugin/ProfileGenerator/Models/CommandAction.cs#L49
Non-nullable property 'KeyCodes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src-plugin/ProfileGenerator/Models/CommandAction.cs#L97
Non-nullable property 'RandomSounds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src-plugin/ProfileGenerator/Models/Command.cs#L7
Non-nullable property 'Referrer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.