Hi,
When I run the Build Models from VS, there is a check box "Build referenced packages[Models]". When is it recommended to tick this box during compilation?
Thanks,
*This post is locked for comments
Hi,
When I run the Build Models from VS, there is a check box "Build referenced packages[Models]". When is it recommended to tick this box during compilation?
Thanks,
*This post is locked for comments
Hi Yuji,
With this "Build referenced packages" check box in ticked it first build those packaged which are being referenced in your model to make sure there everything compiles without an error before lead to package creation.
Enabling Build referenced models will build the referenced models first. For example you have added an extra enum value to a base enum (ApplicationSuite) and trying to use the new value in your extension model. While building, you would want the Application Suite model to compile first else it will throw an error in your extension model saying invalid enum value or something like that.
André Arnaud de Cal...
293,020
Super User 2025 Season 1
Martin Dráb
231,837
Most Valuable Professional
nmaenpaa
101,156
Moderator