Update CI script to use new directory path #54
ci.yml
on: push
build-and-test
1m 52s
deploy
36s
Annotations
10 warnings
|
build-and-test:
GymMgmt.Application/Features/Members/GetMemberById/ReadMemberDto.cs#L9
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
GymMgmt.Application/Features/Members/GetMemberById/ReadMemberDto.cs#L8
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
GymMgmt.Application/Common/Exceptions/BadRequestException.cs#L27
Possible null reference argument for parameter 'innerException' in 'ApplicationLayerException.ApplicationLayerException(string errorCode, string message, Exception innerException)'.
|
|
build-and-test:
GymMgmt.Application/Common/Models/AppIdentityError.cs#L12
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
GymMgmt.Application/Common/Models/AppIdentityError.cs#L11
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-and-test:
GymMgmt.Application/Common/Models/RegistreResponse.cs#L14
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
GymMgmt.Application/Common/Models/RegistreResponse.cs#L13
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
GymMgmt.Application/Common/Models/RegistreResponse.cs#L12
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
GymMgmt.Domain/Common/Entity.cs#L11
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-and-test:
GymMgmt.Domain/Entities/Payments/Payment.cs#L37
Non-nullable property 'MemberId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
coverage-report
Expired
|
6.59 KB |
sha256:d6b44950247c98e3173f88575630c6b8615e26f9ec61696fdf42dd72ad578a3e
|
|
|
test-results
Expired
|
19 KB |
sha256:886b2cf55d8af5b0a0159e81e9fd3761beb81575a4a0e94770ff3f6197092bce
|
|