Skip to content

refactored ImposePrivacySettings #896

refactored ImposePrivacySettings

refactored ImposePrivacySettings #896

Triggered via push July 2, 2024 16:57
Status Success
Total duration 2m 8s
Artifacts

ci-cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: Gordon360/Controllers/MembershipsController.cs#L85
'Resource.MEMBERSHIP_BY_ACTIVITY' is obsolete: 'Unused once obsolete routes are removed'
build: Gordon360/Models/webSQL/Models/account.cs#L13
The type name 'account' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: Gordon360/Authorization/AzureAdConfig.cs#L5
Non-nullable property 'Instance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Authorization/AzureAdConfig.cs#L6
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Authorization/AzureAdConfig.cs#L7
Non-nullable property 'TenantId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Authorization/AzureAdConfig.cs#L8
Non-nullable property 'Audience' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Gordon360/Authorization/AuthUtils.cs#L20
Dereference of a possibly null reference.
build: Gordon360/Controllers/ProfilesController.cs#L50
Possible null reference argument for parameter 'vm' in 'CombinedProfileViewModel.implicit operator CombinedProfileViewModel(ProfileViewModel vm)'.
build: Gordon360/Controllers/ProfilesController.cs#L108
Possible null reference argument for parameter 'profile' in 'CombinedProfileViewModel IProfileService.ImposePrivacySettings(IEnumerable<AuthGroup> viewerGroups, ProfileViewModel profile)'.
build: Gordon360/Exceptions/CustomExceptions.cs#L22
Non-nullable property 'ExceptionMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.