Skip to content

Bump Serilog.Sinks.Console from 4.1.0 to 5.0.0 #114

Bump Serilog.Sinks.Console from 4.1.0 to 5.0.0

Bump Serilog.Sinks.Console from 4.1.0 to 5.0.0 #114

Triggered via push July 7, 2024 05:17
Status Success
Total duration 28s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: ZWaveDotNet/CommandClassReports/EndPointCapabilities.cs#L7
Nullability of reference types in return type of 'string? object.ToString()' doesn't match implicitly implemented member 'string ICommandClassReport.ToString()' (possibly because of nullability attributes).
build: ZWaveDotNet/CommandClassReports/EndPointFindReport.cs#L7
Nullability of reference types in return type of 'string? object.ToString()' doesn't match implicitly implemented member 'string ICommandClassReport.ToString()' (possibly because of nullability attributes).
build: ZWaveDotNet/CommandClassReports/EndPointReport.cs#L6
Nullability of reference types in return type of 'string? object.ToString()' doesn't match implicitly implemented member 'string ICommandClassReport.ToString()' (possibly because of nullability attributes).
build: ZWaveDotNet/CommandClasses/ZWavePlus.cs#L26
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: ZWaveDotNet/CommandClasses/Version.cs#L52
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: ZWaveDotNet/CommandClasses/Unknown.cs#L15
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: ZWaveDotNet/CommandClasses/TransportService.cs#L136
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: ZWaveDotNet/CommandClasses/TimeParameters.cs#L55
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: ZWaveDotNet/CommandClasses/SwitchAll.cs#L49
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: ZWaveDotNet/CommandClasses/SilenceAlarm.cs#L34
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.