Chapter 8
- Correct Answer: b
a. This command needs to be executed when building the solution project for the first time as it will restore all the project dependencies and then build the project.
b. The rebuild switch notifies the msbuild command to clean the output directory before starting the build process, making sure you always have the latest build output.
- Correct Answer: a
a. Just as a solution is a container for multiple components, similarly, a Dataverse solution project is a container for multiple project references, especially PCF projects. Hence, when you build a solution project, the output solution file will contain multiple code components.
b. A single PCF project can only be used to create one code component.
- Correct Answer: b
a. A solution that is packaged using the production version has the minified version of the code component, making it difficult to understand and debug the code.
b. As was learned in Chapter 7 Authentication Profiles, when using the pac...