Run e2e tests #5
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.
|