Activities of "willignicolas@gmail.com"

Answer

Hello,

Don't know if this is specific to 4.0.0 or before but abp suite is not compatible with using comment in enum that will be used in a property type.

  1. We have error when we browse the file that say that there is duplication in the file and abp suite don't know how to parse it.

  2. And with Angular UI if enums have no integer values the generate typescript enum are not correct.

export enum eTest {
  None = ,
  Standard = ,
  Anonymous = ,
}

Thanks

Showing 31 to 31 of 31 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11