Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Item | Value |
|---|---|
| Name | ExtensionPackageDuplicate |
| Category | Sdk |
| Severity | Warning |
Cause
The same extension package was added multiple times with identical versions.
Rule Description
Extension packages are resolved by scanning worker packages for declared extensions. When two worker packages request the same extension with the same versions this warning is produced. It is expected an extension package is declared only once.
How to Fix
Remove the worker packages which led to the duplicate.