Skip to content

Build and Release to NuGet #3

Build and Release to NuGet

Build and Release to NuGet #3

Manually triggered December 23, 2024 22:31
Status Success
Total duration 28s
Artifacts

release.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
release
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
release: 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.
release: 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.
release: 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.
release: 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.
release: 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.
release: 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.
release: 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.
release: 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.
release: 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.
release: 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.