Skip to content

CI Build

CI Build #1

Manually triggered July 15, 2024 07:06
Status Success
Total duration 31m 12s
Artifacts

ci.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Android Build: Helper/HourToMarginConverter.cs#L7
Nullability of reference types in type of parameter 'value' of 'object HourToMarginConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
Android Build: Helper/HourToMarginConverter.cs#L7
Nullability of reference types in type of parameter 'parameter' of 'object HourToMarginConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
Android Build: Helper/HourToMarginConverter.cs#L23
Nullability of reference types in type of parameter 'value' of 'object HourToMarginConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
Android Build: Helper/HourToMarginConverter.cs#L23
Nullability of reference types in type of parameter 'parameter' of 'object HourToMarginConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
Android Build: Views/DayPageView.xaml.cs#L15
Nullability of reference types in type of parameter 'sender' of 'void DayPageView.OnSizeChanged(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
Android Build: ViewModels/SearchPageViewModel.cs#L49
Nullability of reference types in type of parameter 'eventModel' of 'Task SearchPageViewModel.OnEventTapped(EventModel eventModel)' doesn't match the target delegate 'Func<EventModel?, Task>' (possibly because of nullability attributes).
Android Build: Services/EventService.cs#L25
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Android Build: Services/EventService.cs#L46
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Android Build: ViewModels/SearchPageViewModel.cs#L104
Dereference of a possibly null reference.
Android Build: ViewModels/MonthPageViewModel.cs#L29
Nullability of reference types in type of parameter 'sender' of 'void MonthPageViewModel.OnEventAdded(object sender, EventModel newEvent)' doesn't match the target delegate 'EventHandler<EventModel>' (possibly because of nullability attributes).
iOS Build: Helper/HourToMarginConverter.cs#L7
Nullability of reference types in type of parameter 'value' of 'object HourToMarginConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
iOS Build: Helper/HourToMarginConverter.cs#L7
Nullability of reference types in type of parameter 'parameter' of 'object HourToMarginConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.Convert(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
iOS Build: Helper/HourToMarginConverter.cs#L23
Nullability of reference types in type of parameter 'value' of 'object HourToMarginConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
iOS Build: Helper/HourToMarginConverter.cs#L23
Nullability of reference types in type of parameter 'parameter' of 'object HourToMarginConverter.ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)' doesn't match implicitly implemented member 'object? IValueConverter.ConvertBack(object? value, Type targetType, object? parameter, CultureInfo culture)' (possibly because of nullability attributes).
iOS Build: Views/DayPageView.xaml.cs#L15
Nullability of reference types in type of parameter 'sender' of 'void DayPageView.OnSizeChanged(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
iOS Build: ViewModels/SearchPageViewModel.cs#L49
Nullability of reference types in type of parameter 'eventModel' of 'Task SearchPageViewModel.OnEventTapped(EventModel eventModel)' doesn't match the target delegate 'Func<EventModel?, Task>' (possibly because of nullability attributes).
iOS Build: ViewModels/SearchPageViewModel.cs#L104
Dereference of a possibly null reference.
iOS Build: ViewModels/MonthPageViewModel.cs#L29
Nullability of reference types in type of parameter 'sender' of 'void MonthPageViewModel.OnEventAdded(object sender, EventModel newEvent)' doesn't match the target delegate 'EventHandler<EventModel>' (possibly because of nullability attributes).
iOS Build: ViewModels/MonthPageViewModel.cs#L30
Nullability of reference types in type of parameter 'sender' of 'void MonthPageViewModel.OnEventRemoved(object sender, EventModel newEvent)' doesn't match the target delegate 'EventHandler<EventModel>' (possibly because of nullability attributes).
iOS Build: ViewModels/MonthPageViewModel.cs#L32
Nullability of reference types in type of parameter 'sender' of 'void MonthPageViewModel.OnEventsAdded(object sender, List<EventModel> newEvents)' doesn't match the target delegate 'EventHandler<List<EventModel>>' (possibly because of nullability attributes).