Open Closed

Regarding Issues in abp.io issues #2178


User avatar
0
ChetanKumbhar created

Hi,

we reviewed code in sonar cloud platform, we got some issues in following JS files with following error

  1. microservices/.../wwwroot/libs/abp/utils/abp-utils.umd.js Error Messgae :

  2. microservices/.../wwwroot/libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.js Error Messgae : Add the "let", "const" or "var" keyword to this declaration of "dx" to make it explicit.

3.microservices/.../wwwroot/libs/timeago/locales/jquery.timeago.ar.js Add the "let", "const" or "var" keyword to this declaration of "plural" to make it explicit.

4.microservices/.../wwwroot/libs/luxon/luxon.js

5.microservices/.../wwwroot/libs/luxon/luxon.js can you help me out to resolve this issue?

  1. I am also getting one bug "Lock on a dedicated object instance instead"

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v4.3.1
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

1 Answer(s)
  • User Avatar
    0
    berkansasmaz created
    Support Team .NET Developer

    Hi 👋,

    Thank you for your research 🙏🙏

    However, almost all of these packages are not related to ABP. ABP just acts as a wrapper.

    Therefore, it would be more correct to open the related errors in the relevant repository, but I do not think that these are errors.

    For example, in the image below, the author of the package has already left a comment.

    If you really need to customize it, you can refer to this stackoverflow question.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11