warn: Microsoft.EntityFrameworkCore.Model.Validation[30000] No type was specified for the decimal column 'ForeignAmount' on entity type 'PaymentItem'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values using 'HasColumnType()'. warn: Microsoft.EntityFrameworkCore.Model.Validation[30000] No type was specified for the decimal column 'ForeignAmount' on entity type 'TransactionItem'. This will cause values to be silently truncated if they do not fit in the default precision and scale. Explicitly specify the SQL server column type that can accommodate all the values using 'HasColumnType()'. Hosting environment: Production Content root path: E:\WebApps\EFT-API\ReportService Now listening on: http://127.0.0.1:2850 Application started. Press Ctrl+C to shut down.