Skip to content

_Actually_ fix syntax error #97

_Actually_ fix syntax error

_Actually_ fix syntax error #97

Triggered via push December 16, 2024 03:43
Status Failure
Total duration 31s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 21 warnings
build: src/YarnSpinner.Console/YarnSpinnerConsole.cs#L68
Argument 1: cannot convert from 'method group' to 'System.Action<System.IO.FileInfo[], System.IO.DirectoryInfo, string, string, string, bool, bool>'
build: src/YarnSpinner.Console/YarnSpinnerConsole.cs#L104
Argument 1: cannot convert from 'method group' to 'System.Action<System.IO.FileInfo[], string, bool, bool>'
build: src/YarnSpinner.Console/Commands/UpgradeCommand.cs#L62
No overload for method 'CompileProgram' takes 2 arguments
build: src/YarnSpinner.Console/Commands/StringExtractCommand.cs#L14
No overload for method 'CompileProgram' takes 2 arguments
build: src/YarnSpinner.Console/YarnSpinnerConsole.cs#L68
Argument 1: cannot convert from 'method group' to 'System.Action<System.IO.FileInfo[], System.IO.DirectoryInfo, string, string, string, bool, bool>'
build: src/YarnSpinner.Console/YarnSpinnerConsole.cs#L104
Argument 1: cannot convert from 'method group' to 'System.Action<System.IO.FileInfo[], string, bool, bool>'
build: src/YarnSpinner.Console/Commands/UpgradeCommand.cs#L62
No overload for method 'CompileProgram' takes 2 arguments
build: src/YarnSpinner.Console/Commands/StringExtractCommand.cs#L14
No overload for method 'CompileProgram' takes 2 arguments
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
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/
build
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/
build
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/
build
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/
build
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/
build
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/
build
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/
build
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/
build
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/
build
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/
build: src/YarnSpinner.Console/YarnSpinnerConsole.cs#L21
'JsonSerializerOptions.IgnoreNullValues' is obsolete: 'JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.' (https://aka.ms/dotnet-warnings/SYSLIB0020)
build: src/YarnSpinner.Console/Shared/Log.cs#L47
'Diagnostic.Line' is obsolete: 'Use Range.Start.Line'
build: src/YarnSpinner.Console/Shared/Log.cs#L47
'Diagnostic.Column' is obsolete: 'Use Range.Start.Character'
build: src/YarnSpinner.Console/Commands/TagCommand.cs#L42
'Utility.AddTagsToLines(string, ICollection<string>)' is obsolete: 'This method doesn't return the new tags, just the modified text which can cause issues with multiple files. Please use TagLines instead'