4 Answer(s)
-
0
<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.
-
0
hi,
see your Windows Event Viewer for the exception trace. And please share with us.
-
0
hi, Power_tools.rar
-
0
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>