Skip to content

Merge pull request #820 from warrenbuckley/dependabot/npm_and_yarn/Lo… #509

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

Merge pull request #820 from warrenbuckley/dependabot/npm_and_yarn/Lo… #509

Triggered via push July 10, 2023 14:58
Status Failure
Total duration 2m 22s
Artifacts

intellicode.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.
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.