Skip to content

Fixed #589 by adding filetype to filename in XmlH5PFactory.cs #1742

Fixed #589 by adding filetype to filename in XmlH5PFactory.cs

Fixed #589 by adding filetype to filename in XmlH5PFactory.cs #1742

Triggered via push September 18, 2024 07:47
Status Failure
Total duration 4m 27s
Artifacts

coveralls.yaml

on: push
Matrix: build
Matrix: test-platforms
send-summary
3s
send-summary
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 85 warnings
test-platforms (ubuntu-22.04)
Process completed with exit code 1.
test-platforms (windows-latest)
The job was canceled because "ubuntu-22_04" failed.
test-platforms (windows-latest)
The operation was canceled.
test-platforms (macos-latest)
The job was canceled because "ubuntu-22_04" failed.
test-platforms (macos-latest)
The operation was canceled.
test-platforms (ubuntu-20.04)
The job was canceled because "ubuntu-22_04" failed.
test-platforms (ubuntu-20.04)
The operation was canceled.
build (SharedTest): SharedTest/ThemeHelperUt.cs#L24
Cannot convert null literal to non-nullable reference type.
build (SharedTest): SharedTest/LearningElementDifficultyHelperUt.cs#L24
Cannot convert null literal to non-nullable reference type.
build (SharedTest): SharedTest/ThemeHelperUt.cs#L24
Cannot convert null literal to non-nullable reference type.
build (SharedTest): SharedTest/LearningElementDifficultyHelperUt.cs#L24
Cannot convert null literal to non-nullable reference type.
test-platforms (ubuntu-22.04): SharedTest/ThemeHelperUt.cs#L24
Cannot convert null literal to non-nullable reference type.
test-platforms (ubuntu-22.04): SharedTest/LearningElementDifficultyHelperUt.cs#L24
Cannot convert null literal to non-nullable reference type.
test-platforms (ubuntu-22.04): BackendAccessTest/BackendServices/UserWebApiServicesUt.cs#L298
'MockedRequestExtensions.Respond(MockedRequest, HttpResponseMessage)' is obsolete: 'Using this overload is not recommended. Instead, use Respond(req => new HttpResponseMessage(...))'
test-platforms (ubuntu-22.04): BackendAccessTest/BackendServices/UserWebApiServicesUt.cs#L373
'MockedRequestExtensions.Respond(MockedRequest, HttpResponseMessage)' is obsolete: 'Using this overload is not recommended. Instead, use Respond(req => new HttpResponseMessage(...))'
test-platforms (ubuntu-22.04): 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)'.
test-platforms (ubuntu-22.04): BusinessLogicTest/API/BusinessLogicUt.cs#L926
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.
test-platforms (ubuntu-22.04): 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.
test-platforms (ubuntu-22.04): 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.
test-platforms (ubuntu-22.04): DataAccessTest/Persistence/ContentFileHandlerUt.cs#L147
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.
test-platforms (ubuntu-22.04): DataAccessTest/Persistence/PersistenceCt.cs#L466
Dereference of a possibly null reference.
test-platforms (macos-latest): SharedTest/ThemeHelperUt.cs#L24
Cannot convert null literal to non-nullable reference type.
test-platforms (macos-latest): SharedTest/LearningElementDifficultyHelperUt.cs#L24
Cannot convert null literal to non-nullable reference type.
test-platforms (macos-latest): BackendAccessTest/BackendServices/UserWebApiServicesUt.cs#L298
'MockedRequestExtensions.Respond(MockedRequest, HttpResponseMessage)' is obsolete: 'Using this overload is not recommended. Instead, use Respond(req => new HttpResponseMessage(...))'
test-platforms (macos-latest): BackendAccessTest/BackendServices/UserWebApiServicesUt.cs#L373
'MockedRequestExtensions.Respond(MockedRequest, HttpResponseMessage)' is obsolete: 'Using this overload is not recommended. Instead, use Respond(req => new HttpResponseMessage(...))'
test-platforms (macos-latest): 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)'.
test-platforms (macos-latest): 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.
test-platforms (macos-latest): 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.
test-platforms (macos-latest): DataAccessTest/Persistence/ContentFileHandlerUt.cs#L147
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.
test-platforms (macos-latest): DataAccessTest/Persistence/PersistenceCt.cs#L466
Dereference of a possibly null reference.
test-platforms (macos-latest): DataAccessTest/Persistence/PersistenceCt.cs#L467
Dereference of a possibly null reference.
test-platforms (ubuntu-20.04): SharedTest/ThemeHelperUt.cs#L24
Cannot convert null literal to non-nullable reference type.
test-platforms (ubuntu-20.04): SharedTest/LearningElementDifficultyHelperUt.cs#L24
Cannot convert null literal to non-nullable reference type.
test-platforms (ubuntu-20.04): BackendAccessTest/BackendServices/UserWebApiServicesUt.cs#L298
'MockedRequestExtensions.Respond(MockedRequest, HttpResponseMessage)' is obsolete: 'Using this overload is not recommended. Instead, use Respond(req => new HttpResponseMessage(...))'
test-platforms (ubuntu-20.04): BackendAccessTest/BackendServices/UserWebApiServicesUt.cs#L373
'MockedRequestExtensions.Respond(MockedRequest, HttpResponseMessage)' is obsolete: 'Using this overload is not recommended. Instead, use Respond(req => new HttpResponseMessage(...))'
test-platforms (ubuntu-20.04): 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)'.
test-platforms (ubuntu-20.04): 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.
test-platforms (ubuntu-20.04): 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.
test-platforms (ubuntu-20.04): DataAccessTest/Persistence/ContentFileHandlerUt.cs#L147
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.
test-platforms (ubuntu-20.04): DataAccessTest/Persistence/PersistenceCt.cs#L466
Dereference of a possibly null reference.
test-platforms (ubuntu-20.04): DataAccessTest/Persistence/PersistenceCt.cs#L467
Dereference of a possibly null reference.
build (BackendAccessTest): BackendAccessTest/BackendServices/UserWebApiServicesUt.cs#L298
'MockedRequestExtensions.Respond(MockedRequest, HttpResponseMessage)' is obsolete: 'Using this overload is not recommended. Instead, use Respond(req => new HttpResponseMessage(...))'
build (BackendAccessTest): BackendAccessTest/BackendServices/UserWebApiServicesUt.cs#L373
'MockedRequestExtensions.Respond(MockedRequest, HttpResponseMessage)' is obsolete: 'Using this overload is not recommended. Instead, use Respond(req => new HttpResponseMessage(...))'
build (BackendAccessTest): BackendAccessTest/BackendServices/UserWebApiServicesUt.cs#L298
'MockedRequestExtensions.Respond(MockedRequest, HttpResponseMessage)' is obsolete: 'Using this overload is not recommended. Instead, use Respond(req => new HttpResponseMessage(...))'
build (BackendAccessTest): BackendAccessTest/BackendServices/UserWebApiServicesUt.cs#L373
'MockedRequestExtensions.Respond(MockedRequest, HttpResponseMessage)' is obsolete: 'Using this overload is not recommended. Instead, use Respond(req => new HttpResponseMessage(...))'
build (IntegrationTest): 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 (IntegrationTest): PresentationTest/View/LearningWorld/LearningWorldTreeViewUt.cs#L45
Non-nullable property 'StoryEle1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (IntegrationTest): PresentationTest/View/LearningWorld/LearningWorldTreeViewUt.cs#L46
Non-nullable property 'StoryEle2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (IntegrationTest): PresentationTest/View/LearningWorld/LearningWorldTreeViewUt.cs#L47
Non-nullable property 'Ele1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (IntegrationTest): PresentationTest/Components/Forms/Element/UnplacedElementsDropZoneUt.cs#L78
Non-nullable field '_itemList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (IntegrationTest): PresentationTest/Components/Forms/Element/ElementModelHandlerUt.cs#L68
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2, string path3)'.
build (IntegrationTest): PresentationTest/Components/Forms/BaseFormUt.cs#L180
Non-nullable property 'Foo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (IntegrationTest): PresentationTest/Components/Forms/BaseFormUt.cs#L175
Non-nullable property 'Foo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (IntegrationTest): PresentationTest/TestExtensions.cs#L189
Possible null reference return.
build (GeneratorTest): 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 (GeneratorTest): 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 (DataAccessTest): 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 (DataAccessTest): 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.
build (DataAccessTest): 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.
build (DataAccessTest): DataAccessTest/Persistence/ContentFileHandlerUt.cs#L147
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 (DataAccessTest): DataAccessTest/Persistence/PersistenceCt.cs#L466
Dereference of a possibly null reference.
build (DataAccessTest): DataAccessTest/Persistence/PersistenceCt.cs#L467
Dereference of a possibly null reference.
build (DataAccessTest): 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 (DataAccessTest): 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.
build (DataAccessTest): 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.
build (DataAccessTest): DataAccessTest/Persistence/ContentFileHandlerUt.cs#L147
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 (PresentationTest): 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 (PresentationTest): PresentationTest/View/LearningWorld/LearningWorldTreeViewUt.cs#L45
Non-nullable property 'StoryEle1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (PresentationTest): PresentationTest/View/LearningWorld/LearningWorldTreeViewUt.cs#L46
Non-nullable property 'StoryEle2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (PresentationTest): PresentationTest/View/LearningWorld/LearningWorldTreeViewUt.cs#L47
Non-nullable property 'Ele1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (PresentationTest): PresentationTest/Components/Forms/Element/UnplacedElementsDropZoneUt.cs#L78
Non-nullable field '_itemList' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build (PresentationTest): PresentationTest/Components/Forms/Element/ElementModelHandlerUt.cs#L68
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2, string path3)'.
build (PresentationTest): PresentationTest/PresentationLogic/LearningWorld/LearningWorldPresenterUt.cs#L63
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 (PresentationTest): PresentationTest/PresentationLogic/LearningWorld/LearningWorldPresenterUt.cs#L87
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 (PresentationTest): PresentationTest/Components/Forms/BaseFormUt.cs#L180
Non-nullable property 'Foo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (AuthoringToolTest): 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 (AuthoringToolTest): PresentationTest/TestExtensions.cs#L189
Possible null reference return.
build (AuthoringToolTest): PresentationTest/View/LearningWorld/LearningWorldTreeViewUt.cs#L45
Non-nullable property 'StoryEle1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (AuthoringToolTest): PresentationTest/View/LearningWorld/LearningWorldTreeViewUt.cs#L46
Non-nullable property 'StoryEle2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (AuthoringToolTest): PresentationTest/View/LearningWorld/LearningWorldTreeViewUt.cs#L47
Non-nullable property 'Ele1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (AuthoringToolTest): PresentationTest/PresentationLogic/LearningWorld/LearningWorldPresenterUt.cs#L63
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 (AuthoringToolTest): PresentationTest/PresentationLogic/LearningWorld/LearningWorldPresenterUt.cs#L87
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 (AuthoringToolTest): PresentationTest/PresentationLogic/AuthoringToolWorkspace/AuthoringToolWorkspacePresenterUt.cs#L152
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 (AuthoringToolTest): PresentationTest/PresentationLogic/AuthoringToolWorkspace/AuthoringToolWorkspacePresenterUt.cs#L167
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 (AuthoringToolTest): PresentationTest/PresentationLogic/AuthoringToolWorkspace/AuthoringToolWorkspacePresenterUt.cs#L185
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 (BusinessLogicTest): 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 (BusinessLogicTest): BusinessLogicTest/API/BusinessLogicUt.cs#L926
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.
build (BusinessLogicTest): 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 (BusinessLogicTest): BusinessLogicTest/API/BusinessLogicUt.cs#L926
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.
send-summary
The following actions use a deprecated Node.js version and will be forced to run on node20: CalmDownVal/webhook-summary@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/