ZipExtensionWrapper class added with unit tests. #1796
Annotations
2 errors and 10 warnings
|
Run automated unit and integration tests
The operation was canceled.
|
Run automated unit and integration tests:
SharedTest/ThemeHelperUt.cs#L24
Cannot convert null literal to non-nullable reference type.
|
Run automated unit and integration tests:
SharedTest/LearningElementDifficultyHelperUt.cs#L24
Cannot convert null literal to non-nullable reference type.
|
Run automated unit and integration tests:
BackendAccessTest/BackendServices/UserWebApiServicesUt.cs#L298
'MockedRequestExtensions.Respond(MockedRequest, HttpResponseMessage)' is obsolete: 'Using this overload is not recommended. Instead, use Respond(req => new HttpResponseMessage(...))'
|
Run automated unit and integration tests:
BackendAccessTest/BackendServices/UserWebApiServicesUt.cs#L398
'MockedRequestExtensions.Respond(MockedRequest, HttpResponseMessage)' is obsolete: 'Using this overload is not recommended. Instead, use Respond(req => new HttpResponseMessage(...))'
|
Run automated unit and integration tests:
TestHelpers/PersistEntityProvider.cs#L65
Possible null reference argument for parameter 'learningContent' in 'LearningElementPe.LearningElementPe(string name, ILearningContentPe learningContent, string description, string goals, LearningElementDifficultyEnum difficulty, ElementModel elementModel, int workload = 0, int points = 1, double positionX = 0, double positionY = 0)'.
|
Run automated unit and integration tests:
DataAccessTest/Extensions/ZipExtensionWrapperUt.cs#L63
Cannot convert null literal to non-nullable reference type.
|
Run automated unit and integration tests:
DataAccessTest/Extensions/ZipExtensionsUt.cs#L17
Non-nullable field '_fileSystem' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Run automated unit and integration tests:
DataAccessTest/Persistence/ContentFileHandlerUt.cs#L48
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.
|
Run automated unit and integration tests:
DataAccessTest/Extensions/ZipExtensionWrapperUt.cs#L220
Cannot convert null literal to non-nullable reference type.
|
Run automated unit and integration tests:
DataAccessTest/Extensions/ZipExtensionWrapperUt.cs#L280
Converting null literal or possible null value to non-nullable type.
|
Loading