Skip to content

Update todolist

Update todolist #71

Triggered via push July 12, 2024 09:01
Status Failure
Total duration 5m 41s
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 20 warnings
build (x64)
Process completed with exit code 1.
build (x64): src/Shared/Corathing.Contracts/Services/IStorageService.cs#L29
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): src/Shared/Corathing.Contracts/Services/IStorageService.cs#L30
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): src/Shared/Corathing.Contracts/Services/IAuthService.cs#L26
Non-nullable field 'username' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (x64): src/Shared/Corathing.Contracts/Services/IAuthService.cs#L27
Non-nullable field 'password' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (x64): src/Shared/Corathing.Contracts/Entries/CoraWidgetInfo.cs#L54
Non-nullable property 'CoraPackageInfo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): src/Shared/Corathing.Contracts/Entries/CoraWidgetInfo.cs#L56
Non-nullable property 'WidgetContextType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): src/Shared/Corathing.Contracts/Entries/CoraWidgetInfo.cs#L57
Non-nullable property 'WidgetCustomSettingsType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): src/Shared/Corathing.Contracts/Entries/CoraWidgetInfo.cs#L58
Non-nullable property 'WidgetCustomSettingsContextType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): src/Shared/Corathing.Contracts/Entries/CoraWidgetInfo.cs#L63
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): src/Shared/Corathing.Contracts/Entries/CoraWidgetInfo.cs#L64
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (x64): src/Shared/Corathing.UI.WPF/Structures/ItemsObservableCollection.cs#L14
Non-nullable event 'CollectionPropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build (x64): src/Shared/Corathing.UI.WPF/Structures/ItemsObservableCollection.cs#L19
Non-nullable event 'CollectionPropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build (x64): src/Shared/Corathing.UI.WPF/Structures/ItemsObservableCollection.cs#L27
Nullability of reference types in type of parameter 'sender' of 'void ItemsObservableCollection<T>.OnItemsPropertyChanged(object sender, PropertyChangedEventArgs e)' doesn't match the target delegate 'PropertyChangedEventHandler' (possibly because of nullability attributes).
build (x64): src/Shared/Corathing.UI.WPF/Structures/ItemsObservableCollection.cs#L29
Nullability of reference types in type of parameter 'sender' of 'void ItemsObservableCollection<T>.OnCollectionChangedChanged(object sender, NotifyCollectionChangedEventArgs e)' doesn't match the target delegate 'NotifyCollectionChangedEventHandler' (possibly because of nullability attributes).
build (x64): src/Shared/Corathing.UI.WPF/Structures/ItemsObservableCollection.cs#L39
Nullability of reference types in type of parameter 'sender' of 'void ItemsObservableCollection<T>.OnItemsPropertyChanged(object sender, PropertyChangedEventArgs e)' doesn't match the target delegate 'PropertyChangedEventHandler' (possibly because of nullability attributes).
build (x64): src/Shared/Corathing.UI.WPF/Structures/ItemsObservableCollection.cs#L48
Nullability of reference types in type of parameter 'sender' of 'void ItemsObservableCollection<T>.OnItemsPropertyChanged(object sender, PropertyChangedEventArgs e)' doesn't match the target delegate 'PropertyChangedEventHandler' (possibly because of nullability attributes).
build (x64): src/Shared/Corathing.UI.WPF/Helpers/VisualHelper.cs#L38
Possible null reference return.
build (x64): src/Shared/Corathing.UI.WPF/Controls/CircularProgressBars/CircularProgressBar.cs#L266
Converting null literal or possible null value to non-nullable type.
build (x64): src/Shared/Corathing.UI.WPF/Behaviors/ScaleFontBehavior.cs#L80
'FormattedText.FormattedText(string, CultureInfo, FlowDirection, Typeface, double, Brush)' is obsolete: 'Use the PixelsPerDip override'