Aperto Chiuso

BUG 7.4 Latest - Double Value Compared With Date #6110


User avatar
0
ezarmer creato
  • ABP Framework version: v7.4.0
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Steps to reproduce the issue:
  1. Create a new Angular project with MAUI.
  2. Perform all required pre-run steps, including seeding of the database.
  3. Run the application to assure it works and you're able to login.
  4. Now, utilizing Abp Suite create a new entity name GrowthRate and use the following properties:
    1. Girth - Datatype as double with min value of 0 and max value of 999 and non-nullable.
    2. Weight - Datatype as double with min value of 0 and max value of 999 and non-nullable.
    3. Length - Datatype as double with min value of 0 and max value of 999 and non-nullable.
    4. AssessmentDate - Datatype as datetime non-nullable.

Once that has been completed your build should fail when you attempt to run it. As you can see from the attached image the values are trying to use a Date Datatype.


1 risposte
  • User Avatar
    0
    EngincanV creato
    Team di supporto .NET Developer

    Hi, thanks for reporting this problem. We have already identified this problem and it will be available with the next release (v7.4.2 or v8.0.0 - depending on the next release):

    I closed the question since the problem you have reported has been fixed and will be available with the next release. Thanks for your understanding.

    Btw, I have refunded your ticket. Regards.

Made with ❤️ on ABP v8.2.0-preview Updated on marzo 25, 2024, 15:11