Skip to content

[maui] Add image rendering example to demo #211

[maui] Add image rendering example to demo

[maui] Add image rendering example to demo #211

Triggered via push March 3, 2026 22:13
Status Failure
Total duration 8m 3s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
maui-ios
Process completed with exit code 1.
maui-macos
Process completed with exit code 1.
maui-windows
Process completed with exit code 1.
maui-windows
Assets file 'D:\a\DevOpsExamples\DevOpsExamples\src\MAUI\obj\project.assets.json' doesn't have a target for 'net10.0-windows10.0.19041.0'. Ensure that restore has run and that you have included 'net10.0-windows10.0.19041.0' in the TargetFrameworks for your project.
maui-windows
Assets file 'D:\a\DevOpsExamples\DevOpsExamples\src\MAUI\obj\project.assets.json' doesn't have a target for 'net10.0-windows10.0.19041.0'. Ensure that restore has run and that you have included 'net10.0-windows10.0.19041.0' in the TargetFrameworks for your project.
maui-android: src/MAUI/Views/MainPage.xaml.cs#L114
Possible null reference argument for parameter 'config' in 'Bitmap Bitmap.CreateBitmap(int width, int height, Config config)'.
maui-android: src/MAUI/Views/SchedulerPage.xaml.cs#L20
Non-nullable property 'AppointmentTemplate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
maui-android: src/MAUI/Views/SchedulerPage.xaml.cs#L19
Non-nullable property 'AllDayAppointmentTemplate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
maui-android: src/MAUI/Models/DataTypeEditorsModel.cs#L19
Non-nullable field 'notes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
maui-android: src/MAUI/Models/DataTypeEditorsModel.cs#L17
Non-nullable field 'url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
maui-android: src/MAUI/Models/DataTypeEditorsModel.cs#L16
Non-nullable field 'password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
maui-android: src/MAUI/Models/DataTypeEditorsModel.cs#L15
Non-nullable field 'email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
maui-android: src/MAUI/Models/DataTypeEditorsModel.cs#L14
Non-nullable field 'phoneNumber' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
maui-android: src/MAUI/Models/DataTypeEditorsModel.cs#L8
Non-nullable field 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
maui-android: src/MAUI/App.xaml.cs#L10
Nullability of type of parameter 'activationState' doesn't match overridden member (possibly because of nullability attributes).