I try EntityFrameworkCore in Visual Studio code, and I want to run the Update-Database and Add-Migration commands, but there is no package manager console in VSCode. What to do?
Visual Studio Code does not support running package manager console commands. This integration is only available in Visual Studio. Instead, you have to use the command line interface (CLI):
http://www.learnentityframeworkcore.com/migrations/commands/cli-commands
Source: https://habr.com/ru/post/1259316/More articles:How to select all sub_category entries with its main_category_name and parent_id in a single query in MySQL? - phpErlang: are many timers alright? - erlangHow to reindex invalid columns retrieved from pandas read_html? - pythonAzure AD B2C receives error message: Invalid request - iosWhy does Erlang allow an atom to include the @ signs? Does it have practical application? - erlangIndexError: list index out of range error when using TensorFlow - pythonScaling an entire site in Semantic UI - htmlHow to provide screen resolution to my activity - androidJavascript: two outputs when not using the var keyword - javascripterror using Pandoc with Markdown - markdownAll Articles