Action definitions page #934
Draft
Annotations
10 warnings
|
src/CareTogether.Api/Models/EmbedParams.cs#L20
Non-nullable property 'EmbedToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/CareTogether.Api/Models/EmbedParams.cs#L17
Non-nullable property 'EmbedReport' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/CareTogether.Api/Models/EmbedParams.cs#L14
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/CareTogether.Api/Models/EmbedReport.cs#L19
Non-nullable property 'EmbedUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/CareTogether.Api/Models/EmbedReport.cs#L16
Non-nullable property 'ReportName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/CareTogether.Api/Models/PowerBI.cs#L14
Non-nullable property 'ReportId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
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.
|
|
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)'.
|
|
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)'.
|
|
src/CareTogether.Core/Managers/CombinedFamilyInfoFormatter.cs#L177
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)'.
|
The logs for this run have expired and are no longer available.
Loading