Skip to content

Added a download prompt before installing #30

Added a download prompt before installing

Added a download prompt before installing #30

Triggered via push April 14, 2024 13:21
Status Success
Total duration 9m 34s
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/Records/RecordGenerator.cs#L20
Non-nullable event 'RecordsGenerated' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
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/Services/WebApi/SpanshService.cs#L52
Possible null reference argument for parameter 'from' in 'NeutronRequest.NeutronRequest(string from, string to, int range = 10)'.
release: src-plugin/EliteVA/Services/WebApi/SpanshService.cs#L52
Possible null reference argument for parameter 'to' in 'NeutronRequest.NeutronRequest(string from, string to, int range = 10)'.
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
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/Command.cs#L7
Non-nullable property 'Referrer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src-plugin/ProfileGenerator/Models/Command.cs#L43
Non-nullable property 'BaseId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src-plugin/ProfileGenerator/Models/Command.cs#L46
Non-nullable property 'OriginId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src-plugin/ProfileGenerator/Models/Command.cs#L67
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src-plugin/ProfileGenerator/Models/Command.cs#L70
Non-nullable property 'CommandString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src-plugin/ProfileGenerator/Models/Command.cs#L73
Non-nullable property 'ActionSequence' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src-plugin/ProfileGenerator/Models/Command.cs#L82
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src-plugin/ProfileGenerator/Models/Command.cs#L121
Non-nullable property 'SourceProfile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
release: src-plugin/ProfileGenerator/Models/Command.cs#L205
Non-nullable property 'LastEditedAction' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.