feat: implement opening windows on button click #35
Annotations
11 warnings
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/
|
AdoptionAgency/Frontend/ViewModel/Authentication/LoginViewModel.cs#L91
'LoginViewModel.PropertyChanged' hides inherited member 'ViewModelBase.PropertyChanged'. Use the new keyword if hiding was intended.
|
AdoptionAgency/Frontend/ViewModel/Authentication/LoginViewModel.cs#L92
'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.
|
AdoptionAgency/Backend/Repositories/PersonRepository.cs#L30
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).
|
AdoptionAgency/App.xaml.cs#L29
Possible null reference argument for parameter 'serviceProvider' in 'void ServiceProviderHelper.SetServiceProvider(ServiceProvider serviceProvider)'.
|
AdoptionAgency/Frontend/ViewModel/VolunteerViewModel/VolunteerRequestsViewModel.cs#L25
Non-nullable field '_selectedMember' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
AdoptionAgency/Frontend/View/Common/ImageDisplay.xaml.cs#L22
Non-nullable field 'pictures' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
AdoptionAgency/Frontend/View/Common/ImageDisplay.xaml.cs#L22
Non-nullable property 'Pictures' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AdoptionAgency/Frontend/View/Post/AddAnimal.xaml.cs#L15
Non-nullable field '_animal' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
AdoptionAgency/Backend/Domain/Model/User/User.cs#L6
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
AdoptionAgency/Backend/Domain/Model/User/User.cs#L7
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading