Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Support for NuGet v4.x #13

Open
thomasjoscht opened this issue Aug 2, 2017 · 1 comment
Open

Support for NuGet v4.x #13

thomasjoscht opened this issue Aug 2, 2017 · 1 comment

Comments

@thomasjoscht
Copy link

thomasjoscht commented Aug 2, 2017

Hey,

I'm picking up your library for modularization of my ASP.NET Core solution (running on 4.5.2 Full Framework in VS 2017). Initially I had some problems.

  • Dependency to Microsoft.Web.Xdt 2.1.0 raised an SecurityException because of problems with strong name. Instead reference to current version Microsoft.Web.Xdt 2.1.1 will work.
  • Instead of OneClickBuild I'm using (Post-)Targets in csproj for packing with "dotnet pack" and copy to local feed directory.

Now I'm able to use your lib in my proof of concept. Next step is to test it with ASP.NET Core stuff like Views, Routing, wwwroot.

Have you plans for adding support of nuget 4.x in .csproj declarations too? This will avoid some limitations like declaring dependencies in packages.config twice for skipping dependencies.

Regards Thomas

@mkoertgen
Copy link
Member

Hi @thomasjoscht,

Thx for your interest. Until now, we have no urge on driving NuPlug any further.

I appreciate you taking the time. I agree, that supporting NuGet 4.x would remove the need for some hacks we did along the way.

Feel free to fork/branch with adding an example app driving the use case. We will be happy to join and help.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants