Skip to content

Fix test path

Fix test path #3

Triggered via push February 7, 2024 10:07
Status Success
Total duration 1m 23s
Artifacts

prerelease.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: Sharp7.Rx/Sharp7Connector.cs#L70
The variable 'ex' is declared but never used
build: Sharp7.Rx/Sharp7Connector.cs#L97
'S7Consts.S7AreaDB' is obsolete: 'Use enum S7Area.DB instead'
build: Sharp7.Rx/Sharp7Connector.cs#L97
'S7Consts.S7WLByte' is obsolete: 'Use enum S7WordLength.Byte instead'
build: Sharp7.Rx/Sharp7Plc.cs#L17
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
build: Sharp7.Rx/Basics/LimitedConcurrencyLevelTaskScheduler.cs#L29
Use nameof in place of string literal 'maxDegreeOfParallelism' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1507)
build: Sharp7.Rx/Extensions/ObservableExtensions.cs#L49
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogError(ILogger, Exception?, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
build: Sharp7.Rx/Extensions/ObservableExtensions.cs#L33
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogError(ILogger, Exception?, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
build: Sharp7.Rx/Extensions/ObservableExtensions.cs#L33
The logging message template should not vary between calls to 'LoggerExtensions.LogError(ILogger, Exception?, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2254)
build: Sharp7.Rx/Extensions/ObservableExtensions.cs#L49
The logging message template should not vary between calls to 'LoggerExtensions.LogError(ILogger, Exception?, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2254)
build: Sharp7.Rx/Sharp7Plc.cs#L125
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogError(ILogger, Exception?, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)