-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Finds only eXpandFramework packages.
Find-XpandNugetPackage [[-PackageSource] <XpandPackageSource>] [[-Filter] <XpandPackageFilter>]
[<CommonParameters>]
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
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.
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
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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.