Skip to content

Merge pull request #267 from betwixt-labs/json-over-bebop #460

Merge pull request #267 from betwixt-labs/json-over-bebop

Merge pull request #267 from betwixt-labs/json-over-bebop #460

Triggered via push June 20, 2023 05:46
Status Success
Total duration 1m 36s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test-rust.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
test-rust
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/
test-rust
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/
test-rust
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/
test-rust
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/
test-rust: Core/Logging/Lager.cs#L80
'LogFormatter.Structured' is obsolete: 'Use Enhanced instead of Structure'
test-rust: Core/Logging/Lager.cs#L141
Nullable value type may be null.
test-rust: Core/Logging/Lager.cs#L145
Nullable value type may be null.
test-rust: Core/Logging/Lager.cs#L164
Possible null reference argument for parameter 'path' in 'TextPath.TextPath(string path)'.
test-rust: Core/Parser/SchemaParser.cs#L41
The field 'SchemaParser._rpcBoilerplateGenerated' is assigned but its value is never used
test-rust: Compiler/Watcher.cs#L228
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
test-rust: Compiler/CommandLineFlags.cs#L329
Non-nullable property 'WorkingDirectory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-rust: Compiler/Program.cs#L21
Use "Async" suffix in names of methods that return an awaitable type.
test-rust: Compiler/BebopCompiler.cs#L27
Use "Async" suffix in names of methods that return an awaitable type.
test-rust: Compiler/BebopCompiler.cs#L35
Use "Async" suffix in names of methods that return an awaitable type.