Merge pull request #719 from bcgov/olex #628
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test backend:
server/StrDss.Model/AddressDto.cs#L9
Non-nullable property 'LocationGeometry' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test backend:
server/StrDss.Model/StrRequirementsDto.cs#L5
Non-nullable property 'OrganizationNm' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test backend:
server/StrDss.Model/GeocoderDtos.cs#L63
Non-nullable property 'Geometry' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test backend:
server/StrDss.Model/GeocoderDtos.cs#L64
Non-nullable property 'Properties' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test backend:
server/StrDss.Model/OrganizationDtos/PlatformTypeDto.cs#L8
Non-nullable property 'PlatformTypeNm' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test backend:
server/StrDss.Model/OrganizationDtos/PlatformTypeDto.cs#L11
Non-nullable property 'PlatformType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test backend:
server/StrDss.Model/GeocoderDtos.cs#L71
Non-nullable property 'SearchTimestamp' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test backend:
server/StrDss.Model/GeocoderDtos.cs#L74
Non-nullable property 'BaseDataDate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test backend:
server/StrDss.Model/GeocoderDtos.cs#L85
Non-nullable property 'Features' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test backend:
server/StrDss.Model/GeocoderDtos.cs#L15
Non-nullable property 'Crs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading