ForEvolve / ForEvolve-Framework

A .NET Standard 2.1 Toolbox (a.k.a. .NET Core 3+, .NET 5)
MIT License
9 stars 3 forks source link

rasterize.js is duplicated while importing ForEvolve.App #35

Open Carl-Hugo opened 6 years ago

Carl-Hugo commented 6 years ago

Describe the bug When referencing ForEvolve.App the rasterize.js file (from PDF) seems to be copying itself at the project root and in the PhantomJs/Root/ directory.

To Reproduce Steps to reproduce the behavior:

  1. Create a project
  2. Import the ForEvolve.App package
  3. Look at the file tree (in the solution explorer)

Expected behavior rasterize.js should only be present in the PhantomJs/Root/ directory.

Additional context Version: ForEvolve.*-RC-1

Carl-Hugo commented 5 years ago

This probably has something to with the following snippet of the ForEvolve.App.*.nupkg package file:

...
    <contentFiles>
      <files include="any/netstandard2.0/rasterize.js" buildAction="Content" />
    </contentFiles>
  </metadata>
</package>

See how to remove that from the meta-package.

Carl-Hugo commented 5 years ago

Removed the milestone as it is not breaking or changing anything. This can be postponed.