Skip to content

Make LSP tests less brittle to future changes #195

Make LSP tests less brittle to future changes

Make LSP tests less brittle to future changes #195

Triggered via push December 16, 2023 00:04
Status Failure
Total duration 51s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 21 warnings
build: YarnSpinner.LanguageServer/src/Server/Utils/Utils.cs#L34
The name 'default' does not exist in the current context
build: YarnSpinner.LanguageServer/src/Server/Utils/Utils.cs#L35
The name 'str' does not exist in the current context
build: YarnSpinner.LanguageServer/src/Server/Utils/Utils.cs#L41
The name 'default' does not exist in the current context
build: YarnSpinner.LanguageServer/src/Server/Utils/Utils.cs#L42
The name 'str' does not exist in the current context
build: YarnSpinner.LanguageServer/src/Server/Utils/Utils.cs#L34
The name 'default' does not exist in the current context
build: YarnSpinner.LanguageServer/src/Server/Utils/Utils.cs#L35
The name 'str' does not exist in the current context
build: YarnSpinner.LanguageServer/src/Server/Utils/Utils.cs#L41
The name 'default' does not exist in the current context
build: YarnSpinner.LanguageServer/src/Server/Utils/Utils.cs#L42
The name 'str' does not exist in the current context
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#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/Dialogue.cs#L317
Possible null reference assignment.
build: YarnSpinner/Dialogue.cs#L350
Possible null reference assignment.
build: YarnSpinner/Dialogue.cs#L322
Non-nullable property 'Program' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: YarnSpinner/Dialogue.cs#L325
Non-nullable property 'SmartVariableEvaluator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: YarnSpinner/Dialogue.cs#L554
Possible null reference return.
build: YarnSpinner/Dialogue.cs#L587
Possible null reference return.