Sunday, November 24, 2019

Install EF Core 3.1 Preview 3 in Ubuntu

To install Entity Framework Core 3.1.x Preview 3, do:
$: dotnet tool install --global dotnet-ef --version 3.1.0-preview3.19554.8
$: export DOTNET_ROOT=$HOME/.dotnet

Note that I am using local install of .Net Core 3.1 Preview 3 hence the need to export DOTNET_ROOT.

No comments:

Test page for code formatting

netsh advfirewall firewall add rule name = "RPC Endpoint Mapper" dir = in action = allow protocol = TCP localport = 1...