- Notifications
You must be signed in to change notification settings - Fork4.1k
Commit37a47b7
authored
Allow razor to use SolutionChecksumUpdater (#79373)
* Allow razor to use SolutionChecksumUpdaterSolutionChecksumUpdater allows incremental updates of sourcetexts in the server process, but was previously limited to just documents in the solution. Instead, by loosening this to allow TextDocuments, razor editing can have incremental updates of the primary razor document when cohosting is turned on.* use is/or instead of ==/||1 parent4fab744 commit37a47b7
1 file changed
+19
-5
lines changedLines changed: 19 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
| |||
102 | 103 |
| |
103 | 104 |
| |
104 | 105 |
| |
105 |
| - | |
| 106 | + | |
106 | 107 |
| |
107 | 108 |
| |
108 |
| - | |
109 |
| - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
110 | 124 |
| |
111 | 125 |
| |
112 | 126 |
| |
| |||
157 | 171 |
| |
158 | 172 |
| |
159 | 173 |
| |
160 |
| - | |
161 |
| - | |
| 174 | + | |
| 175 | + | |
162 | 176 |
| |
163 | 177 |
| |
164 | 178 |
| |
|
0 commit comments
Comments
(0)