Page 1 of 1

citext Entity Framework Scaffold .net core

Posted: Tue 06 Jun 2017 20:17
by markatosi
citext does not seem to be supported during the scaffolding in .net-core all columns of datatype citext are ignored and not created by the scaffold command.

Also why does the forums login page not use https ?

Re: citext Entity Framework Scaffold .net core

Posted: Thu 08 Jun 2017 15:20
by Shalex
markatosi wrote:citext does not seem to be supported during the scaffolding in .net-core all columns of datatype citext are ignored and not created by the scaffold command.
1. Thank you for your report. We have reproduced the issue and are investigating it. We will notify you about the result.
markatosi wrote:Also why does the forums login page not use https ?
2. You can use
https://forums.devart.com/ucp.php?mode=login
instead of
ucp.php?mode=login
in your browser. There is no forced redirect (http -> https).

Re: citext Entity Framework Scaffold .net core

Posted: Wed 28 Jun 2017 12:34
by Shalex
The bug with mapping citext data type via Scaffold-DbContext in EF Core is fixed: viewtopic.php?f=3&t=35590.