Commit a4d3914
authored
File tree
25 files changed
+355
-44
lines changedFilter options
- src
- Dotnet.Script
- Dotnet.Script.Core
- Commands
- Interactive
- Versioning
- Dotnet.Script.DependencyModel
- ProjectSystem
- Runtime
- ScriptPackage
- Dotnet.Script.Tests
- TestFixtures/ScriptPackage
- WithAnyTargetFramework
- WithInvalidPackageReference
- WithMainCsx
- WithNoEntryPointFile
- WithScriptPackageDependency
- WithSubFolder
25 files changed
+355
-44
lines changedsrc/Dotnet.Script.Core/Commands/ExecuteScriptCommand.cs
Copy file name to clipboardExpand all lines: src/Dotnet.Script.Core/Commands/ExecuteScriptCommand.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
80 |
| - |
| 80 | + |
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
|
src/Dotnet.Script.Core/Dotnet.Script.Core.csproj
Copy file name to clipboardExpand all lines: src/Dotnet.Script.Core/Dotnet.Script.Core.csproj+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
| 39 | + |
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
|
src/Dotnet.Script.Core/Interactive/InteractiveRunner.cs
Copy file name to clipboardExpand all lines: src/Dotnet.Script.Core/Interactive/InteractiveRunner.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
126 | 126 |
|
127 | 127 |
|
128 | 128 |
|
129 |
| - |
| 129 | + |
130 | 130 |
|
131 | 131 |
|
132 | 132 |
|
|
src/Dotnet.Script.Core/ScriptConsole.cs
Copy file name to clipboardExpand all lines: src/Dotnet.Script.Core/ScriptConsole.cs+12-1Lines changed: 12 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 |
|
11 | 12 |
|
| ||
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
42 | 48 |
|
43 | 49 |
|
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
44 | 55 |
|
45 | 56 |
|
46 | 57 |
|
|
src/Dotnet.Script.Core/ScriptPublisher.cs
Copy file name to clipboardExpand all lines: src/Dotnet.Script.Core/ScriptPublisher.cs+5-4Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
| 2 | + |
2 | 3 |
|
3 | 4 |
|
4 | 5 |
|
| ||
72 | 73 |
|
73 | 74 |
|
74 | 75 |
|
75 |
| - |
| 76 | + |
76 | 77 |
|
77 |
| - |
| 78 | + |
78 | 79 |
|
79 | 80 |
|
80 | 81 |
|
81 | 82 |
|
82 | 83 |
|
83 |
| - |
| 84 | + |
84 | 85 |
|
85 | 86 |
|
86 | 87 |
|
|
src/Dotnet.Script.Core/Versioning/EnvironmentReporter.cs
Copy file name to clipboardExpand all lines: src/Dotnet.Script.Core/Versioning/EnvironmentReporter.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
77 |
| - |
| 77 | + |
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
|
src/Dotnet.Script.DependencyModel/AssemblyProperties.cs
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
src/Dotnet.Script.DependencyModel/Dotnet.Script.DependencyModel.csproj
Copy file name to clipboardExpand all lines: src/Dotnet.Script.DependencyModel/Dotnet.Script.DependencyModel.csproj+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
| 28 | + |
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
src/Dotnet.Script.DependencyModel/ProjectSystem/NuGetUtilities.cs
Copy file name to clipboard+70Lines changed: 70 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 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 | + |
src/Dotnet.Script.DependencyModel/ProjectSystem/ScriptProjectProvider.cs
Copy file name to clipboardExpand all lines: src/Dotnet.Script.DependencyModel/ProjectSystem/ScriptProjectProvider.cs+11-10Lines changed: 11 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
7 | 8 |
|
8 | 9 |
|
9 | 10 |
|
| ||
60 | 61 |
|
61 | 62 |
|
62 | 63 |
|
63 |
| - |
| 64 | + |
64 | 65 |
|
65 | 66 |
|
66 | 67 |
|
| ||
101 | 102 |
|
102 | 103 |
|
103 | 104 |
|
104 |
| - |
| 105 | + |
105 | 106 |
|
106 | 107 |
|
107 | 108 |
|
| ||
120 | 121 |
|
121 | 122 |
|
122 | 123 |
|
123 |
| - |
| 124 | + |
124 | 125 |
|
125 |
| - |
126 |
| - |
127 |
| - |
128 |
| - |
129 |
| - |
130 |
| - |
131 |
| - |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
132 | 133 |
|
133 | 134 |
|
134 | 135 |
|
|
src/Dotnet.Script.DependencyModel/Runtime/RuntimeDependencyResolver.cs
Copy file name to clipboardExpand all lines: src/Dotnet.Script.DependencyModel/Runtime/RuntimeDependencyResolver.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
188 | 188 |
|
189 | 189 |
|
190 | 190 |
|
191 |
| - |
| 191 | + |
192 | 192 |
|
193 | 193 |
|
194 | 194 |
|
|
src/Dotnet.Script.DependencyModel/ScriptPackage/ScriptFilesDependencyResolver.cs
Copy file name to clipboardExpand all lines: src/Dotnet.Script.DependencyModel/ScriptPackage/ScriptFilesDependencyResolver.cs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
133 | 133 |
|
134 | 134 |
|
135 | 135 |
|
136 |
| - |
| 136 | + |
137 | 137 |
|
138 | 138 |
|
139 | 139 |
|
|
0 commit comments