Update MauiDemo.sln #206
main_build-maui.yml
on: push
maui-windows
4m 36s
maui-android
4m 57s
maui-ios
1m 25s
maui-macos
2m 17s
Annotations
40 warnings
|
maui-ios:
src/MAUI/ViewModels/MainViewModel.cs#L28
Nullability of reference types in type of parameter 'sender' of 'void MainViewModel.Employees_CollectionChanged(object sender, NotifyCollectionChangedEventArgs e)' doesn't match the target delegate 'NotifyCollectionChangedEventHandler' (possibly because of nullability attributes).
|
|
maui-ios:
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-ios:
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-ios:
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-ios:
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-ios:
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-ios:
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-ios:
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-ios:
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-ios:
src/MAUI/App.xaml.cs#L10
Nullability of type of parameter 'activationState' doesn't match overridden member (possibly because of nullability attributes).
|
|
maui-macos:
src/MAUI/ViewModels/MainViewModel.cs#L16
Non-nullable property 'DataGridView' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
maui-macos:
src/MAUI/ViewModels/MainViewModel.cs#L16
Non-nullable field 'employees' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
maui-macos:
src/MAUI/ViewModels/MainViewModel.cs#L28
Nullability of reference types in type of parameter 'sender' of 'void MainViewModel.Employees_CollectionChanged(object sender, NotifyCollectionChangedEventArgs e)' doesn't match the target delegate 'NotifyCollectionChangedEventHandler' (possibly because of nullability attributes).
|
|
maui-macos:
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-macos:
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-macos:
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-macos:
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-macos:
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-macos:
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-macos:
src/MAUI/App.xaml.cs#L10
Nullability of type of parameter 'activationState' doesn't match overridden member (possibly because of nullability attributes).
|
|
maui-windows:
src/MAUI/ViewModels/MainViewModel.cs#L28
Nullability of reference types in type of parameter 'sender' of 'void MainViewModel.Employees_CollectionChanged(object sender, NotifyCollectionChangedEventArgs e)' doesn't match the target delegate 'NotifyCollectionChangedEventHandler' (possibly because of nullability attributes).
|
|
maui-windows:
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-windows:
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-windows:
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-windows:
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-windows:
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-windows:
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-windows:
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-windows:
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-windows:
src/MAUI/App.xaml.cs#L10
Nullability of type of parameter 'activationState' doesn't match overridden member (possibly because of nullability attributes).
|
|
maui-android:
src/MAUI/ViewModels/MainViewModel.cs#L16
Non-nullable property 'DataGridView' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
maui-android:
src/MAUI/ViewModels/MainViewModel.cs#L16
Non-nullable field 'employees' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
maui-android:
src/MAUI/ViewModels/MainViewModel.cs#L28
Nullability of reference types in type of parameter 'sender' of 'void MainViewModel.Employees_CollectionChanged(object sender, NotifyCollectionChangedEventArgs e)' doesn't match the target delegate 'NotifyCollectionChangedEventHandler' (possibly because of nullability attributes).
|
|
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).
|