You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
9
9
10
10

11
11
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.
13
13
14
14
Use the Browse and Upload buttons to upload an image to the application.
15
15
16
16

17
17
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.
@@ -34,13 +34,13 @@ The processing page will give you a list of all the labels that Rekognition has
34
34
35
35

36
36
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.
38
38
39
39
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.
40
40
41
41

42
42
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.
Copy file name to clipboardExpand all lines: ToolGuides/toolkit-for-refactoring/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@
4
4
5
5
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.
6
6
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.
8
8
9
9
### Introduction
10
10
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.
12
12
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.
14
14
15
15
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).
0 commit comments