Commit 54aad64
committed
Decode Node's JSON response into arbitrary .NET type. Add VS stuff.
1 parent 52953c5 commit 54aad64Copy full SHA for 54aad64
File tree
Expand file treeCollapse file tree
19 files changed
+213
-26
lines changedOpen diff view settings
Filter options
- Microsoft.AspNet.NodeServices.Angular
- Microsoft.AspNet.NodeServices.React
- Microsoft.AspNet.NodeServices
- Content/Node
- HostingModels
- samples
- angular/MusicStore
- wwwroot
- misc/ES2015Transpilation
- wwwroot
- react/ReactGrid
Expand file treeCollapse file tree
19 files changed
+213
-26
lines changedOpen diff view settings
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
| 4 | + |
Collapse file
Microsoft.AspNet.NodeServices.Angular/AngularRenderer.cs
Copy file name to clipboardExpand all lines: Microsoft.AspNet.NodeServices.Angular/AngularRenderer.cs+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
16 | | - |
| 16 | + |
17 | 17 | |
18 | 18 | |
19 | 19 | |
|
Collapse file
Microsoft.AspNet.NodeServices.Angular/Microsoft.AspNet.NodeServices.Angular.xproj
Copy file name to clipboard+19Lines changed: 19 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 | + |
Collapse file
Microsoft.AspNet.NodeServices.React/Microsoft.AspNet.NodeServices.React.xproj
Copy file name to clipboard+19Lines changed: 19 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 | + |
Collapse file
Microsoft.AspNet.NodeServices.React/ReactRenderer.cs
Copy file name to clipboardExpand all lines: Microsoft.AspNet.NodeServices.React/ReactRenderer.cs+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
16 | | - |
| 16 | + |
17 | 17 | |
18 | 18 | |
19 | 19 | |
|
Collapse file
Microsoft.AspNet.NodeServices/Content/Node/entrypoint-http.js
Copy file name to clipboardExpand all lines: Microsoft.AspNet.NodeServices/Content/Node/entrypoint-http.js+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
17 | | - |
| 17 | + |
18 | 18 | |
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | | - |
25 | | - |
| 24 | + |
| 25 | + |
26 | 26 | |
27 | 27 | |
28 | 28 | |
|
Collapse file
Microsoft.AspNet.NodeServices/Content/Node/entrypoint-stream.js
Copy file name to clipboardExpand all lines: Microsoft.AspNet.NodeServices/Content/Node/entrypoint-stream.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | | - |
| 9 | + |
10 | 10 | |
11 | 11 | |
12 | 12 | |
|
Collapse file
Microsoft.AspNet.NodeServices/HostingModels/HttpNodeInstance.cs
Copy file name to clipboardExpand all lines: Microsoft.AspNet.NodeServices/HostingModels/HttpNodeInstance.cs+9-2Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
23 | | - |
| 23 | + |
24 | 24 | |
25 | 25 | |
26 | 26 | |
| ||
29 | 29 | |
30 | 30 | |
31 | 31 | |
32 | | - |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
33 | 40 | |
34 | 41 | |
35 | 42 | |
|
Collapse file
Microsoft.AspNet.NodeServices/HostingModels/InputOutputStreamNodeInstance.cs
Copy file name to clipboardExpand all lines: Microsoft.AspNet.NodeServices/HostingModels/InputOutputStreamNodeInstance.cs+3-2Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
29 | 29 | |
30 | 30 | |
31 | 31 | |
32 | | - |
| 32 | + |
33 | 33 | |
34 | 34 | |
35 | 35 | |
| ||
39 | 39 | |
40 | 40 | |
41 | 41 | |
42 | | - |
| 42 | + |
| 43 | + |
43 | 44 | |
44 | 45 | |
45 | 46 | |
|
Collapse file
Microsoft.AspNet.NodeServices/HostingModels/OutOfProcessNodeInstance.cs
Copy file name to clipboardExpand all lines: Microsoft.AspNet.NodeServices/HostingModels/OutOfProcessNodeInstance.cs+5-5Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
| 36 | + |
37 | 37 | |
38 | | - |
39 | | - |
| 38 | + |
| 39 | + |
40 | 40 | |
41 | 41 | |
42 | | - |
43 | | - |
| 42 | + |
| 43 | + |
44 | 44 | |
45 | 45 | |
46 | 46 | |
|
0 commit comments