Bump nunit from 3.13.3 to 4.0.0 #1998
ci.yml
on: pull_request
.NET Core CLV Server exe Tests
1m 38s
Build Windows Apps
0s
Annotations
10 errors and 5 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:
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.
|
.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.
|