add some function. #2
Annotations
10 errors and 10 warnings
Build:
LuminaBrain.Application.Service/Users/UserService.cs#L1
The type or namespace name 'Core' does not exist in the namespace 'FastWiki' (are you missing an assembly reference?)
|
Build:
LuminaBrain.Application.Service/Users/UserService.cs#L2
The type or namespace name 'Domain' does not exist in the namespace 'FastWiki' (are you missing an assembly reference?)
|
Build:
LuminaBrain.Application.Service/Users/UserService.cs#L3
The type or namespace name 'MapsterMapper' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
LuminaBrain.Application.Service/Notification/NotificationService.cs#L6
The type or namespace name 'IScopeDependency' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
LuminaBrain.Application.Service/Users/UserService.cs#L8
The type or namespace name 'IUserService' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
LuminaBrain.Application.Service/Users/UserService.cs#L8
The type or namespace name 'IScopeDependency' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
LuminaBrain.Application.Service/Notification/NotificationService.cs#L6
The type or namespace name 'ICaptcha' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
LuminaBrain.Application.Service/Users/UserService.cs#L7
The type or namespace name 'IUserRepository' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
LuminaBrain.Application.Service/Users/UserService.cs#L7
The type or namespace name 'IMapper' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
LuminaBrain.Application.Service/Users/UserService.cs#L7
The type or namespace name 'IUserContext' could not be found (are you missing a using directive or an assembly reference?)
|
Build:
LuminaBrain.Data/Auditing/AuditEntity.cs#L15
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
LuminaBrain.Data/Aggregates/Entity.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
LuminaBrain.Core/Model/ResponseModel.cs#L25
Cannot convert null literal to non-nullable reference type.
|
Build:
LuminaBrain.Core/Model/ResponseModel.cs#L30
Cannot convert null literal to non-nullable reference type.
|
Build:
LuminaBrain.Core/Model/ResponseModel.cs#L35
Cannot convert null literal to non-nullable reference type.
|
Build:
LuminadBrain.Entity/Users/Aggregates/UserAuthExtensions.cs#L17
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
LuminadBrain.Entity/Users/Aggregates/UserAuthExtensions.cs#L24
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
LuminadBrain.Entity/Powers/Aggregates/Role.cs#L25
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
LuminadBrain.Entity/Users/Aggregates/User.cs#L51
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
LuminadBrain.Entity/Users/Aggregates/User.cs#L51
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading