microsoft / Dual-write-automations

MIT License
28 stars 5 forks source link

No template found to apply, using currently applied template #7

Closed webyhwh closed 1 year ago

webyhwh commented 1 year ago

For each mapping with the version provided in the Map tag there is no template found by the tool.

Looks like the lambda condition in the line below should be changed: from x => x.version.Equals(build) to x => x.version.build.Equals(build)

https://github.com/microsoft/Dual-write-automations/blob/96e537bf6ea6bde14868009dc5e65bf8cf759ec7/DWLibary/Engines/DWMapEngine.cs#LL1921C17-L1921C17

Hax1337 commented 1 year ago

thanks @webyhwh, will be fixed shortly