Skip to content

Merge branch 'develop' into recim #476

Merge branch 'develop' into recim

Merge branch 'develop' into recim #476

Triggered via push July 6, 2023 14:32
Status Success
Total duration 1m 50s
Artifacts

ci-cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Gordon360/Controllers/MembershipsController.cs#L109
'Resource.MEMBERSHIP_BY_ACTIVITY' is obsolete: 'Unused once obsolete routes are removed'
build: Gordon360/Authorization/AzureAdConfig.cs#L3
Non-nullable property 'Instance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Authorization/AzureAdConfig.cs#L4
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Authorization/AzureAdConfig.cs#L5
Non-nullable property 'TenantId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Authorization/AzureAdConfig.cs#L6
Non-nullable property 'Audience' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Controllers/VersionController.cs#L20
Converting null literal or possible null value to non-nullable type.
build: Gordon360/Controllers/VersionController.cs#L22
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
build: Gordon360/Controllers/VersionController.cs#L24
Converting null literal or possible null value to non-nullable type.
build: Gordon360/Controllers/ScheduleController.cs#L109
Possible null reference argument for parameter 'o' in 'JArray JArray.FromObject(object o)'.
build: Gordon360/Controllers/ScheduleController.cs#L113
Dereference of a possibly null reference.