Base solution for your next web application
Open Closed

Project structure, dependencies #4563


User avatar
0
easyest created

Dear Sirs,

Could You please explain, why there are so many packages missing in nuget package manager installed package list? Castle.Core or Newtonsoft.Json for example.


4 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    @easyest are you working on a project downloaded from aspnetzero.com or from github repository (dev branch) ?

  • User Avatar
    0
    easyest created

    Project downloaded from aspnetzero.com. Just stock project. The project builds just fine.[attachment=0:3bfhl10h]packages.png[/attachment:3bfhl10h]

  • User Avatar
    0
    alper created
    Support Team

    you can suppress those warnings.

    Immo Landwerth (from .NET team) says

    The idea here is that we have no way of knowing whether the .NET Framework binary will actually work. For example, it might depend on WinForms. To make sure you don't waste your time troubleshooting something that cannot work, we let you know that you're potentially going off the rails. Of course, warnings you have to overlook are annoying. Thus, we recommend that you test your application/library and if you're convinced everything is working fine, you suppress the warning:

    <a class="postlink" href="https://github.com/dotnet/standard/issues/439">https://github.com/dotnet/standard/issues/439</a>

  • User Avatar
    0
    easyest created

    I do not want to suppress warnings. I would like to upgrade/downgrade/consolidate packages in the solution.