Commit 46d3fb8
Fix regex pattern in TfsWorkItemMigrationProcessorOptionsValidator (#2970)
This pull request updates the regular expression used to detect the
`[System.TeamProject] = @TeamProject` condition in queries, making it
more robust by allowing optional single quotes around `@TeamProject`.
- Improved query validation:
* Updated the regular expression in
`TfsWorkItemMigrationProcessorOptionsValidator.cs` to match
`[System.TeamProject] = @TeamProject` with or without single quotes
around `@TeamProject`, increasing flexibility and reducing false
negatives.
Fixes #2915
Co-Authored-By: colin-cdp <[email protected]>File tree
1 file changed
+2
-2
lines changed- src/MigrationTools.Clients.TfsObjectModel/Processors
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments