Skip to content
Toggle navigation
Sign up
Product
Actions
Automate any workflow
Packages
Host and manage packages
Security
Find and fix vulnerabilities
Codespaces
Instant dev environments
Copilot
Write better code with AI
Code review
Manage code changes
Issues
Plan and track work
Discussions
Collaborate outside of code
Explore
All features
Documentation
GitHub Skills
Blog
Solutions
For
Enterprise
Teams
Startups
Education
By Solution
CI/CD & Automation
DevOps
DevSecOps
Case Studies
Customer Stories
Resources
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Pricing
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this organization
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Sign up
{{ message }}
OneGet
/
oneget
Public
Notifications
Fork
193
Star
2.3k
Code
Issues
94
Pull requests
4
Actions
Projects
2
Wiki
Security
Insights
More
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Finished renaming from OneGet to 'PackageManagement'. Yawn.
Loading branch information
fearthecowboy
committed
Mar 20, 2015
1 parent
84b7ade
commit
88d8325787fa4626867d71915216aa8911c13f33
Show file tree
Hide file tree
Showing
387 changed files
with
2,770 additions
and
3,972 deletions
.
Split
Unified
.nuget
.nuget/packages.config
packages.config
NativeBindings
NativeBindings/PackageManagement.cs
PackageManagement.cs
Package/Msi
Package/Msi/Msi.wixproj
Msi.wixproj
Package/Msi/Package.wxs
Package.wxs
Package/Msi/install-oneget.cmd
install-oneget.cmd
PackageManagement.sln
PackageManagement.sln
PackageManagement
Api
PackageManagement/Api/ICoreApi.cs
ICoreApi.cs
PackageManagement/Api/IHostAPI.cs
IHostAPI.cs
PackageManagement/Api/IProviderServices.cs
IProviderServices.cs
PackageManagement/Api/IRequest.cs
IRequest.cs
PackageManagement/Api/IResponseApi.cs
IResponseApi.cs
PackageManagement/Constants.cs
Constants.cs
PackageManagement/ErrorCategory.cs
ErrorCategory.cs
PackageManagement/IPackageManagementService.cs
IPackageManagementService.cs
Implementation
PackageManagement/Implementation/ActionRequestObject.cs
ActionRequestObject.cs
PackageManagement/Implementation/Archiver.cs
Archiver.cs
PackageManagement/Implementation/Delegates.cs
Delegates.cs
PackageManagement/Implementation/DictionaryRequestObject.cs
DictionaryRequestObject.cs
PackageManagement/Implementation/Downloader.cs
Downloader.cs
PackageManagement/Implementation/DynamicOptionRequestObject.cs
DynamicOptionRequestObject.cs
PackageManagement/Implementation/EnumerableRequestObject.cs
EnumerableRequestObject.cs
PackageManagement/Implementation/Extensions.cs
Extensions.cs
PackageManagement/Implementation/FuncRequestObject.cs
FuncRequestObject.cs
PackageManagement/Implementation/PackageDetailsRequestObject.cs
PackageDetailsRequestObject.cs
PackageManagement/Implementation/PackageManagementService.cs
PackageManagementService.cs
PackageManagement/Implementation/PackageProvider.cs
PackageProvider.cs
PackageManagement/Implementation/PackageSourceRequestObject.cs
PackageSourceRequestObject.cs
PackageManagement/Implementation/ProviderBase.cs
ProviderBase.cs
PackageManagement/Implementation/ProviderServicesImpl.cs
ProviderServicesImpl.cs
PackageManagement/Implementation/RemotableHostApi.cs
RemotableHostApi.cs
PackageManagement/Implementation/Request.cs
Request.cs
PackageManagement/Implementation/RequestObject.cs
RequestObject.cs
PackageManagement/Implementation/SoftwareIdentityRequestObject.cs
SoftwareIdentityRequestObject.cs
PackageManagement/PackageManagement.csproj
PackageManagement.csproj
PackageManagement/PackageManager.cs
PackageManager.cs
Packaging
PackageManagement/Packaging/AttributeIndexer.cs
AttributeIndexer.cs
PackageManagement/Packaging/BaseElement.cs
BaseElement.cs
PackageManagement/Packaging/Directory.cs
Directory.cs
PackageManagement/Packaging/DynamicOption.cs
DynamicOption.cs
PackageManagement/Packaging/Entity.cs
Entity.cs
PackageManagement/Packaging/Evidence.cs
Evidence.cs
PackageManagement/Packaging/File.cs
File.cs
PackageManagement/Packaging/FilesystemItem.cs
FilesystemItem.cs
PackageManagement/Packaging/InstallationOptions.cs
InstallationOptions.cs
PackageManagement/Packaging/Iso19770_2.cs
Iso19770_2.cs
PackageManagement/Packaging/Link.cs
Link.cs
PackageManagement/Packaging/MediaQuery.cs
MediaQuery.cs
PackageManagement/Packaging/Meta.cs
Meta.cs
PackageManagement/Packaging/MetadataIndexer.cs
MetadataIndexer.cs
PackageManagement/Packaging/OptionCategory.cs
OptionCategory.cs
PackageManagement/Packaging/OptionType.cs
OptionType.cs
PackageManagement/Packaging/PackageSource.cs
PackageSource.cs
PackageManagement/Packaging/Payload.cs
Payload.cs
PackageManagement/Packaging/Process.cs
Process.cs
PackageManagement/Packaging/Resource.cs
Resource.cs
PackageManagement/Packaging/ResourceCollection.cs
ResourceCollection.cs
PackageManagement/Packaging/SoftwareIdentity.cs
SoftwareIdentity.cs
PackageManagement/Packaging/SoftwareIdentityVersionComparer.cs
SoftwareIdentityVersionComparer.cs
PackageManagement/Packaging/SoftwareMetadata.cs
SoftwareMetadata.cs
PackageManagement/Packaging/Swidtag.cs
Swidtag.cs
Properties
PackageManagement/Properties/AssemblyInfo.cs
AssemblyInfo.cs
Providers
PackageManagement/Providers/IArchiver.cs
IArchiver.cs
PackageManagement/Providers/IDownloader.cs
IDownloader.cs
PackageManagement/Providers/IMetaProvider.cs
IMetaProvider.cs
PackageManagement/Providers/IPackageProvider.cs
IPackageProvider.cs
PackageManagement/Providers/IProvider.cs
IProvider.cs
Resources
PackageManagement/Resources/Messages.Designer.cs
Messages.Designer.cs
PackageManagement/sources
sources
PowerShell.Module
Cmdlets
PowerShell.Module/Cmdlets/CmdletBase.cs
CmdletBase.cs
PowerShell.Module/Cmdlets/CmdletWithProvider.cs
CmdletWithProvider.cs
PowerShell.Module/Cmdlets/CmdletWithSearch.cs
CmdletWithSearch.cs
PowerShell.Module/Cmdlets/CmdletWithSearchAndSource.cs
CmdletWithSearchAndSource.cs
PowerShell.Module/Cmdlets/CmdletWithSource.cs
CmdletWithSource.cs
PowerShell.Module/Cmdlets/FindPackage.cs
FindPackage.cs
PowerShell.Module/Cmdlets/GetPackage.cs
GetPackage.cs
PowerShell.Module/Cmdlets/GetPackageProvider.cs
GetPackageProvider.cs
PowerShell.Module/Cmdlets/GetPackageSource.cs
GetPackageSource.cs
PowerShell.Module/Cmdlets/InstallPackage.cs
InstallPackage.cs
PowerShell.Module/Cmdlets/RegisterPackageSource.cs
RegisterPackageSource.cs
PowerShell.Module/Cmdlets/SavePackage.cs
SavePackage.cs
PowerShell.Module/Cmdlets/SetPackageSource.cs
SetPackageSource.cs
PowerShell.Module/Cmdlets/UninstallPackage.cs
UninstallPackage.cs
PowerShell.Module/Cmdlets/UnregisterPackageSource.cs
UnregisterPackageSource.cs
PowerShell.Module/Constants.cs
Constants.cs
PowerShell.Module/OneGet-edge.psd1
OneGet-edge.psd1
PowerShell.Module/OneGet.psd1
OneGet.psd1
PowerShell.Module/PackageManagement.format.ps1xml
PackageManagement.format.ps1xml
PowerShell.Module/PackageManagement.psd1
PackageManagement.psd1
PowerShell.Module/PowerShell.Module.csproj
PowerShell.Module.csproj
Properties
PowerShell.Module/Properties/AssemblyInfo.cs
AssemblyInfo.cs
Resources
PowerShell.Module/Resources/Messages.Designer.cs
Messages.Designer.cs
Utility
PowerShell.Module/Utility/CustomRuntimeDefinedParameter.cs
CustomRuntimeDefinedParameter.cs
PowerShell.Module/Utility/HostApiExtensions.cs
HostApiExtensions.cs
PowerShell.Module/Utility/ValidateListAttribute.cs
ValidateListAttribute.cs
PowerShell.Module/sources
sources
Providers/Inbox
Archivers
Providers/Inbox/Archivers/CabArchiver.cs
CabArchiver.cs
Compression
Providers/Inbox/Archivers/Compression/ArchiveException.cs
ArchiveException.cs
Providers/Inbox/Archivers/Compression/ArchiveFileInfo.cs
ArchiveFileInfo.cs
Providers/Inbox/Archivers/Compression/ArchiveFileStreamContext.cs
ArchiveFileStreamContext.cs
Providers/Inbox/Archivers/Compression/ArchiveInfo.cs
ArchiveInfo.cs
Providers/Inbox/Archivers/Compression/ArchiveProgressEventArgs.cs
ArchiveProgressEventArgs.cs
Providers/Inbox/Archivers/Compression/ArchiveProgressType.cs
ArchiveProgressType.cs
Providers/Inbox/Archivers/Compression/BasicUnpackStreamContext.cs
BasicUnpackStreamContext.cs
Cab
Providers/Inbox/Archivers/Compression/Cab/CabEngine.cs
CabEngine.cs
Providers/Inbox/Archivers/Compression/Cab/CabException.cs
CabException.cs
Providers/Inbox/Archivers/Compression/Cab/CabFileInfo.cs
CabFileInfo.cs
Providers/Inbox/Archivers/Compression/Cab/CabInfo.cs
CabInfo.cs
Providers/Inbox/Archivers/Compression/Cab/CabPacker.cs
CabPacker.cs
Providers/Inbox/Archivers/Compression/Cab/CabUnpacker.cs
CabUnpacker.cs
Providers/Inbox/Archivers/Compression/Cab/CabWorker.cs
CabWorker.cs
Providers/Inbox/Archivers/Compression/Cab/HandleManager.cs
HandleManager.cs
Providers/Inbox/Archivers/Compression/Cab/NativeMethods.cs
NativeMethods.cs
Providers/Inbox/Archivers/Compression/CargoStream.cs
CargoStream.cs
Providers/Inbox/Archivers/Compression/CompressionEngine.cs
CompressionEngine.cs
Providers/Inbox/Archivers/Compression/CompressionLevel.cs
CompressionLevel.cs
Providers/Inbox/Archivers/Compression/DuplicateStream.cs
DuplicateStream.cs
Providers/Inbox/Archivers/Compression/IPackStreamContext.cs
IPackStreamContext.cs
Providers/Inbox/Archivers/Compression/IUnpackStreamContext.cs
IUnpackStreamContext.cs
Providers/Inbox/Archivers/Compression/OffsetStream.cs
OffsetStream.cs
Providers/Inbox/Archivers/Compression/SafeNativeMethods.cs
SafeNativeMethods.cs
Zip
Providers/Inbox/Archivers/Compression/Zip/ConcatStream.cs
ConcatStream.cs
Providers/Inbox/Archivers/Compression/Zip/CrcStream.cs
CrcStream.cs
Providers/Inbox/Archivers/Compression/Zip/ZipCompressionMethod.cs
ZipCompressionMethod.cs
Providers/Inbox/Archivers/Compression/Zip/ZipEngine.cs
ZipEngine.cs
Providers/Inbox/Archivers/Compression/Zip/ZipException.cs
ZipException.cs
Providers/Inbox/Archivers/Compression/Zip/ZipFileInfo.cs
ZipFileInfo.cs
Providers/Inbox/Archivers/Compression/Zip/ZipFormat.cs
ZipFormat.cs
Providers/Inbox/Archivers/Compression/Zip/ZipInfo.cs
ZipInfo.cs
Providers/Inbox/Archivers/Compression/Zip/ZipPacker.cs
ZipPacker.cs
Providers/Inbox/Archivers/Compression/Zip/ZipUnpacker.cs
ZipUnpacker.cs
Properties
Providers/Inbox/Archivers/Properties/AssemblyInfo.cs
AssemblyInfo.cs
Resources
Providers/Inbox/Archivers/Resources/Messages.Designer.cs
Messages.Designer.cs
Providers/Inbox/Archivers/ZipArchiver.cs
ZipArchiver.cs
Providers/Inbox/Archivers/provider.manifest
provider.manifest
Providers/Inbox/Archivers/sources
sources
Providers/Inbox/Archivers/sources.dep
sources.dep
CoreProviders
Providers/Inbox/CoreProviders/BootstrapProvider.cs
BootstrapProvider.cs
Providers/Inbox/CoreProviders/BootstrapRequest.cs
BootstrapRequest.cs
Providers/Inbox/CoreProviders/ProgramsProvider.cs
ProgramsProvider.cs
Properties
Providers/Inbox/CoreProviders/Properties/AssemblyInfo.cs
AssemblyInfo.cs
Resources
Providers/Inbox/CoreProviders/Resources/Messages.Designer.cs
Messages.Designer.cs
Providers/Inbox/CoreProviders/WebDownloader.cs
WebDownloader.cs
Providers/Inbox/CoreProviders/provider.manifest
provider.manifest
Providers/Inbox/CoreProviders/sources
sources
Providers/Inbox/CoreProviders/sources.dep
sources.dep
MsiProvider
Deployment
Resources
Providers/Inbox/MsiProvider/Deployment/Resources/BitmapResource.cs
BitmapResource.cs
Providers/Inbox/MsiProvider/Deployment/Resources/FixedFileVersionInfo.cs
FixedFileVersionInfo.cs
Providers/Inbox/MsiProvider/Deployment/Resources/GroupIconInfo.cs
GroupIconInfo.cs
Providers/Inbox/MsiProvider/Deployment/Resources/GroupIconResource.cs
GroupIconResource.cs
Providers/Inbox/MsiProvider/Deployment/Resources/NativeMethods.cs
NativeMethods.cs
Providers/Inbox/MsiProvider/Deployment/Resources/Resource.cs
Resource.cs
Providers/Inbox/MsiProvider/Deployment/Resources/ResourceCollection.cs
ResourceCollection.cs
Providers/Inbox/MsiProvider/Deployment/Resources/ResourceType.cs
ResourceType.cs
Providers/Inbox/MsiProvider/Deployment/Resources/VersionEnums.cs
VersionEnums.cs
Providers/Inbox/MsiProvider/Deployment/Resources/VersionInfo.cs
VersionInfo.cs
Providers/Inbox/MsiProvider/Deployment/Resources/VersionResource.cs
VersionResource.cs
Providers/Inbox/MsiProvider/Deployment/Resources/VersionStringTable.cs
VersionStringTable.cs
WindowsInstaller.Linq
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller.Linq/Attributes.cs
Attributes.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller.Linq/Entities.cs
Entities.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller.Linq/QDatabase.cs
QDatabase.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller.Linq/QRecord.cs
QRecord.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller.Linq/QTable.cs
QTable.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller.Linq/Query.cs
Query.cs
WindowsInstaller.Package
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller.Package/InstallPackage.cs
InstallPackage.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller.Package/InstallPath.cs
InstallPath.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller.Package/PatchPackage.cs
PatchPackage.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller.Package/TransformInfo.cs
TransformInfo.cs
WindowsInstaller
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/ColumnCollection.cs
ColumnCollection.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/ColumnEnums.cs
ColumnEnums.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/ColumnInfo.cs
ColumnInfo.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/ComponentInfo.cs
ComponentInfo.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/ComponentInstallation.cs
ComponentInstallation.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/CustomActionAttribute.cs
CustomActionAttribute.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/CustomActionProxy.cs
CustomActionProxy.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/Database.cs
Database.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/DatabaseQuery.cs
DatabaseQuery.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/DatabaseTransform.cs
DatabaseTransform.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/EmbeddedUIProxy.cs
EmbeddedUIProxy.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/Enums.cs
Enums.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/Exceptions.cs
Exceptions.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/ExternalUIHandler.cs
ExternalUIHandler.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/FeatureInfo.cs
FeatureInfo.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/FeatureInstallation.cs
FeatureInstallation.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/Handle.cs
Handle.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/IEmbeddedUI.cs
IEmbeddedUI.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/InstallCost.cs
InstallCost.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/Installation.cs
Installation.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/InstallationPart.cs
InstallationPart.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/Installer.cs
Installer.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/InstallerAdvertise.cs
InstallerAdvertise.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/InstallerUtils.cs
InstallerUtils.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/MediaDisk.cs
MediaDisk.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/NativeMethods.cs
NativeMethods.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/PatchInstallation.cs
PatchInstallation.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/ProductInstallation.cs
ProductInstallation.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/Record.cs
Record.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/RecordStream.cs
RecordStream.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/RemotableNativeMethods.cs
RemotableNativeMethods.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/Session.cs
Session.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/ShortcutTarget.cs
ShortcutTarget.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/SourceList.cs
SourceList.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/SourceMediaList.cs
SourceMediaList.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/SummaryInfo.cs
SummaryInfo.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/TableCollection.cs
TableCollection.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/TableInfo.cs
TableInfo.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/Transaction.cs
Transaction.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/ValidationErrorInfo.cs
ValidationErrorInfo.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/View.cs
View.cs
Providers/Inbox/MsiProvider/Deployment/WindowsInstaller/customactiondata.cs
customactiondata.cs
Providers/Inbox/MsiProvider/MsiProvider.cs
MsiProvider.cs
Resources
Providers/Inbox/MsiProvider/Resources/Messages.Designer.cs
Messages.Designer.cs
Providers/Inbox/MsiProvider/provider.manifest
provider.manifest
Providers/Inbox/MsiProvider/sources
sources
Providers/Inbox/MsiProvider/sources.dep
sources.dep
MsuProvider
Providers/Inbox/MsuProvider/MsuProvider.cs
MsuProvider.cs
Resources
Providers/Inbox/MsuProvider/Resources/Messages.Designer.cs
Messages.Designer.cs
Providers/Inbox/MsuProvider/provider.manifest
provider.manifest
Providers/Inbox/MsuProvider/sources
sources
Providers/Inbox/MsuProvider/sources.dep
sources.dep
PowerShell.MetaProvider
Providers/Inbox/PowerShell.MetaProvider/Constants.cs
Constants.cs
Providers/Inbox/PowerShell.MetaProvider/Dependency.cs
Dependency.cs
Providers/Inbox/PowerShell.MetaProvider/DynamicOption.cs
DynamicOption.cs
Providers/Inbox/PowerShell.MetaProvider/Entity.cs
Entity.cs
Providers/Inbox/PowerShell.MetaProvider/Enums.cs
Enums.cs
Providers/Inbox/PowerShell.MetaProvider/Feature.cs
Feature.cs
Providers/Inbox/PowerShell.MetaProvider/Link.cs
Link.cs
Providers/Inbox/PowerShell.MetaProvider/PackageProviderFunctions.psm1
PackageProviderFunctions.psm1
Providers/Inbox/PowerShell.MetaProvider/PackageSource.cs
PackageSource.cs
Providers/Inbox/PowerShell.MetaProvider/PowerShellMetaProvider.cs
PowerShellMetaProvider.cs
Providers/Inbox/PowerShell.MetaProvider/PowerShellPackageProvider.cs
PowerShellPackageProvider.cs
Providers/Inbox/PowerShell.MetaProvider/PowerShellProviderBase.cs
PowerShellProviderBase.cs
Properties
Providers/Inbox/PowerShell.MetaProvider/Properties/AssemblyInfo.cs
AssemblyInfo.cs
Providers/Inbox/PowerShell.MetaProvider/Request.cs
Request.cs
Resources
Providers/Inbox/PowerShell.MetaProvider/Resources/Messages.Designer.cs
Messages.Designer.cs
Providers/Inbox/PowerShell.MetaProvider/SoftwareIdentity.cs
SoftwareIdentity.cs
Providers/Inbox/PowerShell.MetaProvider/Yieldable.cs
Yieldable.cs
Providers/Inbox/PowerShell.MetaProvider/provider.manifest
provider.manifest
Providers/Inbox/PowerShell.MetaProvider/sources
sources
Providers/Inbox/PowerShell.MetaProvider/sources.dep
sources.dep
Test
Test/Install-TestSuite.ps1
Install-TestSuite.ps1
Test/InvokeTest.ps1
InvokeTest.ps1
RITests
Properties
Test/RITests/Properties/AssemblyInfo.cs
AssemblyInfo.cs
Test/RITests/RITests.csproj
RITests.csproj
Support
Test/RITests/Support/Console.cs
Console.cs
Test/RITests/Support/CurrentTask.cs
CurrentTask.cs
Test/RITests/Support/Event.cs
Event.cs
Test/RITests/Support/XTask.cs
XTask.cs
Test/RITests/Tests.cs
Tests.cs
Unit
Core
Test/Unit/Core/BootstrapTests.cs
BootstrapTests.cs
Host
Test/Unit/Core/Host/HostTests.cs
HostTests.cs
Test/Unit/Core/HostTest.cs
HostTest.cs
Packaging
Test/Unit/Core/Packaging/SwidTagTests.cs
SwidTagTests.cs
Service
Test/Unit/Core/Service/BasePmsServiceTests.cs
BasePmsServiceTests.cs
Test/Unit/Core/Service/BasicHostImpl.cs
BasicHostImpl.cs
Test/Unit/Core/Service/Chained1Tests.cs
Chained1Tests.cs
Test/Unit/Core/Service/Happy1ProviderTests.cs
Happy1ProviderTests.cs
Test/Unit/Core/Service/MsiProviderTest.cs
MsiProviderTest.cs
Test/Unit/Core/Service/MsuProviderTest.cs
MsuProviderTest.cs
Test/Unit/Core/Service/PSChained1Test.cs
PSChained1Test.cs
Test/Unit/Core/Service/PackageManagementServiceTests.cs
PackageManagementServiceTests.cs
Test/Unit/Core/Service/ProgramsProviderTest.cs
ProgramsProviderTest.cs
Test/Unit/Core/Service/ProviderTestTemplate.cs
ProviderTestTemplate.cs
Test/Unit/Core/Service/SoftwareIdentityResultTests.cs
SoftwareIdentityResultTests.cs
Test/Unit/Core/Service/UsingOneProvider.cs
UsingOneProvider.cs
TestProviders
Test/Unit/Core/TestProviders/Bad1.cs
Bad1.cs
Test/Unit/Core/TestProviders/BlankProvider.cs
BlankProvider.cs
Test/Unit/Core/TestProviders/Chained1Provider.cs
Chained1Provider.cs
Test/Unit/Core/TestProviders/Happy1.cs
Happy1.cs
Test/Unit/Core/TestProviders/SwidTestProvider.cs
SwidTestProvider.cs
Test/Unit/Core/TestProviders/TestFileProvider.cs
TestFileProvider.cs
Examples
Test/Unit/Examples/TemplatePackageProvider.psm1
TemplatePackageProvider.psm1
Properties
Test/Unit/Properties/AssemblyInfo.cs
AssemblyInfo.cs
Providers
Test/Unit/Providers/Providers.psd1
Providers.psd1
Test/Unit/Providers/TestChainingPackageProvider.psm1
TestChainingPackageProvider.psm1
Test/Unit/Providers/TestPackageProvider.psm1
TestPackageProvider.psm1
Sdk
Test/Unit/Sdk/Constants.cs
Constants.cs
Test/Unit/Sdk/ErrorCategory.cs
ErrorCategory.cs
Test/Unit/Sdk/Request.cs
Request.cs
Support
Test/Unit/Support/Console.cs
Console.cs
Test/Unit/Support/CurrentTask.cs
CurrentTask.cs
Test/Unit/Support/Event.cs
Event.cs
Test/Unit/Support/XTask.cs
XTask.cs
Test/Unit/Support/XmlExtensions.cs
XmlExtensions.cs
Test/Unit/Tests.cs
Tests.cs
Test/Unit/Unit.csproj
Unit.csproj
Utility
Concpetual
Test/Unit/Utility/Concpetual/MiscTests.cs
MiscTests.cs
DynamicInterface
NameMatching
Test/Unit/Utility/DynamicInterface/NameMatching/NameTests.cs
NameTests.cs
ParameterCoercion
Test/Unit/Utility/DynamicInterface/ParameterCoercion/AdvancedDynamicInterfaceTests.cs
AdvancedDynamicInterfaceTests.cs
ReturnTypeCoercion
Test/Unit/Utility/DynamicInterface/ReturnTypeCoercion/RtTests.cs
RtTests.cs
Simple
Test/Unit/Utility/DynamicInterface/Simple/DynamicInterfaceTest.cs
DynamicInterfaceTest.cs
DynamicPowerShell
Test/Unit/Utility/DynamicPowerShell/DynamicPowerShellTests.cs
DynamicPowerShellTests.cs
Misc
Test/Unit/Utility/Misc/DynamicTests.cs
DynamicTests.cs
Test/Unit/Utility/Misc/ManifestLoadingTests.cs
ManifestLoadingTests.cs
Test/Unit/Utility/Misc/SimpleTests.cs
SimpleTests.cs
Test/Unit/packages.config
packages.config
Test/Unit/provider.manifest
provider.manifest
Test/Unit/sources.dep
sources.dep
Test/Unit/xUnit.Tests.ps1
xUnit.Tests.ps1
Test/sources
sources
Utility.PowerShell
Utility.PowerShell/AsyncCmdLet.cs
AsyncCmdLet.cs
Utility.PowerShell/Constants.cs
Constants.cs
Utility.PowerShell/DynamicPowershell.cs
DynamicPowershell.cs
Utility.PowerShell/DynamicPowershellCommand.cs
DynamicPowershellCommand.cs
Utility.PowerShell/DynamicPowershellResult.cs
DynamicPowershellResult.cs
Utility.PowerShell/ErrorMessage.cs
ErrorMessage.cs
Utility.PowerShell/Errors.cs
Errors.cs
Utility.PowerShell/ProgressTracker.cs
ProgressTracker.cs
Properties
Utility.PowerShell/Properties/AssemblyInfo.cs
AssemblyInfo.cs
Utility.PowerShell/sources
sources
Utility
Async
Utility/Async/AsyncAction.cs
AsyncAction.cs
Utility/Async/AsyncActionExtensions.cs
AsyncActionExtensions.cs
Utility/Async/EmptyAsyncEnumerable.cs
EmptyAsyncEnumerable.cs
Utility/Async/IAsyncAction.cs
IAsyncAction.cs
Utility/Async/IAsyncEnumerable.cs
IAsyncEnumerable.cs
Utility/Async/IAsyncValue.cs
IAsyncValue.cs
Collections
Utility/Collections/AbstractDictionary.cs
AbstractDictionary.cs
Utility/Collections/BlockingCollection.cs
BlockingCollection.cs
Utility/Collections/CancellableEnumerator.cs
CancellableEnumerator.cs
Utility/Collections/DelegateDictionary.cs
DelegateDictionary.cs
Utility/Collections/EnumerableExtensions.cs
EnumerableExtensions.cs
Utility/Collections/FilenameEqualityComparer.cs
FilenameEqualityComparer.cs
Utility/Collections/HashSet.cs
HashSet.cs
Utility/Collections/ICancellableEnumerator.cs
ICancellableEnumerator.cs
Utility/Collections/List.cs
List.cs
Utility/Collections/MutableEnumerable.cs
MutableEnumerable.cs
Utility/Collections/OrderedDictionary.cs
OrderedDictionary.cs
Utility/Collections/PathEqualityComparer.cs
PathEqualityComparer.cs
Utility/Collections/ReEnumerable.cs
ReEnumerable.cs
Utility/Collections/ReadOnlyDelegateDictionary.cs
ReadOnlyDelegateDictionary.cs
Utility/Collections/VirtualEnumerator.cs
VirtualEnumerator.cs
Extensions
Utility/Extensions/CollectionExtensions.cs
CollectionExtensions.cs
Utility/Extensions/DelegateExtensions.cs
DelegateExtensions.cs
Utility/Extensions/DictionaryExtensions.cs
DictionaryExtensions.cs
Utility/Extensions/ExceptionExtensions.cs
ExceptionExtensions.cs
Utility/Extensions/FilesystemExtensions.cs
FilesystemExtensions.cs
Utility/Extensions/HashtableExtensions.cs
HashtableExtensions.cs
Utility/Extensions/Singleon.cs
Singleon.cs
Utility/Extensions/StringExtensions.cs
StringExtensions.cs
Utility/Extensions/TaskExtensions.cs
TaskExtensions.cs
Utility/Extensions/ThreadPerTaskScheduler.cs
ThreadPerTaskScheduler.cs
Utility/Extensions/TwoTypes.cs
TwoTypes.cs
Utility/Extensions/TypeExtensions.cs
TypeExtensions.cs
Utility/Extensions/Types.cs
Types.cs
Utility/Extensions/XmlExtensions.cs
XmlExtensions.cs
Platform
Utility/Platform/AdminPrivilege.cs
AdminPrivilege.cs
Utility/Platform/AsyncProcess.cs
AsyncProcess.cs