shashisadasivan / EDMXTrimmer

D365 Finance and operations EDMX trimmer
MIT License
21 stars 12 forks source link

determine namespace from input edmx #21

Closed FH-Inway closed 1 year ago

FH-Inway commented 1 year ago

The Microsoft.Dynamics.Entities. namespace is specific to the .edmx specification of Microsoft Dynamics Finance and Operations. To support other specifications as well, the namespace is determined from the first tag in the input .edmx file.

https://github.com/shashisadasivan/EDMXTrimmer/issues/20

fartwhif commented 1 year ago

tested, looks good for metadata.xml downloaded from BC 22

FH-Inway commented 1 year ago

Issue #20

FH-Inway commented 1 year ago

Replaced by #22