Skip to content

Get XpandNugetPackageDependencies

apobekiaris edited this page Sep 4, 2020 · 5 revisions

external help file: XpandPwsh-help.xml Module Name: XpandPwsh online version: schema: 2.0.0

Get-XpandNugetPackageDependencies

SYNOPSIS

List Xpand Nuget package dependencies.

SYNTAX

Get-XpandNugetPackageDependencies [-Id] <String> [[-Version] <String>] [-AllVersions] [[-Source] <String[]>]
 [<CommonParameters>]

DESCRIPTION

List Xpand Nuget package dependencies.

EXAMPLES

Example 1

PS C:\> Get-XpandNugetPackageDependencies Xpand.XAF.Modules.Reactive

Id                        Include Exclude VersionRange
--                        ------- ------- ------------
Fasterflect.Xpand         {}      {}      [2.0.7, )
JetBrains.Annotations     {}      {}      [2019.1.3, )
System.Interactive        {}      {}      [4.0.0, )
System.Reactive           {}      {}      [4.2.0, )
Xpand.Extensions          {}      {}      [2.201.2, )
Xpand.Extensions.Reactive {}      {}      [2.201.2, )
Xpand.Extensions.XAF      {}      {}      [2.201.2, )
Xpand.Patcher             {}      {}      [1.0.1, )
Xpand.VersionConverter    {}      {}      [2.201.1, )

Lists all dependencies of Xpand.XAF.Modules.Reactive.

PARAMETERS

-AllVersions

{{ Fill AllVersions Description }}

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Id

{{ Fill Id Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-Source

{{ Fill Source Description }}

Type: String[]
Parameter Sets: (All)
Aliases:
Accepted values: Release, Lab

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Version

{{ Fill Version Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String

OUTPUTS

System.Object

NOTES

RELATED LINKS

image

image


Star the project if you think it deserves it.

GitHub stars

Fork the project to extend and contribute.

GitHub forks

Clone this wiki locally