Skip to content

Commit 74f4b19

Browse files
author
Tom Moore
committed
Added review feedback.
1 parent 57ad3d7 commit 74f4b19

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

ToolGuides/toolkit-for-refactoring/01-Prerequisites/01-Setup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
In order to follow this guide, you will need to have a development environment. The environment must have at a minimum:
44

5-
* A Microsoft Windows laptop, desktop, EC2 Instance or Virtual Machine.
5+
* A Microsoft Windows 10 or 11 laptop, desktop, EC2 Instance or Virtual Machine.
66
* [Microsoft Visual Studio 2022 Community, or better.](https://visualstudio.microsoft.com/)
77
* [Git source control.](https://git-scm.com/)
88
* Administrative access to Windows.
9-
* [An AWS Account.](https://aws.amazon.com)
9+
* [An AWS Account.](https://aws.amazon.com/free)
1010
* [IAM Credentials into your account.](https://us-east-1.console.aws.amazon.com/iamv2/home#/home)
1111
* [AWS Command Line Interface installed.](https://aws.amazon.com/cli/)
1212

ToolGuides/toolkit-for-refactoring/01-Prerequisites/03-Sample-Tour.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# A Tour of the Sample Application
22

3-
In visual studio, open the solution file:
3+
In Visual Studio, open the solution file:
44
```
55
C:\Source\MediaLibrary4.8\MediaLibrary\MediaLibrary.sln
66
```
77

8-
Once the Solution file is open in Visual Studio, run the solution to have a look at the starting point for the sample application.
8+
Once the solution file is open in Visual Studio, run the solution to have a look at the starting point for the sample application.
99

1010
![Media Catalog](img/home-page.png)
1111

12-
From the main page, click the "upload" link under the Upload title.
12+
From the main page, click the "Upload" link under the Upload title.
1313

1414
Use the Browse and Upload buttons to upload an image to the application.
1515

1616
![Upload](img/upload.png)
1717

18-
In the sample code folder, there are sample images provided by the Smithsonian Institution. These images can be found in the following location:
18+
In the sample code folder, there are sample images provided by the Smithsonian Institution. These images can be found by going to the origional location that you cloned the repo and looking in the following folder structure.
1919
```
2020
aws-net-guides\SampleApplications\2022\MediaCatalog\MediaLibrary6.0\SampleImages\
2121
```
@@ -34,13 +34,13 @@ The processing page will give you a list of all the labels that Rekognition has
3434

3535
![Rekognition Results](img/results.png)
3636

37-
Select the options for cheetah, wildlife, animal and mammal. Then click Save.
37+
Select the options for Cheetah, Wildlife, Animal and Mammal. Then click Save.
3838

3939
You will then be brought back to the image list view. The image will no longer have a "Process" link, but will not have a link that allows you to view the previously saved results.
4040

4141
![Final](img/final.png)
4242

43-
This completes the tour of the Media Catalog application. Feel free to spend more time looking around at the application and becoming familiar with the other functions that are available before moving on to the next part of the guide.
43+
This completes the tour of the Media Catalog application. Feel free to spend more time looking around the application and becoming familiar with the other functions that are available before moving on to the next part of the guide.
4444

4545

4646
[Next](../02-Getting-Started/01-Instalation.md) <br/>

ToolGuides/toolkit-for-refactoring/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
This guide serves as an introduction to the AWS Toolkit for .NET Refactoring. The guide will walk you through getting the toolkit installed, and refactoring your first application.
66

7-
By the completion of this guide, you will be familiar with the basic functions of the toolkit and able to work your way through a sample application. Additional resources will be available to continue learning.
7+
By the completion of this guide, you will be familiar with the basic functions of the toolkit and be able to work your way through a sample application. Additional resources will be available to continue learning.
88

99
### Introduction
1010

11-
The AWS Toolkit for .NET Refactoring is an extension that plugs into Visual Studio and assists users with converting their applications from .NET Framework to modern .NET. The toolkit assesses applications to determine the portability of the application to modern .NET, as well as assisting users with the conversion of projects and code, to the target .NET release.
11+
The AWS Toolkit for .NET Refactoring is an extension that plugs into Visual Studio and assists users with converting their applications from .NET Framework ie 4.8 to modern .NET ie .NET 6 or 7. The toolkit assesses applications to determine the portability of the application to modern .NET, as well as assisting users with the conversion of projects and code, to the target .NET release.
1212

13-
Users should be aware that conversion is performed in place, and cannot be undone once the process has been launched on a project.
13+
Users should be aware that the conversion is performed in place, and cannot be undone once the process has been launched on a project.
1414

1515
Following this guide will result in the possibility of charges to your AWS Account. Charges include usage of Amazon DynamoDB and Amazon Simple Storage Service (S3).
1616

0 commit comments

Comments
 (0)