We need to include a PCF component in a bigger suite. We don't want to have a dependency on the PCF solution, so I need to make an unmanaged Solution for my PCF, in order to make it possible to include it in the suite solution.
When I build the solution unmanaged using "msbuild" I get a zip size of 214KB.
The solution build using "msbuild /p:configuration=Release" it's only 47KB, but I can use that only for managed solutions.
That can make a big difference in the performance.
Is there a way to generate an unmanaged solution with production bundling (without having to modify the generated zip manually)?
Best regards,
Diana