Merge branch 'main' into feat/add-animal-page-vm #29
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#L98
'LoginViewModel.PropertyChanged' hides inherited member 'ViewModelBase.PropertyChanged'. Use the new keyword if hiding was intended.
|
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.
|
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/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.
|
AdoptionAgency/Backend/Helpers/ServiceProviderHelper.cs#L16
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'ServiceProviderServiceExtensions.GetRequiredService<T>(IServiceProvider)'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
|
AdoptionAgency/Backend/Helpers/ServiceProviderHelper.cs#L7
Non-nullable field '_serviceProvider' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
AdoptionAgency/Backend/Configuration/DatabaseConfig.cs#L15
Possible null reference assignment.
|
AdoptionAgency/Backend/Configuration/DatabaseConfig.cs#L16
Possible null reference assignment.
|
The logs for this run have expired and are no longer available.
Loading