docs: update TODO list #133
Annotations
10 warnings and 1 notice
|
build:
Desktop/BackendAvailability/Converters/BoolToImageConverter.cs#L18
Unboxing a possibly null value.
|
|
build:
Desktop/Tasks/TaskCreation.xaml#L28
'TaskCreation.Name' hides inherited member 'FrameworkElement.Name'. Use the new keyword if hiding was intended.
|
|
build:
Desktop/Tasks/TaskEditing.xaml#L23
'TaskEditing.Name' hides inherited member 'FrameworkElement.Name'. Use the new keyword if hiding was intended.
|
|
build:
Desktop/MainWindow.xaml#L109
'MainWindow.Content' hides inherited member 'ContentControl.Content'. Use the new keyword if hiding was intended.
|
|
build:
Backend/Backend/Domain/Task.cs#L16
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:
Backend/Backend/Domain/Task.cs#L16
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:
Backend/Backend/Domain/Task.cs#L9
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:
Backend/Backend/Domain/Task.cs#L9
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:
Backend/Backend/Domain/Task.cs#L5
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:
Backend/Backend/Domain/Task.cs#L5
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
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|