Merge Module in Master #36
Annotations
12 warnings
|
|
backend/src/ThreeTee.Core/Entities/UserDepartment.cs#L7
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
backend/src/ThreeTee.Core/Entities/UserDepartment.cs#L9
Non-nullable property 'Department' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
backend/src/ThreeTee.Core/Entities/Status.cs#L13
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
backend/src/ThreeTee.Core/Entities/Status.cs#L22
Non-nullable property 'BillingType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
backend/src/ThreeTee.Core/Entities/Status.cs#L23
Non-nullable property 'SendToUserIds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
backend/src/ThreeTee.Core/Entities/Status.cs#L24
Non-nullable property 'SendCcToUserIds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
backend/src/ThreeTee.Core/Entities/Status.cs#L26
Non-nullable property 'Project' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
backend/src/ThreeTee.Core/Entities/Status.cs#L28
Non-nullable property 'Module' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
backend/src/ThreeTee.Core/Entities/Status.cs#L30
Non-nullable property 'Profile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
backend/src/ThreeTee.Core/Entities/ProjectUser.cs#L7
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading