Skip to content

ssl ignore check

ssl ignore check #23

Triggered via pull request July 10, 2025 15:25
Status Success
Total duration 39s
Artifacts

dotnet.yml

on: pull_request
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.