Skip to content

Bump nunit from 3.13.3 to 4.1.0 #2103

Bump nunit from 3.13.3 to 4.1.0

Bump nunit from 3.13.3 to 4.1.0 #2103

Triggered via pull request March 4, 2024 09:23
Status Failure
Total duration 1m 11s
Artifacts

ci.yml

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

Annotations

10 errors and 6 warnings
.NET Core CLV Server exe Tests: LogViewer.Server.Tests/ServerTests.cs#L37
'Assert' does not contain a definition for 'AreEqual'
.NET Core CLV Server exe Tests: LogViewer.Server.Tests/ServerTests.cs#L53
'Assert' does not contain a definition for 'AreEqual'
.NET Core CLV Server exe Tests: LogViewer.Server.Tests/ServerTests.cs#L54
'Assert' does not contain a definition for 'AreEqual'
.NET Core CLV Server exe Tests: LogViewer.Server.Tests/ServerTests.cs#L55
'Assert' does not contain a definition for 'AreEqual'
.NET Core CLV Server exe Tests: LogViewer.Server.Tests/ServerTests.cs#L56
'Assert' does not contain a definition for 'AreEqual'
.NET Core CLV Server exe Tests: LogViewer.Server.Tests/ServerTests.cs#L57
'Assert' does not contain a definition for 'AreEqual'
.NET Core CLV Server exe Tests: LogViewer.Server.Tests/ServerTests.cs#L58
'Assert' does not contain a definition for 'AreEqual'
.NET Core CLV Server exe Tests: LogViewer.Server.Tests/ServerTests.cs#L77
'Assert' does not contain a definition for 'AreEqual'
.NET Core CLV Server exe Tests: LogViewer.Server.Tests/ServerTests.cs#L80
The name 'CollectionAssert' does not exist in the current context
.NET Core CLV Server exe Tests: LogViewer.Server.Tests/ServerTests.cs#L83
The name 'CollectionAssert' does not exist in the current context
.NET Core CLV Server exe Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
.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.