In this video we run you through how to add, list and remove packages in your dotnet core project using dotnet command line interface (CLI).
We will be using Pomelo.EntityFrameworkCore.MySql version 6.0.1 as an example.
Commands used:
dotnet add package Pomelo.EntityFrameworkCore.MySql --version 6.0.1
dotnet remove package Pomelo.EntityFrameworkCore.MySql
dotnet list package
dotnet restore
----------------- Useful Links -----------------------------------
dotnet core entity framework providers
https://docs.microsoft.com/en-us/ef/c...
pomelo entity framework core package for mariadb
https://www.nuget.org/packages/Pomelo...
dotnet remove package
https://docs.microsoft.com/en-us/dotn...
dotnet list package
https://docs.microsoft.com/en-us/dotn...
dotnet restore
https://docs.microsoft.com/en-us/dotn...
----------------- Video Sections -------------------------------
Chapters:
0:00 introduction
1:51 dotnet add package
4:13 dotnet remove package
5:49 dotnet list package
6:23 dotnet restore and then dotnet list
7:11 recap of all commands
8:07 conclusion
--------------------[Playlists and Relevant Github Repositories]---------------------------------------------
Fluid Mechanics and Git Repos:
• Fluid Mechanics
https://github.com/theodoreOnzGit/Ope...
Petroleum Downstream Crash Course Playlist:
• Petroleum Refining
OpenFOAM for Windows 10 Beginner Playlist and some Git Repos
• OpenFoam for Windows Newbie Guide
https://github.com/theodoreOnzGit/lam...
OpenFOAM Intermediate Playlist and some Git Repos
• OpenFOAM Intermediate Videos
https://github.com/theodoreOnzGit/thi...
OpenFOAM Heat Transfer Playlist and GitHub Repo
• OpenFOAM Heat Transfer
https://github.com/theodoreOnzGit/Ope...
Radiation Heat Transfer Learning Journal and Git Repos:
• Radiation Heat Transfer Learning Journal 1...
https://github.com/theodoreOnzGit/hea...
Convection Boundary Layer and git Repos:
• Convection Heat Transfer
https://github.com/theodoreOnzGit/hea...
Turbulence Modelling Playlist
• Turbulence Modelling 1 - Reynold's Average...
https://github.com/theodoreOnzGit/tur...
LabView Frequency Analysis and Fun (playlist and git repo)
• LabView Frequency Analysis and Fun
https://github.com/theodoreOnzGit/Ted...
Control Systems and Frequency Response
• Laplace Transforms 1 - basic intuition and...
https://github.com/theodoreOnzGit/mat...
OpenFOAM C++
https://github.com/theodoreOnzGit/C-_...
• Introductory C++ for OpenFoam Users
OpenFOAM Bash
https://github.com/theodoreOnzGit/Bas...
• OpenFOAM Bash
Basic Samba
• basicSamba
https://github.com/theodoreOnzGit/sam...
Manjaro Tips and Tricks
• Manjaro Tips and Tricks
lammps and Discrete Element Modelling (DEM)
• lammps and Discrete Element Modelling
playing with dotnet core
• playing with dotnet core
dotnet core github repo
https://github.com/theodoreOnzGit/dot...
コメント