feat: Add service functionalities to volunteer requests #27
Annotations
11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
AdoptionAgency/Frontend/ViewModel/Authentication/LoginViewModel.cs#L98
'LoginViewModel.PropertyChanged' hides inherited member 'ViewModelBase.PropertyChanged'. Use the new keyword if hiding was intended.
|
build:
AdoptionAgency/Frontend/ViewModel/Authentication/LoginViewModel.cs#L99
'LoginViewModel.OnPropertyChanged(string)' hides inherited member 'ViewModelBase.OnPropertyChanged(string?)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build:
AdoptionAgency/Frontend/ViewModel/MainWindowViewModel.cs#L92
'MainWindowViewModel.PropertyChanged' hides inherited member 'ViewModelBase.PropertyChanged'. Use the new keyword if hiding was intended.
|
build:
AdoptionAgency/Frontend/ViewModel/MainWindowViewModel.cs#L93
'MainWindowViewModel.OnPropertyChanged(string)' hides inherited member 'ViewModelBase.OnPropertyChanged(string?)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build:
AdoptionAgency/Backend/Repositories/PersonRepository.cs#L29
Nullability of reference types in return type of 'Person? PersonRepository.Get(int id)' doesn't match implicitly implemented member 'Person ICrudRepository<Person>.Get(int id)' (possibly because of nullability attributes).
|
build:
AdoptionAgency/App.xaml.cs#L22
Possible null reference argument for parameter 'serviceProvider' in 'void ServiceProviderHelper.SetServiceProvider(ServiceProvider serviceProvider)'.
|
build:
AdoptionAgency/Frontend/ViewModel/PostViewModels/PostViewModel.cs#L11
Non-nullable property 'Animal' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
AdoptionAgency/Frontend/ViewModel/PostViewModels/PostViewModel.cs#L11
Non-nullable property 'Member' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
AdoptionAgency/Frontend/ViewModel/PostViewModels/PostViewModel.cs#L11
Non-nullable field 'description' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
AdoptionAgency/Frontend/ViewModel/PostViewModels/PostViewModel.cs#L65
Non-nullable field 'description' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|