Commit 09fb56e
Clarify Orleans constructor migration guidance (#52870)
* Clarify Orleans constructor migration guidance
Update the Orleans migration guide and breaking changes summary to distinguish serializer constructors from generated activator constructors.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Refine Orleans constructor migration docs
Clarify that the replacement attributes are for dependency injection scenarios and update the migration example to use an injected service instead of serialized data.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Mark injected dependency as non-serialized
Update the Orleans migration guide example so the injected dependency property is marked with [field: NonSerialized] and does not trigger analyzer warnings.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Clarify OrleansConstructor sample comment
Update the Orleans migration guide sample to note that [OrleansConstructor] was obsolete and ignored.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update docs/orleans/migration-guide.md
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
* Update docs/orleans/includes/orleans-10-breaking-changes.md
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>1 parent 96de41f commit 09fb56e
2 files changed
Lines changed: 27 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
162 | 166 | | |
163 | 167 | | |
164 | 168 | | |
165 | 169 | | |
166 | | - | |
167 | | - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
168 | 181 | | |
169 | 182 | | |
170 | 183 | | |
171 | 184 | | |
172 | 185 | | |
173 | 186 | | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
174 | 190 | | |
175 | | - | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
176 | 198 | | |
177 | 199 | | |
178 | 200 | | |
| |||
0 commit comments