Skip to content

Find XpandNugetPackage

Apostolis Bekiaris edited this page Apr 22, 2020 · 6 revisions

external help file: XpandPwsh.Cmdlets.dll-Help.xml Module Name: XpandPwsh online version: https://go.microsoft.com/fwlink/?LinkID=2097043 schema: 2.0.0

Find-XpandNugetPackage

SYNOPSIS

Finds only eXpandFramework packages.

SYNTAX

Find-XpandNugetPackage [[-PackageSource] <XpandPackageSource>] [[-Filter] <XpandPackageFilter>]
 [<CommonParameters>]

DESCRIPTION

The cmdLet will find only eXpandFramework packages in two sources Nuget, Lab. In addition it can filter on thress major groups StandAlone, Xpand, All

See also Efficient package management and Find-XpandPackage

EXAMPLES

Example 1

PS C:\> Find-XpandNugetPackage  Nuget  Standalone

Xpand.XAF.Modules.SuppressConfirmation
Xpand.XAF.Modules.ModelViewInheritance
Xpand.XAF.Modules.MasterDetail
Xpand.XAF.Modules.ViewEditMode
Xpand.XAF.Modules.AutoCommit
Xpand.XAF.Modules.CloneMemberValue
Xpand.XAF.Modules.Reactive
Xpand.VersionConverter
Xpand.XAF.Modules.CloneModelView

Lists all Standalone eXpandFramework packages from Nuget.org.

PARAMETERS

-Filter

Filters the packages.

Type: XpandPackageFilter
Parameter Sets: (All)
Aliases:
Accepted values: All, Xpand, Standalone

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

-PackageSource

Filters the package sources.

Type: XpandPackageSource
Parameter Sets: (All)
Aliases:
Accepted values: Nuget, Xpand

Required: False
Position: 0
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

None

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