Skip to content

feat: increase font size for Main Window #125

feat: increase font size for Main Window

feat: increase font size for Main Window #125

Triggered via push August 16, 2025 10:30
Status Success
Total duration 1m 20s
Artifacts
Fit to window
Zoom out
Zoom in

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#L107
'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