Skip to content

Show node group complexity in code lenses #251

Show node group complexity in code lenses

Show node group complexity in code lenses #251

Triggered via push January 24, 2025 03:32
Status Success
Total duration 1m 24s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
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: YarnSpinner/Analyser.cs#L29
Cannot convert null literal to non-nullable reference type.
build: YarnSpinner/Types/FunctionType.cs#L91
'FunctionType.ToString()' hides inherited member 'object.ToString()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: YarnSpinner/Analyser.cs#L125
Non-nullable field '_defaultAnalyserClasses' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: YarnSpinner/Analyser.cs#L136
Non-nullable field '_defaultAnalyserClasses' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: YarnSpinner/VirtualMachine.cs#L366
Possible null reference argument for parameter 'lineIDs' in 'void PrepareForLinesHandler.Invoke(IEnumerable<string> lineIDs)'.
build: YarnSpinner/YarnSpinner.Markup/LineParser.cs#L1088
Converting null literal or possible null value to non-nullable type.
build: YarnSpinner/Types/TypeUtil.cs#L80
Possible null reference return.
build: YarnSpinner/Types/StringType.cs#L18
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: YarnSpinner/Types/ErrorType.cs#L13
Possible null reference return.
build: YarnSpinner/YarnSpinner.Markup/LineParser.cs#L119
Non-nullable field 'input' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.