Commit 33cc640
committed
Remove obsolete 1.x APIs
1 parent baae621 commit 33cc640Copy full SHA for 33cc640
File tree
Expand file treeCollapse file tree
10 files changed
+11
-112
lines changedOpen diff view settings
Filter options
- samples/misc
- NodeServicesExamples
- Webpack
- Clientside
- Controllers
- Views/Home
- src
- Microsoft.AspNetCore.NodeServices
- Configuration
- Microsoft.AspNetCore.SpaServices/Prerendering
Expand file treeCollapse file tree
10 files changed
+11
-112
lines changedOpen diff view settings
Collapse file
samples/misc/NodeServicesExamples/Startup.cs
Copy file name to clipboardExpand all lines: samples/misc/NodeServicesExamples/Startup.cs+5-1Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
41 | 41 | |
42 | 42 | |
43 | 43 | |
44 | | - |
45 | 44 | |
46 | 45 | |
47 | 46 | |
| ||
53 | 52 | |
54 | 53 | |
55 | 54 | |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
56 | 60 | |
57 | 61 | |
58 | 62 | |
|
Collapse file
samples/misc/Webpack/Clientside/PrerenderingSample.ts
Copy file name to clipboardExpand all lines: samples/misc/Webpack/Clientside/PrerenderingSample.ts-17Lines changed: 0 additions & 17 deletions
This file was deleted.
Collapse file
samples/misc/Webpack/Controllers/FullPagePrerenderingController.cs
Copy file name to clipboardExpand all lines: samples/misc/Webpack/Controllers/FullPagePrerenderingController.cs-25Lines changed: 0 additions & 25 deletions
This file was deleted.
Collapse file
samples/misc/Webpack/Startup.cs
Copy file name to clipboardExpand all lines: samples/misc/Webpack/Startup.cs+5-1Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
32 | 32 | |
33 | 33 | |
34 | 34 | |
35 | | - |
36 | 35 | |
37 | 36 | |
38 | 37 | |
| ||
44 | 43 | |
45 | 44 | |
46 | 45 | |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
47 | 51 | |
48 | 52 | |
49 | 53 | |
|
Collapse file
samples/misc/Webpack/Views/Home/Index.cshtml
Copy file name to clipboardExpand all lines: samples/misc/Webpack/Views/Home/Index.cshtml-3Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | | - |
9 | | - |
10 | | - |
11 | 8 | |
12 | 9 | |
13 | 10 | |
Collapse file
src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesServiceCollectionExtensions.cs
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.NodeServices/Configuration/NodeServicesServiceCollectionExtensions.cs-14Lines changed: 0 additions & 14 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
19 | | - |
20 | | - |
21 | | - |
22 | | - |
23 | | - |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
32 | 18 | |
33 | 19 | |
34 | 20 | |
|
Collapse file
src/Microsoft.AspNetCore.NodeServices/INodeServices.cs
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.NodeServices/INodeServices.cs-21Lines changed: 0 additions & 21 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
50 | 50 | |
51 | 51 | |
52 | 52 | |
53 | | - |
54 | | - |
55 | | - |
56 | | - |
57 | | - |
58 | | - |
59 | | - |
60 | | - |
61 | | - |
62 | | - |
63 | | - |
64 | | - |
65 | | - |
66 | | - |
67 | | - |
68 | | - |
69 | | - |
70 | | - |
71 | | - |
72 | | - |
73 | | - |
74 | 53 | |
75 | 54 | |
Collapse file
src/Microsoft.AspNetCore.NodeServices/NodeServicesImpl.cs
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.NodeServices/NodeServicesImpl.cs-12Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
161 | 161 | |
162 | 162 | |
163 | 163 | |
164 | | - |
165 | | - |
166 | | - |
167 | | - |
168 | | - |
169 | | - |
170 | | - |
171 | | - |
172 | | - |
173 | | - |
174 | | - |
175 | | - |
176 | 164 | |
177 | 165 | |
Collapse file
src/Microsoft.AspNetCore.SpaServices/Prerendering/JavaScriptModuleExport.cs
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.SpaServices/Prerendering/JavaScriptModuleExport.cs-6Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
29 | | - |
30 | | - |
31 | | - |
32 | | - |
33 | | - |
34 | | - |
35 | 29 | |
36 | 30 | |
Collapse file
src/Microsoft.AspNetCore.SpaServices/Prerendering/PrerenderTagHelper.cs
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.SpaServices/Prerendering/PrerenderTagHelper.cs+1-12Lines changed: 1 addition & 12 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
23 | 22 | |
24 | 23 | |
25 | 24 | |
| ||
59 | 58 | |
60 | 59 | |
61 | 60 | |
62 | | - |
63 | | - |
64 | | - |
65 | | - |
66 | | - |
67 | | - |
68 | | - |
69 | 61 | |
70 | 62 | |
71 | 63 | |
| ||
111 | 103 | |
112 | 104 | |
113 | 105 | |
114 | | - |
115 | | - |
116 | | - |
117 | | - |
| 106 | + |
118 | 107 | |
119 | 108 | |
120 | 109 | |
|
0 commit comments