Skip to content

Build Yarn Spinner #219

Build Yarn Spinner

Build Yarn Spinner #219

Manually triggered November 26, 2024 23:24
Status Success
Total duration 1m 10s
Artifacts

build.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
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 declaring the field as nullable.
build: YarnSpinner/Analyser.cs#L136
Non-nullable field '_defaultAnalyserClasses' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: YarnSpinner/Dialogue.cs#L342
Possible null reference assignment.
build: YarnSpinner/Dialogue.cs#L379
Possible null reference assignment.
build: YarnSpinner/Dialogue.cs#L347
Non-nullable property 'Program' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: YarnSpinner/Dialogue.cs#L350
Non-nullable property 'SmartVariableEvaluator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: YarnSpinner/YarnSpinner.Markup/LineParser.cs#L1087
Converting null literal or possible null value to non-nullable type.
build: YarnSpinner/YarnSpinner.Markup/LineParser.cs#L119
Non-nullable field 'input' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.