Skip to content

changes

changes #6

Triggered via push October 12, 2025 13:01
Status Success
Total duration 37s
Artifacts

api-approval.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: api/Services/Infanstructure/StorageService.cs#L80
Cannot convert null literal to non-nullable reference type.
build: api/Repository/Users/UserRepository.cs#L88
Nullability of reference types in return type of 'Task<User?> UserRepository.GetById(Guid id)' doesn't match implicitly implemented member 'Task<User> IGenericRepository<User, Guid>.GetById(Guid id)'.
build: api/Repository/Users/UserRepository.cs#L88
Nullability of reference types in return type doesn't match overridden member.
build: api/Data/ApplicationDbContext.cs#L18
'ApplicationDbContext.UserRoles' hides inherited member 'IdentityDbContext<User, Role, Guid, IdentityUserClaim<Guid>, IdentityUserRole<Guid>, IdentityUserLogin<Guid>, IdentityRoleClaim<Guid>, IdentityUserToken<Guid>>.UserRoles'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: api/Repository/Infrastructure/StorageRepository.cs#L33
'StorageRepository.Delete(Guid)' hides inherited member 'GenericRepository<Resource, Guid>.Delete(Guid)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: api/Repository/Infrastructure/StorageRepository.cs#L28
'StorageRepository.Update(Resource)' hides inherited member 'GenericRepository<Resource, Guid>.Update(Resource)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: api/Repository/Infrastructure/StorageRepository.cs#L23
'StorageRepository.Add(Resource)' hides inherited member 'GenericRepository<Resource, Guid>.Add(Resource)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: api/Repository/Infrastructure/StorageRepository.cs#L18
'StorageRepository.GetAll()' hides inherited member 'GenericRepository<Resource, Guid>.GetAll()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: api/Repository/Infrastructure/StorageRepository.cs#L13
'StorageRepository.GetById(Guid)' hides inherited member 'GenericRepository<Resource, Guid>.GetById(Guid)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: api/Controllers/Softwares/v1/StorageController.cs#L64
Cannot convert null literal to non-nullable reference type.