Skip to content

Applying Soft Delete & integrate user identity #28

Applying Soft Delete & integrate user identity

Applying Soft Delete & integrate user identity #28

Triggered via pull request August 12, 2025 15:31
Status Failure
Total duration 32s
Artifacts

dotnet.yml

on: pull_request
build-and-test
26s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build-and-test: AskFm/AskFm.DAL/Interfaces/IUserRepository.cs#L7
The type or namespace name 'User' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: AskFm/AskFm.DAL/Interfaces/IUserRepository.cs#L5
The type or namespace name 'User' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: AskFm/AskFm.DAL/Interfaces/IUnitOfWork.cs#L8
The type or namespace name 'User' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: AskFm/AskFm.DAL/UnitOfWork.cs#L12
The type or namespace name 'User' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: AskFm/AskFm.DAL/UnitOfWork.cs#L27
The type or namespace name 'User' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: AskFm/AskFm.DAL/Repositories/UserRepository.cs#L13
The type or namespace name 'User' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: AskFm/AskFm.DAL/Repositories/UserRepository.cs#L7
The type or namespace name 'User' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: AskFm/AskFm.DAL/Interfaces/IUserRepository.cs#L7
The type or namespace name 'User' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: AskFm/AskFm.DAL/Interfaces/IUserRepository.cs#L5
The type or namespace name 'User' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: AskFm/AskFm.DAL/Interfaces/IUnitOfWork.cs#L8
The type or namespace name 'User' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: AskFm/AskFm.DAL/Repositories/Repository.cs#L57
Cannot convert null literal to non-nullable reference type.
build-and-test: AskFm/AskFm.DAL/Repositories/Repository.cs#L42
Cannot convert null literal to non-nullable reference type.
build-and-test: AskFm/AskFm.DAL/Repositories/Repository.cs#L31
Cannot convert null literal to non-nullable reference type.
build-and-test: AskFm/AskFm.DAL/AppDbContext.cs#L16
'AppDbContext.Users' hides inherited member 'IdentityUserContext<ApplicationUser, int, IdentityUserClaim<int>, IdentityUserLogin<int>, IdentityUserToken<int>>.Users'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build-and-test: AskFm/AskFm.DAL/Models/ApplicationUser.cs#L9
'ApplicationUser.Email' hides inherited member 'IdentityUser<int>.Email'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build-and-test: AskFm/AskFm.DAL/Interfaces/IRepository.cs#L21
Cannot convert null literal to non-nullable reference type.
build-and-test: AskFm/AskFm.DAL/Interfaces/IRepository.cs#L20
Cannot convert null literal to non-nullable reference type.
build-and-test: AskFm/AskFm.DAL/Interfaces/IRepository.cs#L16
Cannot convert null literal to non-nullable reference type.
build-and-test: AskFm/AskFm.DAL/Interfaces/IRepository.cs#L16
Cannot convert null literal to non-nullable reference type.
build-and-test: AskFm/AskFm.DAL/Interfaces/IRepository.cs#L15
Cannot convert null literal to non-nullable reference type.