Add PR build pipeline (#2) #2
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
IpApi/Model/IpInfo.cs#L6
Non-nullable property 'Asn' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
IpApi/Model/IpInfo.cs#L9
Non-nullable property 'Org' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
IpApi/Model/IpInfo.cs#L12
Non-nullable property 'Isp' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
IpApi/Model/IpInfo.cs#L18
Non-nullable property 'Country' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
IpApi/Model/IpInfo.cs#L21
Non-nullable property 'CountryCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
IpApi/Model/IpInfo.cs#L24
Non-nullable property 'City' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
IpApi/Model/IpInfo.cs#L27
Non-nullable property 'State' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
IpApi/Model/IpInfo.cs#L30
Non-nullable property 'Zipcode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
IpApi/Model/IpInfo.cs#L39
Non-nullable property 'Timezone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
IpApi/Model/IpInfo.cs#L42
Non-nullable property 'Localtime' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading