nanaxxchange.blogg.se

Monogame visual studio 2015 for windows 10
Monogame visual studio 2015 for windows 10












Installing a package in the console performs the same steps as described on What happens when a package is installed, with the following additions: Install-Package Elmah -ProjectName UtilitiesLib # Add the Elmah package to a project named UtilitiesLib that is not the default Install a package # Add the Elmah package to the default project as specified in the console's project selector For example, running Get-Package -ListAvailable -PageSize 500 lists the top 500 packages on the default source (such as ), which could take several minutes to run. The rightmost button interrupts a long-running command. Also, the control to the right of the project selector clears the console's contents: This is a shortcut to the Tools > Options > NuGet Package Manager > Package Sources dialog box as described on the Package Manager UI page. To manage package sources, select the gear icon. To overrride these settings without changing the defaults, most commands support -Source and -ProjectName options. Selecting a different package source and/or project changes those defaults for subsequent commands. The console is a Visual Studio window that can be arranged and positioned however you like (see Customize window layouts in Visual Studio).īy default, console commands operate against a specific package source and project as set in the control at the top of the window: Open the console in Visual Studio using the Tools > NuGet Package Manager > Package Manager Console command. Saving an unsaved solution, or creating and saving a solution if you don't have one open, should correct the error. Please ensure you have an open and saved solution." This indicates that the console cannot determine the solution folder. If you have an unsaved solution, or no solution, you can see the error, "Solution is not opened or not saved. Many console operations depend on having a solution opened in Visual Studio with a known path name. Install-Package Elmah -ProjectName MyProject

#Monogame visual studio 2015 for windows 10 install#

Run the install command: # Install the Elmah package to the project named MyProject. # Find packages containing the keyword "elmah" If you already know this, skip to step 3. Open the project/solution in Visual Studio, and open the console using the Tools > NuGet Package Manager > Package Manager Console command.įind the package you want to install. Find and install a packageįor example, finding and installing a package is done with three easy steps: When using the Package Management Console in Visual Studio, the commands and arguments documented in this present topic apply. Specifically, each environment has commands that are not available in the other, and commands with the same name may also differ in their specific arguments. The commands listed here are specific to the Package Manager Console in Visual Studio, and differ from the Package Management module commands that are available in a general PowerShell environment.












Monogame visual studio 2015 for windows 10