Base solution for your next web application
Open Closed

ASP.NET Zero Power Tools #4789


User avatar
0
ramezani583 created

Hi, When i selected "enum" type for filed type, the tool is hanged!


4 Answer(s)
  • User Avatar
    0
    yekalkan created

    <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/878">https://github.com/aspnetzero/aspnet-ze ... issues/878</a>

    This issue is reported but no solution yet.

  • User Avatar
    0
    alper created
    Support Team

    hi,

    see your Windows Event Viewer for the exception trace. And please share with us.

  • User Avatar
    0
    ramezani583 created
  • User Avatar
    0
    yekalkan created

    We'll fix this in a short time. Thanks for reporting.

    If you need this feature now, follow these steps:

    1-) Disable add-migration and update-database. 2-) Generate your entity without enum. 3-) Add your enum definition and property on your generated {entity}.json file. 4-) Run the tool with command line.

    All files will be regenerated and include your enum.

    You can see linux/mac documentation for third and fourth steps. <a class="postlink" href="https://aspnetzero.com/Documents/Development-Guide-Rad-Tool-Mac-Linux">https://aspnetzero.com/Documents/Develo ... -Mac-Linux</a>