Feature/bmgf #19
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.
|