Fix "Index was out of range" #301
Merged
Annotations
10 warnings
|
Diffusion.Github/Release.cs#L15
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Diffusion.Github/Release.cs#L14
Non-nullable property 'target_commitish' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Diffusion.Github/Release.cs#L13
Non-nullable property 'tag_name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Diffusion.Github/Release.cs#L12
Non-nullable property 'node_id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Diffusion.Github/Release.cs#L10
Non-nullable property 'zipball_url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Diffusion.Github/Release.cs#L9
Non-nullable property 'tarball_url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Diffusion.Github/Release.cs#L8
Non-nullable property 'upload_url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Diffusion.Github/Release.cs#L7
Non-nullable property 'assets_url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Diffusion.Github/Release.cs#L6
Non-nullable property 'html_url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Diffusion.Github/Release.cs#L5
Non-nullable property 'url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading