Commit 95cba7f
committed
refactor: apply default vs transform to xproj
refactor(spa-services): clean code
refactor(node-services): clean code, extract classes nto separate files
refactor(angular-services): prime cache cleanup1 parent 2c35945 commit 95cba7fCopy full SHA for 95cba7f
File tree
Expand file treeCollapse file tree
32 files changed
+575
-402
lines changedOpen diff view settings
Filter options
- samples
- angular/MusicStore
- misc/ES2015Transpilation
- react/ReactGrid
- src
- Microsoft.AspNetCore.AngularServices
- Microsoft.AspNetCore.NodeServices
- HostingModels
- Util
- Microsoft.AspNetCore.ReactServices
- Microsoft.AspNetCore.SpaServices
- Prerendering
- Routing
- Webpack
- templates
- Angular2Spa
- ReactReduxSpa
- ReactSpa
- WebApplicationBasic
Expand file treeCollapse file tree
32 files changed
+575
-402
lines changedOpen diff view settings
Collapse file
samples/angular/MusicStore/MusicStore.xproj
Copy file name to clipboardExpand all lines: samples/angular/MusicStore/MusicStore.xproj+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
10 | 10 | |
11 | 11 | |
12 | 12 | |
13 | | - |
| 13 | + |
14 | 14 | |
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | 18 | |
19 | 19 | |
20 | | - |
| 20 | + |
Collapse file
samples/misc/ES2015Transpilation/ES2015Transpilation.xproj
Copy file name to clipboardExpand all lines: samples/misc/ES2015Transpilation/ES2015Transpilation.xproj+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
10 | 10 | |
11 | 11 | |
12 | 12 | |
13 | | - |
| 13 | + |
14 | 14 | |
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | 18 | |
19 | 19 | |
20 | | - |
| 20 | + |
Collapse file
samples/react/ReactGrid/ReactGrid.xproj
Copy file name to clipboardExpand all lines: samples/react/ReactGrid/ReactGrid.xproj+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
10 | 10 | |
11 | 11 | |
12 | 12 | |
13 | | - |
| 13 | + |
14 | 14 | |
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | 18 | |
19 | 19 | |
20 | | - |
| 20 | + |
Collapse file
src/Microsoft.AspNetCore.AngularServices/Microsoft.AspNetCore.AngularServices.xproj
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.AngularServices/Microsoft.AspNetCore.AngularServices.xproj+2-3Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
9 | 9 | |
10 | 10 | |
11 | 11 | |
12 | | - |
| 12 | + |
13 | 13 | |
14 | | - |
15 | 14 | |
16 | 15 | |
17 | 16 | |
18 | 17 | |
19 | | - |
| 18 | + |
Collapse file
src/Microsoft.AspNetCore.AngularServices/PrimeCacheHelper.cs
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.AngularServices/PrimeCacheHelper.cs+27-18Lines changed: 27 additions & 18 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
| 6 | + |
6 | 7 | |
7 | 8 | |
8 | 9 | |
9 | | - |
10 | | - |
11 | | - |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
12 | 16 | |
13 | 17 | |
14 | 18 | |
15 | 19 | |
16 | | - |
| 20 | + |
| 21 | + |
17 | 22 | |
18 | 23 | |
19 | 24 | |
20 | | - |
| 25 | + |
| 26 | + |
21 | 27 | |
22 | | - |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
23 | 32 | |
24 | 33 | |
25 | 34 | |
26 | 35 | |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
32 | 41 | |
33 | 42 | |
34 | 43 | |
35 | 44 | |
36 | 45 | |
37 | | - |
38 | | - |
39 | | - |
40 | | - |
41 | | - |
42 | | - |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
43 | 52 | |
44 | | - |
| 53 | + |
Collapse file
src/Microsoft.AspNetCore.NodeServices/Configuration.cs
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.NodeServices/Configuration.cs+21-25Lines changed: 21 additions & 25 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
9 | 15 | |
10 | | - |
| 16 | + |
11 | 17 | |
12 | 18 | |
13 | | - |
14 | | - |
15 | | - |
| 19 | + |
| 20 | + |
16 | 21 | |
17 | | - |
18 | | - |
| 22 | + |
| 23 | + |
| 24 | + |
19 | 25 | |
20 | | - |
| 26 | + |
| 27 | + |
21 | 28 | |
22 | 29 | |
23 | 30 | |
24 | 31 | |
25 | | - |
26 | 32 | |
27 | 33 | |
28 | 34 | |
29 | | - |
| 35 | + |
30 | 36 | |
31 | 37 | |
32 | 38 | |
33 | 39 | |
34 | 40 | |
35 | 41 | |
36 | 42 | |
37 | | - |
| 43 | + |
38 | 44 | |
39 | 45 | |
40 | 46 | |
41 | | - |
42 | | - |
43 | | - |
44 | | - |
45 | | - |
46 | | - |
47 | | - |
48 | | - |
49 | | - |
50 | | - |
51 | | - |
| 47 | + |
Collapse file
src/Microsoft.AspNetCore.NodeServices/HostingModels/HttpNodeInstance.cs
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.NodeServices/HostingModels/HttpNodeInstance.cs+53-29Lines changed: 53 additions & 29 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | | - |
11 | | - |
12 | | - |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
13 | 16 | |
14 | | - |
| 17 | + |
| 18 | + |
15 | 19 | |
16 | 20 | |
17 | 21 | |
18 | 22 | |
19 | 23 | |
20 | | - |
21 | | - |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
22 | 31 | |
23 | | - |
| 32 | + |
24 | 33 | |
25 | | - |
26 | | - |
27 | | - |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
28 | 39 | |
29 | 40 | |
| 41 | + |
30 | 42 | |
31 | 43 | |
32 | 44 | |
33 | | - |
34 | | - |
| 45 | + |
| 46 | + |
| 47 | + |
35 | 48 | |
36 | | - |
| 49 | + |
| 50 | + |
37 | 51 | |
38 | | - |
| 52 | + |
39 | 53 | |
40 | | - |
| 54 | + |
41 | 55 | |
42 | 56 | |
43 | | - |
| 57 | + |
| 58 | + |
44 | 59 | |
45 | 60 | |
46 | 61 | |
47 | 62 | |
48 | | - |
| 63 | + |
| 64 | + |
49 | 65 | |
50 | | - |
51 | | - |
52 | | - |
53 | | - |
54 | 66 | |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
55 | 74 | |
56 | 75 | |
57 | 76 | |
58 | | - |
59 | | - |
60 | | - |
61 | | - |
62 | | - |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
63 | 86 | |
64 | 87 | |
65 | 88 | |
66 | 89 | |
67 | | - |
| 90 | + |
| 91 | + |
68 | 92 | |
69 | | - |
| 93 | + |
70 | 94 | |
71 | 95 | |
72 | | - |
| 96 | + |
0 commit comments