fix: resolved apps-business endpoint empty results #867
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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)'
|