Skip to content

Initial Commit

Initial Commit #1

Triggered via push February 7, 2025 02:08
Status Success
Total duration 3m 53s
Billable time 4m
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build: src/ChatTailorAI.Shared/Base/Observable.cs#L9
Nullability of reference types in type of 'event PropertyChangedEventHandler Observable.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build: src/ChatTailorAI.Shared/Base/Observable.cs#L15
Cannot convert null literal to non-nullable reference type.
build: src/ChatTailorAI.Shared/Base/Observable.cs#L29
Cannot convert null literal to non-nullable reference type.
build: src/ChatTailorAI.Shared/Base/RelayCommand.cs#L102
Nullability of reference types in type of parameter 'arg' of 'bool RelayCommand<T>.CanExecute(object arg)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
build: src/ChatTailorAI.Shared/Base/RelayCommand.cs#L107
Nullability of reference types in type of parameter 'parameter' of 'void RelayCommand<T>.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
build: src/ChatTailorAI.Shared/Base/RelayCommand.cs#L86
Nullability of reference types in type of 'event EventHandler RelayCommand<T>.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
build: src/ChatTailorAI.Shared/Base/RelayCommand.cs#L52
Nullability of reference types in type of parameter 'parameter' of 'bool RelayCommand.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
build: src/ChatTailorAI.Shared/Base/RelayCommand.cs#L64
Nullability of reference types in type of parameter 'parameter' of 'void RelayCommand.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
build: src/ChatTailorAI.Shared/Base/RelayCommand.cs#L20
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
build: src/ChatTailorAI.Shared/ViewModels/ConversationViewModel.cs#L148
Cannot convert null literal to non-nullable reference type.
build: src/ChatTailorAI.Shared/Base/Observable.cs#L9
Nullability of reference types in type of 'event PropertyChangedEventHandler Observable.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build: src/ChatTailorAI.Shared/Base/RelayCommand.cs#L52
Nullability of reference types in type of parameter 'parameter' of 'bool RelayCommand.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
build: src/ChatTailorAI.Shared/Base/RelayCommand.cs#L64
Nullability of reference types in type of parameter 'parameter' of 'void RelayCommand.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
build: src/ChatTailorAI.Shared/Base/RelayCommand.cs#L20
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
build: src/ChatTailorAI.Shared/Base/RelayCommand.cs#L102
Nullability of reference types in type of parameter 'arg' of 'bool RelayCommand<T>.CanExecute(object arg)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
build: src/ChatTailorAI.Shared/Base/RelayCommand.cs#L107
Nullability of reference types in type of parameter 'parameter' of 'void RelayCommand<T>.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
build: src/ChatTailorAI.Shared/Base/RelayCommand.cs#L86
Nullability of reference types in type of 'event EventHandler RelayCommand<T>.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
build: src/ChatTailorAI.Shared/ViewModels/ConversationViewModel.cs#L148
Cannot convert null literal to non-nullable reference type.
build: src/ChatTailorAI.Shared/Base/Observable.cs#L15
Cannot convert null literal to non-nullable reference type.
build: src/ChatTailorAI.Shared/Base/Observable.cs#L29
Cannot convert null literal to non-nullable reference type.