0
denis.karovic created
Lets say we have two tables (simplified example) with one to many relationship:
Orders { guid Id, DateTime PlaceAt }
OderLineItems { guid Id, guid OrderId, guid ProductId }
Creating Order entity with Power Tools goes without problem. But creating OrderLineItems entity generates this 4 errors:
They should be pretty easy to fix manualy, but Power Tools should not be generating them.
2 Answer(s)
-
0
Hi,
Thank you for your report, please follow https://github.com/aspnetzero/aspnet-zero-core/issues/3164
-
0
Hello denis.karovic
Since i could not reproduce same error, can you please share your entities json files. They are located in AspNetZeroRadTool folder. The name patterns is
[YourEntitiesNamespace].[YourEntityName].json