Skip to content

Run e2e tests

Run e2e tests #5

Manually triggered May 31, 2025 22:24
Status Failure
Total duration 7m 37s
Artifacts

RunE2eTests.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: Desktop/Domain/Task.cs#L35
Non-nullable field 'description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Desktop/Domain/Task.cs#L35
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Desktop/Tasks/TaskEditing.xaml#L12
'TaskEditing.Name' hides inherited member 'FrameworkElement.Name'. Use the new keyword if hiding was intended.
build: Desktop/Tasks/TaskCreation.xaml#L19
'TaskCreation.Name' hides inherited member 'FrameworkElement.Name'. Use the new keyword if hiding was intended.
build: Desktop/MainWindow.xaml#L28
'MainWindow.Content' hides inherited member 'ContentControl.Content'. Use the new keyword if hiding was intended.
build: Desktop/Domain/Task.cs#L35
Non-nullable field 'description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Desktop/Domain/Task.cs#L35
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Desktop/Tasks/TaskEditing.xaml#L12
'TaskEditing.Name' hides inherited member 'FrameworkElement.Name'. Use the new keyword if hiding was intended.
build: Desktop/Tasks/TaskCreation.xaml#L19
'TaskCreation.Name' hides inherited member 'FrameworkElement.Name'. Use the new keyword if hiding was intended.
build: Desktop/MainWindow.xaml#L28
'MainWindow.Content' hides inherited member 'ContentControl.Content'. Use the new keyword if hiding was intended.