This repository has been archived by the owner on May 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
221 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,68 @@ | ||
Mac Users: Visual Studio for Mac | ||
================================ | ||
|
||
#. Check that you are using supported MacOS version `here <https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?pivots=os-macos&tabs=netcore31#supported-operating-systems>`__. | ||
Before you start the installation guide, read through each step below. | ||
You will find the recommended features and functionality to install listed in each step. | ||
|
||
#. Download `Visual Studio for Mac <https://visualstudio.microsoft.com/vs/mac/net/>`__. You may be prompted for your | ||
computer's password to complete the download and begin installation. | ||
.. admonition:: Warning | ||
|
||
#. The first choice you will need to make in the setup process are the development platforms you want to include in | ||
the install with Visual Studio. Select **.NET Core** only. | ||
Allow at least **an hour** for the installation process. | ||
|
||
.. figure:: ./figures/vsmac-dotnetcore-install.png | ||
:alt: Select Visual Studio .NET Core package to install. | ||
Installation Steps | ||
------------------ | ||
Walk through the installation process by following Microsoft's `Install Visual Studio for Mac <https://learn.microsoft.com/en-us/visualstudio/mac/installation?view=vsmac-2022>`_ guide. | ||
|
||
Select .NET Core package to install. | ||
**Prerequisites** | ||
|
||
Check out that you can install this on your computer. | ||
|
||
#. Once installed, the IDE will open on it's own. If it does not, you may need to open it manually. You will next | ||
see a window asking you to login to your Microsoft account. You do not need to sign-in in order to use the | ||
IDE for this class and can select *I'll do this later* to continue setup. | ||
**Install Visual Studio** | ||
|
||
.. figure:: ./figures/vsmac-microsoft-account.png | ||
:alt: Visual Studio Microsoft sign-in page. | ||
#. Download the installer. | ||
|
||
Visual Studio Microsoft sign-in page. | ||
|
||
#. Next you will be asked to choose which shortcut system to use. You may not have a preference yet and can always | ||
change this later. If you are familiar with the text editor Visual Studio Code, this may be a good starting option | ||
for you. | ||
#. Install using the *.dmg* file. | ||
|
||
.. figure:: ./figures/vsmac-shortcut-selection.png | ||
:alt: Visual Studio keyboard shortcut selection. | ||
#. Open the application. | ||
|
||
Visual Studio keyboard shortcut selection. | ||
#. Continue if you agree with the privacy statements and license terms. | ||
|
||
#. Finally, you have made it to the project selection window. This will be the item you will see when you open | ||
Visual Studio. You do not need to create or open a new project just yet. | ||
#. The only component required for this course is **.NET**. | ||
|
||
You can modify this later as you gain more coding experience. | ||
|
||
.. figure:: ./figures/vsmac-project-opener.png | ||
:alt: Visual Studio opening project selection pane. | ||
#. Select the **Install** button. | ||
|
||
Visual Studio opening project selection pane. | ||
#. Assist the installer as needed. | ||
|
||
This may take a while, but stick around. | ||
You may be asked to enter your password a few times. | ||
|
||
#. To personalize or not? This is up to you. | ||
|
||
Microsoft Account | ||
Creating a Microsoft account is optional. | ||
|
||
Keyboard Shortcuts | ||
The default is Visual Studio for Mac and that is a good starting option. | ||
You can change this later. | ||
|
||
#. Launch Visual Studio and start developing | ||
|
||
|
||
A Tour of Your New IDE | ||
---------------------- | ||
|
||
Microsoft has created a `walkthrough <https://learn.microsoft.com/en-us/visualstudio/mac/ide-tour?view=vsmac-2022>`_ of the Visual Studio 2022 for Mac. | ||
We recommend you read through this to learn the location of key components within your new IDE. | ||
|
||
|
||
Troubleshooting | ||
--------------- | ||
|
||
Already have Visual Studio on Your Computer? | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
If you don’t have this most recent version of Visual Studio installed, you will need to updated it. | ||
The `Update Visual Studio for Mac Guide <https://learn.microsoft.com/en-us/visualstudio/mac/update?view=vsmac-2022>`_ can help you update your old version of VS to the latest. | ||
At the time of this writing, the current version for the course is 2022. | ||
|
||
Updating can also help you keep any of your workloads, extensions, or other installed packages up to date. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.