You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 (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.
FYI @satanoCloses: #2544
Discussion:
#2540
0 commit comments