Skip to content

feature(): json-over-bebop #380

feature(): json-over-bebop

feature(): json-over-bebop #380

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

test-csharp.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
test-csharp: Core/Logging/Lager.cs#L80
'LogFormatter.Structured' is obsolete: 'Use Enhanced instead of Structure'
test-csharp: Core/Logging/Lager.cs#L141
Nullable value type may be null.
test-csharp: Core/Logging/Lager.cs#L145
Nullable value type may be null.
test-csharp: Core/Logging/Lager.cs#L164
Possible null reference argument for parameter 'path' in 'TextPath.TextPath(string path)'.
test-csharp: Core/Parser/SchemaParser.cs#L41
The field 'SchemaParser._rpcBoilerplateGenerated' is assigned but its value is never used
test-csharp: Compiler/CommandLineFlags.cs#L329
Non-nullable property 'WorkingDirectory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test-csharp: 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-csharp: Compiler/Program.cs#L21
Use "Async" suffix in names of methods that return an awaitable type.
test-csharp: Compiler/BebopCompiler.cs#L27
Use "Async" suffix in names of methods that return an awaitable type.
test-csharp: Compiler/BebopCompiler.cs#L35
Use "Async" suffix in names of methods that return an awaitable type.
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.