Skip to content

feat: add checks for serviceAccount and companyUsers to endpoints #893

feat: add checks for serviceAccount and companyUsers to endpoints

feat: add checks for serviceAccount and companyUsers to endpoints #893

Re-run triggered August 1, 2023 06:34
Status Success
Total duration 8m 7s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

unit.tests-formatting.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build (6.0): src/portalbackend/PortalBackend.DBAccess/Repositories/ApplicationChecklistRepository.cs#L97
Possible null reference argument for parameter 'Checklist' in 'VerifyChecklistData.VerifyChecklistData(bool IsSubmitted, Process? Process, IEnumerable<(ApplicationChecklistEntryTypeId TypeId, ApplicationChecklistEntryStatusId StatusId, string Comment)> Checklist, IEnumerable<ProcessStep>? ProcessSteps)'.
build (6.0): src/portalbackend/PortalBackend.DBAccess/Repositories/ApplicationChecklistRepository.cs#L97
Argument of type 'IEnumerable<(ApplicationChecklistEntryTypeId, ApplicationChecklistEntryStatusId, string?)>' cannot be used for parameter 'Checklist' of type 'IEnumerable<(ApplicationChecklistEntryTypeId TypeId, ApplicationChecklistEntryStatusId StatusId, string Comment)>' in 'VerifyChecklistData.VerifyChecklistData(bool IsSubmitted, Process? Process, IEnumerable<(ApplicationChecklistEntryTypeId TypeId, ApplicationChecklistEntryStatusId StatusId, string Comment)> Checklist, IEnumerable<ProcessStep>? ProcessSteps)' due to differences in the nullability of reference types.
build (6.0): src/portalbackend/PortalBackend.Migrations/Migrations/20230216122524_1.0.0.cs#L27
Missing XML comment for publicly visible type or member '_100'
build (6.0): src/portalbackend/PortalBackend.Migrations/Migrations/20230216122524_1.0.0.cs#L29
Missing XML comment for publicly visible type or member '_100.Up(MigrationBuilder)'
build (6.0): src/portalbackend/PortalBackend.Migrations/Migrations/20230216122524_1.0.0.cs#L3183
Missing XML comment for publicly visible type or member '_100.Down(MigrationBuilder)'
build (6.0): src/portalbackend/PortalBackend.Migrations/Migrations/20230216122524_1.0.0.Designer.cs#L36
Missing XML comment for publicly visible type or member '_100.BuildTargetModel(ModelBuilder)'
build (6.0): src/portalbackend/PortalBackend.Migrations/Migrations/20230309082649_1.1.0.cs#L27
Missing XML comment for publicly visible type or member '_110'
build (6.0): src/portalbackend/PortalBackend.Migrations/Migrations/20230309082649_1.1.0.cs#L29
Missing XML comment for publicly visible type or member '_110.Up(MigrationBuilder)'
build (6.0): src/portalbackend/PortalBackend.Migrations/Migrations/20230309082649_1.1.0.cs#L234
Missing XML comment for publicly visible type or member '_110.Down(MigrationBuilder)'
build (6.0): src/portalbackend/PortalBackend.Migrations/Migrations/20230309082649_1.1.0.Designer.cs#L35
Missing XML comment for publicly visible type or member '_110.BuildTargetModel(ModelBuilder)'