Packing source code with Nuget

前端 未结 2 1414
陌清茗
陌清茗 2021-02-13 02:01

I\'ve successfully created a Nuget package which contains the compiled DLL and uncompiled content such as images, styles, etc.

Controllers, helpers, resources and other

相关标签:
2条回答
  • 2021-02-13 02:45

    In the original project (which will be the package) rename the .cs files to .cs.pp.

    0 讨论(0)
  • 2021-02-13 03:04

    This should guide anyone else who finds himself wanting to use Nuget to reuse the source code files into the right direction:

    http://blogs.clariusconsulting.net/kzu/how-to-create-lightweight-reusable-source-code-with-nuget/

    0 讨论(0)
提交回复
热议问题