Skip to content

Merge pull request #8 from palladiumkenya/feature/ssl #24

Merge pull request #8 from palladiumkenya/feature/ssl

Merge pull request #8 from palladiumkenya/feature/ssl #24

Triggered via push July 10, 2025 15:26
Status Success
Total duration 34s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/LiveDWAPI.Application/Stats/Dto/SiteReportingDto.cs#L9
Non-nullable property 'Agency' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/LiveDWAPI.Application/Stats/Dto/SiteReportingDto.cs#L8
Non-nullable property 'SubCounty' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/LiveDWAPI.Application/Stats/Dto/SiteReportingDto.cs#L7
Non-nullable property 'County' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/LiveDWAPI.Application/Stats/Dto/SiteReportingDto.cs#L6
Non-nullable property 'Facility' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/LiveDWAPI.Application/Gf/Queries/GetAggregateFiltersQuery.cs#L84
Nullability of reference types in value of type 'Result<object?>' doesn't match target type 'Result<object>'.
build: src/LiveDWAPI.Domain/Stats/SiteReporting.cs#L10
Non-nullable property 'Partner' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/LiveDWAPI.Domain/Stats/SiteReporting.cs#L9
Non-nullable property 'Agency' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/LiveDWAPI.Domain/Stats/SiteReporting.cs#L8
Non-nullable property 'SubCounty' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/LiveDWAPI.Domain/Stats/SiteReporting.cs#L7
Non-nullable property 'County' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/LiveDWAPI.Domain/Stats/SiteReporting.cs#L6
Non-nullable property 'Facility' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.