Skip to content

feat: python support #411

feat: python support

feat: python support #411

Triggered via pull request October 28, 2023 14:06
Status Success
Total duration 1m 51s
Artifacts

test-csharp.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
test-csharp
The following actions uses node12 which is deprecated and will be forced to run on node16: 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-csharp: Core/Logging/DiagnosticLogger.Enhanced.cs#L39
Nullable value type may be null.
test-csharp: Core/Logging/DiagnosticLogger.Enhanced.cs#L43
Nullable value type may be null.
test-csharp: Core/Logging/DiagnosticLogger.Format.cs#L24
'LogFormatter.Structured' is obsolete: 'Use Enhanced instead of Structure'
test-csharp: Core/Parser/SchemaParser.cs#L41
The field 'SchemaParser._rpcBoilerplateGenerated' is assigned but its value is never used
test-csharp: Compiler/CommandLineFlags.cs#L337
Non-nullable property 'WorkingDirectory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-csharp: 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-csharp: 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-csharp: 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-csharp: 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-csharp: 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)
test-csharp
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.