Expand Minimize

SPF019801: Define the solution name property

The package-solution.json file needs to contain the Solution Name property.

CheckId SPF019801
TypeName DefineSolutionName
Severity CriticalWarning
Type PackageSolutionConfig

Each solution should have a name specified in the

solution.name
property.

package-solution.json example
{
    "solution": {
        "name": "your-solution-name",
        "id": "476630d8-3c4a-40ec-8bbd-06e66c745a43",
        "version": "1.0.0.0"
    },
    "paths": {
        "zippedPackage": "solution/your-package-name.sppkg"
    }
}

Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.