Base solution for your next web application
Open Closed

PowerTools - Error with DateTime property #8842


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Thank you for your report, please follow https://github.com/aspnetzero/aspnet-zero-core/issues/3164

  • User Avatar
    0
    musa.demir created

    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