dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.58k stars 25.29k forks source link

Issue with Movie Model #27676

Open RCRoeder-ATSDuct opened 1 year ago

RCRoeder-ATSDuct commented 1 year ago

I had no end of issues with using public decimal Price { get; set; } and getting errors and no database in the scaffolding. Once I changed it to public Decimal Price { get; set; } * Decimal vs decimal The issue went away. With decimal it did not appear to know the accuracy and precision either in .net 7 or .net 7 with sql server 15.02000.5 and VS CE 2022 64b 17.4.1


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Rick-Anderson commented 1 year ago

@wadepickett can you take care of this?