[maui] Add image rendering example to demo #211
main_build-maui.yml
on: push
maui-windows
3m 46s
maui-android
7m 57s
maui-ios
1m 2s
maui-macos
1m 17s
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).
|