microsoft / microsoft/powerplatform-actions
Error while building cdsproj with a reference to a dependent assembly plugin project
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 301
- Forks
- 88
- PR merge metrics
- No merged PRs in 30d
Description
Getting following error while building .cdsproj file
Unable to find assembly registration configuration fo
r ..{Plugin_Project_Name}\bin\Debug\net462\PCATPluginInit.dll in the destination: obj\Debug\Metadata\PluginAssemblies [..\SolutionPackage\Lynner_Plugins\Lynner_Plugins.cdsproj]
Steps to reproduce:
-
Clone the solution with 'Plugin Package' component using 'pac solution clone'
-
Clone completed successfully and could see following folders.
-
Add the plugin project to .cdspoj using 'pac solution add-reference' command (Following is my simple plugin project)
-
Build the .cdsproj to generate solution.zip files. At this step getting following error
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failure by running pac solution clone, pac solution add-reference, and then building the referenced .cdsproj. Inspect how the dependent plugin assembly is registered under obj\Debug\Metadata\PluginAssemblies; done means the .cdsproj builds and generates solution.zip without the assembly-registration error.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100