Skip to content

Add core logging middleware #524

Add core logging middleware

Add core logging middleware #524

Triggered via push July 13, 2023 15:24
Status Success
Total duration 2m 6s
Artifacts

ci-cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Gordon360/Controllers/MembershipsController.cs#L91
'Resource.MEMBERSHIP_BY_ACTIVITY' is obsolete: 'Unused once obsolete routes are removed'
build: Gordon360/Utilities/Logger/RequestResponseLogModel.cs#L39
Non-nullable property 'Node' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Utilities/Logger/RequestResponseLogModel.cs#L39
Non-nullable property 'ClientIp' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Utilities/Logger/RequestResponseLogModel.cs#L39
Non-nullable property 'TraceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Utilities/Logger/RequestResponseLogModel.cs#L39
Non-nullable property 'RequestPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Utilities/Logger/RequestResponseLogModel.cs#L39
Non-nullable property 'RequestQuery' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Utilities/Logger/RequestResponseLogModel.cs#L39
Non-nullable property 'RequestQueries' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Utilities/Logger/RequestResponseLogModel.cs#L39
Non-nullable property 'RequestMethod' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Utilities/Logger/RequestResponseLogModel.cs#L39
Non-nullable property 'RequestScheme' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Utilities/Logger/RequestResponseLogModel.cs#L39
Non-nullable property 'RequestHost' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.