feat: #56 Python support #493
Annotations
15 warnings
test-rust
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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/DiagnosticLogger.Enhanced.cs#L39
Nullable value type may be null.
|
test-rust:
Core/Logging/DiagnosticLogger.Enhanced.cs#L43
Nullable value type may be null.
|
test-rust:
Core/Logging/DiagnosticLogger.Format.cs#L24
'LogFormatter.Structured' is obsolete: 'Use Enhanced instead of Structure'
|
test-rust:
Core/Parser/SchemaParser.cs#L41
The field 'SchemaParser._rpcBoilerplateGenerated' is assigned but its value is never used
|
test-rust:
Compiler/BebopCompiler.cs#L57
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/Watcher.cs#L225
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#L337
Non-nullable property 'WorkingDirectory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test-rust:
Compiler/BebopCompiler.cs#L25
Use "Async" suffix in names of methods that return an awaitable type. (https://github.com/Microsoft/vs-threading/blob/master/doc/analyzers/VSTHRD200.md)
|
test-rust:
Compiler/BebopCompiler.cs#L33
Use "Async" suffix in names of methods that return an awaitable type. (https://github.com/Microsoft/vs-threading/blob/master/doc/analyzers/VSTHRD200.md)
|
test-rust:
Compiler/BebopCompiler.cs#L57
Use "Async" suffix in names of methods that return an awaitable type. (https://github.com/Microsoft/vs-threading/blob/master/doc/analyzers/VSTHRD200.md)
|