CCG0002

PackageIconUrl is empty

Table of Contents

Cause

This warning is raised, when PackageIconUrl is not set in project.

Description

The specifications state that PackageIconUrl should be set for compatibility.

How to fix violations

Add

<PropertyGroup>
    <PackageIconUrl>https://project/path/to/icon</PackageIconUrl>
</PropertyGroup>

to the project.

GitHub Discussion