82 dependency injection with autofac 2 #496
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, NuGet/setup-nuget@v1.0.5. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Setup NuGet.exe for use with actions
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/
|
Build:
OctaneEngine/Streams/NormalStream.cs#L98
'NormalStream.ReadAsync(Memory<byte>, CancellationToken)' hides inherited member 'Stream.ReadAsync(Memory<byte>, CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Build:
OctaneEngine/Streams/ThrottleStream.cs#L126
'ThrottleStream.ReadAsync(Memory<byte>, CancellationToken)' hides inherited member 'Stream.ReadAsync(Memory<byte>, CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Build:
OctaneEngine/Streams/ThrottleStream.cs#L126
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:
BenchmarkOctaneProject/Program.cs#L25
Cannot convert null literal to non-nullable reference type.
|
Build:
BenchmarkOctaneProject/Program.cs#L26
Cannot convert null literal to non-nullable reference type.
|
Build:
BenchmarkOctaneProject/Program.cs#L27
Cannot convert null literal to non-nullable reference type.
|
Build:
BenchmarkOctaneProject/Program.cs#L28
Non-nullable field 'pauseTokenSource' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
BenchmarkOctaneProject/Program.cs#L29
Non-nullable field 'cancelTokenSource' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
BenchmarkOctaneProject/Program.cs#L30
Non-nullable field 'config' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
BenchmarkOctaneProject/Program.cs#L32
Non-nullable field 'Url' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
The logs for this run have expired and are no longer available.
Loading