Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

16 Zeilen
778B

  1. Error: Unknown Usage/Linking Requirements
  2. #########################################
  3. A library can declare that it *uses* or *links* to another library by using the
  4. ``uses`` and ``links`` keys in ``library.json5``, respectively.
  5. These requirements are specified by using the ``namespace/name`` pair that
  6. identifies a library. These are defined by both the project's dependencies and
  7. the project itself. If a ``uses`` or ``links`` key does not correspond to a
  8. known library, ``dds`` will not be able to resolve the usage requirements, and
  9. will generate an error.
  10. To fix this issue, ensure that you have correctly spelled the library
  11. identifier and that the package that contains the respective library has been
  12. declared as a dependency of the library that is trying to use it.