AppSourceCop Error AS0091

One or more dependencies of the previous version of the extension could not be found.

Description

One or more dependencies of the previous version of the extension, used as a baseline for detecting breaking changes, could not be found in the package cache folder.

This rule validates that the dependencies for the version of the extension specified as a baseline for detecting breaking changes can be found in the baseline package cache folder.

Note

The rule AS0003 verifies that the baseline can be found in the baseline package cache folder.

Setting up AppSourceCop to detect breaking changes

For more information on how to set up the AppSourceCop to detect breaking changes, see AS0003.

How to fix this diagnostic?

If you do not want to detect breaking changes in your extension, remove the property version in the AppSourceCop.json file.

If you want to detect breaking changes, verify that the version specified in the AppSourceCop.json file is correct and that the baseline's dependencies can be found in the baseline package cache.

See Also

AppSourceCop Analyzer
Get Started with AL
Developing Extensions