For AI agents: the complete documentation index is available at https://mfdoctor.kevinbeier.com/de/llms.txt, the full documentation bundle is available at https://mfdoctor.kevinbeier.com/de/llms-full.txt, and this page is available as Markdown at https://mfdoctor.kevinbeier.com/de/rules/reliability/async-startup-library-promise.md.

Dies ist die deutsche MFDoctor-Dokumentation. Technische Bezeichner, CLI-Flags, Regel-IDs und Codebeispiele bleiben unverändert, damit die Inhalte zwischen den Sprachen vollständig kompatibel bleiben. Verwenden Sie den Sprachumschalter für die kanonische englische Fassung.

reliability/async-startup-library-promise

  • Kategorie: reliability
  • Standardschweregrad: warning

Problem

Async startup changes synchronous library entry exports into a Promise contract.

So beheben Sie das Problem

Make consumers await it or keep synchronous startup for that library.

Suppress or retarget with rules["reliability/async-startup-library-promise"] set to "off" or a severity — see Suppressions and allowlists.

Quellen