Skip to content

Basic configuration page #633

Basic configuration page

Basic configuration page #633

Triggered via pull request July 4, 2025 17:17
Status Success
Total duration 1m 23s
Artifacts

ci-pr-dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/CareTogether.Api/Models/PowerBI.cs#L11
Non-nullable property 'WorkspaceId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/CareTogether.Api/Services/AadService.cs#L70
Dereference of a possibly null reference.
build: src/CareTogether.Api/Services/AadService.cs#L31
Converting null literal or possible null value to non-nullable type.
build: src/CareTogether.Api/Services/AadService.cs#L50
'IPublicClientApplication.AcquireTokenByUsernamePassword(IEnumerable<string>, string, SecureString)' is obsolete: 'Using SecureString is not recommended. Use AcquireTokenByUsernamePassword(IEnumerable<string> scopes, string username, string password) instead.'
build: src/CareTogether.Api/Services/ConfigValidatorService.cs#L74
Possible null reference return.
build: src/CareTogether.Api/Services/ConfigValidatorService.cs#L21
Converting null literal or possible null value to non-nullable type.
build: src/CareTogether.Api/Services/PbiEmbedService.cs#L293
Converting null literal or possible null value to non-nullable type.
build: test/CareTogether.Core.Test/AssertEx.cs#L109
Possible null reference argument for parameter 'second' in 'IEnumerable<(DateRange First, DateRange Second)> Enumerable.Zip<DateRange, DateRange>(IEnumerable<DateRange> first, IEnumerable<DateRange> second)'.
build: test/CareTogether.Core.Test/AssertEx.cs#L109
Possible null reference argument for parameter 'first' in 'IEnumerable<(DateRange First, DateRange Second)> Enumerable.Zip<DateRange, DateRange>(IEnumerable<DateRange> first, IEnumerable<DateRange> second)'.
build: src/CareTogether.Core/Managers/CombinedFamilyInfoFormatter.cs#L180
Possible null reference argument for parameter 'MissingCustomFields' in 'CombinedFamilyInfo.CombinedFamilyInfo(Family Family, ImmutableList<UserInfo> Users, PartneringFamilyInfo? PartneringFamilyInfo, VolunteerFamilyInfo? VolunteerFamilyInfo, ImmutableList<Note> Notes, ImmutableList<UploadedDocumentInfo> UploadedDocuments, ImmutableList<string> MissingCustomFields, ImmutableList<Permission> UserPermissions)'.