Go to angular/nswag directory. Double click on refresh.bat file.
Tool doesn't directly generate from a database table but defines the columns on its own interface. So most of your columns will be defined. However, primary key of generated entity is always "Id" and you can not change that before generation.
To change after generation, see https://github.com/aspnetboilerplate/aspnetboilerplate/issues/993
You need to run nswag/refresh.bat file.
see https://docs.aspnetzero.com/documents/aspnet-core-angular/latest/Infrastructure-Angular-NSwag
RAD tool regenerate'de neden çalışmadı ?
Projeyi build edip hataları görebilirsiniz. Regenerate özelliği field ekleyip çıkarmayı kolaylaştırıyor. Host-tenant gibi temel değişikliklerde %100 uyumlu çalışmayıp 1-2 düzeltmeye ihtiyaç duyabilir. Projedeki build hatalarına bakıp bunları kolayca düzeltebilirsiniz.
Bir entity'i silmek istediğimde nasıl bir yöntem izlemeliyim ?
Bunun için sunduğumuz bir yöntem yok. Entity ismini projede aratıp ilgili dosyaları ve kod satırlarını silebilirsiniz.
You can install version 1.9.1 (released today)
What is your rad tool version?
Before running the project, we need to run a npm task to bundle and minify the CSS and JavaScript files. In order to do that, we can open a command prompt, navigate to root directory of *.Web.Mvc project and run npm run create-bundles command. This command should be run when a new npm package is being added to the solution.
Duplicate of #6961
Also see this github issue
We have resolved this issue in v2.0.0
However, v2.0.0 uses metronic 6 and therefore i don't recommend you to upgrade the tool if you are using metronic 5.