shashisadasivan / EDMXTrimmer

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

determine namespace from input edmx, add annotation and action import switches #22

Closed FH-Inway closed 1 year ago

FH-Inway commented 1 year ago

1) 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.

2) Switches allow the user to remove primary annotations and action imports.

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

fartwhif commented 1 year ago

tested with BC 22 metadata.xml, works as expected, thanks!

shashisadasivan commented 1 year ago

@FH-Inway Thanks for your contribution. Ive made you a contributor so you should be able to merge it with the main branch. (if you can please?)

FH-Inway commented 1 year ago

@shashisadasivan Will do. Also thanks for the contributor access.