Commit 14fd632
File tree
12 files changed
+57
-40
lines changedFilter options
- src
- Dotnet.Script
- Dotnet.Script.Core
- Commands
- Dotnet.Script.DependencyModel
- ProjectSystem
- Runtime
- Dotnet.Script.Tests
12 files changed
+57
-40
lines changedsrc/Dotnet.Script.Core/Commands/ExecuteScriptCommand.cs
Copy file name to clipboardExpand all lines: src/Dotnet.Script.Core/Commands/ExecuteScriptCommand.cs+7-2Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
| 60 | + |
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
| ||
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
80 |
| - |
| 80 | + |
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
| ||
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
96 | 101 |
|
97 | 102 |
|
98 | 103 |
|
|
src/Dotnet.Script.Core/Commands/ExecuteScriptCommandOptions.cs
Copy file name to clipboardExpand all lines: src/Dotnet.Script.Core/Commands/ExecuteScriptCommandOptions.cs+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
| 24 | + |
23 | 25 |
|
24 | 26 |
|
src/Dotnet.Script.Core/Commands/PublishCommand.cs
Copy file name to clipboardExpand all lines: src/Dotnet.Script.Core/Commands/PublishCommand.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
| 35 | + |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
|
src/Dotnet.Script.Core/Commands/PublishCommandOptions.cs
Copy file name to clipboardExpand all lines: src/Dotnet.Script.Core/Commands/PublishCommandOptions.cs+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| ||
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
| 29 | + |
28 | 30 |
|
29 | 31 |
|
30 | 32 |
|
|
src/Dotnet.Script.Core/ScriptCompiler.cs
Copy file name to clipboardExpand all lines: src/Dotnet.Script.Core/ScriptCompiler.cs+4-11Lines changed: 4 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
160 | 160 |
|
161 | 161 |
|
162 | 162 |
|
163 |
| - |
164 |
| - |
165 |
| - |
166 |
| - |
167 |
| - |
168 |
| - |
169 |
| - |
170 |
| - |
171 |
| - |
172 |
| - |
173 |
| - |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
174 | 167 |
|
175 | 168 |
|
176 | 169 |
|
|
src/Dotnet.Script.Core/ScriptContext.cs
Copy file name to clipboardExpand all lines: src/Dotnet.Script.Core/ScriptContext.cs+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
| 13 | + |
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| ||
34 | 35 |
|
35 | 36 |
|
36 | 37 |
|
| 38 | + |
37 | 39 |
|
38 | 40 |
|
src/Dotnet.Script.DependencyModel/ProjectSystem/ProjectFile.cs
Copy file name to clipboardExpand all lines: src/Dotnet.Script.DependencyModel/ProjectSystem/ProjectFile.cs+12-9Lines changed: 12 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
64 | 69 |
|
65 | 70 |
|
66 | 71 |
|
| 72 | + |
67 | 73 |
|
68 | 74 |
|
69 | 75 |
|
| ||
83 | 89 |
|
84 | 90 |
|
85 | 91 |
|
86 |
| - |
87 |
| - |
88 |
| - |
89 |
| - |
| 92 | + |
| 93 | + |
90 | 94 |
|
91 | 95 |
|
92 | 96 |
|
93 | 97 |
|
94 | 98 |
|
95 |
| - |
96 |
| - |
97 |
| - |
98 |
| - |
| 99 | + |
| 100 | + |
99 | 101 |
|
100 | 102 |
|
101 | 103 |
|
| ||
105 | 107 |
|
106 | 108 |
|
107 | 109 |
|
108 |
| - |
| 110 | + |
| 111 | + |
109 | 112 |
|
110 | 113 |
|
111 | 114 |
|
|
src/Dotnet.Script.DependencyModel/ProjectSystem/ScriptProjectProvider.cs
Copy file name to clipboardExpand all lines: src/Dotnet.Script.DependencyModel/ProjectSystem/ScriptProjectProvider.cs+13-7Lines changed: 13 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
9 | 10 |
|
10 | 11 |
|
11 | 12 |
|
| ||
79 | 80 |
|
80 | 81 |
|
81 | 82 |
|
82 |
| - |
| 83 | + |
83 | 84 |
|
84 | 85 |
|
85 | 86 |
|
| ||
94 | 95 |
|
95 | 96 |
|
96 | 97 |
|
97 |
| - |
| 98 | + |
98 | 99 |
|
99 | 100 |
|
100 |
| - |
| 101 | + |
101 | 102 |
|
102 | 103 |
|
103 | 104 |
|
104 |
| - |
| 105 | + |
105 | 106 |
|
106 | 107 |
|
107 |
| - |
| 108 | + |
108 | 109 |
|
109 |
| - |
| 110 | + |
110 | 111 |
|
111 | 112 |
|
112 | 113 |
|
| ||
116 | 117 |
|
117 | 118 |
|
118 | 119 |
|
119 |
| - |
| 120 | + |
120 | 121 |
|
121 | 122 |
|
122 | 123 |
|
| ||
128 | 129 |
|
129 | 130 |
|
130 | 131 |
|
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
131 | 137 |
|
132 | 138 |
|
133 | 139 |
|
|
src/Dotnet.Script.DependencyModel/ProjectSystem/csproj.template
Copy file name to clipboardExpand all lines: src/Dotnet.Script.DependencyModel/ProjectSystem/csproj.template+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 | 11 |
|
|
src/Dotnet.Script.DependencyModel/Runtime/RuntimeDependencyResolver.cs
Copy file name to clipboardExpand all lines: src/Dotnet.Script.DependencyModel/Runtime/RuntimeDependencyResolver.cs+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
| 44 | + |
45 | 45 |
|
46 |
| - |
| 46 | + |
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
|
src/Dotnet.Script.Tests/ScriptPackagesTests.cs
Copy file name to clipboardExpand all lines: src/Dotnet.Script.Tests/ScriptPackagesTests.cs+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
105 | 105 |
|
106 | 106 |
|
107 | 107 |
|
108 |
| - |
| 108 | + |
109 | 109 |
|
110 | 110 |
|
111 | 111 |
|
| ||
117 | 117 |
|
118 | 118 |
|
119 | 119 |
|
120 |
| - |
| 120 | + |
121 | 121 |
|
122 | 122 |
|
123 | 123 |
|
|
src/Dotnet.Script/Program.cs
Copy file name to clipboardExpand all lines: src/Dotnet.Script/Program.cs+5-2Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
| 70 | + |
70 | 71 |
|
71 | 72 |
|
72 | 73 |
|
| ||
181 | 182 |
|
182 | 183 |
|
183 | 184 |
|
184 |
| - |
| 185 | + |
| 186 | + |
185 | 187 |
|
186 | 188 |
|
187 | 189 |
|
| ||
244 | 246 |
|
245 | 247 |
|
246 | 248 |
|
247 |
| - |
| 249 | + |
| 250 | + |
248 | 251 |
|
249 | 252 |
|
250 | 253 |
|
|
0 commit comments