Skip to content

Add tests for ensuring predefined method list is consistent with impl… #174

Add tests for ensuring predefined method list is consistent with impl…

Add tests for ensuring predefined method list is consistent with impl… #174

Triggered via push September 18, 2023 07:03
Status Failure
Total duration 1m 42s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 21 warnings
build
Process completed with exit code 1.
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/[email protected], gittools/actions/gitversion/[email protected]. 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#L31
Cannot convert null literal to non-nullable reference type.
build: YarnSpinner/Program.cs#L19
Cannot convert null literal to non-nullable reference type.
build: YarnSpinner/Program.cs#L176
Cannot convert null literal to non-nullable reference type.
build: YarnSpinner/Types/AnyType.cs#L34
'AnyType.Methods' hides inherited member 'TypeBase.Methods'. Use the new keyword if hiding was intended.
build: YarnSpinner/Types/FunctionType.cs#L92
'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/Types/TypeBase.cs#L49
'TypeBase' overrides Object.Equals(object o) but does not override Object.GetHashCode()
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/Analyser.cs#L127
Non-nullable field '_defaultAnalyserClasses' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.