Commit 6294190
authored
User mapping logic error (#2417)
🔧 (configuration.json): add TfsUserMappingTool configuration for user
mapping
💡 (TfsUserMappingTool.cs): improve error handling for missing user
mapping file
📝 (MigrationTools.xml): update documentation with new version details
The TfsUserMappingTool configuration is added to the configuration.json
to enable user mapping functionality, specifying the file path and
identity fields to check. This change allows for more flexible user
identity management during migrations. In TfsUserMappingTool.cs, error
handling is improved by logging an error message when the user mapping
file is missing, ensuring users are informed of configuration issues.
The MigrationTools.xml documentation is updated to reflect the new
version, ensuring consistency and clarity in version tracking.File tree
3 files changed
+25
-15
lines changed- docs/Reference/Generated
- src/MigrationTools.Clients.TfsObjectModel/Tools
3 files changed
+25
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
135 | 147 | | |
136 | 148 | | |
137 | 149 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
90 | 95 | | |
91 | 96 | | |
92 | 97 | | |
| |||
101 | 106 | | |
102 | 107 | | |
103 | 108 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | 109 | | |
111 | | - | |
112 | 110 | | |
113 | 111 | | |
114 | 112 | | |
| |||
0 commit comments