GithubHelp home page GithubHelp logo

dotnet-packages's Introduction

Output on the root of MusicStore:

MusicStore Dependency Information
Framework: .NETCoreApp1.0
--------------------------------------------------------------------------------------------------------------
DependencyName                                          | Type       | Requested Version    | Resolved Version
--------------------------------------------------------------------------------------------------------------
Microsoft.NETCore.App                                   | platform   | 1.0.0-*              | 1.0.0
Microsoft.AspNetCore.Authentication.Cookies             | default    | 1.1.0-*              | 1.1.0-alpha1-21772
Microsoft.AspNetCore.Authentication.Facebook            | default    | 1.1.0-*              | 1.1.0-alpha1-21772
Microsoft.AspNetCore.Authentication.Google              | default    | 1.1.0-*              | 1.1.0-alpha1-21772
Microsoft.AspNetCore.Authentication.MicrosoftAccount    | default    | 1.1.0-*              | 1.1.0-alpha1-21772
Microsoft.AspNetCore.Authentication.OpenIdConnect       | default    | 1.1.0-*              | 1.1.0-alpha1-21772
Microsoft.AspNetCore.Authentication.Twitter             | default    | 1.1.0-*              | 1.1.0-alpha1-21772
Microsoft.AspNetCore.Diagnostics                        | default    | 1.1.0-*              | 1.1.0-alpha1-21772
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore    | default    | 1.1.0-*              | 1.1.0-alpha1-21772
Microsoft.AspNetCore.Identity.EntityFrameworkCore       | default    | 1.1.0-*              | 1.1.0-alpha1-21772
Microsoft.AspNetCore.Mvc                                | default    | 1.1.0-*              | 1.1.0-alpha1-21772
Microsoft.AspNetCore.Mvc.TagHelpers                     | default    | 1.1.0-*              | 1.1.0-alpha1-21772
Microsoft.AspNetCore.Server.IISIntegration              | default    | 1.1.0-*              | 1.1.0-alpha1-21772
Microsoft.AspNetCore.Server.Kestrel                     | default    | 1.1.0-*              | 1.1.0-alpha1-21772
Microsoft.AspNetCore.Server.WebListener                 | default    | 0.2.0-*              | 0.2.0-alpha1-21772
Microsoft.AspNetCore.Session                            | default    | 1.1.0-*              | 1.1.0-alpha1-21772
Microsoft.AspNetCore.StaticFiles                        | default    | 1.1.0-*              | 1.1.0-alpha1-21772
Microsoft.EntityFrameworkCore.InMemory                  | default    | 1.1.0-*              | 1.1.0-alpha1-21772
Microsoft.EntityFrameworkCore.SqlServer                 | default    | 1.1.0-*              | 1.1.0-alpha1-21772
Microsoft.Extensions.Configuration.CommandLine          | default    | 1.1.0-*              | 1.1.0-alpha1-21772
Microsoft.Extensions.Configuration.EnvironmentVariables | default    | 1.1.0-*              | 1.1.0-alpha1-21772
Microsoft.Extensions.Configuration.Json                 | default    | 1.1.0-*              | 1.1.0-alpha1-21772
Microsoft.Extensions.Logging.Console                    | default    | 1.1.0-*              | 1.1.0-alpha1-21772
Microsoft.Extensions.Options.ConfigurationExtensions    | default    | 1.1.0-*              | 1.1.0-alpha1-21772

Diagnostics

Error
--------------------------------------------------------------------------------------------------------------
NONE
--------------------------------------------------------------------------------------------------------------

Warning
--------------------------------------------------------------------------------------------------------------
NONE
--------------------------------------------------------------------------------------------------------------

Info
--------------------------------------------------------------------------------------------------------------
NONE
--------------------------------------------------------------------------------------------------------------


Configured NuGet Feeds:
--------------------------------------------------------------------------------------------------------------
Feed                                                         | From Config
--------------------------------------------------------------------------------------------------------------
https://api.nuget.org/v3/index.json                          | /Users/glennc/.nuget/NuGet/NuGet.Config
https://www.myget.org/F/aspnetcidev/api/v3/index.json        | /Users/glennc/code/glennc/MusicStore/NuGet.Config
https://api.nuget.org/v3/index.json                          | /Users/glennc/code/glennc/MusicStore/NuGet.Config

Output on the linq package of MusicStore:

MusicStore Dependency Information
Framework: .NETCoreApp1.0
--------------------------------------------------------------------------------------------------------------
Dependency: Remotion.Linq
Type: Package
Selected Version: 2.1.1
Expected Location: /Users/glennc/.nuget/packages/Remotion.Linq/2.1.1
Resolved: ✓

Depended on by:
----------------------------------------------------------------------------------------------------
Top Level  | Parent                                                       | Requested Version
----------------------------------------------------------------------------------------------------
           | Microsoft.EntityFrameworkCore                                | 2.1.1
-----------------------------------------------------------------------------------------------

Depends on:
-----------------------------------------------------------------------------------------------
Dependency                                              | Version                   | Resolved
-----------------------------------------------------------------------------------------------
System.Collections                                      | 4.0.11                    |  ✓
System.Diagnostics.Debug                                | 4.0.11                    |  ✓
System.Linq                                             | 4.1.0                     |  ✓
System.Linq.Expressions                                 | 4.1.0                     |  ✓
System.Linq.Queryable                                   | 4.0.1                     |  ✓
System.ObjectModel                                      | 4.0.12                    |  ✓
System.Reflection                                       | 4.1.0                     |  ✓
System.Reflection.Extensions                            | 4.0.1                     |  ✓
System.Runtime                                          | 4.1.0                     |  ✓
System.Runtime.Extensions                               | 4.1.0                     |  ✓
System.Threading                                        | 4.0.11                    |  ✓
-----------------------------------------------------------------------------------------------

Output for dependency that is required by two packages in the graph:

MusicStore Dependency Information
Framework: .NETCoreApp1.0
--------------------------------------------------------------------------------------------------------------
Dependency: Microsoft.Extensions.Logging
Type: Package
Selected Version: 1.1.0-alpha1-21772
Expected Location: /Users/glennc/.nuget/packages/Microsoft.Extensions.Logging/1.1.0-alpha1-21772
Resolved: ✓

Depended on by:
----------------------------------------------------------------------------------------------------
Top Level  | Parent                                                       | Requested Version
----------------------------------------------------------------------------------------------------
           | Microsoft.AspNetCore.Hosting                                 | 1.1.0-alpha1-21772
           | Microsoft.EntityFrameworkCore                                | 1.1.0-alpha1-21772
-----------------------------------------------------------------------------------------------

Depends on:
-----------------------------------------------------------------------------------------------
Dependency                                              | Version                   | Resolved
-----------------------------------------------------------------------------------------------
Microsoft.Extensions.DependencyInjection.Abstractions   | 1.1.0-alpha1-21772        |  ✓
Microsoft.Extensions.Logging.Abstractions               | 1.1.0-alpha1-21772        |  ✓
System.Threading                                        | 4.0.11                    |  ✓
-----------------------------------------------------------------------------------------------

dotnet-packages's People

Contributors

glennc avatar jchannon avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

jchannon

dotnet-packages's Issues

How would this look for msbuild?

I'm trying to write something similar, but for the msbuild based build system. Currently what I'm doing is running restore, and looking at the obj/project.assets.json, but IMHO, there really should be APIs for this kind of things. Any thoughts?

"target": "project" throws null exception

When you reference another project with "target": "project" there is a null error eg/

dotnet run --projectFile /Users/jonathan/Projects/netcoremvc/EmptyWebApplication.Tests/project.json                                                                                                   
Project dotnet-packages (.NETCoreApp,Version=v1.0) was previously compiled. Skipping compilation.
EmptyWebApplication.Tests Dependency Information
Framework: .NETCoreApp1.0
--------------------------------------------------------------------------------------------------------------
DependencyName                                          | Type       | Requested Version    | Resolved Version
--------------------------------------------------------------------------------------------------------------
An unexpected error occured. Exception: System.NullReferenceException: Object reference not set to an instance of an object.
   at DotnetPackages.PackagesCommand.RenderDependencyTable(ProjectContext projectContext) in /Users/jonathan/Projects/dotnet-packages/PackagesCommand.cs:line 103
   at DotnetPackages.PackagesCommand.Execute() in /Users/jonathan/Projects/dotnet-packages/PackagesCommand.cs:line 75
   at DotnetPackages.Program.<>c__DisplayClass0_0.<Main>b__2() in /Users/jonathan/Projects/dotnet-packages/Program.cs:line 29
   at Microsoft.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args)
   at DotnetPackages.Program.Main(String[] args) in /Users/jonathan/Projects/dotnet-packages/Program.cs:line 35

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.