|
1 | 1 | # Creating a CodeFactory Project |
2 | | -This section will get you started in understanding how to use the CodeFactory SDK. |
3 | | - In this walk through we will focus on the following. |
| 2 | +This section will explains how to use the CodeFactory SDK. |
| 3 | + In this walk-through we will focus on the following topics: |
4 | 4 |
|
5 | 5 | - How to create a CodeFactory project |
6 | | - - Understanding how nuget packages are loaded for CodeFactory |
| 6 | + - Understanding how NuGet packages are loaded for CodeFactory |
7 | 7 | - How to create a CodeFactory command |
8 | 8 | - How to format a CodeFactory command |
9 | 9 | - How to consume data from the CodeFactory Framework |
10 | | - - How to create a user interface and display data from CodeFactory |
| 10 | + - How to create a user interface and display data using CodeFactory |
11 | 11 |
|
12 | | -The following is expected to have been completed before beginning this guidance. |
| 12 | +Prequisites: Please confirm the following prior to getting started with this guidance: |
13 | 13 |
|
14 | | - - You are using Visual Studio 2019 on Windows (Visual Studio on Mac is not supported) |
15 | | - - You have installed CodeFactory for Visual Studio and have activated CodeFactory. |
16 | | - - YOu have installed the CodeFactory SDK |
| 14 | + - You are using Visual Studio 2019 on Windows (Visual Studio on Mac is not currently supported). |
| 15 | + - You have installed CodeFactory for Visual Studio and have activated CodeFactory with a license key. |
| 16 | + - You have installed the CodeFactory SDK. |
17 | 17 |
|
18 | | -The walk through will be broken down into logical exercises that cover each of the above goals of this gudiance. |
| 18 | +This walk-through is grouped into logical exercises which address each of the guidance topics listed above. |
19 | 19 |
|
20 | | -## Part One Creating a Project |
21 | | -In the first part of the guidance we will create a project and get it ready to build automation. |
| 20 | +## Part One - Creating a Project |
| 21 | +In the first part of the guidance, we will create a project and get it ready to build automation. |
22 | 22 |
|
23 | | -This will focus on the following |
| 23 | +This will focus on the following: |
24 | 24 | - How to create a CodeFactory project |
25 | | - - Understanding how nuget packages are loaded for CodeFactory |
| 25 | + - Understanding how NuGet packages are loaded for CodeFactory |
26 | 26 | - How to create a CodeFactory command |
27 | 27 |
|
28 | 28 | [Create a CodeFactory Project](CreateProject.md) |
29 | 29 |
|
30 | | -## Part Two Automate Project Information |
31 | | -In the second part we will gather information about a visual studio project and displaying it to the user in Visual Studio. |
| 30 | +## Part Two - Automate Project Information |
| 31 | +In the second part, we will gather & display information about a Visual Studio project for the Visual Studio user. |
32 | 32 |
|
33 | | -This will focus on the following |
34 | | - - How to Format a CodeFactory command |
| 33 | +This will focus on the following: |
| 34 | + - How to format a CodeFactory command |
35 | 35 | - How to consume data from the CodeFactory Framework |
36 | 36 | - How to create a user interface and display data from CodeFactory |
37 | 37 |
|
38 | 38 | [Automate Project Information](AutomateProjectInformation.md) |
39 | 39 |
|
40 | 40 |
|
41 | 41 | ## Guidance |
42 | | -Once you have completed this set of lessions you can return to gudiance by clicking the link below. |
| 42 | +Once you have completed this set of lessons you can return to guidance by clicking the link below. |
43 | 43 |
|
44 | 44 | [CodeFactory Guidance](../Overview.md) |
0 commit comments