kine / MSDyn365BC_AppTemplate

Template for MS Dynamics 365 Business Centrall App development with Azure DevOps pipeline
MIT License
17 stars 17 forks source link

Question: Why use two apps? #1

Closed epernst closed 5 years ago

epernst commented 5 years ago

Hi Kamil, I'm trying out your little tool here. So far promising. But why do you have the test codeunits in a separate extension? In my mind, then its just get more complicated and takes more time, if you have it in a dependent extension. In a large extension, then maybe, but generally I would not like to use a separate extension. There is no requirement from MS in regards to having it separate for AppSource either?

kine commented 5 years ago

Hi Erik, if I am right, it is AppSource requirement to have tests in separate app...


From: Erik P. Ernst notifications@github.com Sent: Saturday, September 22, 2018 5:52:43 PM To: kine/MSDyn365BC_AppTemplate Cc: Subscribed Subject: [kine/MSDyn365BC_AppTemplate] Question: Why use two apps? (#1)

Hi Kamil, I'm trying out your little tool here. So far promising. But why do you have the test codeunits in a separate extension? In my mind, then its just get more complicated and takes more time, if you have it in a dependent extension. In a large extension, then maybe, but generally I would not like to use a separate extension. There is no requirement from MS in regards to having it separate for AppSource either?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/kine/MSDyn365BC_AppTemplate/issues/1, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAGujUCqufpPagxR0DphZr57eqhL9AtMks5udlzLgaJpZM4W1Uu_.

epernst commented 5 years ago

I stand corrected. Just been reading up on it (on Yammer)... Seems also to be the better way, after reading all the arguments. Especially as your main app will running, it will not have access to the test toolkit objects.