ZipExtensionWrapper class added with unit tests. #1797
Annotations
1 error and 10 warnings
Run DataAccessTest tests
Process completed with exit code 1.
|
Build test project:
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)'.
|
Build test project:
DataAccessTest/Extensions/ZipExtensionWrapperUt.cs#L63
Cannot convert null literal to non-nullable reference type.
|
Build test project:
DataAccessTest/Extensions/ZipExtensionWrapperUt.cs#L220
Cannot convert null literal to non-nullable reference type.
|
Build test project:
DataAccessTest/Extensions/ZipExtensionWrapperUt.cs#L280
Converting null literal or possible null value to non-nullable type.
|
Build test project:
DataAccessTest/Extensions/ZipExtensionWrapperUt.cs#L286
Possible null reference argument for parameter 'sourcePath' in 'Task ZipExtensionWrapper.CreateFromDirectoryAsync(string sourcePath, string destinationPath)'.
|
Build test project:
DataAccessTest/Extensions/ZipExtensionWrapperUt.cs#L278
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 test project:
DataAccessTest/Extensions/ZipExtensionWrapperUt.cs#L294
Converting null literal or possible null value to non-nullable type.
|
Build test project:
DataAccessTest/Extensions/ZipExtensionWrapperUt.cs#L298
Possible null reference argument for parameter 'destinationPath' in 'Task ZipExtensionWrapper.CreateFromDirectoryAsync(string sourcePath, string destinationPath)'.
|
Build test project:
DataAccessTest/Extensions/ZipExtensionWrapperUt.cs#L291
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 test project:
DataAccessTest/Extensions/ZipExtensionWrapperUt.cs#L303
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.
|
Loading