Skip to content

Add type-check requirements for arithmetic #184

Add type-check requirements for arithmetic

Add type-check requirements for arithmetic #184

Re-run triggered October 9, 2023 13:45
Status Cancelled
Total duration 3m 26s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 21 warnings
build
The operation was canceled.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, gittools/actions/gitversion/setup@v0.9.10, gittools/actions/gitversion/execute@v0.9.10. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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#L30
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#L126
Non-nullable field '_defaultAnalyserClasses' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: YarnSpinner/Analyser.cs#L137
Non-nullable field '_defaultAnalyserClasses' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: YarnSpinner/YarnSpinner.Markup/LineParser.cs#L112
Non-nullable field 'input' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: YarnSpinner/YarnSpinner.Markup/LineParser.cs#L112
Non-nullable field 'stringReader' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: YarnSpinner/YarnSpinner.Markup/LineParser.cs#L529
Cannot convert null literal to non-nullable reference 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 declaring the property as nullable.
build: YarnSpinner/Types/ErrorType.cs#L13
Possible null reference return.