FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
tug/migrate-report.json at master · PowerShellOrg/tug · GitHub
PowerShellOrg
/
tug
Public
Notifications
You must be signed in to change notification settings
Fork
29
Star
164
Code
Issues
26
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
tug
/
migrate-report.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
191 lines (189 loc) · 8.03 KB
Breadcrumbs
tug
/
migrate-report.json
Copy path
File metadata and controls
191 lines (189 loc) · 8.03 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
// Migration invoked at the console:
// dotnet migrate -r migrate-report.json --format-report-file-json
//
// Then after the migration:
// dotnet new sln
// dotnet sln add src\Tug.Base\Tug.Base.csproj
// dotnet sln add src\Tug.Client\Tug.Client.csproj
// dotnet sln add src\Tug.Server.Base\Tug.Server.Base.csproj
// dotnet sln add src\Tug.Server\Tug.Server.csproj
// dotnet sln add src\Tug.Server.Providers.Ps5DscHandler\Tug.Server.Providers.Ps5DscHandler.csproj
// dotnet sln add src\Tug.Server.FaaS.AwsLambda\Tug.Server.FaaS.AwsLambda.csproj
// dotnet sln add src\Tug.Ext-WORK\Tug.Ext-WORK.csproj
// dotnet sln add test\Tug.UnitTesting\Tug.UnitTesting.csproj
// dotnet sln add test\client\Tug.Client-tests\Tug.Client-tests.csproj
// dotnet sln add test\server\Tug.Server-itests\Tug.Server-itests.csproj
// dotnet sln add test\server\Tug.Server.FaaS.AwsLambda-tests\Tug.Server.FaaS.AwsLambda-tests.csproj
// dotnet sln add test\Tug.Ext-tests\Tug.Ext-tests.csproj
// dotnet sln add test\Tug.Ext-tests-aux\Tug.Ext-tests-aux.csproj
// dotnet sln add src\bundles\Tug.Server-ps5\Tug.Server-ps5.csproj
{
"ProjectMigrationReports"
: [
{
"ProjectDirectory"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
src
\\
bundles
\\
Tug.Server-ps5
"
,
"ProjectName"
:
"
Tug.Server-ps5
"
,
"OutputMSBuildProject"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
src
\\
bundles
\\
Tug.Server-ps5
\\
Tug.Server-ps5.csproj
"
,
"Errors"
: [],
"Warnings"
: [],
"PreExistingCsprojDependencies"
: [],
"Skipped"
:
false
,
"Failed"
:
false
,
"Succeeded"
:
true
},
{
"ProjectDirectory"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
src
\\
Tug.Base
"
,
"ProjectName"
:
"
Tug.Base
"
,
"OutputMSBuildProject"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
src
\\
Tug.Base
\\
Tug.Base.csproj
"
,
"Errors"
: [],
"Warnings"
: [],
"PreExistingCsprojDependencies"
: [],
"Skipped"
:
false
,
"Failed"
:
false
,
"Succeeded"
:
true
},
{
"ProjectDirectory"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
src
\\
Tug.Server
"
,
"ProjectName"
:
"
Tug.Server
"
,
"OutputMSBuildProject"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
src
\\
Tug.Server
\\
Tug.Server.csproj
"
,
"Errors"
: [],
"Warnings"
: [],
"PreExistingCsprojDependencies"
: [],
"Skipped"
:
false
,
"Failed"
:
false
,
"Succeeded"
:
true
},
{
"ProjectDirectory"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
src
\\
Tug.Server.Base
"
,
"ProjectName"
:
"
Tug.Server.Base
"
,
"OutputMSBuildProject"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
src
\\
Tug.Server.Base
\\
Tug.Server.Base.csproj
"
,
"Errors"
: [],
"Warnings"
: [],
"PreExistingCsprojDependencies"
: [],
"Skipped"
:
false
,
"Failed"
:
false
,
"Succeeded"
:
true
},
{
"ProjectDirectory"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
src
\\
Tug.Client
"
,
"ProjectName"
:
"
Tug.Client
"
,
"OutputMSBuildProject"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
src
\\
Tug.Client
\\
Tug.Client.csproj
"
,
"Errors"
: [],
"Warnings"
: [],
"PreExistingCsprojDependencies"
: [],
"Skipped"
:
false
,
"Failed"
:
false
,
"Succeeded"
:
true
},
{
"ProjectDirectory"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
src
\\
Tug.Ext-WORK
"
,
"ProjectName"
:
"
Tug.Ext-WORK
"
,
"OutputMSBuildProject"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
src
\\
Tug.Ext-WORK
\\
Tug.Ext-WORK.csproj
"
,
"Errors"
: [],
"Warnings"
: [],
"PreExistingCsprojDependencies"
: [],
"Skipped"
:
false
,
"Failed"
:
false
,
"Succeeded"
:
true
},
{
"ProjectDirectory"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
src
\\
Tug.Server.FaaS.AwsLambda
"
,
"ProjectName"
:
"
Tug.Server.FaaS.AwsLambda
"
,
"OutputMSBuildProject"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
src
\\
Tug.Server.FaaS.AwsLambda
\\
Tug.Server.FaaS.AwsLambda.csproj
"
,
"Errors"
: [],
"Warnings"
: [],
"PreExistingCsprojDependencies"
: [],
"Skipped"
:
false
,
"Failed"
:
false
,
"Succeeded"
:
true
},
{
"ProjectDirectory"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
src
\\
Tug.Server.Providers.Ps5DscHandler
"
,
"ProjectName"
:
"
Tug.Server.Providers.Ps5DscHandler
"
,
"OutputMSBuildProject"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
src
\\
Tug.Server.Providers.Ps5DscHandler
\\
Tug.Server.Providers.Ps5DscHandler.csproj
"
,
"Errors"
: [],
"Warnings"
: [],
"PreExistingCsprojDependencies"
: [],
"Skipped"
:
false
,
"Failed"
:
false
,
"Succeeded"
:
true
},
{
"ProjectDirectory"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
test
\\
client
\\
Tug.Client-tests
"
,
"ProjectName"
:
"
Tug.Client-tests
"
,
"OutputMSBuildProject"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
test
\\
client
\\
Tug.Client-tests
\\
Tug.Client-tests.csproj
"
,
"Errors"
: [],
"Warnings"
: [],
"PreExistingCsprojDependencies"
: [],
"Skipped"
:
false
,
"Failed"
:
false
,
"Succeeded"
:
true
},
{
"ProjectDirectory"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
test
\\
Tug.UnitTesting
"
,
"ProjectName"
:
"
Tug.UnitTesting
"
,
"OutputMSBuildProject"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
test
\\
Tug.UnitTesting
\\
Tug.UnitTesting.csproj
"
,
"Errors"
: [],
"Warnings"
: [],
"PreExistingCsprojDependencies"
: [],
"Skipped"
:
false
,
"Failed"
:
false
,
"Succeeded"
:
true
},
{
"ProjectDirectory"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
test
\\
server
\\
Tug.Server-itests
"
,
"ProjectName"
:
"
Tug.Server-itests
"
,
"OutputMSBuildProject"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
test
\\
server
\\
Tug.Server-itests
\\
Tug.Server-itests.csproj
"
,
"Errors"
: [],
"Warnings"
: [],
"PreExistingCsprojDependencies"
: [],
"Skipped"
:
false
,
"Failed"
:
false
,
"Succeeded"
:
true
},
{
"ProjectDirectory"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
test
\\
server
\\
Tug.Server.FaaS.AwsLambda-tests
"
,
"ProjectName"
:
"
Tug.Server.FaaS.AwsLambda-tests
"
,
"OutputMSBuildProject"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
test
\\
server
\\
Tug.Server.FaaS.AwsLambda-tests
\\
Tug.Server.FaaS.AwsLambda-tests.csproj
"
,
"Errors"
: [],
"Warnings"
: [],
"PreExistingCsprojDependencies"
: [],
"Skipped"
:
false
,
"Failed"
:
false
,
"Succeeded"
:
true
},
{
"ProjectDirectory"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
test
\\
Tug.Ext-tests
"
,
"ProjectName"
:
"
Tug.Ext-tests
"
,
"OutputMSBuildProject"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
test
\\
Tug.Ext-tests
\\
Tug.Ext-tests.csproj
"
,
"Errors"
: [],
"Warnings"
: [],
"PreExistingCsprojDependencies"
: [],
"Skipped"
:
false
,
"Failed"
:
false
,
"Succeeded"
:
true
},
{
"ProjectDirectory"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
test
\\
Tug.Ext-tests-aux
"
,
"ProjectName"
:
"
Tug.Ext-tests-aux
"
,
"OutputMSBuildProject"
:
"
C:
\\
prj
\\
zyborg
\\
Zyborg-tug
\\
test
\\
Tug.Ext-tests-aux
\\
Tug.Ext-tests-aux.csproj
"
,
"Errors"
: [],
"Warnings"
: [],
"PreExistingCsprojDependencies"
: [],
"Skipped"
:
false
,
"Failed"
:
false
,
"Succeeded"
:
true
}
],
"MigratedProjectsCount"
:
14
,
"SucceededProjectsCount"
:
14
,
"FailedProjectsCount"
:
0
,
"AllSucceeded"
:
true
}
// Written on the console:
// Summary
// Total Projects: 14
// Succeeded Projects: 14
// Failed Projects: 0
//
// The project migration has finished. Please visit https://aka.ms/coremigration to report any issues you've encountered or ask for help.
// Files backed up to C:\prj\zyborg\Zyborg-tug\backup\
Back
|
FazBrowse Home
|
New Git URL