feat(ts-gen): typeguard helpers for unions #453
integration-tests.yml
on: pull_request
integration-tests
2m 12s
Annotations
16 warnings
integration-tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions-rs/toolchain@v1, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
integration-tests:
Core/Logging/DiagnosticLogger.Enhanced.cs#L1
Nullable value type may be null. [/home/runner/work/bebop/bebop/Core/Core.csproj]
|
integration-tests:
Core/Logging/DiagnosticLogger.Enhanced.cs#L1
Nullable value type may be null. [/home/runner/work/bebop/bebop/Core/Core.csproj]
|
integration-tests:
Core/Logging/DiagnosticLogger.Format.cs#L1
'LogFormatter.Structured' is obsolete: 'Use Enhanced instead of Structure' [/home/runner/work/bebop/bebop/Core/Core.csproj]
|
integration-tests:
Core/Parser/SchemaParser.cs#L1
The field 'SchemaParser._rpcBoilerplateGenerated' is assigned but its value is never used [/home/runner/work/bebop/bebop/Core/Core.csproj]
|
integration-tests:
Compiler/BebopCompiler.cs#L1
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. [/home/runner/work/bebop/bebop/Compiler/Compiler.csproj]
|
integration-tests:
Compiler/CommandLineFlags.cs#L1
Non-nullable property 'WorkingDirectory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/bebop/bebop/Compiler/Compiler.csproj]
|
integration-tests:
Compiler/Watcher.cs#L1
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. [/home/runner/work/bebop/bebop/Compiler/Compiler.csproj]
|
integration-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)
|
integration-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)
|
integration-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)
|
integration-tests
.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.
|
integration-tests
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/
|
integration-tests
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/
|
integration-tests
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/
|
integration-tests
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/
|