c# - entity framework core visualize entity -


i getting started project using entity framework core. task visualization of entities in code first.

i have created .net core project in vs2015 , created db context file inherit dbcontext. have installed entity framework power tool.

when trying right click context file , view visualized model get:

a constructor not found. cannot find appropriate constructor type.

i have looked answer best found remove extensions. have disabled extensions still same error.

are there else "free" possibility visualize entities code first approach in visual studio? able work entities on more visualized approach. or best way go have missed something?

i tried use .net 4.5 , works generate visualization, want use net core.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -