v1.7.2.3 released. Can you confirm that the bug is resolved?
Problem. This should be fixed in next release.
By the way,
It seems like your entities are saved. So you can manually start the generation from command line. This will help you until we fix this issue.
To run it manually;
Go to "aspnet-core/AspNetZeroRadTool/" directory and open command line there. Then type "dotnet AspNetZeroRadTool.dll TestNamespace.TestObject.json" command.
Clicking the dropdown list, then the former entities I tried to generate but failed generating were shown in the dropdown list.
I didn't get it.
You picked an entity from list, then tried to regenerate it, and nothing happened when you press generate button? like "create an entity" ?
Yes, but it didn't help much.
I've downloaded Jquery / angular / angular-merged v6.6.0 projects and rad tool successfully work on them.
Could you compare the files in "aspnet-core/AspNetZeroRadTool/" folders in v6.5.0 and v6.6.0 solutions? inform me if there is any difference.
We're going to release a new version today. Update it as well.
I see you've solved this by yourself but anyway i will write the solution for anyone else having the same problem:
Add your ServiceProxy to providers in "\angular\src\shared\service-proxies\service-proxy.module.ts".
Hi,
No, there is not. We strongly recommend using a source control system (like Git).
in index.js, Send id of entity instead of the whole entity.
in controller: Get entity from application service using id.
in applicatin service interface: add a new method.
in application service: implement the new method.