This repository was archived by the owner on Feb 23, 2021. It is now read-only.
Commit c9f771e
N. Taylor Mullen
React to aspnet/dnx#1905 and aspnet/dnx#1906.
- Removed PluginProtocolMessage because it's now handled by the PluginHandler in the DTH.
- Updated ProcessMessage to match the new IPlugin contract. This included indicating if a message was handled or not via the return message.
- Removed PluginProtocolMessage tests.
- Added handled checking to existing tests.1 parent 247084b commit c9f771e
4 files changed
Lines changed: 17 additions & 47 deletions
File tree
- src/Microsoft.AspNet.Tooling.Razor
- Models/OutgoingMessages
- test/Microsoft.AspNet.Tooling.Razor.Tests
Lines changed: 0 additions & 15 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
| |||
86 | 84 | | |
87 | 85 | | |
88 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
89 | 90 | | |
| 91 | + | |
| 92 | + | |
90 | 93 | | |
91 | 94 | | |
92 | 95 | | |
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
Lines changed: 9 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
84 | | - | |
| 85 | + | |
| 86 | + | |
85 | 87 | | |
| 88 | + | |
86 | 89 | | |
| 90 | + | |
87 | 91 | | |
88 | 92 | | |
89 | 93 | | |
| |||
131 | 135 | | |
132 | 136 | | |
133 | 137 | | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | 138 | | |
158 | 139 | | |
159 | 140 | | |
| |||
182 | 163 | | |
183 | 164 | | |
184 | 165 | | |
185 | | - | |
| 166 | + | |
186 | 167 | | |
187 | 168 | | |
188 | 169 | | |
| |||
195 | 176 | | |
196 | 177 | | |
197 | 178 | | |
| 179 | + | |
198 | 180 | | |
199 | 181 | | |
200 | 182 | | |
| |||
220 | 202 | | |
221 | 203 | | |
222 | 204 | | |
223 | | - | |
| 205 | + | |
224 | 206 | | |
225 | 207 | | |
226 | 208 | | |
| |||
238 | 220 | | |
239 | 221 | | |
240 | 222 | | |
| 223 | + | |
241 | 224 | | |
242 | 225 | | |
243 | 226 | | |
| |||
0 commit comments