Bug 541 #1758
Annotations
10 warnings
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)'.
|
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.
|
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.
|
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.
|
PresentationTest/TestExtensions.cs#L189
Possible null reference return.
|
PresentationTest/Components/ContentFiles/ContentFilesViewUt.cs#L115
Dereference of a possibly null reference.
|
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.
|
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.
|
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.
|
PresentationTest/Components/Forms/Element/ElementModelHandlerUt.cs#L68
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2, string path3)'.
|
The logs for this run have expired and are no longer available.
Loading