11# CodeFactory Guidance
2- In the guidance section you will find walk through tutorials on how to use different aspects of the CodeFactory environment.
2+ In the guidance section you will find walk- through tutorials on how to use different aspects of the CodeFactory environment.
33
44# Installation and Configuration
55The following will help with installation and configuration of CodeFactory
66
77## Installing CodeFactory for Visual Studio
8- This will provide step by step instructions for installing CodeFactory itself and loading your license key.
8+ This will provide step-by- step instructions for installing CodeFactory itself and loading your license key.
99
1010[ Install CodeFactory for Visual Studio] ( Install/CodeFactoryForVisualStudio.md )
1111
1212## Installing CodeFactory SDK
13- This will provide step by step instruction for installing the CodeFactory SDK.
13+ This will provide step-by- step instruction for installing the CodeFactory SDK.
1414
1515[ Install CodeFactory SDK] ( Install/CodeFactorySDK.md )
1616
1717# SDK Examples
18- The following will provide gudiance on how to setup and author your own automation using CodeFactory
18+ The following will provide guidance on how to setup and author your own automation using CodeFactory
1919
2020## Creating a CodeFactory Project
21- Guidance for creating a new project and displaying the name of a hosted project. This will focus on the following.
21+ Guidance for creating a new project and displaying the name of a hosted project. This will focus on the following:
2222 - How to create a CodeFactory project
23- - Understanding how nuget packages are loaded for CodeFactory
23+ - Understanding how NuGet packages are loaded for CodeFactory
2424 - How to create a CodeFactory command
2525 - How to format a CodeFactory command
2626 - How to consume data from the CodeFactory Framework
@@ -30,7 +30,7 @@ Guidance for creating a new project and displaying the name of a hosted project.
3030
3131## ASP.Net Core Automation
3232
33- Guidance and walkthrough for automation that supports a ASP.Net core web project. This will focus on the following.
33+ Guidance and walk-through for automation that supports a ASP.Net core web project. This will focus on the following:
3434
3535 - Usage of project commands
3636 - Usage of project references
@@ -39,14 +39,14 @@ Guidance and walkthrough for automation that supports a ASP.Net core web project
3939 - Usage of meta data from C# models
4040 - Creation of code files
4141 - Formatting of source code
42- - Injection of source code in documents
43- - Replacining of source code in documents
42+ - Injection of source code within documents
43+ - Replacement of source code within documents
4444 - Dependency Injection Management at a Project Level
45- - Auto implementation of interface members on implementing classes
45+ - Auto- implementation of interface members on implementing classes
4646 - Bounds checking logic automatically added to generated methods
47- - Auto injection of logging for created interface members if Microsoft.Extensions.Logging is referenced at the project level
47+ - Auto- injection of logging for created interface members if Microsoft.Extensions.Logging is referenced at the project level
4848
4949# CodeFactory Overview
5050This link will take you to the overview of the CodeFactory platform.
5151
52- [ CodeFactory Overview] ( ../Introduction/Overview.md )
52+ [ CodeFactory Overview] ( ../Introduction/Overview.md )
0 commit comments