With the module imported as it currently is, the Entity Framework Code First Migrations Add-Migration command fails because it uses a command named get-project which conflicts.
Need to come up with a non-conflicting name for this function, or a way to avoid the conflict if a function with the same name already exists.