Skip to content

changes

changes #16

Triggered via push August 4, 2025 19:21
Status Success
Total duration 36s
Artifacts

backend.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: api/Repository/Users/UserRepository.cs#L88
Nullability of reference types in return type doesn't match overridden member.
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/Models/User.cs#L16
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: api/Models/User.cs#L12
'User.Email' hides inherited member 'IdentityUser<Guid>.Email'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
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/Controllers/Softwares/v1/StorageController.cs#L64
Cannot convert null literal to non-nullable reference type.