Skip to content

Merge pull request #11 from palladiumkenya/feature/data #30

Merge pull request #11 from palladiumkenya/feature/data

Merge pull request #11 from palladiumkenya/feature/data #30

Triggered via push September 24, 2025 13:29
Status Success
Total duration 36s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/LiveDWAPI.Application/Stats/Dto/SiteReportingDto.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.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.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.