Skip to content

Bump @typescript-eslint/eslint-plugin from 5.61.0 to 6.6.0 in /LogViewer.Client #1923

Bump @typescript-eslint/eslint-plugin from 5.61.0 to 6.6.0 in /LogViewer.Client

Bump @typescript-eslint/eslint-plugin from 5.61.0 to 6.6.0 in /LogViewer.Client #1923

Triggered via pull request September 4, 2023 20:05
Status Failure
Total duration 6m 6s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

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

Annotations

1 error and 12 warnings
Build Windows Apps
Process completed with exit code 1.
.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 `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
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
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.
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.