Skip to content

Merge pull request #15 from EnesEfeTokta/Develop #43

Merge pull request #15 from EnesEfeTokta/Develop

Merge pull request #15 from EnesEfeTokta/Develop #43

Triggered via push August 5, 2025 13:28
Status Success
Total duration 2m 0s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 1 notice
build-and-test: FinTrack/Services/Api/ApiService.cs#L53
Nullability of reference types in return type of 'Task<T?> ApiService.DeleteAsync<T>(string endpoint)' doesn't match implicitly implemented member 'Task<T> IApiService.DeleteAsync<T>(string endpoint)'.
build-and-test: FinTrack/Services/Api/ApiService.cs#L194
Nullability of reference types in return type of 'Task<T?> ApiService.PutAsync<T>(string endpoint, object data)' doesn't match implicitly implemented member 'Task<T> IApiService.PutAsync<T>(string endpoint, object data)'.
build-and-test: FinTrack/Services/Api/ApiService.cs#L152
Nullability of reference types in return type of 'Task<T?> ApiService.PostAsync<T>(string endpoint, object data)' doesn't match implicitly implemented member 'Task<T> IApiService.PostAsync<T>(string endpoint, object data)'.
build-and-test: FinTrack/Services/Api/ApiService.cs#L87
Nullability of reference types in return type of 'Task<T?> ApiService.GetAsync<T>(string endpoint)' doesn't match implicitly implemented member 'Task<T> IApiService.GetAsync<T>(string endpoint)'.
build-and-test: FinTrack/Services/Camera/CameraService.cs#L19
Nullability of reference types in return type of 'Action<BitmapSource>? CameraService.OnFrameReady.get' doesn't match implicitly implemented member 'Action<BitmapSource> ICameraService.OnFrameReady.get' (possibly because of nullability attributes).
build-and-test: FinTrack/ViewModels/CurrenciesViewModel.cs#L59
'ChartElement<SkiaSharpDrawingContext>' is obsolete: 'The generic argument was removed.'
build-and-test: FinTrack/Core/RelayCommand.cs#L10
Cannot convert null literal to non-nullable reference type.
build-and-test: FinTrack/Core/RelayCommand.cs#L18
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
build-and-test: FinTrack/Core/RelayCommand.cs#L17
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-and-test: FinTrack/Core/RelayCommand.cs#L16
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-and-test
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677