Skip to content

Merge pull request #902 from warrenbuckley/dependabot/npm_and_yarn/Lo… #577

Merge pull request #902 from warrenbuckley/dependabot/npm_and_yarn/Lo…

Merge pull request #902 from warrenbuckley/dependabot/npm_and_yarn/Lo… #577

Triggered via push January 21, 2024 20:45
Status Failure
Total duration 2m 0s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

intellicode.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/vs-intellicode@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: 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: 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: 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: LogViewer.Server/Parser/LogParser.cs#L72
Possible null reference assignment.
build: 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: 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: 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: 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: LogViewer.Server/Parser/LogParser.cs#L72
Possible null reference assignment.
build: 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.