Skip to content

Bump eslint from 8.57.0 to 9.8.0 in /LogViewer.Client #2179

Bump eslint from 8.57.0 to 9.8.0 in /LogViewer.Client

Bump eslint from 8.57.0 to 9.8.0 in /LogViewer.Client #2179

Triggered via pull request August 1, 2024 09:10
Status Failure
Total duration 5m 4s
Artifacts

ci.yml

on: pull_request
.NET Core CLV Server exe Tests
2m 7s
.NET Core CLV Server exe Tests
Build Windows Apps
2m 34s
Build Windows Apps
Fit to window
Zoom out
Zoom in

Annotations

1 error and 14 warnings
Build Windows Apps
Process completed with exit code 1.
.NET Core CLV Server exe Tests
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/
.NET Core CLV Server exe Tests: LogViewer.Server/Models/LogResults.cs#L7
Non-nullable property 'Logs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
.NET Core CLV Server exe Tests: LogViewer.Server/Models/LogResults.cs#L9
Non-nullable property 'MessageTemplates' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
.NET Core CLV Server exe Tests: LogViewer.Server/Parser/LogParser.cs#L82
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
.NET Core CLV Server exe Tests: LogViewer.Server/Parser/LogParser.cs#L72
Possible null reference assignment.
.NET Core CLV Server exe Tests: LogViewer.Server/Parser/LogParser.cs#L77
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 Windows Apps
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, actions/setup-node@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 Windows Apps
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 Windows Apps
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
Build Windows Apps: LogViewer.Server/Models/LogResults.cs#L7
Non-nullable property 'Logs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Windows Apps: LogViewer.Server/Models/LogResults.cs#L9
Non-nullable property 'MessageTemplates' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Windows Apps: LogViewer.Server/Parser/LogParser.cs#L82
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Build Windows Apps: LogViewer.Server/Parser/LogParser.cs#L72
Possible null reference assignment.
Build Windows Apps: LogViewer.Server/Parser/LogParser.cs#L77
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.