Commit 2a52f70
committed
🐛 (TfsWorkItemMigrationProcessor.cs): add null check for usersToMap to prevent potential null reference exception
The change adds a null check for the `usersToMap` object before accessing its `IdentityMap` property. This prevents a potential null reference exception if `usersToMap` is null, ensuring the application handles such cases gracefully and improves overall stability.1 parent 38ff5aa commit 2a52f70
File tree
1 file changed
+1
-1
lines changed- src/MigrationTools.Clients.TfsObjectModel/Processors
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
0 commit comments