Skip to content

Bump nunit from 3.13.3 to 4.0.0 #2149

Bump nunit from 3.13.3 to 4.0.0

Bump nunit from 3.13.3 to 4.0.0 #2149

Triggered via pull request December 1, 2023 14:07
Status Failure
Total duration 1m 25s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
CodeQL-Build: LogViewer.Server.Tests/ServerTests.cs#L37
'Assert' does not contain a definition for 'AreEqual'
CodeQL-Build: LogViewer.Server.Tests/ServerTests.cs#L53
'Assert' does not contain a definition for 'AreEqual'
CodeQL-Build: LogViewer.Server.Tests/ServerTests.cs#L54
'Assert' does not contain a definition for 'AreEqual'
CodeQL-Build: LogViewer.Server.Tests/ServerTests.cs#L55
'Assert' does not contain a definition for 'AreEqual'
CodeQL-Build: LogViewer.Server.Tests/ServerTests.cs#L56
'Assert' does not contain a definition for 'AreEqual'
CodeQL-Build: LogViewer.Server.Tests/ServerTests.cs#L57
'Assert' does not contain a definition for 'AreEqual'
CodeQL-Build: LogViewer.Server.Tests/ServerTests.cs#L58
'Assert' does not contain a definition for 'AreEqual'
CodeQL-Build: LogViewer.Server.Tests/ServerTests.cs#L77
'Assert' does not contain a definition for 'AreEqual'
CodeQL-Build: LogViewer.Server.Tests/ServerTests.cs#L80
The name 'CollectionAssert' does not exist in the current context
CodeQL-Build: LogViewer.Server.Tests/ServerTests.cs#L83
The name 'CollectionAssert' does not exist in the current context
CodeQL-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.
CodeQL-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.
CodeQL-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.
CodeQL-Build: LogViewer.Server/Parser/LogParser.cs#L72
Possible null reference assignment.
CodeQL-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.
CodeQL-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.
CodeQL-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.
CodeQL-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.
CodeQL-Build: LogViewer.Server/Parser/LogParser.cs#L72
Possible null reference assignment.
CodeQL-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.