feat: python support #282
Closed
feat: python support #282
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@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/
|
Build and run tests:
Core/Logging/DiagnosticLogger.Enhanced.cs#L39
Nullable value type may be null.
|
Build and run tests:
Core/Logging/DiagnosticLogger.Enhanced.cs#L43
Nullable value type may be null.
|
Build and run tests:
Core/Logging/DiagnosticLogger.Format.cs#L24
'LogFormatter.Structured' is obsolete: 'Use Enhanced instead of Structure'
|
Build and run tests:
Core/Parser/SchemaParser.cs#L41
The field 'SchemaParser._rpcBoilerplateGenerated' is assigned but its value is never used
|
Build and run tests:
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.
|
Build and run tests:
Compiler/CommandLineFlags.cs#L337
Non-nullable property 'WorkingDirectory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build and run tests:
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.
|
Build and run tests:
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)
|
Build and run tests:
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)
|
Build and run tests:
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)
|
The logs for this run have expired and are no longer available.
Loading