Skip to content

Improve logging of errors #605

Improve logging of errors

Improve logging of errors #605

Triggered via pull request January 18, 2025 00:39
Status Success
Total duration 1m 40s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
build
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.
build
.NET 6.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.