Repository: microsoft/winget-cli
Branch: master
Commit: 9659f5a5115b
Files: 2565
Total size: 16.9 MB
Directory structure:
gitextract_qbjki5ie/
├── .config/
│ ├── configuration.vsEnterprise.winget
│ ├── configuration.vsProfessional.winget
│ └── configuration.winget
├── .editorconfig
├── .github/
│ ├── ISSUE_TEMPLATE/
│ │ ├── Bug_Report.yml
│ │ ├── Documentation_Issue.yml
│ │ ├── Feature_Request.yml
│ │ └── config.yml
│ ├── PULL_REQUEST_TEMPLATE.md
│ ├── actions/
│ │ └── spelling/
│ │ ├── README.md
│ │ ├── advice.md
│ │ ├── allow.txt
│ │ ├── candidate.patterns
│ │ ├── excludes.txt
│ │ ├── expect.txt
│ │ ├── line_forbidden.patterns
│ │ ├── patterns.txt
│ │ └── reject.txt
│ ├── copilot-instructions.md
│ ├── images/
│ │ └── README.md
│ ├── policies/
│ │ ├── automergeTriggers.yml
│ │ ├── labelAdded.noRecentActivity.yml
│ │ ├── labelManagement.issueClosed.yml
│ │ ├── labelManagement.issueOpened.yml
│ │ ├── labelManagement.issueUpdated.yml
│ │ ├── labelManagement.needsFeedbackHub.yml
│ │ ├── labelManagement.triageLabels.yml
│ │ ├── moderatorTriggers.yml
│ │ ├── scheduledSearch.closeNoRecentActivity.yml
│ │ └── scheduledSearch.markNoRecentActivity.yml
│ └── workflows/
│ ├── automatic-issue-deduplication.yml
│ ├── spelling.yml
│ ├── spelling2.yml
│ └── spelling3.yml
├── .gitignore
├── .vsconfig
├── CODEOWNERS
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── LICENSE
├── Localization/
│ ├── Policies/
│ │ ├── de-DE/
│ │ │ └── DesktopAppInstaller.adml
│ │ ├── es-ES/
│ │ │ └── DesktopAppInstaller.adml
│ │ ├── fr-FR/
│ │ │ └── DesktopAppInstaller.adml
│ │ ├── it-IT/
│ │ │ └── DesktopAppInstaller.adml
│ │ ├── ja-JP/
│ │ │ └── DesktopAppInstaller.adml
│ │ ├── ko-KR/
│ │ │ └── DesktopAppInstaller.adml
│ │ ├── pt-BR/
│ │ │ └── DesktopAppInstaller.adml
│ │ ├── ru-RU/
│ │ │ └── DesktopAppInstaller.adml
│ │ ├── zh-CN/
│ │ │ └── DesktopAppInstaller.adml
│ │ └── zh-TW/
│ │ └── DesktopAppInstaller.adml
│ ├── Resources/
│ │ ├── de-DE/
│ │ │ ├── Resources.resw
│ │ │ └── winget.resw
│ │ ├── es-ES/
│ │ │ ├── Resources.resw
│ │ │ └── winget.resw
│ │ ├── fr-FR/
│ │ │ ├── Resources.resw
│ │ │ └── winget.resw
│ │ ├── it-IT/
│ │ │ ├── Resources.resw
│ │ │ └── winget.resw
│ │ ├── ja-JP/
│ │ │ ├── Resources.resw
│ │ │ └── winget.resw
│ │ ├── ko-KR/
│ │ │ ├── Resources.resw
│ │ │ └── winget.resw
│ │ ├── pt-BR/
│ │ │ ├── Resources.resw
│ │ │ └── winget.resw
│ │ ├── ru-RU/
│ │ │ ├── Resources.resw
│ │ │ └── winget.resw
│ │ ├── zh-CN/
│ │ │ ├── Resources.resw
│ │ │ └── winget.resw
│ │ └── zh-TW/
│ │ ├── Resources.resw
│ │ └── winget.resw
│ └── Settings/
│ └── LocConfig.xml
├── NOTICE
├── PRIVACY.md
├── README.md
├── SECURITY.md
├── SUPPORT.md
├── azure-pipelines.loc.yml
├── azure-pipelines.yml
├── cgmanifest.json
├── doc/
│ ├── Completion.md
│ ├── Developing.md
│ ├── ReleaseNotes.md
│ ├── Settings.md
│ ├── admx/
│ │ ├── DesktopAppInstaller.admx
│ │ └── en-US/
│ │ └── DesktopAppInstaller.adml
│ ├── specs/
│ │ ├── #1012 - Show dependencies.md
│ │ ├── #1155 - Enhancements to list command.md
│ │ ├── #1287 - Management of package type dependencies.md
│ │ ├── #140 - ZIP Support.md
│ │ ├── #148 - Repair Support.md
│ │ ├── #163 - Dependencies.md
│ │ ├── #164 - PWA Support.md
│ │ ├── #182 - Support for installation of portable standalone apps.md
│ │ ├── #190 - Proxy Support.md
│ │ ├── #292 - winget should install an app if there is an exact match.md
│ │ ├── #3026 - Bypass Microsoft Store blocked for COM API.md
│ │ ├── #364 - Feature Toggle.md
│ │ ├── #396 - Settings command.md
│ │ ├── #476 - Package Pinning.md
│ │ ├── #5949 - Authenticated GitHub API Requests for PowerShell Module.md
│ │ ├── #658 - WinGet Download.md
│ │ ├── #888 - Com Api.md
│ │ ├── #893 - Support for arbitrary HTTP header for Rest sources.md
│ │ ├── #929 #2334 - Improvements and behavior changes to winget install and winget upgrade flow.md
│ │ ├── #980 - Apps and Features entries version mapping.md
│ │ ├── Configuration-COM-API.md
│ │ └── spec-template.md
│ ├── troubleshooting/
│ │ └── README.md
│ ├── windows/
│ │ └── package-manager/
│ │ ├── index.md
│ │ ├── package/
│ │ │ ├── binary-validation-errors.md
│ │ │ ├── index.md
│ │ │ ├── manifest.md
│ │ │ ├── repository.md
│ │ │ ├── windows-package-manager-policies-change-history.md
│ │ │ ├── windows-package-manager-policies.md
│ │ │ ├── winget-validation-troubleshooter.md
│ │ │ └── winget-validation.md
│ │ └── winget/
│ │ ├── export.md
│ │ ├── features.md
│ │ ├── hash.md
│ │ ├── help.md
│ │ ├── import.md
│ │ ├── index.md
│ │ ├── install.md
│ │ ├── list.md
│ │ ├── returnCodes.md
│ │ ├── search.md
│ │ ├── settings.md
│ │ ├── show.md
│ │ ├── source.md
│ │ ├── uninstall.md
│ │ ├── upgrade.md
│ │ └── validate.md
│ └── windows-package-manager-release-roadmap.md
├── samples/
│ ├── MinimalCallers/
│ │ ├── C#/
│ │ │ ├── Configuration-InProc/
│ │ │ │ ├── C#_Configuration_InProc.csproj
│ │ │ │ └── Program.cs
│ │ │ ├── Configuration-OutOfProc/
│ │ │ │ ├── C#_Configuration_OutOfProc.csproj
│ │ │ │ └── Program.cs
│ │ │ ├── WinGet-InProc/
│ │ │ │ ├── C#_WinGet_InProc.csproj
│ │ │ │ └── Program.cs
│ │ │ └── WinGet-OutOfProc/
│ │ │ ├── C#_WinGet_OutOfProc.csproj
│ │ │ └── Program.cs
│ │ ├── C++/
│ │ │ ├── WinGet-InProc/
│ │ │ │ ├── WinGet-InProc.cpp
│ │ │ │ ├── WinGet-InProc.vcxproj
│ │ │ │ ├── WinGet-InProc.vcxproj.filters
│ │ │ │ └── packages.config
│ │ │ └── WinGet-OutOfProc/
│ │ │ ├── WinGet-OutOfProc.cpp
│ │ │ ├── WinGet-OutOfProc.vcxproj
│ │ │ ├── WinGet-OutOfProc.vcxproj.filters
│ │ │ └── packages.config
│ │ ├── MinimalCallers.sln
│ │ └── README.md
│ └── WinGetUWPCaller/
│ ├── WinGetUWPCaller/
│ │ ├── ActivePackageView.cpp
│ │ ├── ActivePackageView.h
│ │ ├── App.cpp
│ │ ├── App.h
│ │ ├── App.idl
│ │ ├── App.xaml
│ │ ├── MainPage.cpp
│ │ ├── MainPage.h
│ │ ├── MainPage.idl
│ │ ├── MainPage.xaml
│ │ ├── Package.appxmanifest
│ │ ├── WinGetUWPCaller.vcxproj
│ │ ├── WinGetUWPCaller.vcxproj.filters
│ │ ├── packages.config
│ │ ├── pch.cpp
│ │ └── pch.h
│ └── WinGetUWPCaller.sln
├── schemas/
│ └── JSON/
│ ├── configuration/
│ │ ├── configuration.schema.0.1.json
│ │ └── configuration.schema.0.2.json
│ ├── manifests/
│ │ ├── latest/
│ │ │ ├── manifest.defaultLocale.latest.json
│ │ │ ├── manifest.installer.latest.json
│ │ │ ├── manifest.locale.latest.json
│ │ │ ├── manifest.singleton.latest.json
│ │ │ └── manifest.version.latest.json
│ │ ├── preview/
│ │ │ └── manifest.0.1.0.json
│ │ ├── v1.0.0/
│ │ │ ├── manifest.defaultLocale.1.0.0.json
│ │ │ ├── manifest.installer.1.0.0.json
│ │ │ ├── manifest.locale.1.0.0.json
│ │ │ ├── manifest.singleton.1.0.0.json
│ │ │ └── manifest.version.1.0.0.json
│ │ ├── v1.1.0/
│ │ │ ├── manifest.defaultLocale.1.1.0.json
│ │ │ ├── manifest.installer.1.1.0.json
│ │ │ ├── manifest.locale.1.1.0.json
│ │ │ ├── manifest.singleton.1.1.0.json
│ │ │ └── manifest.version.1.1.0.json
│ │ ├── v1.10.0/
│ │ │ ├── manifest.defaultLocale.1.10.0.json
│ │ │ ├── manifest.installer.1.10.0.json
│ │ │ ├── manifest.locale.1.10.0.json
│ │ │ ├── manifest.singleton.1.10.0.json
│ │ │ └── manifest.version.1.10.0.json
│ │ ├── v1.12.0/
│ │ │ ├── manifest.defaultLocale.1.12.0.json
│ │ │ ├── manifest.installer.1.12.0.json
│ │ │ ├── manifest.locale.1.12.0.json
│ │ │ ├── manifest.singleton.1.12.0.json
│ │ │ └── manifest.version.1.12.0.json
│ │ ├── v1.2.0/
│ │ │ ├── manifest.defaultLocale.1.2.0.json
│ │ │ ├── manifest.installer.1.2.0.json
│ │ │ ├── manifest.locale.1.2.0.json
│ │ │ ├── manifest.singleton.1.2.0.json
│ │ │ └── manifest.version.1.2.0.json
│ │ ├── v1.4.0/
│ │ │ ├── manifest.defaultLocale.1.4.0.json
│ │ │ ├── manifest.installer.1.4.0.json
│ │ │ ├── manifest.locale.1.4.0.json
│ │ │ ├── manifest.singleton.1.4.0.json
│ │ │ └── manifest.version.1.4.0.json
│ │ ├── v1.5.0/
│ │ │ ├── manifest.defaultLocale.1.5.0.json
│ │ │ ├── manifest.installer.1.5.0.json
│ │ │ ├── manifest.locale.1.5.0.json
│ │ │ ├── manifest.singleton.1.5.0.json
│ │ │ └── manifest.version.1.5.0.json
│ │ ├── v1.6.0/
│ │ │ ├── manifest.defaultLocale.1.6.0.json
│ │ │ ├── manifest.installer.1.6.0.json
│ │ │ ├── manifest.locale.1.6.0.json
│ │ │ ├── manifest.singleton.1.6.0.json
│ │ │ └── manifest.version.1.6.0.json
│ │ ├── v1.7.0/
│ │ │ ├── manifest.defaultLocale.1.7.0.json
│ │ │ ├── manifest.installer.1.7.0.json
│ │ │ ├── manifest.locale.1.7.0.json
│ │ │ ├── manifest.singleton.1.7.0.json
│ │ │ └── manifest.version.1.7.0.json
│ │ └── v1.9.0/
│ │ ├── manifest.defaultLocale.1.9.0.json
│ │ ├── manifest.installer.1.9.0.json
│ │ ├── manifest.locale.1.9.0.json
│ │ ├── manifest.singleton.1.9.0.json
│ │ └── manifest.version.1.9.0.json
│ └── settings/
│ ├── settings.export.schema.0.1.json
│ └── settings.schema.0.2.json
├── src/
│ ├── AppInstallerCLI/
│ │ ├── AppInstallerCLI.vcxproj
│ │ ├── AppInstallerCLI.vcxproj.filters
│ │ ├── PropertySheet.props
│ │ ├── main.cpp
│ │ └── packages.config
│ ├── AppInstallerCLI.sln
│ ├── AppInstallerCLICore/
│ │ ├── AppInstallerCLICore.vcxproj
│ │ ├── AppInstallerCLICore.vcxproj.filters
│ │ ├── Argument.cpp
│ │ ├── Argument.h
│ │ ├── COMContext.cpp
│ │ ├── COMContext.h
│ │ ├── ChannelStreams.cpp
│ │ ├── ChannelStreams.h
│ │ ├── CheckpointManager.cpp
│ │ ├── CheckpointManager.h
│ │ ├── Command.cpp
│ │ ├── Command.h
│ │ ├── Commands/
│ │ │ ├── COMCommand.cpp
│ │ │ ├── COMCommand.h
│ │ │ ├── CompleteCommand.cpp
│ │ │ ├── CompleteCommand.h
│ │ │ ├── ConfigureCommand.cpp
│ │ │ ├── ConfigureCommand.h
│ │ │ ├── ConfigureListCommand.cpp
│ │ │ ├── ConfigureListCommand.h
│ │ │ ├── ConfigureShowCommand.cpp
│ │ │ ├── ConfigureShowCommand.h
│ │ │ ├── ConfigureTestCommand.cpp
│ │ │ ├── ConfigureTestCommand.h
│ │ │ ├── ConfigureValidateCommand.cpp
│ │ │ ├── ConfigureValidateCommand.h
│ │ │ ├── DebugCommand.cpp
│ │ │ ├── DebugCommand.h
│ │ │ ├── DownloadCommand.cpp
│ │ │ ├── DownloadCommand.h
│ │ │ ├── DscAdminSettingsResource.cpp
│ │ │ ├── DscAdminSettingsResource.h
│ │ │ ├── DscCommand.cpp
│ │ │ ├── DscCommand.h
│ │ │ ├── DscCommandBase.cpp
│ │ │ ├── DscCommandBase.h
│ │ │ ├── DscComposableObject.cpp
│ │ │ ├── DscComposableObject.h
│ │ │ ├── DscPackageResource.cpp
│ │ │ ├── DscPackageResource.h
│ │ │ ├── DscSourceResource.cpp
│ │ │ ├── DscSourceResource.h
│ │ │ ├── DscTestFileResource.cpp
│ │ │ ├── DscTestFileResource.h
│ │ │ ├── DscTestJsonResource.cpp
│ │ │ ├── DscTestJsonResource.h
│ │ │ ├── DscUserSettingsFileResource.cpp
│ │ │ ├── DscUserSettingsFileResource.h
│ │ │ ├── ErrorCommand.cpp
│ │ │ ├── ErrorCommand.h
│ │ │ ├── ExperimentalCommand.cpp
│ │ │ ├── ExperimentalCommand.h
│ │ │ ├── ExportCommand.cpp
│ │ │ ├── ExportCommand.h
│ │ │ ├── FeaturesCommand.cpp
│ │ │ ├── FeaturesCommand.h
│ │ │ ├── FontCommand.cpp
│ │ │ ├── FontCommand.h
│ │ │ ├── HashCommand.cpp
│ │ │ ├── HashCommand.h
│ │ │ ├── ImportCommand.cpp
│ │ │ ├── ImportCommand.h
│ │ │ ├── InstallCommand.cpp
│ │ │ ├── InstallCommand.h
│ │ │ ├── ListCommand.cpp
│ │ │ ├── ListCommand.h
│ │ │ ├── McpCommand.cpp
│ │ │ ├── McpCommand.h
│ │ │ ├── PinCommand.cpp
│ │ │ ├── PinCommand.h
│ │ │ ├── RepairCommand.cpp
│ │ │ ├── RepairCommand.h
│ │ │ ├── ResumeCommand.cpp
│ │ │ ├── ResumeCommand.h
│ │ │ ├── RootCommand.cpp
│ │ │ ├── RootCommand.h
│ │ │ ├── SearchCommand.cpp
│ │ │ ├── SearchCommand.h
│ │ │ ├── SettingsCommand.cpp
│ │ │ ├── SettingsCommand.h
│ │ │ ├── ShowCommand.cpp
│ │ │ ├── ShowCommand.h
│ │ │ ├── SourceCommand.cpp
│ │ │ ├── SourceCommand.h
│ │ │ ├── TestCommand.cpp
│ │ │ ├── TestCommand.h
│ │ │ ├── UninstallCommand.cpp
│ │ │ ├── UninstallCommand.h
│ │ │ ├── UpgradeCommand.cpp
│ │ │ ├── UpgradeCommand.h
│ │ │ ├── ValidateCommand.cpp
│ │ │ └── ValidateCommand.h
│ │ ├── CompletionData.cpp
│ │ ├── CompletionData.h
│ │ ├── ConfigurationCommon.cpp
│ │ ├── ConfigurationCommon.h
│ │ ├── ConfigurationContext.cpp
│ │ ├── ConfigurationContext.h
│ │ ├── ConfigurationDynamicRuntimeFactory.cpp
│ │ ├── ConfigurationSetProcessorFactoryRemoting.cpp
│ │ ├── ConfigurationWingetDscModuleUnitValidation.cpp
│ │ ├── ConfigurationWingetDscModuleUnitValidation.h
│ │ ├── ConfigureExportCommand.cpp
│ │ ├── ConfigureExportCommand.h
│ │ ├── ContextOrchestrator.cpp
│ │ ├── ContextOrchestrator.h
│ │ ├── Core.cpp
│ │ ├── ExecutionArgs.h
│ │ ├── ExecutionContext.cpp
│ │ ├── ExecutionContext.h
│ │ ├── ExecutionContextData.h
│ │ ├── ExecutionProgress.cpp
│ │ ├── ExecutionProgress.h
│ │ ├── ExecutionReporter.cpp
│ │ ├── ExecutionReporter.h
│ │ ├── Invocation.h
│ │ ├── PackageCollection.cpp
│ │ ├── PackageCollection.h
│ │ ├── PortableInstaller.cpp
│ │ ├── PortableInstaller.h
│ │ ├── PropertySheet.props
│ │ ├── Public/
│ │ │ ├── AppInstallerCLICore.h
│ │ │ ├── ConfigurationSetProcessorFactoryRemoting.h
│ │ │ └── ShutdownMonitoring.h
│ │ ├── Resources.cpp
│ │ ├── Resources.h
│ │ ├── Search/
│ │ │ └── Search.h
│ │ ├── ShutdownMonitoring.cpp
│ │ ├── Sixel.cpp
│ │ ├── Sixel.h
│ │ ├── TableOutput.h
│ │ ├── VTSupport.cpp
│ │ ├── VTSupport.h
│ │ ├── Workflows/
│ │ │ ├── ArchiveFlow.cpp
│ │ │ ├── ArchiveFlow.h
│ │ │ ├── CompletionFlow.cpp
│ │ │ ├── CompletionFlow.h
│ │ │ ├── ConfigurationFlow.cpp
│ │ │ ├── ConfigurationFlow.h
│ │ │ ├── DependenciesFlow.cpp
│ │ │ ├── DependenciesFlow.h
│ │ │ ├── DependencyNodeProcessor.cpp
│ │ │ ├── DependencyNodeProcessor.h
│ │ │ ├── DownloadFlow.cpp
│ │ │ ├── DownloadFlow.h
│ │ │ ├── FontFlow.cpp
│ │ │ ├── FontFlow.h
│ │ │ ├── ImportExportFlow.cpp
│ │ │ ├── ImportExportFlow.h
│ │ │ ├── InstallFlow.cpp
│ │ │ ├── InstallFlow.h
│ │ │ ├── MSStoreInstallerHandler.cpp
│ │ │ ├── MSStoreInstallerHandler.h
│ │ │ ├── MsiInstallFlow.cpp
│ │ │ ├── MsiInstallFlow.h
│ │ │ ├── MultiQueryFlow.cpp
│ │ │ ├── MultiQueryFlow.h
│ │ │ ├── PinFlow.cpp
│ │ │ ├── PinFlow.h
│ │ │ ├── PortableFlow.cpp
│ │ │ ├── PortableFlow.h
│ │ │ ├── PromptFlow.cpp
│ │ │ ├── PromptFlow.h
│ │ │ ├── RepairFlow.cpp
│ │ │ ├── RepairFlow.h
│ │ │ ├── ResumeFlow.cpp
│ │ │ ├── ResumeFlow.h
│ │ │ ├── SettingsFlow.cpp
│ │ │ ├── SettingsFlow.h
│ │ │ ├── ShellExecuteInstallerHandler.cpp
│ │ │ ├── ShellExecuteInstallerHandler.h
│ │ │ ├── ShowFlow.cpp
│ │ │ ├── ShowFlow.h
│ │ │ ├── SourceFlow.cpp
│ │ │ ├── SourceFlow.h
│ │ │ ├── UninstallFlow.cpp
│ │ │ ├── UninstallFlow.h
│ │ │ ├── UpdateFlow.cpp
│ │ │ ├── UpdateFlow.h
│ │ │ ├── WorkflowBase.cpp
│ │ │ └── WorkflowBase.h
│ │ ├── packages.config
│ │ ├── pch.cpp
│ │ └── pch.h
│ ├── AppInstallerCLIE2ETests/
│ │ ├── AppInstallerCLIE2ETests.csproj
│ │ ├── AppShutdownTests.cs
│ │ ├── BaseCommand.cs
│ │ ├── ConfigureCommand.cs
│ │ ├── ConfigureExportCommand.cs
│ │ ├── ConfigureListCommand.cs
│ │ ├── ConfigureShowCommand.cs
│ │ ├── ConfigureTestCommand.cs
│ │ ├── ConfigureValidateCommand.cs
│ │ ├── Constants.cs
│ │ ├── DSCv3AdminSettingsResourceCommand.cs
│ │ ├── DSCv3PackageResourceCommand.cs
│ │ ├── DSCv3ResourceTestBase.cs
│ │ ├── DSCv3SourceResourceCommand.cs
│ │ ├── DSCv3UserSettingsFileResourceCommand.cs
│ │ ├── DownloadCommand.cs
│ │ ├── ErrorCommand.cs
│ │ ├── FeaturesCommand.cs
│ │ ├── FontCommand.cs
│ │ ├── GroupPolicy.cs
│ │ ├── GroupPolicyHelper.cs
│ │ ├── HashCommand.cs
│ │ ├── Helpers/
│ │ │ ├── TestCommon.cs
│ │ │ ├── TestIndex.cs
│ │ │ ├── TestSetup.cs
│ │ │ └── WinGetSettingsHelper.cs
│ │ ├── ImportCommand.cs
│ │ ├── InprocTestbedTests.cs
│ │ ├── InstallCommand.cs
│ │ ├── Interop/
│ │ │ ├── BaseInterop.cs
│ │ │ ├── CheckInstalledStatusInterop.cs
│ │ │ ├── DownloadInterop.cs
│ │ │ ├── FindPackagesInterop.cs
│ │ │ ├── GroupPolicyForInterop.cs
│ │ │ ├── InstallInterop.cs
│ │ │ ├── InstanceInitializersSource.cs
│ │ │ ├── InteropSetUpFixture.cs
│ │ │ ├── PackageCatalogInterop.cs
│ │ │ ├── RepairInterop.cs
│ │ │ ├── Shutdown.cs
│ │ │ ├── UninstallInterop.cs
│ │ │ └── UpgradeInterop.cs
│ │ ├── ListCommand.cs
│ │ ├── Pinning.cs
│ │ ├── PowerShell/
│ │ │ └── PowerShellHost.cs
│ │ ├── Properties/
│ │ │ └── AssemblyInfo.cs
│ │ ├── README.md
│ │ ├── RepairCommand.cs
│ │ ├── ResumeCommand.cs
│ │ ├── RunCommandException.cs
│ │ ├── SearchCommand.cs
│ │ ├── SetUpFixture.cs
│ │ ├── ShowCommand.cs
│ │ ├── SourceCommand.cs
│ │ ├── Test.runsettings
│ │ ├── TestData/
│ │ │ ├── AppInstallerTestMsiInstaller.msi
│ │ │ ├── AppInstallerTestMsiInstallerV2.msi
│ │ │ ├── Configuration/
│ │ │ │ ├── ConfigServerUnexpectedExit.yml
│ │ │ │ ├── Configure_TestRepo.yml
│ │ │ │ ├── Configure_TestRepo_DSCv3.yml
│ │ │ │ ├── Configure_TestRepo_Location.yml
│ │ │ │ ├── DependencyCycle.yml
│ │ │ │ ├── DependentResources_Failure.yml
│ │ │ │ ├── DuplicateIdentifiers.yml
│ │ │ │ ├── Empty.yml
│ │ │ │ ├── GetPSModulePath.yml
│ │ │ │ ├── IndependentResources_OneFailure.yml
│ │ │ │ ├── Init-TestRepository.ps1
│ │ │ │ ├── LargeContentStrings.yml
│ │ │ │ ├── MissingDependency.yml
│ │ │ │ ├── ModuleMismatch.yml
│ │ │ │ ├── Modules/
│ │ │ │ │ ├── xE2EMalicious/
│ │ │ │ │ │ ├── xE2EMalicious.psd1
│ │ │ │ │ │ └── xE2EMalicious.psm1
│ │ │ │ │ └── xE2ETestResource/
│ │ │ │ │ ├── xE2ETestResource.psd1
│ │ │ │ │ └── xE2ETestResource.psm1
│ │ │ │ ├── NoResourceName.yml
│ │ │ │ ├── NoVersion.yml
│ │ │ │ ├── NotConfig.yml
│ │ │ │ ├── PSGallery_NoModule_NoSettings.yml
│ │ │ │ ├── PSGallery_NoSettings.yml
│ │ │ │ ├── ResourceCaseInsensitive.yml
│ │ │ │ ├── ResourceNotFound.yml
│ │ │ │ ├── ResourcesNotASequence.yml
│ │ │ │ ├── RunCommandOnSet.yml
│ │ │ │ ├── ShowDetails_DSCv3.yml
│ │ │ │ ├── ShowDetails_TestRepo.yml
│ │ │ │ ├── ShowDetails_TestRepo_0_3.yml
│ │ │ │ ├── UnitNotAMap.yml
│ │ │ │ ├── UnknownVersion.yml
│ │ │ │ ├── Unknown_Processor.yml
│ │ │ │ ├── WinGetDscResourceValidate_DependencySourceMissing.yml
│ │ │ │ ├── WinGetDscResourceValidate_Good.yml
│ │ │ │ ├── WinGetDscResourceValidate_PackageNotFound.yml
│ │ │ │ ├── WinGetDscResourceValidate_PackageVersionNotFound.yml
│ │ │ │ ├── WinGetDscResourceValidate_SourceOpenFailed.yml
│ │ │ │ ├── WinGetDscResourceValidate_VersionSpecifiedWithOnlyOneVersionAvailable.yml
│ │ │ │ ├── WinGetDscResourceValidate_VersionSpecifiedWithUseLatest.yml
│ │ │ │ └── WithParameters_0_3.yml
│ │ │ ├── ImportFiles/
│ │ │ │ ├── ImportFile-Bad-Invalid.json
│ │ │ │ ├── ImportFile-Bad-UnknownPackage.json
│ │ │ │ ├── ImportFile-Bad-UnknownPackageVersion.json
│ │ │ │ ├── ImportFile-Bad-UnknownSource.json
│ │ │ │ ├── ImportFile-Good.1.0.json
│ │ │ │ └── ImportFile-Good.2.0.json
│ │ │ ├── IndexPackageManifest.xml
│ │ │ ├── Manifests/
│ │ │ │ ├── TestArpVersionMapping_OppositeOrder_1.0.yaml
│ │ │ │ ├── TestArpVersionMapping_OppositeOrder_2.0.yaml
│ │ │ │ ├── TestArpVersionMapping_SameAsPackageVersion.yaml
│ │ │ │ ├── TestArpVersionMapping_SameOrder_1.0.yaml
│ │ │ │ ├── TestArpVersionMapping_SameOrder_2.0.yaml
│ │ │ │ ├── TestBurnInstaller.MissingRepairBehavior.yaml
│ │ │ │ ├── TestBurnInstaller.ModifyRepair.yaml
│ │ │ │ ├── TestBurnInstaller.ModifyRepairWithNoModify.yaml
│ │ │ │ ├── TestBurnInstaller.UserScopeInstallRepairInAdminContext.yaml
│ │ │ │ ├── TestBurnInstaller.yaml
│ │ │ │ ├── TestExampleInstaller.yaml
│ │ │ │ ├── TestExeInstaller.1.0.1.0.yaml
│ │ │ │ ├── TestExeInstaller.1.1.0.0.yaml
│ │ │ │ ├── TestExeInstaller.2.0.0.0.yaml
│ │ │ │ ├── TestExeInstaller.RebootRequired.yaml
│ │ │ │ ├── TestExeInstaller.UninstallerRepair.yaml
│ │ │ │ ├── TestExeInstaller.UninstallerRepairWithNoRepair.yaml
│ │ │ │ ├── TestExeInstaller.WindowsFeature.yaml
│ │ │ │ ├── TestExeInstaller.yaml
│ │ │ │ ├── TestExeInstallerForExport.yaml
│ │ │ │ ├── TestExeInstaller_CatalogPackageMetadata.yaml
│ │ │ │ ├── TestExeInstaller_InapplicableOsVersion.yaml
│ │ │ │ ├── TestExeInstaller_InstallMSIX.yaml
│ │ │ │ ├── TestExeInstaller_MultipleLocale.yaml
│ │ │ │ ├── TestExeInstaller_NoScope.yaml
│ │ │ │ ├── TestExeInstaller_PackageDependency.yaml
│ │ │ │ ├── TestExeInstaller_PackageDependencyRequiresPathRefresh.yaml
│ │ │ │ ├── TestExeInstaller_PathVariableRefresh.yaml
│ │ │ │ ├── TestExeInstaller_Sha256Mismatch.yaml
│ │ │ │ ├── TestFont.yaml
│ │ │ │ ├── TestGoodManifestV1_10-SchemaHeader.yaml
│ │ │ │ ├── TestInnoInstaller.InstallerRepair.yaml
│ │ │ │ ├── TestInnoInstaller.yaml
│ │ │ │ ├── TestInstalledStatus.yaml
│ │ │ │ ├── TestInvalidFont.yaml
│ │ │ │ ├── TestInvalidManifest.yaml
│ │ │ │ ├── TestMappingWithArchitectureX64.yaml
│ │ │ │ ├── TestMappingWithArchitectureX86.yaml
│ │ │ │ ├── TestMsiInstaller.Repair.yaml
│ │ │ │ ├── TestMsiInstaller.yaml
│ │ │ │ ├── TestMsiInstaller_UpgradeCode.yaml
│ │ │ │ ├── TestMsixInstaller.yaml
│ │ │ │ ├── TestMsixInstaller_SignatureHashMismatch.yaml
│ │ │ │ ├── TestMsixInstaller_WithSignatureHash.yaml
│ │ │ │ ├── TestMultipleInstallers.yaml
│ │ │ │ ├── TestNullsoftInstaller.UninstallerRepair.yaml
│ │ │ │ ├── TestNullsoftInstaller.yaml
│ │ │ │ ├── TestPortableInstaller.2.0.0.0.yaml
│ │ │ │ ├── TestPortableInstaller.3.0.0.0_UninstallPrevious.yaml
│ │ │ │ ├── TestPortableInstaller.yaml
│ │ │ │ ├── TestPortableInstallerUninstallPrevious.yaml
│ │ │ │ ├── TestPortableInstaller_WithCommand.yaml
│ │ │ │ ├── TestUpgradeAddsDependency.1.0.yaml
│ │ │ │ ├── TestUpgradeAddsDependency.2.0.yaml
│ │ │ │ ├── TestUpgradeAddsDependencyDependent.1.0.yaml
│ │ │ │ ├── TestUpgradeAvailableApi.1.0.0.0.yaml
│ │ │ │ ├── TestUpgradeAvailableApi.2.0.0.0.yaml
│ │ │ │ ├── TestUpgradeDeny.1.0.0.0.yaml
│ │ │ │ ├── TestUpgradeDeny.2.0.0.0.yaml
│ │ │ │ ├── TestValidManifest.yaml
│ │ │ │ ├── TestWarningManifest.yaml
│ │ │ │ ├── TestWarningManifestV1_10-SchemaHeaderInvalid.yaml
│ │ │ │ ├── TestWarningManifestV1_10-SchemaHeaderManifestTypeMismatch.yaml
│ │ │ │ ├── TestWarningManifestV1_10-SchemaHeaderNotFound.yaml
│ │ │ │ ├── TestWarningManifestV1_10-SchemaHeaderURLPatternMismatch.yaml
│ │ │ │ ├── TestWarningManifestV1_10-SchemaHeaderVersionMismatch.yaml
│ │ │ │ ├── TestZipInstaller_Exe.yaml
│ │ │ │ ├── TestZipInstaller_Exe_InvalidRelativeFilePath.yaml
│ │ │ │ ├── TestZipInstaller_Msi.yaml
│ │ │ │ ├── TestZipInstaller_Msix.yaml
│ │ │ │ ├── TestZipInstaller_PackageInstallerInfo.yaml
│ │ │ │ ├── TestZipInstaller_Portable.2.0.0.0.yaml
│ │ │ │ ├── TestZipInstaller_Portable.yaml
│ │ │ │ ├── TestZipInstaller_Portable_BinariesDependOnPath.yaml
│ │ │ │ ├── TëstExeInstaller.yaml
│ │ │ │ ├── ZeroByteFile_CorrectHash.yaml
│ │ │ │ └── ZeroByteFile_IncorrectHash.yaml
│ │ │ ├── Package/
│ │ │ │ └── AppxManifest.xml
│ │ │ ├── README.md
│ │ │ ├── TëstPackage.msix
│ │ │ ├── WinGetUtil/
│ │ │ │ ├── InstallerMetadata/
│ │ │ │ │ ├── MergeSubmissionMismatch.json
│ │ │ │ │ ├── MergeValid.json
│ │ │ │ │ └── Minimal.json
│ │ │ │ └── Manifests/
│ │ │ │ ├── Merged/
│ │ │ │ │ ├── WinGetUtilTest.Add.yaml
│ │ │ │ │ └── WinGetUtilTest.Update.yaml
│ │ │ │ └── Unmerged/
│ │ │ │ └── ValidateManifest/
│ │ │ │ ├── WinGetUtilTest.installer.yaml
│ │ │ │ ├── WinGetUtilTest.locale.en-US.yaml
│ │ │ │ └── WinGetUtilTest.yaml
│ │ │ ├── empty
│ │ │ └── localsource.json
│ │ ├── UninstallCommand.cs
│ │ ├── UpgradeCommand.cs
│ │ ├── ValidateCommand.cs
│ │ └── WinGetUtil/
│ │ ├── WinGetUtilCompareVersions.cs
│ │ ├── WinGetUtilDownload.cs
│ │ ├── WinGetUtilInstallerMetadataCollection.cs
│ │ ├── WinGetUtilLog.cs
│ │ ├── WinGetUtilManifest.cs
│ │ ├── WinGetUtilSQLiteIndex.cs
│ │ └── WinGetUtilWrapper.cs
│ ├── AppInstallerCLIPackage/
│ │ ├── AppInstallerCLIPackage.wapproj
│ │ ├── Execute-AppxRecipe.ps1
│ │ ├── Package.appxmanifest
│ │ ├── Register-WingetdevAutoComplete.ps1
│ │ └── Shared/
│ │ └── Strings/
│ │ └── en-us/
│ │ ├── Resources.resw
│ │ └── winget.resw
│ ├── AppInstallerCLITests/
│ │ ├── ARPChanges.cpp
│ │ ├── AdminSettings.cpp
│ │ ├── AppInstallerCLITests.vcxproj
│ │ ├── AppInstallerCLITests.vcxproj.filters
│ │ ├── AppShutdown.cpp
│ │ ├── Archive.cpp
│ │ ├── Argument.cpp
│ │ ├── ArpHelper.cpp
│ │ ├── Certificates.cpp
│ │ ├── CheckpointDatabase.cpp
│ │ ├── Command.cpp
│ │ ├── Completion.cpp
│ │ ├── CompositeSource.cpp
│ │ ├── ContextOrchestrator.cpp
│ │ ├── Correlation.cpp
│ │ ├── CustomHeader.cpp
│ │ ├── DateTime.cpp
│ │ ├── Dependencies.cpp
│ │ ├── DependenciesTestSource.h
│ │ ├── DownloadFlow.cpp
│ │ ├── Downloader.cpp
│ │ ├── Errors.cpp
│ │ ├── ExperimentalFeature.cpp
│ │ ├── ExportFlow.cpp
│ │ ├── FileCache.cpp
│ │ ├── FileLogger.cpp
│ │ ├── Filesystem.cpp
│ │ ├── FolderFileWatcher.cpp
│ │ ├── FontHelper.cpp
│ │ ├── Fonts.cpp
│ │ ├── GroupPolicy.cpp
│ │ ├── HashCommand.cpp
│ │ ├── HttpClientHelper.cpp
│ │ ├── IconExtraction.cpp
│ │ ├── ImportFlow.cpp
│ │ ├── InstallDependenciesFlow.cpp
│ │ ├── InstallFlow.cpp
│ │ ├── InstallerMetadataCollectionContext.cpp
│ │ ├── JsonHelper.cpp
│ │ ├── LanguageUtilities.cpp
│ │ ├── MSStoreDownloadFlow.cpp
│ │ ├── ManifestComparator.cpp
│ │ ├── MatchCriteriaResolver.cpp
│ │ ├── MsiExecArguments.cpp
│ │ ├── MsixInfo.cpp
│ │ ├── MsixManifest.cpp
│ │ ├── NameNormalization.cpp
│ │ ├── PackageCollection.cpp
│ │ ├── PackageDependenciesValidationUtil.cpp
│ │ ├── PackageTrackingCatalog.cpp
│ │ ├── PackageVersionDataManifest.cpp
│ │ ├── PathVariable.cpp
│ │ ├── PinFlow.cpp
│ │ ├── PinningIndex.cpp
│ │ ├── PortableIndex.cpp
│ │ ├── PortableInstaller.cpp
│ │ ├── PreIndexedPackageSource.cpp
│ │ ├── PredefinedInstalledSource.cpp
│ │ ├── PromptFlow.cpp
│ │ ├── PropertySheet.props
│ │ ├── Regex.cpp
│ │ ├── Registry.cpp
│ │ ├── Resources.cpp
│ │ ├── Rest.cpp
│ │ ├── RestClient.cpp
│ │ ├── RestInterface_1_0.cpp
│ │ ├── RestInterface_1_1.cpp
│ │ ├── RestInterface_1_10.cpp
│ │ ├── RestInterface_1_12.cpp
│ │ ├── RestInterface_1_4.cpp
│ │ ├── RestInterface_1_5.cpp
│ │ ├── RestInterface_1_6.cpp
│ │ ├── RestInterface_1_7.cpp
│ │ ├── RestInterface_1_9.cpp
│ │ ├── ResumeFlow.cpp
│ │ ├── Run-TestsInPackage.ps1
│ │ ├── Runtime.cpp
│ │ ├── SQLiteDynamicStorage.cpp
│ │ ├── SQLiteIndex.cpp
│ │ ├── SQLiteIndexSource.cpp
│ │ ├── SQLiteWrapper.cpp
│ │ ├── SearchRequestSerializer.cpp
│ │ ├── Settings.cpp
│ │ ├── ShowFlow.cpp
│ │ ├── Sixel.cpp
│ │ ├── SourceFlow.cpp
│ │ ├── Sources.cpp
│ │ ├── Strings.cpp
│ │ ├── Synchronization.cpp
│ │ ├── TestCommon.cpp
│ │ ├── TestCommon.h
│ │ ├── TestConfiguration.cpp
│ │ ├── TestConfiguration.h
│ │ ├── TestData/
│ │ │ ├── ContainsEscapeControlCode.yaml
│ │ │ ├── ContainsTooManyNestedLayers.yaml
│ │ │ ├── DownloadFlowTest_DownloadCommandProhibited.yaml
│ │ │ ├── DownloadFlowTest_MSStore.yaml
│ │ │ ├── ImportFile-Bad-Invalid.json
│ │ │ ├── ImportFile-Bad-Malformed.json
│ │ │ ├── ImportFile-Bad-UnknownPackage.json
│ │ │ ├── ImportFile-Bad-UnknownPackageVersion.json
│ │ │ ├── ImportFile-Bad-UnknownSource.json
│ │ │ ├── ImportFile-Good-AlreadyInstalled.json
│ │ │ ├── ImportFile-Good-Dependencies.json
│ │ │ ├── ImportFile-Good-MachineScope.json
│ │ │ ├── ImportFile-Good-WithLicenseAgreement.json
│ │ │ ├── ImportFile-Good.json
│ │ │ ├── InputARPData.txt
│ │ │ ├── InputNames.txt
│ │ │ ├── InputPublishers.txt
│ │ │ ├── InstallFlowTest_AbortsTerminal.yaml
│ │ │ ├── InstallFlowTest_EncodedUrl.yaml
│ │ │ ├── InstallFlowTest_Exe.yaml
│ │ │ ├── InstallFlowTest_ExpectedReturnCodes.yaml
│ │ │ ├── InstallFlowTest_InstallLocationRequired.yaml
│ │ │ ├── InstallFlowTest_InstallationNotes.yaml
│ │ │ ├── InstallFlowTest_InvalidFileCharacterUrl.yaml
│ │ │ ├── InstallFlowTest_LicenseAgreement.yaml
│ │ │ ├── InstallFlowTest_MSStore.yaml
│ │ │ ├── InstallFlowTest_Msix_DownloadFlow.yaml
│ │ │ ├── InstallFlowTest_Msix_StreamingFlow.yaml
│ │ │ ├── InstallFlowTest_MultipleDependencies.yaml
│ │ │ ├── InstallFlowTest_NoApplicableArchitecture.yaml
│ │ │ ├── InstallFlowTest_NonZeroExitCode.yaml
│ │ │ ├── InstallFlowTest_Portable.yaml
│ │ │ ├── InstallFlowTest_Portable_WithCommand.yaml
│ │ │ ├── InstallFlowTest_UnknownVersion.yaml
│ │ │ ├── InstallFlowTest_UnsupportedArguments.yaml
│ │ │ ├── InstallFlowTest_WindowsFeatures.yaml
│ │ │ ├── InstallFlowTest_Zip_Exe.yaml
│ │ │ ├── InstallFlowTest_Zip_MissingNestedInstaller.yaml
│ │ │ ├── InstallFlowTest_Zip_MultipleNonPortableNestedInstallers.yaml
│ │ │ ├── InstallFlowTest_Zip_UnsupportedNestedInstaller.yaml
│ │ │ ├── Installer-Bad-NoSupportedPlatforms.msix
│ │ │ ├── Installer-Good-WithStub.msixbundle
│ │ │ ├── Installer-Good.msix
│ │ │ ├── Installer-Good.msixbundle
│ │ │ ├── Installer-Signed-Good.msix
│ │ │ ├── Installer-Signed-Good.msixbundle
│ │ │ ├── InstallerArgTest_Inno_NoSwitches.yaml
│ │ │ ├── InstallerArgTest_Inno_WithSwitches.yaml
│ │ │ ├── InstallerArgTest_Msi_NoSwitches.yaml
│ │ │ ├── InstallerArgTest_Msi_WithSwitches.yaml
│ │ │ ├── Installer_Exe_Dependencies.yaml
│ │ │ ├── Installer_Exe_DependenciesMultideclaration.yaml
│ │ │ ├── Installer_Exe_DependenciesOnRoot.yaml
│ │ │ ├── Installer_Msix_WFDependency.yaml
│ │ │ ├── Manifest-Bad-ApproximateVersionInArpVersion.yaml
│ │ │ ├── Manifest-Bad-ApproximateVersionInPackageVersion.yaml
│ │ │ ├── Manifest-Bad-AppsAndFeaturesEntriesOnMSIX.yaml
│ │ │ ├── Manifest-Bad-ArchInvalid.yaml
│ │ │ ├── Manifest-Bad-ArchMissing.yaml
│ │ │ ├── Manifest-Bad-Channel-NotSupported.yaml
│ │ │ ├── Manifest-Bad-DifferentCase-UPPER.yaml
│ │ │ ├── Manifest-Bad-DifferentCase-camelCase.yaml
│ │ │ ├── Manifest-Bad-DifferentCase-lower.yaml
│ │ │ ├── Manifest-Bad-DuplicateKey-DifferentCase-lower.yaml
│ │ │ ├── Manifest-Bad-DuplicateKey-DifferentCase.yaml
│ │ │ ├── Manifest-Bad-DuplicateKey.yaml
│ │ │ ├── Manifest-Bad-DuplicateReturnCode-ExpectedCodes.yaml
│ │ │ ├── Manifest-Bad-DuplicateReturnCode-SuccessCodes.yaml
│ │ │ ├── Manifest-Bad-DuplicateSha256.yaml
│ │ │ ├── Manifest-Bad-IdInvalid.yaml
│ │ │ ├── Manifest-Bad-IdMissing.yaml
│ │ │ ├── Manifest-Bad-InconsistentMsixBundleInstallerFields.yaml
│ │ │ ├── Manifest-Bad-InconsistentMsixInstallerFields.yaml
│ │ │ ├── Manifest-Bad-InconsistentSha256.yaml
│ │ │ ├── Manifest-Bad-InconsistentSignedMsixBundleInstallerFields.yaml
│ │ │ ├── Manifest-Bad-InconsistentSignedMsixInstallerFields.yaml
│ │ │ ├── Manifest-Bad-InstallerTypeExe-NoSilent.yaml
│ │ │ ├── Manifest-Bad-InstallerTypeExe-NoSilentRoot.yaml
│ │ │ ├── Manifest-Bad-InstallerTypeExeRoot-NoSilent.yaml
│ │ │ ├── Manifest-Bad-InstallerTypeExeRoot-NoSilentRoot.yaml
│ │ │ ├── Manifest-Bad-InstallerTypeInvalid.yaml
│ │ │ ├── Manifest-Bad-InstallerTypeMissing.yaml
│ │ │ ├── Manifest-Bad-InstallerTypePortable-InvalidAppsAndFeatures.yaml
│ │ │ ├── Manifest-Bad-InstallerTypePortable-InvalidCommands.yaml
│ │ │ ├── Manifest-Bad-InstallerTypePortable-InvalidScope.yaml
│ │ │ ├── Manifest-Bad-InstallerTypeZip-DuplicateCommandAlias.yaml
│ │ │ ├── Manifest-Bad-InstallerTypeZip-DuplicateRelativeFilePath.yaml
│ │ │ ├── Manifest-Bad-InstallerTypeZip-InvalidRelativeFilePath.yaml
│ │ │ ├── Manifest-Bad-InstallerTypeZip-MissingRelativeFilePath.yaml
│ │ │ ├── Manifest-Bad-InstallerTypeZip-MultipleNestedInstallers.yaml
│ │ │ ├── Manifest-Bad-InstallerTypeZip-NoNestedInstallerFile.yaml
│ │ │ ├── Manifest-Bad-InstallerTypeZip-NoNestedInstallerType.yaml
│ │ │ ├── Manifest-Bad-InstallerTypeZip-PortableNotExe.yaml
│ │ │ ├── Manifest-Bad-InstallerTypeZip-PortableNotExe_Root.yaml
│ │ │ ├── Manifest-Bad-InstallerUniqueness-DefaultScope.yaml
│ │ │ ├── Manifest-Bad-InstallerUniqueness-DefaultValues.yaml
│ │ │ ├── Manifest-Bad-InstallerUniqueness-SameLang.yaml
│ │ │ ├── Manifest-Bad-InstallerUniqueness.yaml
│ │ │ ├── Manifest-Bad-InstallersMissing.yaml
│ │ │ ├── Manifest-Bad-InvalidLocale.yaml
│ │ │ ├── Manifest-Bad-InvalidManifestVersionValue.yaml
│ │ │ ├── Manifest-Bad-InvalidUpdateBehavior.yaml
│ │ │ ├── Manifest-Bad-LicenseMissing.yaml
│ │ │ ├── Manifest-Bad-MissingMsixInstallerFields.yaml
│ │ │ ├── Manifest-Bad-MsixInstaller-PackageVersion.yaml
│ │ │ ├── Manifest-Bad-NameMissing.yaml
│ │ │ ├── Manifest-Bad-NoSupportedPlatforms.yaml
│ │ │ ├── Manifest-Bad-PackageFamilyNameOnMSI.yaml
│ │ │ ├── Manifest-Bad-ProductCodeOnMSIX.yaml
│ │ │ ├── Manifest-Bad-PublisherMissing.yaml
│ │ │ ├── Manifest-Bad-Sha256Invalid.yaml
│ │ │ ├── Manifest-Bad-Sha256Missing.yaml
│ │ │ ├── Manifest-Bad-SwitchInvalid.yaml
│ │ │ ├── Manifest-Bad-UnknownProperty.yaml
│ │ │ ├── Manifest-Bad-UnsupportedVersion.yaml
│ │ │ ├── Manifest-Bad-UrlInvalid.yaml
│ │ │ ├── Manifest-Bad-UrlMissing.yaml
│ │ │ ├── Manifest-Bad-VersionInvalid.yaml
│ │ │ ├── Manifest-Bad-VersionMissing.yaml
│ │ │ ├── Manifest-Encoding-ANSI.yaml
│ │ │ ├── Manifest-Encoding-UTF16BE-BOM.yaml
│ │ │ ├── Manifest-Encoding-UTF16BE.yaml
│ │ │ ├── Manifest-Encoding-UTF16LE-BOM.yaml
│ │ │ ├── Manifest-Encoding-UTF16LE.yaml
│ │ │ ├── Manifest-Encoding-UTF8-BOM.yaml
│ │ │ ├── Manifest-Encoding-UTF8.yaml
│ │ │ ├── Manifest-Good-AllDependencyTypes.yaml
│ │ │ ├── Manifest-Good-DefaultExpectedReturnCodeInInstallerSuccessCodes.yaml
│ │ │ ├── Manifest-Good-InstallerTypeExe-Silent.yaml
│ │ │ ├── Manifest-Good-InstallerTypeExe-SilentRoot.yaml
│ │ │ ├── Manifest-Good-InstallerTypeExeRoot-Silent.yaml
│ │ │ ├── Manifest-Good-InstallerTypeExeRoot-SilentRoot.yaml
│ │ │ ├── Manifest-Good-InstallerTypeZip-PortableExe.yaml
│ │ │ ├── Manifest-Good-InstallerUniqueness-DiffScope.yaml
│ │ │ ├── Manifest-Good-Installeruniqueness-DefaultLang.yaml
│ │ │ ├── Manifest-Good-Installeruniqueness-DiffLangs.yaml
│ │ │ ├── Manifest-Good-Minimum-InstallerType.yaml
│ │ │ ├── Manifest-Good-Minimum.yaml
│ │ │ ├── Manifest-Good-MsixBundleInstaller-WithStub.yaml
│ │ │ ├── Manifest-Good-MsixBundleInstaller.yaml
│ │ │ ├── Manifest-Good-MsixInstaller.yaml
│ │ │ ├── Manifest-Good-MultiLocale.yaml
│ │ │ ├── Manifest-Good-MultipleArpVersionDeclared.yaml
│ │ │ ├── Manifest-Good-NoArpVersionDeclared.yaml
│ │ │ ├── Manifest-Good-SignedMsixBundleInstaller.yaml
│ │ │ ├── Manifest-Good-SignedMsixInstaller.yaml
│ │ │ ├── Manifest-Good-SingleArpVersionDeclared.yaml
│ │ │ ├── Manifest-Good-Spaces.yaml
│ │ │ ├── Manifest-Good-Switches.yaml
│ │ │ ├── Manifest-Good-SystemReferenceComplex.yaml
│ │ │ ├── Manifest-Good.yaml
│ │ │ ├── Manifest-MSIX-in-AppsAndFeatures.yaml
│ │ │ ├── Manifest-MSIX-in-Archive.yaml
│ │ │ ├── ManifestV1-Singleton.yaml
│ │ │ ├── ManifestV1_1-Singleton.yaml
│ │ │ ├── ManifestV1_10-Bad-SchemaHeaderInvalid.yaml
│ │ │ ├── ManifestV1_10-Bad-SchemaHeaderManifestTypeMismatch.yaml
│ │ │ ├── ManifestV1_10-Bad-SchemaHeaderManifestVersionMismatch.yaml
│ │ │ ├── ManifestV1_10-Bad-SchemaHeaderNotFound.yaml
│ │ │ ├── ManifestV1_10-Bad-SchemaHeaderURLPatternMismatch.yaml
│ │ │ ├── ManifestV1_10-InstallerAuthentication.yaml
│ │ │ ├── ManifestV1_10-Singleton.yaml
│ │ │ ├── ManifestV1_12-Singleton.yaml
│ │ │ ├── ManifestV1_2-Singleton.yaml
│ │ │ ├── ManifestV1_28-PowerShellDSC.yaml
│ │ │ ├── ManifestV1_28-Singleton.yaml
│ │ │ ├── ManifestV1_4-Singleton.yaml
│ │ │ ├── ManifestV1_5-Singleton.yaml
│ │ │ ├── ManifestV1_6-Singleton.yaml
│ │ │ ├── ManifestV1_7-Singleton.yaml
│ │ │ ├── ManifestV1_9-Singleton.yaml
│ │ │ ├── MultiFileManifestV1/
│ │ │ │ ├── ManifestV1-MultiFile-DefaultLocale.yaml
│ │ │ │ ├── ManifestV1-MultiFile-Installer.yaml
│ │ │ │ ├── ManifestV1-MultiFile-Locale.yaml
│ │ │ │ └── ManifestV1-MultiFile-Version.yaml
│ │ │ ├── MultiFileManifestV1_1/
│ │ │ │ ├── ManifestV1_1-MultiFile-DefaultLocale.yaml
│ │ │ │ ├── ManifestV1_1-MultiFile-Installer.yaml
│ │ │ │ ├── ManifestV1_1-MultiFile-Locale.yaml
│ │ │ │ └── ManifestV1_1-MultiFile-Version.yaml
│ │ │ ├── MultiFileManifestV1_10/
│ │ │ │ ├── ManifestV1_10-MultiFile-DefaultLocale.yaml
│ │ │ │ ├── ManifestV1_10-MultiFile-Installer.yaml
│ │ │ │ ├── ManifestV1_10-MultiFile-Locale.yaml
│ │ │ │ └── ManifestV1_10-MultiFile-Version.yaml
│ │ │ ├── MultiFileManifestV1_12/
│ │ │ │ ├── ManifestV1_12-MultiFile-DefaultLocale.yaml
│ │ │ │ ├── ManifestV1_12-MultiFile-Installer.yaml
│ │ │ │ ├── ManifestV1_12-MultiFile-Locale.yaml
│ │ │ │ └── ManifestV1_12-MultiFile-Version.yaml
│ │ │ ├── MultiFileManifestV1_2/
│ │ │ │ ├── ManifestV1_2-MultiFile-DefaultLocale.yaml
│ │ │ │ ├── ManifestV1_2-MultiFile-Installer.yaml
│ │ │ │ ├── ManifestV1_2-MultiFile-Locale.yaml
│ │ │ │ └── ManifestV1_2-MultiFile-Version.yaml
│ │ │ ├── MultiFileManifestV1_28/
│ │ │ │ ├── ManifestV1_28-MultiFile-DefaultLocale.yaml
│ │ │ │ ├── ManifestV1_28-MultiFile-Installer.yaml
│ │ │ │ ├── ManifestV1_28-MultiFile-Locale.yaml
│ │ │ │ └── ManifestV1_28-MultiFile-Version.yaml
│ │ │ ├── MultiFileManifestV1_4/
│ │ │ │ ├── ManifestV1_4-MultiFile-DefaultLocale.yaml
│ │ │ │ ├── ManifestV1_4-MultiFile-Installer.yaml
│ │ │ │ ├── ManifestV1_4-MultiFile-Locale.yaml
│ │ │ │ └── ManifestV1_4-MultiFile-Version.yaml
│ │ │ ├── MultiFileManifestV1_5/
│ │ │ │ ├── ManifestV1_5-MultiFile-DefaultLocale.yaml
│ │ │ │ ├── ManifestV1_5-MultiFile-Installer.yaml
│ │ │ │ ├── ManifestV1_5-MultiFile-Locale.yaml
│ │ │ │ └── ManifestV1_5-MultiFile-Version.yaml
│ │ │ ├── MultiFileManifestV1_6/
│ │ │ │ ├── ManifestV1_6-MultiFile-DefaultLocale.yaml
│ │ │ │ ├── ManifestV1_6-MultiFile-Installer.yaml
│ │ │ │ ├── ManifestV1_6-MultiFile-Locale.yaml
│ │ │ │ └── ManifestV1_6-MultiFile-Version.yaml
│ │ │ ├── MultiFileManifestV1_7/
│ │ │ │ ├── ManifestV1_7-MultiFile-DefaultLocale.yaml
│ │ │ │ ├── ManifestV1_7-MultiFile-Installer.yaml
│ │ │ │ ├── ManifestV1_7-MultiFile-Locale.yaml
│ │ │ │ └── ManifestV1_7-MultiFile-Version.yaml
│ │ │ ├── MultiFileManifestV1_9/
│ │ │ │ ├── ManifestV1_9-MultiFile-DefaultLocale.yaml
│ │ │ │ ├── ManifestV1_9-MultiFile-Installer.yaml
│ │ │ │ ├── ManifestV1_9-MultiFile-Locale.yaml
│ │ │ │ └── ManifestV1_9-MultiFile-Version.yaml
│ │ │ ├── Node-Mapping.yaml
│ │ │ ├── Node-Merge.yaml
│ │ │ ├── Node-Merge2.yaml
│ │ │ ├── Node-Types.yaml
│ │ │ ├── NormalizationInitialIds.txt
│ │ │ ├── Shadow/
│ │ │ │ └── V1_5/
│ │ │ │ ├── ManifestV1_5-Shadow-DefaultLocale.yaml
│ │ │ │ ├── ManifestV1_5-Shadow-Installer.yaml
│ │ │ │ ├── ManifestV1_5-Shadow-Locale.yaml
│ │ │ │ ├── ManifestV1_5-Shadow-Locale2.yaml
│ │ │ │ ├── ManifestV1_5-Shadow-Shadow.yaml
│ │ │ │ └── ManifestV1_5-Shadow-Shadow2.yaml
│ │ │ ├── TestSignedApp.msix
│ │ │ ├── UpdateFlowTest_Exe.yaml
│ │ │ ├── UpdateFlowTest_ExeDependencies.yaml
│ │ │ ├── UpdateFlowTest_Exe_2.yaml
│ │ │ ├── UpdateFlowTest_Exe_2_LicenseAgreement.yaml
│ │ │ ├── UpdateFlowTest_Exe_ARPInstallerType.yaml
│ │ │ ├── UpdateFlowTest_Exe_UnsupportedArgs.yaml
│ │ │ ├── UpdateFlowTest_ExpectedReturnCodes.yaml
│ │ │ ├── UpdateFlowTest_Msix.yaml
│ │ │ ├── UpdateFlowTest_Msix_LicenseAgreement.yaml
│ │ │ ├── UpdateFlowTest_Portable.yaml
│ │ │ ├── UpdateFlowTest_Zip_Exe.yaml
│ │ │ ├── index.1.0.0.0.msix
│ │ │ ├── index.1.0.0.0.signed.msix
│ │ │ ├── index.2.0.0.0.msix
│ │ │ └── index.2.0.0.0.signed.msix
│ │ ├── TestHooks.h
│ │ ├── TestRestRequestHandler.cpp
│ │ ├── TestRestRequestHandler.h
│ │ ├── TestSettings.cpp
│ │ ├── TestSettings.h
│ │ ├── TestSource.cpp
│ │ ├── TestSource.h
│ │ ├── UninstallFlow.cpp
│ │ ├── UpdateFlow.cpp
│ │ ├── UserSettings.cpp
│ │ ├── Versions.cpp
│ │ ├── WindowsFeature.cpp
│ │ ├── WorkFlow.cpp
│ │ ├── WorkflowCommon.cpp
│ │ ├── WorkflowCommon.h
│ │ ├── WorkflowGroupPolicy.cpp
│ │ ├── Yaml.cpp
│ │ ├── YamlManifest.cpp
│ │ ├── main.cpp
│ │ ├── packages.config
│ │ ├── pch.cpp
│ │ └── pch.h
│ ├── AppInstallerCommonCore/
│ │ ├── AdminSettings.cpp
│ │ ├── AppInstallerCommonCore.vcxproj
│ │ ├── AppInstallerCommonCore.vcxproj.filters
│ │ ├── AppInstallerTelemetry.cpp
│ │ ├── Architecture.cpp
│ │ ├── Archive.cpp
│ │ ├── Authentication/
│ │ │ ├── Authentication.cpp
│ │ │ ├── WebAccountManagerAuthenticator.cpp
│ │ │ └── WebAccountManagerAuthenticator.h
│ │ ├── DODownloader.cpp
│ │ ├── DODownloader.h
│ │ ├── Debugging.cpp
│ │ ├── DependenciesGraph.cpp
│ │ ├── Deployment.cpp
│ │ ├── Downloader.cpp
│ │ ├── ExperimentalFeature.cpp
│ │ ├── ExtensionCatalog.cpp
│ │ ├── FileCache.cpp
│ │ ├── FileLogger.cpp
│ │ ├── FolderFileWatcher.cpp
│ │ ├── Fonts.cpp
│ │ ├── HttpClientHelper.cpp
│ │ ├── HttpStream/
│ │ │ ├── HttpClientWrapper.cpp
│ │ │ ├── HttpClientWrapper.h
│ │ │ ├── HttpLocalCache.cpp
│ │ │ ├── HttpLocalCache.h
│ │ │ ├── HttpRandomAccessStream.cpp
│ │ │ └── HttpRandomAccessStream.h
│ │ ├── Locale.cpp
│ │ ├── MSStore.cpp
│ │ ├── MSStoreDownload.cpp
│ │ ├── Manifest/
│ │ │ ├── Manifest.cpp
│ │ │ ├── ManifestCommon.cpp
│ │ │ ├── ManifestComparator.cpp
│ │ │ ├── ManifestSchemaValidation.cpp
│ │ │ ├── ManifestValidation.cpp
│ │ │ ├── ManifestYamlPopulator.cpp
│ │ │ ├── MsixManifestValidation.cpp
│ │ │ ├── YamlParser.cpp
│ │ │ └── YamlWriter.cpp
│ │ ├── MsiExecArguments.cpp
│ │ ├── MsixInfo.cpp
│ │ ├── MsixManifest.cpp
│ │ ├── NameNormalization.cpp
│ │ ├── NetworkSettings.cpp
│ │ ├── OutputDebugStringLogger.cpp
│ │ ├── PackageDependenciesValidationUtil.cpp
│ │ ├── PackageVersionDataManifest.cpp
│ │ ├── PathVariable.cpp
│ │ ├── Pin.cpp
│ │ ├── PortableARPEntry.cpp
│ │ ├── Progress.cpp
│ │ ├── PropertySheet.props
│ │ ├── Public/
│ │ │ ├── AppInstallerArchitecture.h
│ │ │ ├── AppInstallerDeployment.h
│ │ │ ├── AppInstallerDownloader.h
│ │ │ ├── AppInstallerFileLogger.h
│ │ │ ├── AppInstallerMsixInfo.h
│ │ │ ├── AppInstallerProgress.h
│ │ │ ├── AppInstallerRuntime.h
│ │ │ ├── AppInstallerSynchronization.h
│ │ │ ├── AppInstallerTelemetry.h
│ │ │ └── winget/
│ │ │ ├── AdminSettings.h
│ │ │ ├── Archive.h
│ │ │ ├── Authentication.h
│ │ │ ├── Debugging.h
│ │ │ ├── DependenciesGraph.h
│ │ │ ├── ExperimentalFeature.h
│ │ │ ├── ExtensionCatalog.h
│ │ │ ├── FileCache.h
│ │ │ ├── FolderFileWatcher.h
│ │ │ ├── Fonts.h
│ │ │ ├── HttpClientHelper.h
│ │ │ ├── Locale.h
│ │ │ ├── MSStore.h
│ │ │ ├── MSStoreDownload.h
│ │ │ ├── Manifest.h
│ │ │ ├── ManifestCommon.h
│ │ │ ├── ManifestComparator.h
│ │ │ ├── ManifestInstaller.h
│ │ │ ├── ManifestLocalization.h
│ │ │ ├── ManifestSchemaValidation.h
│ │ │ ├── ManifestValidation.h
│ │ │ ├── ManifestYamlParser.h
│ │ │ ├── ManifestYamlPopulator.h
│ │ │ ├── ManifestYamlWriter.h
│ │ │ ├── MsiExecArguments.h
│ │ │ ├── MsixManifest.h
│ │ │ ├── MsixManifestValidation.h
│ │ │ ├── NameNormalization.h
│ │ │ ├── NetworkSettings.h
│ │ │ ├── OutputDebugStringLogger.h
│ │ │ ├── PackageDependenciesValidationUtil.h
│ │ │ ├── PackageVersionDataManifest.h
│ │ │ ├── PathVariable.h
│ │ │ ├── Pin.h
│ │ │ ├── PortableARPEntry.h
│ │ │ ├── PortableFileEntry.h
│ │ │ ├── Reboot.h
│ │ │ ├── Regex.h
│ │ │ ├── Rest.h
│ │ │ ├── SelfManagement.h
│ │ │ ├── Settings.h
│ │ │ ├── StdErrLogger.h
│ │ │ ├── ThreadGlobals.h
│ │ │ ├── TraceLogger.h
│ │ │ └── UserSettings.h
│ │ ├── Reboot.cpp
│ │ ├── Regex.cpp
│ │ ├── Rest.cpp
│ │ ├── Runtime.cpp
│ │ ├── SelfManagement.cpp
│ │ ├── Settings.cpp
│ │ ├── StdErrLogger.cpp
│ │ ├── Synchronization.cpp
│ │ ├── Telemetry/
│ │ │ ├── TraceLogging.cpp
│ │ │ └── TraceLogging.h
│ │ ├── ThreadGlobals.cpp
│ │ ├── TraceLogger.cpp
│ │ ├── UserSettings.cpp
│ │ ├── packages.config
│ │ ├── pch.cpp
│ │ └── pch.h
│ ├── AppInstallerRepositoryCore/
│ │ ├── ARPCorrelation.cpp
│ │ ├── ARPCorrelationAlgorithms.cpp
│ │ ├── AppInstallerRepositoryCore.vcxproj
│ │ ├── AppInstallerRepositoryCore.vcxproj.filters
│ │ ├── ArpVersionValidation.cpp
│ │ ├── ArpVersionValidation.h
│ │ ├── CompositeSource.cpp
│ │ ├── CompositeSource.h
│ │ ├── ISource.h
│ │ ├── IconDefs.h
│ │ ├── IconExtraction.cpp
│ │ ├── InstalledFilesCorrelation.cpp
│ │ ├── InstallerMetadataCollectionContext.cpp
│ │ ├── ManifestJSONParser.cpp
│ │ ├── MatchCriteriaResolver.cpp
│ │ ├── MatchCriteriaResolver.h
│ │ ├── Microsoft/
│ │ │ ├── ARPHelper.cpp
│ │ │ ├── ARPHelper.h
│ │ │ ├── CheckpointDatabase.cpp
│ │ │ ├── ConfigurableTestSourceFactory.cpp
│ │ │ ├── ConfigurableTestSourceFactory.h
│ │ │ ├── FontHelper.cpp
│ │ │ ├── FontHelper.h
│ │ │ ├── PinningIndex.cpp
│ │ │ ├── PinningIndex.h
│ │ │ ├── PortableIndex.cpp
│ │ │ ├── PreIndexedPackageSourceFactory.cpp
│ │ │ ├── PreIndexedPackageSourceFactory.h
│ │ │ ├── PredefinedInstalledSourceFactory.cpp
│ │ │ ├── PredefinedInstalledSourceFactory.h
│ │ │ ├── PredefinedWriteableSourceFactory.cpp
│ │ │ ├── PredefinedWriteableSourceFactory.h
│ │ │ ├── README.md
│ │ │ ├── SQLiteIndex.cpp
│ │ │ ├── SQLiteIndex.h
│ │ │ ├── SQLiteIndexSource.cpp
│ │ │ ├── SQLiteIndexSource.h
│ │ │ ├── SQLiteIndexSourceV1.cpp
│ │ │ ├── SQLiteIndexSourceV1.h
│ │ │ ├── SQLiteIndexSourceV2.cpp
│ │ │ ├── SQLiteIndexSourceV2.h
│ │ │ └── Schema/
│ │ │ ├── 1_0/
│ │ │ │ ├── ChannelTable.h
│ │ │ │ ├── CommandsTable.h
│ │ │ │ ├── IdTable.h
│ │ │ │ ├── Interface.h
│ │ │ │ ├── Interface_1_0.cpp
│ │ │ │ ├── ManifestTable.cpp
│ │ │ │ ├── ManifestTable.h
│ │ │ │ ├── MonikerTable.h
│ │ │ │ ├── NameTable.h
│ │ │ │ ├── OneToManyTable.cpp
│ │ │ │ ├── OneToManyTable.h
│ │ │ │ ├── OneToOneTable.cpp
│ │ │ │ ├── OneToOneTable.h
│ │ │ │ ├── PathPartTable.cpp
│ │ │ │ ├── PathPartTable.h
│ │ │ │ ├── SearchResultsTable.h
│ │ │ │ ├── SearchResultsTable_1_0.cpp
│ │ │ │ ├── TagsTable.h
│ │ │ │ ├── VersionTable.h
│ │ │ │ └── VirtualTableBase.h
│ │ │ ├── 1_1/
│ │ │ │ ├── Interface.h
│ │ │ │ ├── Interface_1_1.cpp
│ │ │ │ ├── ManifestMetadataTable.cpp
│ │ │ │ ├── ManifestMetadataTable.h
│ │ │ │ ├── PackageFamilyNameTable.h
│ │ │ │ ├── ProductCodeTable.h
│ │ │ │ ├── SearchResultsTable.h
│ │ │ │ └── SearchResultsTable_1_1.cpp
│ │ │ ├── 1_2/
│ │ │ │ ├── Interface.h
│ │ │ │ ├── Interface_1_2.cpp
│ │ │ │ ├── NormalizedPackageNameTable.h
│ │ │ │ ├── NormalizedPackagePublisherTable.h
│ │ │ │ ├── SearchResultsTable.h
│ │ │ │ └── SearchResultsTable_1_2.cpp
│ │ │ ├── 1_3/
│ │ │ │ ├── HashVirtualTable.h
│ │ │ │ ├── Interface.h
│ │ │ │ └── Interface_1_3.cpp
│ │ │ ├── 1_4/
│ │ │ │ ├── DependenciesTable.cpp
│ │ │ │ ├── DependenciesTable.h
│ │ │ │ ├── Interface.h
│ │ │ │ └── Interface_1_4.cpp
│ │ │ ├── 1_5/
│ │ │ │ ├── ArpVersionVirtualTable.h
│ │ │ │ ├── Interface.h
│ │ │ │ └── Interface_1_5.cpp
│ │ │ ├── 1_6/
│ │ │ │ ├── Interface.h
│ │ │ │ ├── Interface_1_6.cpp
│ │ │ │ ├── SearchResultsTable.h
│ │ │ │ ├── SearchResultsTable_1_6.cpp
│ │ │ │ └── UpgradeCodeTable.h
│ │ │ ├── 1_7/
│ │ │ │ ├── Interface.h
│ │ │ │ └── Interface_1_7.cpp
│ │ │ ├── 2_0/
│ │ │ │ ├── CommandsTable.h
│ │ │ │ ├── Interface.h
│ │ │ │ ├── Interface_2_0.cpp
│ │ │ │ ├── NormalizedPackageNameTable.h
│ │ │ │ ├── NormalizedPackagePublisherTable.h
│ │ │ │ ├── OneToManyTableWithMap.cpp
│ │ │ │ ├── OneToManyTableWithMap.h
│ │ │ │ ├── PackageFamilyNameTable.h
│ │ │ │ ├── PackageUpdateTrackingTable.cpp
│ │ │ │ ├── PackageUpdateTrackingTable.h
│ │ │ │ ├── PackagesTable.cpp
│ │ │ │ ├── PackagesTable.h
│ │ │ │ ├── ProductCodeTable.h
│ │ │ │ ├── SearchResultsTable.h
│ │ │ │ ├── SearchResultsTable_2_0.cpp
│ │ │ │ ├── SystemReferenceStringTable.cpp
│ │ │ │ ├── SystemReferenceStringTable.h
│ │ │ │ ├── TagsTable.h
│ │ │ │ └── UpgradeCodeTable.h
│ │ │ ├── Checkpoint_1_0/
│ │ │ │ ├── CheckpointDataTable.cpp
│ │ │ │ ├── CheckpointDataTable.h
│ │ │ │ ├── CheckpointDatabaseInterface.h
│ │ │ │ ├── CheckpointDatabaseInterface_1_0.cpp
│ │ │ │ ├── CheckpointTable.cpp
│ │ │ │ └── CheckpointTable.h
│ │ │ ├── ICheckpointDatabase.h
│ │ │ ├── IPinningIndex.h
│ │ │ ├── IPortableIndex.h
│ │ │ ├── ISQLiteIndex.cpp
│ │ │ ├── ISQLiteIndex.h
│ │ │ ├── Pinning_1_0/
│ │ │ │ ├── PinTable.cpp
│ │ │ │ ├── PinTable.h
│ │ │ │ ├── PinningIndexInterface.h
│ │ │ │ └── PinningIndexInterface_1_0.cpp
│ │ │ ├── Portable_1_0/
│ │ │ │ ├── PortableIndexInterface.h
│ │ │ │ ├── PortableIndexInterface_1_0.cpp
│ │ │ │ ├── PortableTable.cpp
│ │ │ │ └── PortableTable.h
│ │ │ └── SQLiteIndexContextData.h
│ │ ├── PackageDependenciesValidation.cpp
│ │ ├── PackageDependenciesValidation.h
│ │ ├── PackageInstalledStatus.cpp
│ │ ├── PackageTrackingCatalog.cpp
│ │ ├── PackageTrackingCatalogSourceFactory.h
│ │ ├── PackageVersionSelection.cpp
│ │ ├── PinningData.cpp
│ │ ├── PropertySheet.props
│ │ ├── Public/
│ │ │ └── winget/
│ │ │ ├── ARPCorrelation.h
│ │ │ ├── ARPCorrelationAlgorithms.h
│ │ │ ├── Checkpoint.h
│ │ │ ├── CheckpointDatabase.h
│ │ │ ├── IconExtraction.h
│ │ │ ├── InstalledFilesCorrelation.h
│ │ │ ├── InstalledStatus.h
│ │ │ ├── InstallerMetadataCollectionContext.h
│ │ │ ├── ManifestJSONParser.h
│ │ │ ├── PackageTrackingCatalog.h
│ │ │ ├── PackageVersionSelection.h
│ │ │ ├── PinningData.h
│ │ │ ├── PortableIndex.h
│ │ │ ├── RepositorySearch.h
│ │ │ └── RepositorySource.h
│ │ ├── RepositorySearch.cpp
│ │ ├── RepositorySource.cpp
│ │ ├── Rest/
│ │ │ ├── RestClient.cpp
│ │ │ ├── RestClient.h
│ │ │ ├── RestInformationCache.cpp
│ │ │ ├── RestInformationCache.h
│ │ │ ├── RestSource.cpp
│ │ │ ├── RestSource.h
│ │ │ ├── RestSourceFactory.cpp
│ │ │ ├── RestSourceFactory.h
│ │ │ └── Schema/
│ │ │ ├── 1_0/
│ │ │ │ ├── Interface.h
│ │ │ │ ├── Json/
│ │ │ │ │ ├── ManifestDeserializer.h
│ │ │ │ │ ├── ManifestDeserializer_1_0.cpp
│ │ │ │ │ ├── SearchRequestSerializer.h
│ │ │ │ │ ├── SearchRequestSerializer_1_0.cpp
│ │ │ │ │ ├── SearchResponseDeserializer.h
│ │ │ │ │ └── SearchResponseDeserializer_1_0.cpp
│ │ │ │ └── RestInterface_1_0.cpp
│ │ │ ├── 1_1/
│ │ │ │ ├── Interface.h
│ │ │ │ ├── Json/
│ │ │ │ │ ├── ManifestDeserializer.h
│ │ │ │ │ ├── ManifestDeserializer_1_1.cpp
│ │ │ │ │ ├── SearchRequestSerializer.h
│ │ │ │ │ └── SearchRequestSerializer_1_1.cpp
│ │ │ │ └── RestInterface_1_1.cpp
│ │ │ ├── 1_10/
│ │ │ │ ├── Interface.h
│ │ │ │ ├── Json/
│ │ │ │ │ ├── ManifestDeserializer.h
│ │ │ │ │ └── ManifestDeserializer_1_10.cpp
│ │ │ │ └── RestInterface_1_10.cpp
│ │ │ ├── 1_12/
│ │ │ │ ├── Interface.h
│ │ │ │ ├── Json/
│ │ │ │ │ ├── ManifestDeserializer.h
│ │ │ │ │ └── ManifestDeserializer_1_12.cpp
│ │ │ │ └── RestInterface_1_12.cpp
│ │ │ ├── 1_4/
│ │ │ │ ├── Interface.h
│ │ │ │ ├── Json/
│ │ │ │ │ ├── ManifestDeserializer.h
│ │ │ │ │ ├── ManifestDeserializer_1_4.cpp
│ │ │ │ │ ├── SearchResponseDeserializer.h
│ │ │ │ │ └── SearchResponseDeserializer_1_4.cpp
│ │ │ │ └── RestInterface_1_4.cpp
│ │ │ ├── 1_5/
│ │ │ │ ├── Interface.h
│ │ │ │ ├── Json/
│ │ │ │ │ ├── ManifestDeserializer.h
│ │ │ │ │ └── ManifestDeserializer_1_5.cpp
│ │ │ │ └── RestInterface_1_5.cpp
│ │ │ ├── 1_6/
│ │ │ │ ├── Interface.h
│ │ │ │ ├── Json/
│ │ │ │ │ ├── ManifestDeserializer.h
│ │ │ │ │ └── ManifestDeserializer_1_6.cpp
│ │ │ │ └── RestInterface_1_6.cpp
│ │ │ ├── 1_7/
│ │ │ │ ├── Interface.h
│ │ │ │ ├── Json/
│ │ │ │ │ ├── ManifestDeserializer.h
│ │ │ │ │ └── ManifestDeserializer_1_7.cpp
│ │ │ │ └── RestInterface_1_7.cpp
│ │ │ ├── 1_9/
│ │ │ │ ├── Interface.h
│ │ │ │ ├── Json/
│ │ │ │ │ ├── ManifestDeserializer.h
│ │ │ │ │ └── ManifestDeserializer_1_9.cpp
│ │ │ │ └── RestInterface_1_9.cpp
│ │ │ ├── AuthenticationInfoParser.cpp
│ │ │ ├── AuthenticationInfoParser.h
│ │ │ ├── CommonRestConstants.h
│ │ │ ├── IRestClient.h
│ │ │ ├── InformationResponseDeserializer.cpp
│ │ │ ├── InformationResponseDeserializer.h
│ │ │ ├── SearchRequestComposer.cpp
│ │ │ ├── SearchRequestComposer.h
│ │ │ ├── SearchResponseParser.cpp
│ │ │ └── SearchResponseParser.h
│ │ ├── SourceFactory.h
│ │ ├── SourceList.cpp
│ │ ├── SourceList.h
│ │ ├── SourcePolicy.cpp
│ │ ├── SourcePolicy.h
│ │ ├── SourceUpdateChecks.cpp
│ │ ├── SourceUpdateChecks.h
│ │ ├── packages.config
│ │ ├── pch.cpp
│ │ └── pch.h
│ ├── AppInstallerSharedLib/
│ │ ├── AppInstallerLogging.cpp
│ │ ├── AppInstallerSharedLib.vcxproj
│ │ ├── AppInstallerSharedLib.vcxproj.filters
│ │ ├── AppInstallerStrings.cpp
│ │ ├── COMStaticStorage.cpp
│ │ ├── Certificates.cpp
│ │ ├── Compression.cpp
│ │ ├── DateTime.cpp
│ │ ├── Errors.cpp
│ │ ├── Filesystem.cpp
│ │ ├── GroupPolicy.cpp
│ │ ├── ICU/
│ │ │ ├── SQLiteICU.c
│ │ │ └── SQLiteICU.h
│ │ ├── JsonSchemaValidation.cpp
│ │ ├── JsonUtil.cpp
│ │ ├── ManagedFile.cpp
│ │ ├── PropertySheet.props
│ │ ├── Public/
│ │ │ ├── AppInstallerDateTime.h
│ │ │ ├── AppInstallerErrors.h
│ │ │ ├── AppInstallerLanguageUtilities.h
│ │ │ ├── AppInstallerLogging.h
│ │ │ ├── AppInstallerSHA256.h
│ │ │ ├── AppInstallerStrings.h
│ │ │ ├── AppInstallerVersions.h
│ │ │ ├── Telemetry/
│ │ │ │ ├── MicrosoftTelemetry.h
│ │ │ │ └── WinEventLogLevels.h
│ │ │ └── winget/
│ │ │ ├── AsyncTokens.h
│ │ │ ├── COMStaticStorage.h
│ │ │ ├── Certificates.h
│ │ │ ├── Compression.h
│ │ │ ├── ConfigurationSetProcessorHandlers.h
│ │ │ ├── DetectMismatch.h
│ │ │ ├── Filesystem.h
│ │ │ ├── GroupPolicy.h
│ │ │ ├── IConfigurationStaticsInternals.h
│ │ │ ├── ILifetimeWatcher.h
│ │ │ ├── JsonSchemaValidation.h
│ │ │ ├── JsonUtil.h
│ │ │ ├── LocIndependent.h
│ │ │ ├── ManagedFile.h
│ │ │ ├── ModuleCountBase.h
│ │ │ ├── PathTree.h
│ │ │ ├── Registry.h
│ │ │ ├── Resources.h
│ │ │ ├── Runtime.h
│ │ │ ├── SQLiteDynamicStorage.h
│ │ │ ├── SQLiteMetadataTable.h
│ │ │ ├── SQLiteStatementBuilder.h
│ │ │ ├── SQLiteStorageBase.h
│ │ │ ├── SQLiteTempTable.h
│ │ │ ├── SQLiteVersion.h
│ │ │ ├── SQLiteWrapper.h
│ │ │ ├── Security.h
│ │ │ ├── SharedThreadGlobals.h
│ │ │ └── Yaml.h
│ │ ├── Registry.cpp
│ │ ├── Resources.cpp
│ │ ├── Runtime.cpp
│ │ ├── SHA256.cpp
│ │ ├── SQLiteDynamicStorage.cpp
│ │ ├── SQLiteMetadataTable.cpp
│ │ ├── SQLiteStatementBuilder.cpp
│ │ ├── SQLiteStorageBase.cpp
│ │ ├── SQLiteTempTable.cpp
│ │ ├── SQLiteVersion.cpp
│ │ ├── SQLiteWrapper.cpp
│ │ ├── Security.cpp
│ │ ├── SharedThreadGlobals.cpp
│ │ ├── Versions.cpp
│ │ ├── Yaml.cpp
│ │ ├── YamlWrapper.cpp
│ │ ├── YamlWrapper.h
│ │ ├── packages.config
│ │ ├── pch.cpp
│ │ └── pch.h
│ ├── AppInstallerTestExeInstaller/
│ │ ├── AppInstallerTestExeInstaller.vcxproj
│ │ ├── AppInstallerTestExeInstaller.vcxproj.filters
│ │ └── main.cpp
│ ├── AppInstallerTestMsiInstaller/
│ │ └── AppInstallerTestMsiInstaller.vdproj
│ ├── AppInstallerTestMsixInstaller/
│ │ ├── AppInstallerTestMsixInstaller.wapproj
│ │ └── Package.appxmanifest
│ ├── COMServer/
│ │ └── COMServer.vcxitems
│ ├── CertificateResources/
│ │ ├── CertificateResources.h
│ │ ├── CertificateResources.rc
│ │ ├── CertificateResources.vcxitems
│ │ ├── CertificateResources.vcxitems.filters
│ │ ├── Microsoft_TLS_ECC_Root_G2.crt
│ │ ├── Microsoft_TLS_RSA_Root_G2.crt
│ │ ├── StoreIntermediate1.cer
│ │ ├── StoreIntermediate2.cer
│ │ ├── StoreLeaf1.cer
│ │ ├── StoreLeaf2.cer
│ │ ├── StoreRoot1.cer
│ │ ├── StoreRoot2.cer
│ │ └── resource.h
│ ├── CodeAnalysis.ruleset
│ ├── ComInprocTestbed/
│ │ ├── ComInprocTestbed.manifest
│ │ ├── ComInprocTestbed.vcxproj
│ │ ├── ComInprocTestbed.vcxproj.filters
│ │ ├── PackageManager.cpp
│ │ ├── PackageManager.h
│ │ ├── Tests.cpp
│ │ ├── Tests.h
│ │ ├── main.cpp
│ │ ├── packages.config
│ │ ├── pch.cpp
│ │ └── pch.h
│ ├── ConfigurationRemotingServer/
│ │ ├── ConfigurationRemotingServer.csproj
│ │ ├── EnvironmentChangeListener.cs
│ │ └── Program.cs
│ ├── Directory.Build.props
│ ├── Directory.Packages.props
│ ├── Directory.Solution.props
│ ├── Get-VcxprojNugetPackageVersions.ps1
│ ├── IndexCreationTool/
│ │ ├── IndexCreationTool.csproj
│ │ └── Program.cs
│ ├── LocalhostWebServer/
│ │ ├── LocalhostWebServer.csproj
│ │ ├── Program.cs
│ │ ├── Run-LocalhostWebServer.ps1
│ │ └── Startup.cs
│ ├── ManifestSchema/
│ │ ├── ManifestSchema.h
│ │ ├── ManifestSchema.rc
│ │ ├── ManifestSchema.vcxitems
│ │ ├── ManifestSchema.vcxitems.filters
│ │ └── resource.h
│ ├── Microsoft.Management.Configuration/
│ │ ├── ApplyConfigurationSetResult.cpp
│ │ ├── ApplyConfigurationSetResult.h
│ │ ├── ApplyConfigurationUnitResult.cpp
│ │ ├── ApplyConfigurationUnitResult.h
│ │ ├── ApplyGroupSettingsResult.cpp
│ │ ├── ApplyGroupSettingsResult.h
│ │ ├── ArgumentValidation.cpp
│ │ ├── ArgumentValidation.h
│ │ ├── ConfigThreadGlobals.cpp
│ │ ├── ConfigThreadGlobals.h
│ │ ├── ConfigurationChangeData.cpp
│ │ ├── ConfigurationChangeData.h
│ │ ├── ConfigurationConflict.cpp
│ │ ├── ConfigurationConflict.h
│ │ ├── ConfigurationConflictSetting.cpp
│ │ ├── ConfigurationConflictSetting.h
│ │ ├── ConfigurationEnvironment.cpp
│ │ ├── ConfigurationEnvironment.h
│ │ ├── ConfigurationParameter.cpp
│ │ ├── ConfigurationParameter.h
│ │ ├── ConfigurationProcessor.cpp
│ │ ├── ConfigurationProcessor.h
│ │ ├── ConfigurationSequencer.cpp
│ │ ├── ConfigurationSequencer.h
│ │ ├── ConfigurationSet.cpp
│ │ ├── ConfigurationSet.h
│ │ ├── ConfigurationSetApplyProcessor.cpp
│ │ ├── ConfigurationSetApplyProcessor.h
│ │ ├── ConfigurationSetChangeData.cpp
│ │ ├── ConfigurationSetChangeData.h
│ │ ├── ConfigurationSetParser.cpp
│ │ ├── ConfigurationSetParser.h
│ │ ├── ConfigurationSetParserError.h
│ │ ├── ConfigurationSetParser_0_1.cpp
│ │ ├── ConfigurationSetParser_0_1.h
│ │ ├── ConfigurationSetParser_0_2.cpp
│ │ ├── ConfigurationSetParser_0_2.h
│ │ ├── ConfigurationSetParser_0_3.cpp
│ │ ├── ConfigurationSetParser_0_3.h
│ │ ├── ConfigurationSetSerializer.cpp
│ │ ├── ConfigurationSetSerializer.h
│ │ ├── ConfigurationSetSerializer_0_2.cpp
│ │ ├── ConfigurationSetSerializer_0_2.h
│ │ ├── ConfigurationSetSerializer_0_3.cpp
│ │ ├── ConfigurationSetSerializer_0_3.h
│ │ ├── ConfigurationSetUtilities.cpp
│ │ ├── ConfigurationSetUtilities.h
│ │ ├── ConfigurationStaticFunctions.cpp
│ │ ├── ConfigurationStaticFunctions.h
│ │ ├── ConfigurationStatus.cpp
│ │ ├── ConfigurationStatus.h
│ │ ├── ConfigurationUnit.cpp
│ │ ├── ConfigurationUnit.h
│ │ ├── ConfigurationUnitResultInformation.cpp
│ │ ├── ConfigurationUnitResultInformation.h
│ │ ├── Database/
│ │ │ ├── ConfigurationDatabase.cpp
│ │ │ ├── ConfigurationDatabase.h
│ │ │ └── Schema/
│ │ │ ├── 0_1/
│ │ │ │ ├── Interface.h
│ │ │ │ ├── Interface_0_1.cpp
│ │ │ │ ├── SetInfoTable.cpp
│ │ │ │ ├── SetInfoTable.h
│ │ │ │ ├── UnitInfoTable.cpp
│ │ │ │ └── UnitInfoTable.h
│ │ │ ├── 0_2/
│ │ │ │ ├── Interface.h
│ │ │ │ ├── Interface_0_2.cpp
│ │ │ │ ├── QueueTable.cpp
│ │ │ │ └── QueueTable.h
│ │ │ ├── 0_3/
│ │ │ │ ├── ChangeListenerTable.cpp
│ │ │ │ ├── ChangeListenerTable.h
│ │ │ │ ├── Interface.h
│ │ │ │ ├── Interface_0_3.cpp
│ │ │ │ ├── StatusItemTable.cpp
│ │ │ │ └── StatusItemTable.h
│ │ │ ├── IConfigurationDatabase.cpp
│ │ │ └── IConfigurationDatabase.h
│ │ ├── DefaultSetGroupProcessor.cpp
│ │ ├── DefaultSetGroupProcessor.h
│ │ ├── DiagnosticInformationInstance.cpp
│ │ ├── DiagnosticInformationInstance.h
│ │ ├── ExceptionResultHelpers.h
│ │ ├── Filesystem.cpp
│ │ ├── Filesystem.h
│ │ ├── FindUnitProcessorsOptions.cpp
│ │ ├── FindUnitProcessorsOptions.h
│ │ ├── GetAllConfigurationUnitSettingsResult.cpp
│ │ ├── GetAllConfigurationUnitSettingsResult.h
│ │ ├── GetAllConfigurationUnitsResult.cpp
│ │ ├── GetAllConfigurationUnitsResult.h
│ │ ├── GetConfigurationSetDetailsResult.cpp
│ │ ├── GetConfigurationSetDetailsResult.h
│ │ ├── GetConfigurationUnitDetailsResult.cpp
│ │ ├── GetConfigurationUnitDetailsResult.h
│ │ ├── GetConfigurationUnitSettingsResult.cpp
│ │ ├── GetConfigurationUnitSettingsResult.h
│ │ ├── Microsoft.Management.Configuration.idl
│ │ ├── Microsoft.Management.Configuration.vcxproj
│ │ ├── Microsoft.Management.Configuration.vcxproj.filters
│ │ ├── Microsoft_Management_Configuration.def
│ │ ├── OpenConfigurationSetResult.cpp
│ │ ├── OpenConfigurationSetResult.h
│ │ ├── ParsingMacros.h
│ │ ├── PropertySheet.props
│ │ ├── ShutdownSynchronization.cpp
│ │ ├── ShutdownSynchronization.h
│ │ ├── Telemetry/
│ │ │ ├── Telemetry.cpp
│ │ │ ├── Telemetry.h
│ │ │ ├── TraceLogging.cpp
│ │ │ └── TraceLogging.h
│ │ ├── TestConfigurationSetResult.cpp
│ │ ├── TestConfigurationSetResult.h
│ │ ├── TestConfigurationUnitResult.cpp
│ │ ├── TestConfigurationUnitResult.h
│ │ ├── TestGroupSettingsResult.cpp
│ │ ├── TestGroupSettingsResult.h
│ │ ├── TestSettingsResult.cpp
│ │ ├── TestSettingsResult.h
│ │ ├── packages.config
│ │ ├── pch.cpp
│ │ └── pch.h
│ ├── Microsoft.Management.Configuration.OutOfProc/
│ │ ├── Collect-ConfigurationOOPTests.ps1
│ │ ├── Factory.cpp
│ │ ├── Factory.h
│ │ ├── Microsoft.Management.Configuration.OutOfProc.vcxproj
│ │ ├── Microsoft.Management.Configuration.OutOfProc.vcxproj.filters
│ │ ├── Prepare-ConfigurationOOPTests.ps1
│ │ ├── PropertySheet.props
│ │ ├── Source.def
│ │ ├── dllmain.cpp
│ │ ├── packages.config
│ │ ├── pch.cpp
│ │ └── pch.h
│ ├── Microsoft.Management.Configuration.Processor/
│ │ ├── Constants/
│ │ │ └── DirectiveConstants.cs
│ │ ├── DSCv3/
│ │ │ ├── Helpers/
│ │ │ │ ├── FindDscPackageStateMachine.cs
│ │ │ │ ├── IDiagnosticsSink.cs
│ │ │ │ ├── PackageInformation.cs
│ │ │ │ ├── ProcessExecution.cs
│ │ │ │ ├── ProcessExecutionEnvironmentVariable.cs
│ │ │ │ ├── ProcessExecutionEnvironmentVariableValueType.cs
│ │ │ │ ├── ProcessorRunSettings.cs
│ │ │ │ ├── ProcessorSettings.cs
│ │ │ │ └── ResourceDetails.cs
│ │ │ ├── Model/
│ │ │ │ ├── IDSCv3.cs
│ │ │ │ ├── IResourceExportItem.cs
│ │ │ │ ├── IResourceGetItem.cs
│ │ │ │ ├── IResourceListItem.cs
│ │ │ │ ├── IResourceSetItem.cs
│ │ │ │ ├── IResourceTestItem.cs
│ │ │ │ └── ResourceKind.cs
│ │ │ ├── Schema_2024_04/
│ │ │ │ ├── DSCv3.cs
│ │ │ │ ├── Definitions/
│ │ │ │ │ └── ResourceKind.cs
│ │ │ │ ├── Metadata/
│ │ │ │ │ └── ResourceInstanceResult.cs
│ │ │ │ └── Outputs/
│ │ │ │ ├── ConfigurationDocument.cs
│ │ │ │ ├── FullItemBase.cs
│ │ │ │ ├── GetFullItem.cs
│ │ │ │ ├── GetSimpleItem.cs
│ │ │ │ ├── ResourceCapability.cs
│ │ │ │ ├── ResourceItem.cs
│ │ │ │ ├── ResourceListItem.cs
│ │ │ │ ├── SetFullItem.cs
│ │ │ │ ├── SetSimpleItem.cs
│ │ │ │ ├── TestFullItem.cs
│ │ │ │ └── TestSimpleItem.cs
│ │ │ ├── Set/
│ │ │ │ └── DSCv3ConfigurationSetProcessor.cs
│ │ │ └── Unit/
│ │ │ └── DSCv3ConfigurationUnitProcessor.cs
│ │ ├── Exceptions/
│ │ │ ├── ErrorCodes.cs
│ │ │ ├── FindDscResourceNotFoundException.cs
│ │ │ ├── GetDscResourceModuleConflict.cs
│ │ │ ├── GetDscResourceMultipleMatches.cs
│ │ │ ├── IConfigurationUnitResultException.cs
│ │ │ ├── ImportModuleException.cs
│ │ │ ├── InstallDscResourceException.cs
│ │ │ ├── InvokeDscResourceException.cs
│ │ │ ├── UnitPropertyUnsupportedException.cs
│ │ │ └── UnitSettingConfigRootException.cs
│ │ ├── Extensions/
│ │ │ ├── DictionaryExtensions.cs
│ │ │ ├── ExceptionExtensions.cs
│ │ │ ├── HashtableExtensions.cs
│ │ │ ├── JsonObjectExtensions.cs
│ │ │ └── ValueSetExtensions.cs
│ │ ├── Factory/
│ │ │ └── ConfigurationSetProcessorFactoryBase.cs
│ │ ├── Helpers/
│ │ │ ├── ConfigurationUnitInternal.cs
│ │ │ ├── DiagnosticInformation.cs
│ │ │ ├── SemanticVersion.cs
│ │ │ ├── StringHelpers.cs
│ │ │ └── TypeHelpers.cs
│ │ ├── Microsoft.Management.Configuration.Processor.csproj
│ │ ├── PowerShell/
│ │ │ ├── Constants/
│ │ │ │ └── PowerShellConstants.cs
│ │ │ ├── DscModules/
│ │ │ │ ├── DscModuleV2.cs
│ │ │ │ └── IDscModule.cs
│ │ │ ├── DscResourcesInfo/
│ │ │ │ ├── DscResourceInfoInternal.cs
│ │ │ │ ├── DscResourcePropertyInfoInternal.cs
│ │ │ │ └── ImplementedAsTypeInternal.cs
│ │ │ ├── Extensions/
│ │ │ │ └── PowerShellExtensions.cs
│ │ │ ├── Helpers/
│ │ │ │ ├── ConfigurationUnitAndModule.cs
│ │ │ │ ├── ConfigurationUnitAndResource.cs
│ │ │ │ ├── DscResourcesMap.cs
│ │ │ │ ├── Factory.cs
│ │ │ │ ├── IPowerShellGet.cs
│ │ │ │ ├── PowerShellGetV2.cs
│ │ │ │ └── PowerShellHelpers.cs
│ │ │ ├── ProcessorEnvironments/
│ │ │ │ ├── HostedEnvironment.cs
│ │ │ │ ├── IProcessorEnvironment.cs
│ │ │ │ └── ProcessorEnvironmentFactory.cs
│ │ │ ├── Set/
│ │ │ │ └── PowerShellConfigurationSetProcessor.cs
│ │ │ └── Unit/
│ │ │ └── PowerShellConfigurationUnitProcessor.cs
│ │ ├── Properties/
│ │ │ └── AssemblyInfo.cs
│ │ ├── Public/
│ │ │ ├── DSCv3ConfigurationSetProcessorFactory.cs
│ │ │ ├── IPowerShellConfigurationProcessorFactoryProperties.cs
│ │ │ ├── PathEnvironmentVariableHandler.cs
│ │ │ ├── PowerShellConfigurationProcessorLocation.cs
│ │ │ ├── PowerShellConfigurationProcessorPolicy.cs
│ │ │ ├── PowerShellConfigurationProcessorType.cs
│ │ │ └── PowerShellConfigurationSetProcessorFactory.cs
│ │ ├── Set/
│ │ │ └── ConfigurationSetProcessorBase.cs
│ │ └── Unit/
│ │ ├── ApplySettingsResult.cs
│ │ ├── ConfigurationUnitProcessorBase.cs
│ │ ├── ConfigurationUnitProcessorDetails.cs
│ │ ├── ConfigurationUnitResultInformation.cs
│ │ ├── ConfigurationUnitSettingDetails.cs
│ │ ├── GetAllSettingsResult.cs
│ │ ├── GetAllUnitsResult.cs
│ │ ├── GetSettingsResult.cs
│ │ └── TestSettingsResult.cs
│ ├── Microsoft.Management.Configuration.Projection/
│ │ └── Microsoft.Management.Configuration.Projection.csproj
│ ├── Microsoft.Management.Configuration.UnitTests/
│ │ ├── Fixtures/
│ │ │ ├── UnitTestCollection.cs
│ │ │ └── UnitTestFixture.cs
│ │ ├── Helpers/
│ │ │ ├── ApplyGroupMemberSettingsResultInstance.cs
│ │ │ ├── ApplyGroupSettingsResultInstance.cs
│ │ │ ├── ApplySettingsResultInstance.cs
│ │ │ ├── ConfigurationEnvironmentData.cs
│ │ │ ├── ConfigurationExtensions.cs
│ │ │ ├── ConfigurationProcessorTestBase.cs
│ │ │ ├── Constants.cs
│ │ │ ├── DiagnosticsEventSink.cs
│ │ │ ├── Errors.cs
│ │ │ ├── FactSkipIfCI.cs
│ │ │ ├── GetAllSettingsResultInstance.cs
│ │ │ ├── GetSettingsResultInstance.cs
│ │ │ ├── InProcAttribute.cs
│ │ │ ├── InProcDiscoverer.cs
│ │ │ ├── OutOfProcAttribute.cs
│ │ │ ├── OutOfProcDiscoverer.cs
│ │ │ ├── PowerShellTestsConstants.cs
│ │ │ ├── TelemetryEvent.cs
│ │ │ ├── TempDirectory.cs
│ │ │ ├── TempFile.cs
│ │ │ ├── TestConfigurationProcessorFactory.cs
│ │ │ ├── TestConfigurationSetGroupProcessor.cs
│ │ │ ├── TestConfigurationSetProcessor.cs
│ │ │ ├── TestConfigurationUnitGroupProcessor.cs
│ │ │ ├── TestConfigurationUnitProcessor.cs
│ │ │ ├── TestConfigurationUnitProcessorDetails.cs
│ │ │ ├── TestConfigurationUnitResultInformation.cs
│ │ │ ├── TestDSCv3.cs
│ │ │ ├── TestGetAllSettingsConfigurationUnitProcessor.cs
│ │ │ ├── TestGroupSettingsResultInstance.cs
│ │ │ ├── TestResourceExportItem.cs
│ │ │ ├── TestResourceGetItem.cs
│ │ │ ├── TestResourceListItem.cs
│ │ │ ├── TestResourceSetItem.cs
│ │ │ ├── TestResourceTestItem.cs
│ │ │ ├── TestSettingsResultInstance.cs
│ │ │ ├── TheorySkipIfCI.cs
│ │ │ └── ValueSetExtensions.cs
│ │ ├── Microsoft.Management.Configuration.UnitTests.csproj
│ │ ├── TestCollateral/
│ │ │ └── PowerShellModules/
│ │ │ ├── xAdminTestResource/
│ │ │ │ ├── xAdminTestResource.psd1
│ │ │ │ └── xAdminTestResource.psm1
│ │ │ └── xSimpleTestResource/
│ │ │ ├── xSimpleTestResource.psd1
│ │ │ └── xSimpleTestResource.psm1
│ │ └── Tests/
│ │ ├── ConfigurationDetailsTests.cs
│ │ ├── ConfigurationHistoryTests.cs
│ │ ├── ConfigurationMixedElevationTests.cs
│ │ ├── ConfigurationProcessorApplyTests.cs
│ │ ├── ConfigurationProcessorFactoryTests.cs
│ │ ├── ConfigurationProcessorGetAllTests.cs
│ │ ├── ConfigurationProcessorGetTests.cs
│ │ ├── ConfigurationProcessorGroupTests.cs
│ │ ├── ConfigurationProcessorTelemetryTests.cs
│ │ ├── ConfigurationProcessorTestTests.cs
│ │ ├── ConfigurationSetAuthoringTests.cs
│ │ ├── ConfigurationSetProcessorTests.cs
│ │ ├── ConfigurationUnitInternalTests.cs
│ │ ├── ConfigurationUnitProcessorTests.cs
│ │ ├── DSCv3ProcessorTests.cs
│ │ ├── DscModuleV2SimpleFileResourceTests.cs
│ │ ├── DscModuleV2Tests.cs
│ │ ├── DscResourceMapTests.cs
│ │ ├── ExceptionExtensionsTests.cs
│ │ ├── HashtableExtensionsTests.cs
│ │ ├── OpenConfigurationSetTests.cs
│ │ ├── PowerShellHelperTests.cs
│ │ ├── ProcessorEnvironmentTests.cs
│ │ ├── SemanticVersionTests.cs
│ │ ├── ShutdownTests.cs
│ │ ├── TypeHelpersTests.cs
│ │ └── ValueSetExtensionsTests.cs
│ ├── Microsoft.Management.Deployment/
│ │ ├── AddPackageCatalogOptions.cpp
│ │ ├── AddPackageCatalogOptions.h
│ │ ├── AddPackageCatalogResult.cpp
│ │ ├── AddPackageCatalogResult.h
│ │ ├── AuthenticationArguments.cpp
│ │ ├── AuthenticationArguments.h
│ │ ├── AuthenticationInfo.cpp
│ │ ├── AuthenticationInfo.h
│ │ ├── CanUnload.cpp
│ │ ├── CatalogPackage.cpp
│ │ ├── CatalogPackage.h
│ │ ├── CatalogPackageMetadata.cpp
│ │ ├── CatalogPackageMetadata.h
│ │ ├── CheckInstalledStatusResult.cpp
│ │ ├── CheckInstalledStatusResult.h
│ │ ├── ComClsids.cpp
│ │ ├── ConnectResult.cpp
│ │ ├── ConnectResult.h
│ │ ├── Converters.cpp
│ │ ├── Converters.h
│ │ ├── CreateCompositePackageCatalogOptions.cpp
│ │ ├── CreateCompositePackageCatalogOptions.h
│ │ ├── Documentation.cpp
│ │ ├── Documentation.h
│ │ ├── DownloadOptions.cpp
│ │ ├── DownloadOptions.h
│ │ ├── DownloadResult.cpp
│ │ ├── DownloadResult.h
│ │ ├── EditPackageCatalogOptions.cpp
│ │ ├── EditPackageCatalogOptions.h
│ │ ├── EditPackageCatalogResult.cpp
│ │ ├── EditPackageCatalogResult.h
│ │ ├── FindPackagesOptions.cpp
│ │ ├── FindPackagesOptions.h
│ │ ├── FindPackagesResult.cpp
│ │ ├── FindPackagesResult.h
│ │ ├── Helpers.cpp
│ │ ├── Helpers.h
│ │ ├── Icon.cpp
│ │ ├── Icon.h
│ │ ├── InstallOptions.cpp
│ │ ├── InstallOptions.h
│ │ ├── InstallResult.cpp
│ │ ├── InstallResult.h
│ │ ├── InstalledStatus.cpp
│ │ ├── InstalledStatus.h
│ │ ├── MatchResult.cpp
│ │ ├── MatchResult.h
│ │ ├── Microsoft.Management.Deployment.vcxproj
│ │ ├── Microsoft.Management.Deployment.vcxproj.filters
│ │ ├── MicrosoftEntraIdAuthenticationInfo.cpp
│ │ ├── MicrosoftEntraIdAuthenticationInfo.h
│ │ ├── Microsoft_Management_Deployment.def
│ │ ├── PackageAgreement.cpp
│ │ ├── PackageAgreement.h
│ │ ├── PackageCatalog.cpp
│ │ ├── PackageCatalog.h
│ │ ├── PackageCatalogInfo.cpp
│ │ ├── PackageCatalogInfo.h
│ │ ├── PackageCatalogProgress.cpp
│ │ ├── PackageCatalogProgress.h
│ │ ├── PackageCatalogReference.cpp
│ │ ├── PackageCatalogReference.h
│ │ ├── PackageInstallerInfo.cpp
│ │ ├── PackageInstallerInfo.h
│ │ ├── PackageInstallerInstalledStatus.cpp
│ │ ├── PackageInstallerInstalledStatus.h
│ │ ├── PackageManager.cpp
│ │ ├── PackageManager.h
│ │ ├── PackageManager.idl
│ │ ├── PackageManagerSettings.cpp
│ │ ├── PackageManagerSettings.h
│ │ ├── PackageMatchFilter.cpp
│ │ ├── PackageMatchFilter.h
│ │ ├── PackageVersionId.cpp
│ │ ├── PackageVersionId.h
│ │ ├── PackageVersionInfo.cpp
│ │ ├── PackageVersionInfo.h
│ │ ├── PropertySheet.props
│ │ ├── Public/
│ │ │ ├── CanUnload.h
│ │ │ ├── CoCreatableMicrosoftManagementDeploymentClass.h
│ │ │ └── ComClsids.h
│ │ ├── RefreshPackageCatalogResult.cpp
│ │ ├── RefreshPackageCatalogResult.h
│ │ ├── RemovePackageCatalogOptions.cpp
│ │ ├── RemovePackageCatalogOptions.h
│ │ ├── RemovePackageCatalogResult.cpp
│ │ ├── RemovePackageCatalogResult.h
│ │ ├── RepairOptions.cpp
│ │ ├── RepairOptions.h
│ │ ├── RepairResult.cpp
│ │ ├── RepairResult.h
│ │ ├── SourceAgreement.cpp
│ │ ├── SourceAgreement.h
│ │ ├── UninstallOptions.cpp
│ │ ├── UninstallOptions.h
│ │ ├── UninstallResult.cpp
│ │ ├── UninstallResult.h
│ │ ├── packages.config
│ │ ├── pch.cpp
│ │ └── pch.h
│ ├── Microsoft.Management.Deployment.CsWinRTProjection/
│ │ └── Microsoft.Management.Deployment.CsWinRTProjection.csproj
│ ├── Microsoft.Management.Deployment.InProc/
│ │ ├── Microsoft.Management.Deployment.InProc.dll.manifest
│ │ ├── Microsoft.Management.Deployment.InProc.vcxproj
│ │ ├── Microsoft.Management.Deployment.InProc.vcxproj.filters
│ │ ├── PropertySheet.props
│ │ ├── Source.def
│ │ ├── dllmain.cpp
│ │ ├── packages.config
│ │ ├── pch.cpp
│ │ └── pch.h
│ ├── Microsoft.Management.Deployment.OutOfProc/
│ │ ├── Factory.cpp
│ │ ├── Factory.h
│ │ ├── Microsoft.Management.Deployment.OutOfProc.vcxproj
│ │ ├── Microsoft.Management.Deployment.OutOfProc.vcxproj.filters
│ │ ├── PropertySheet.props
│ │ ├── Source.def
│ │ ├── dllmain.cpp
│ │ ├── packages.config
│ │ ├── pch.cpp
│ │ └── pch.h
│ ├── Microsoft.Management.Deployment.Projection/
│ │ ├── ClassModel.cs
│ │ ├── ClassesDefinition.cs
│ │ ├── Initializers/
│ │ │ ├── ActivationFactoryInstanceInitializer.cs
│ │ │ ├── IInstanceInitializer.cs
│ │ │ ├── LocalServerInstanceInitializer.cs
│ │ │ └── PolicyEnforcedInstanceInitializer.cs
│ │ ├── Microsoft.Management.Deployment.Projection.csproj
│ │ ├── Utils/
│ │ │ └── ComUtils.cs
│ │ └── WinGetProjectionFactory.cs
│ ├── PowerShell/
│ │ ├── CommonFiles/
│ │ │ ├── PowerShellCmdlet.cs
│ │ │ ├── StreamType.cs
│ │ │ └── WinGetAssemblyLoadContext.cs
│ │ ├── ExternalModules/
│ │ │ ├── PackageManagement/
│ │ │ │ └── 1.4.8.1/
│ │ │ │ ├── DSCResources/
│ │ │ │ │ ├── MSFT_PackageManagement/
│ │ │ │ │ │ ├── MSFT_PackageManagement.psm1
│ │ │ │ │ │ ├── MSFT_PackageManagement.schema.mof
│ │ │ │ │ │ └── MSFT_PackageManagement.strings.psd1
│ │ │ │ │ ├── MSFT_PackageManagementSource/
│ │ │ │ │ │ ├── MSFT_PackageManagementSource.psm1
│ │ │ │ │ │ ├── MSFT_PackageManagementSource.schema.mof
│ │ │ │ │ │ └── MSFT_PackageManagementSource.strings.psd1
│ │ │ │ │ ├── PackageManagementDscUtilities.psm1
│ │ │ │ │ └── PackageManagementDscUtilities.strings.psd1
│ │ │ │ ├── PSGetModuleInfo.xml
│ │ │ │ ├── PackageManagement.Resources.psd1
│ │ │ │ ├── PackageManagement.format.ps1xml
│ │ │ │ ├── PackageManagement.psd1
│ │ │ │ ├── PackageManagement.psm1
│ │ │ │ └── PackageProviderFunctions.psm1
│ │ │ └── PowerShellGet/
│ │ │ └── 2.2.5/
│ │ │ ├── DscResources/
│ │ │ │ ├── MSFT_PSModule/
│ │ │ │ │ ├── MSFT_PSModule.psm1
│ │ │ │ │ ├── MSFT_PSModule.schema.mfl
│ │ │ │ │ ├── MSFT_PSModule.schema.mof
│ │ │ │ │ └── en-US/
│ │ │ │ │ └── MSFT_PSModule.strings.psd1
│ │ │ │ └── MSFT_PSRepository/
│ │ │ │ ├── MSFT_PSRepository.psm1
│ │ │ │ ├── MSFT_PSRepository.schema.mfl
│ │ │ │ ├── MSFT_PSRepository.schema.mof
│ │ │ │ └── en-US/
│ │ │ │ └── MSFT_PSRepository.strings.psd1
│ │ │ ├── Modules/
│ │ │ │ ├── PowerShellGet.LocalizationHelper/
│ │ │ │ │ └── PowerShellGet.LocalizationHelper.psm1
│ │ │ │ └── PowerShellGet.ResourceHelper/
│ │ │ │ ├── PowerShellGet.ResourceHelper.psm1
│ │ │ │ └── en-US/
│ │ │ │ └── PowerShellGet.ResourceHelper.strings.psd1
│ │ │ ├── PSGet.Format.ps1xml
│ │ │ ├── PSGet.Resource.psd1
│ │ │ ├── PSGetModuleInfo.xml
│ │ │ ├── PSModule.psm1
│ │ │ ├── PowerShellGet.psd1
│ │ │ └── en-US/
│ │ │ └── PSGet.Resource.psd1
│ │ ├── Help/
│ │ │ ├── Microsoft.WinGet.Client/
│ │ │ │ ├── Add-WinGetSource.md
│ │ │ │ ├── Assert-WinGetPackageManager.md
│ │ │ │ ├── Disable-WinGetSetting.md
│ │ │ │ ├── Enable-WinGetSetting.md
│ │ │ │ ├── Export-WinGetPackage.md
│ │ │ │ ├── Find-WinGetPackage.md
│ │ │ │ ├── Get-WinGetPackage.md
│ │ │ │ ├── Get-WinGetSetting.md
│ │ │ │ ├── Get-WinGetSource.md
│ │ │ │ ├── Get-WinGetUserSetting.md
│ │ │ │ ├── Get-WinGetVersion.md
│ │ │ │ ├── Install-WinGetPackage.md
│ │ │ │ ├── Microsoft.WinGet.Client.md
│ │ │ │ ├── Remove-WinGetSource.md
│ │ │ │ ├── Repair-WinGetPackage.md
│ │ │ │ ├── Repair-WinGetPackageManager.md
│ │ │ │ ├── Reset-WinGetSource.md
│ │ │ │ ├── Set-WinGetUserSetting.md
│ │ │ │ ├── Test-WinGetUserSetting.md
│ │ │ │ ├── Uninstall-WinGetPackage.md
│ │ │ │ └── Update-WinGetPackage.md
│ │ │ ├── Microsoft.WinGet.DSC/
│ │ │ │ ├── WinGetAdminSettings.md
│ │ │ │ ├── WinGetPackage.md
│ │ │ │ ├── WinGetPackageManager.md
│ │ │ │ ├── WinGetSource.md
│ │ │ │ └── WinGetUserSettings.md
│ │ │ └── markdownlint.yaml
│ │ ├── Microsoft.WinGet.Client/
│ │ │ ├── Examples/
│ │ │ │ ├── Sample_AddRemoveSource.ps1
│ │ │ │ ├── Sample_EnableSettings.ps1
│ │ │ │ ├── Sample_FindPackage.ps1
│ │ │ │ ├── Sample_GetPackage.ps1
│ │ │ │ ├── Sample_GetVersion.ps1
│ │ │ │ ├── Sample_InstallPackage.ps1
│ │ │ │ ├── Sample_RepairPackage.ps1
│ │ │ │ ├── Sample_UninstallPackage.ps1
│ │ │ │ └── Sample_UpdatePackage.ps1
│ │ │ ├── ModuleFiles/
│ │ │ │ ├── Format.ps1xml
│ │ │ │ └── Microsoft.WinGet.Client.psd1
│ │ │ └── README.md
│ │ ├── Microsoft.WinGet.Client.Cmdlets/
│ │ │ ├── Cmdlets/
│ │ │ │ ├── AddSourceCmdlet.cs
│ │ │ │ ├── AssertWinGetPackageManagerCmdlet.cs
│ │ │ │ ├── Common/
│ │ │ │ │ ├── FinderCmdlet.cs
│ │ │ │ │ ├── FinderExtendedCmdlet.cs
│ │ │ │ │ ├── InstallCmdlet.cs
│ │ │ │ │ ├── PackageCmdlet.cs
│ │ │ │ │ └── WinGetPackageManagerCmdlet.cs
│ │ │ │ ├── DisableSettingCmdlet.cs
│ │ │ │ ├── EnableSettingCmdlet.cs
│ │ │ │ ├── ExportPackageCmdlet.cs
│ │ │ │ ├── FindPackageCmdlet.cs
│ │ │ │ ├── GetPackageCmdlet.cs
│ │ │ │ ├── GetSettingCmdlet.cs
│ │ │ │ ├── GetSourceCmdlet.cs
│ │ │ │ ├── GetUserSettingCmdlet.cs
│ │ │ │ ├── GetVersionCmdlet.cs
│ │ │ │ ├── InstallPackageCmdlet.cs
│ │ │ │ ├── InstallerSelectionCmdlet.cs
│ │ │ │ ├── PSObjects/
│ │ │ │ │ ├── PSPackageFieldMatchOption.cs
│ │ │ │ │ ├── PSPackageInstallMode.cs
│ │ │ │ │ ├── PSPackageInstallScope.cs
│ │ │ │ │ ├── PSPackageInstallerType.cs
│ │ │ │ │ ├── PSPackageRepairMode.cs
│ │ │ │ │ ├── PSPackageUninstallMode.cs
│ │ │ │ │ ├── PSProcessorArchitecture.cs
│ │ │ │ │ ├── PSSourceTrustLevel.cs
│ │ │ │ │ └── PSWindowsPlatform.cs
│ │ │ │ ├── RemoveSourceCmdlet.cs
│ │ │ │ ├── RepairPackageCmdlet.cs
│ │ │ │ ├── RepairWinGetPackageManagerCmdlet.cs
│ │ │ │ ├── ResetSourceCmdlet.cs
│ │ │ │ ├── SetUserSettingCmdlet.cs
│ │ │ │ ├── TestUserSettingCmdlet.cs
│ │ │ │ ├── UninstallPackageCmdlet.cs
│ │ │ │ └── UpdatePackageCmdlet.cs
│ │ │ ├── Common/
│ │ │ │ └── Constants.cs
│ │ │ ├── Microsoft.WinGet.Client.Cmdlets.csproj
│ │ │ ├── Properties/
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Resolver/
│ │ │ ├── ModuleInit.cs
│ │ │ └── WinGetAppDomain.cs
│ │ ├── Microsoft.WinGet.Client.Engine/
│ │ │ ├── Attributes/
│ │ │ │ └── FilterAttribute.cs
│ │ │ ├── Commands/
│ │ │ │ ├── CliCommand.cs
│ │ │ │ ├── Common/
│ │ │ │ │ ├── BaseCommand.cs
│ │ │ │ │ ├── FinderCommand.cs
│ │ │ │ │ ├── FinderExtendedCommand.cs
│ │ │ │ │ ├── InstallCommand.cs
│ │ │ │ │ ├── ManagementDeploymentCommand.cs
│ │ │ │ │ └── PackageCommand.cs
│ │ │ │ ├── DownloadCommand.cs
│ │ │ │ ├── FinderPackageCommand.cs
│ │ │ │ ├── InstallerPackageCommand.cs
│ │ │ │ ├── RepairPackageCommand.cs
│ │ │ │ ├── SourceCommand.cs
│ │ │ │ ├── UninstallPackageCommand.cs
│ │ │ │ ├── UserSettingsCommand.cs
│ │ │ │ ├── VersionCommand.cs
│ │ │ │ └── WinGetPackageManagerCommand.cs
│ │ │ ├── Common/
│ │ │ │ ├── Constants.cs
│ │ │ │ ├── ErrorCode.cs
│ │ │ │ ├── IntegrityCategory.cs
│ │ │ │ ├── Utilities.cs
│ │ │ │ └── WinGetIntegrity.cs
│ │ │ ├── Exceptions/
│ │ │ │ ├── CatalogConnectException.cs
│ │ │ │ ├── FindPackagesException.cs
│ │ │ │ ├── InvalidSourceException.cs
│ │ │ │ ├── InvalidVersionException.cs
│ │ │ │ ├── NoPackageFoundException.cs
│ │ │ │ ├── SingleThreadedApartmentException.cs
│ │ │ │ ├── UserSettingsReadException.cs
│ │ │ │ ├── VagueCriteriaException.cs
│ │ │ │ ├── WinGetCLIException.cs
│ │ │ │ ├── WinGetCLITimeoutException.cs
│ │ │ │ ├── WinGetIntegrityException.cs
│ │ │ │ ├── WinGetRepairException.cs
│ │ │ │ ├── WinGetRepairPackageException.cs
│ │ │ │ └── WindowsPowerShellNotSupported.cs
│ │ │ ├── Extensions/
│ │ │ │ ├── CatalogPackageExtensions.cs
│ │ │ │ └── ReleaseExtensions.cs
│ │ │ ├── Helpers/
│ │ │ │ ├── AppxModuleHelper.cs
│ │ │ │ ├── DownloadOperationWithProgress.cs
│ │ │ │ ├── GitHubClient.cs
│ │ │ │ ├── HttpClientHelper.cs
│ │ │ │ ├── InstallOperationWithProgress.cs
│ │ │ │ ├── ManagementDeploymentFactory.cs
│ │ │ │ ├── OperationWithProgressBase.cs
│ │ │ │ ├── PSEnumHelpers.cs
│ │ │ │ ├── PackageDependency.cs
│ │ │ │ ├── PackageManagerWrapper.cs
│ │ │ │ ├── RepairOperationWithProgress.cs
│ │ │ │ ├── TempDirectory.cs
│ │ │ │ ├── TempFile.cs
│ │ │ │ ├── UninstallOperationWithProgress.cs
│ │ │ │ ├── WinGetCLICommandBuilder.cs
│ │ │ │ ├── WinGetCLICommandResult.cs
│ │ │ │ ├── WinGetVersion.cs
│ │ │ │ ├── WinRTHelpers.cs
│ │ │ │ ├── WingetCLIWrapper.cs
│ │ │ │ └── WingetDependencies.cs
│ │ │ ├── Microsoft.WinGet.Client.Engine.csproj
│ │ │ ├── PSObjects/
│ │ │ │ ├── PSCatalogPackage.cs
│ │ │ │ ├── PSCompareResult.cs
│ │ │ │ ├── PSDownloadResult.cs
│ │ │ │ ├── PSFoundCatalogPackage.cs
│ │ │ │ ├── PSInstallResult.cs
│ │ │ │ ├── PSInstalledCatalogPackage.cs
│ │ │ │ ├── PSPackageVersionInfo.cs
│ │ │ │ ├── PSRepairResult.cs
│ │ │ │ ├── PSSourceResult.cs
│ │ │ │ └── PSUninstallResult.cs
│ │ │ └── Properties/
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── Microsoft.WinGet.Configuration/
│ │ │ ├── Examples/
│ │ │ │ ├── Sample_InvokeConfiguration.ps1
│ │ │ │ └── Sample_StartConfiguration.ps1
│ │ │ ├── ModuleFiles/
│ │ │ │ └── Microsoft.WinGet.Configuration.psd1
│ │ │ └── README.md
│ │ ├── Microsoft.WinGet.Configuration.Cmdlets/
│ │ │ ├── Cmdlets/
│ │ │ │ ├── Common/
│ │ │ │ │ └── OpenConfiguration.cs
│ │ │ │ ├── CompleteWinGetConfigurationCmdlet.cs
│ │ │ │ ├── ConfirmWinGetConfigurationCmdlet.cs
│ │ │ │ ├── ConvertToWinGetConfigurationYamlCmdlet.cs
│ │ │ │ ├── GetWinGetConfigurationCmdlet.cs
│ │ │ │ ├── GetWinGetConfigurationDetailsCmdlet.cs
│ │ │ │ ├── InvokeWinGetConfigurationCmdlet.cs
│ │ │ │ ├── RemoveWinGetConfigurationHistoryCmdlet.cs
│ │ │ │ ├── StartWinGetConfigurationCmdlet.cs
│ │ │ │ ├── StopWinGetConfigurationCmdlet.cs
│ │ │ │ └── TestWinGetConfigurationCmdlet.cs
│ │ │ ├── Helpers/
│ │ │ │ ├── Constants.cs
│ │ │ │ └── Utilities.cs
│ │ │ ├── Microsoft.WinGet.Configuration.Cmdlets.csproj
│ │ │ ├── Properties/
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Resolver/
│ │ │ └── ModuleInit.cs
│ │ ├── Microsoft.WinGet.Configuration.Engine/
│ │ │ ├── Commands/
│ │ │ │ └── ConfigurationCommand.cs
│ │ │ ├── Exceptions/
│ │ │ │ ├── ApplyConfigurationException.cs
│ │ │ │ ├── ErrorCodes.cs
│ │ │ │ ├── ErrorRecordErrorId.cs
│ │ │ │ ├── GetDetailsException.cs
│ │ │ │ └── OpenConfigurationSetException.cs
│ │ │ ├── Extensions/
│ │ │ │ └── ValueSetExtensions.cs
│ │ │ ├── Helpers/
│ │ │ │ ├── ApplyConfigurationSetProgressOutput.cs
│ │ │ │ ├── ConfigurationSetProgressOutputBase.cs
│ │ │ │ ├── ConfigurationUnitInformation.cs
│ │ │ │ ├── GetConfigurationSetDetailsProgressOutput.cs
│ │ │ │ ├── OpenConfigurationParameters.cs
│ │ │ │ ├── TestConfigurationSetProgressOutput.cs
│ │ │ │ └── Utilities.cs
│ │ │ ├── Microsoft.WinGet.Configuration.Engine.csproj
│ │ │ ├── PSObjects/
│ │ │ │ ├── PSApplyConfigurationSetResult.cs
│ │ │ │ ├── PSApplyConfigurationUnitResult.cs
│ │ │ │ ├── PSConfigurationJob.cs
│ │ │ │ ├── PSConfigurationProcessor.cs
│ │ │ │ ├── PSConfigurationSet.cs
│ │ │ │ ├── PSConfigurationTestResult.cs
│ │ │ │ ├── PSConfigurationUnitState.cs
│ │ │ │ ├── PSGetConfigurationDetailsResult.cs
│ │ │ │ ├── PSTestConfigurationSetResult.cs
│ │ │ │ ├── PSTestConfigurationUnitResult.cs
│ │ │ │ ├── PSUnitResult.cs
│ │ │ │ ├── PSValidateConfigurationSetResult.cs
│ │ │ │ └── PSValidateConfigurationUnitResult.cs
│ │ │ ├── Properties/
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── Resources/
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── Microsoft.WinGet.DSC/
│ │ │ ├── Microsoft.WinGet.DSC.psd1
│ │ │ └── Microsoft.WinGet.DSC.psm1
│ │ ├── Microsoft.WinGet.SharedLib/
│ │ │ ├── Exceptions/
│ │ │ │ ├── ErrorCodes.cs
│ │ │ │ └── GroupPolicyException.cs
│ │ │ ├── Extensions/
│ │ │ │ └── EnumPolicyExtension.cs
│ │ │ ├── Microsoft.WinGet.SharedLib.csproj
│ │ │ ├── PolicySettings/
│ │ │ │ ├── Enums.cs
│ │ │ │ ├── GroupPolicy.cs
│ │ │ │ └── TogglePolicy.cs
│ │ │ └── Resources/
│ │ │ ├── GroupPolicyResource.Designer.cs
│ │ │ └── GroupPolicyResource.resx
│ │ ├── Microsoft.WinGet.UnitTests/
│ │ │ ├── GitHubClientTests.cs
│ │ │ ├── Microsoft.WinGet.UnitTests.csproj
│ │ │ └── WinGetCLICommandBuilderTests.cs
│ │ ├── scripts/
│ │ │ ├── Execute-WinGetTests.ps1
│ │ │ ├── Initialize-LocalWinGetModules.ps1
│ │ │ └── samples/
│ │ │ ├── WinGetAdminSettingsResourceSample.ps1
│ │ │ ├── WinGetPackageManagerSample.ps1
│ │ │ ├── WinGetPackageResourceSample.ps1
│ │ │ ├── WinGetSourceSample.ps1
│ │ │ └── WinGetUserSettingsPackageManagerSample.ps1
│ │ └── tests/
│ │ ├── Microsoft.WinGet.Client.Tests.ps1
│ │ ├── Microsoft.WinGet.Configuration.Tests.ps1
│ │ ├── Microsoft.WinGet.DSC.Tests.ps1
│ │ └── RunTests.ps1
│ ├── PureLib/
│ │ ├── PureLib.vcxitems
│ │ ├── pure/
│ │ │ ├── AUTHORS
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── make-errors.js
│ │ │ ├── make-signatures.js
│ │ │ ├── make-tests.js
│ │ │ ├── package.json.backup
│ │ │ ├── pure
│ │ │ ├── pure.h
│ │ │ ├── pure_constants.h
│ │ │ ├── pure_errors.h
│ │ │ ├── pure_routines.h
│ │ │ ├── pure_signatures.h
│ │ │ └── test.js
│ │ └── readme.md
│ ├── SfsClient/
│ │ ├── SfsClient.vcxproj
│ │ ├── SfsClient.vcxproj.filters
│ │ ├── readme.md
│ │ └── sfs-client/
│ │ ├── .clang-format
│ │ ├── .cmake-format.json
│ │ ├── .github/
│ │ │ ├── CODEOWNERS
│ │ │ ├── ISSUE_TEMPLATE/
│ │ │ │ ├── bug_report.md
│ │ │ │ └── feature_request.md
│ │ │ ├── dependabot.yml
│ │ │ ├── pull_request_template.md
│ │ │ └── workflows/
│ │ │ ├── initialize-codeql/
│ │ │ │ └── action.yml
│ │ │ ├── install-winget/
│ │ │ │ └── action.yml
│ │ │ ├── main-build-ubuntu.yml
│ │ │ ├── main-build-windows.yml
│ │ │ └── pr.yml
│ │ ├── .gitignore
│ │ ├── API.md
│ │ ├── CMakeLists.txt
│ │ ├── CODE_OF_CONDUCT.md
│ │ ├── DEVELOPMENT.md
│ │ ├── LICENSE
│ │ ├── NOTICE.md
│ │ ├── README.md
│ │ ├── SECURITY.md
│ │ ├── SUPPORT.md
│ │ ├── TEST.md
│ │ ├── cgmanifest.json
│ │ ├── client/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── include/
│ │ │ │ └── sfsclient/
│ │ │ │ ├── AppContent.h
│ │ │ │ ├── AppFile.h
│ │ │ │ ├── ApplicabilityDetails.h
│ │ │ │ ├── ClientConfig.h
│ │ │ │ ├── Content.h
│ │ │ │ ├── ContentId.h
│ │ │ │ ├── File.h
│ │ │ │ ├── Logging.h
│ │ │ │ ├── RequestParams.h
│ │ │ │ ├── Result.h
│ │ │ │ └── SFSClient.h
│ │ │ ├── src/
│ │ │ │ ├── AppContent.cpp
│ │ │ │ ├── AppFile.cpp
│ │ │ │ ├── ApplicabilityDetails.cpp
│ │ │ │ ├── Content.cpp
│ │ │ │ ├── ContentId.cpp
│ │ │ │ ├── File.cpp
│ │ │ │ ├── Logging.cpp
│ │ │ │ ├── Result.cpp
│ │ │ │ ├── SFSClient.cpp
│ │ │ │ └── details/
│ │ │ │ ├── ContentUtil.cpp
│ │ │ │ ├── ContentUtil.h
│ │ │ │ ├── CorrelationVector.cpp
│ │ │ │ ├── CorrelationVector.h
│ │ │ │ ├── Env.cpp
│ │ │ │ ├── Env.h
│ │ │ │ ├── ErrorHandling.cpp
│ │ │ │ ├── ErrorHandling.h
│ │ │ │ ├── OSInfo.cpp
│ │ │ │ ├── OSInfo.h
│ │ │ │ ├── ReportingHandler.cpp
│ │ │ │ ├── ReportingHandler.h
│ │ │ │ ├── SFSClientImpl.cpp
│ │ │ │ ├── SFSClientImpl.h
│ │ │ │ ├── SFSClientInterface.h
│ │ │ │ ├── SFSException.cpp
│ │ │ │ ├── SFSException.h
│ │ │ │ ├── SFSUrlBuilder.cpp
│ │ │ │ ├── SFSUrlBuilder.h
│ │ │ │ ├── TestOverride.cpp
│ │ │ │ ├── TestOverride.h
│ │ │ │ ├── UrlBuilder.cpp
│ │ │ │ ├── UrlBuilder.h
│ │ │ │ ├── Util.cpp
│ │ │ │ ├── Util.h
│ │ │ │ ├── connection/
│ │ │ │ │ ├── Connection.cpp
│ │ │ │ │ ├── Connection.h
│ │ │ │ │ ├── ConnectionConfig.cpp
│ │ │ │ │ ├── ConnectionConfig.h
│ │ │ │ │ ├── ConnectionManager.cpp
│ │ │ │ │ ├── ConnectionManager.h
│ │ │ │ │ ├── CurlConnection.cpp
│ │ │ │ │ ├── CurlConnection.h
│ │ │ │ │ ├── CurlConnectionManager.cpp
│ │ │ │ │ ├── CurlConnectionManager.h
│ │ │ │ │ ├── HttpHeader.cpp
│ │ │ │ │ ├── HttpHeader.h
│ │ │ │ │ └── mock/
│ │ │ │ │ ├── MockConnection.cpp
│ │ │ │ │ ├── MockConnection.h
│ │ │ │ │ ├── MockConnectionManager.cpp
│ │ │ │ │ └── MockConnectionManager.h
│ │ │ │ └── entity/
│ │ │ │ ├── ContentType.cpp
│ │ │ │ ├── ContentType.h
│ │ │ │ ├── FileEntity.cpp
│ │ │ │ ├── FileEntity.h
│ │ │ │ ├── VersionEntity.cpp
│ │ │ │ └── VersionEntity.h
│ │ │ └── tests/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── functional/
│ │ │ │ ├── SFSClientTests.cpp
│ │ │ │ └── details/
│ │ │ │ ├── CurlConnectionTests.cpp
│ │ │ │ └── SFSClientImplTests.cpp
│ │ │ ├── mock/
│ │ │ │ ├── MockWebServer.cpp
│ │ │ │ ├── MockWebServer.h
│ │ │ │ ├── ProxyServer.cpp
│ │ │ │ ├── ProxyServer.h
│ │ │ │ ├── ServerCommon.cpp
│ │ │ │ └── ServerCommon.h
│ │ │ ├── unit/
│ │ │ │ ├── AppContentTests.cpp
│ │ │ │ ├── AppFileTests.cpp
│ │ │ │ ├── ApplicabilityDetailsTests.cpp
│ │ │ │ ├── ContentIdTests.cpp
│ │ │ │ ├── ContentTests.cpp
│ │ │ │ ├── FileTests.cpp
│ │ │ │ ├── ResultTests.cpp
│ │ │ │ ├── SFSClientTests.cpp
│ │ │ │ └── details/
│ │ │ │ ├── CurlConnectionManagerTests.cpp
│ │ │ │ ├── CurlConnectionTests.cpp
│ │ │ │ ├── EnvTests.cpp
│ │ │ │ ├── ErrorHandlingTests.cpp
│ │ │ │ ├── ReportingHandlerTests.cpp
│ │ │ │ ├── SFSClientImplTests.cpp
│ │ │ │ ├── SFSUrlBuilderTests.cpp
│ │ │ │ ├── TestOverrideTests.cpp
│ │ │ │ ├── UrlBuilderTests.cpp
│ │ │ │ ├── UtilTests.cpp
│ │ │ │ └── entity/
│ │ │ │ ├── FileEntityTests.cpp
│ │ │ │ └── VersionEntityTests.cpp
│ │ │ └── util/
│ │ │ ├── SFSExceptionMatcher.cpp
│ │ │ ├── SFSExceptionMatcher.h
│ │ │ ├── TestHelper.cpp
│ │ │ └── TestHelper.h
│ │ ├── cmake/
│ │ │ ├── SFSOptions.cmake
│ │ │ └── sfsclient-config.cmake.in
│ │ ├── pre-commit-wrapper.sh
│ │ ├── pre-commit.sh
│ │ ├── samples/
│ │ │ ├── CMakeLists.txt
│ │ │ ├── README.md
│ │ │ ├── integration-do-client/
│ │ │ │ ├── CMakeLists.txt
│ │ │ │ └── IntegrationDOClient.cpp
│ │ │ └── tool/
│ │ │ ├── CMakeLists.txt
│ │ │ └── SFSClientTool.cpp
│ │ ├── scripts/
│ │ │ ├── Build.ps1
│ │ │ ├── Setup.ps1
│ │ │ ├── Test.ps1
│ │ │ ├── build.sh
│ │ │ ├── check-format.py
│ │ │ ├── pip.requirements.txt
│ │ │ ├── setup.sh
│ │ │ └── test.sh
│ │ ├── sfs-client-vcpkg-port/
│ │ │ └── sfs-client/
│ │ │ ├── portfile.cmake
│ │ │ ├── usage
│ │ │ └── vcpkg.json
│ │ ├── vcpkg-custom-triplets/
│ │ │ └── x64-windows-static-custom.cmake
│ │ └── vcpkg.json
│ ├── Update-VcxprojNugetPackageVersions.ps1
│ ├── VcpkgCustomTriplets/
│ │ ├── arm64-release-static.cmake
│ │ ├── arm64-release.cmake
│ │ ├── arm64.cmake
│ │ ├── common.cmake
│ │ ├── fuzzing.cmake
│ │ ├── x64-fuzzing.cmake
│ │ ├── x64-release-static.cmake
│ │ ├── x64-release.cmake
│ │ ├── x64.cmake
│ │ ├── x86-fuzzing.cmake
│ │ ├── x86-release-static.cmake
│ │ ├── x86-release.cmake
│ │ └── x86.cmake
│ ├── VcpkgPortOverlay/
│ │ ├── CreatePortOverlay.ps1
│ │ ├── README.md
│ │ ├── cpprestsdk/
│ │ │ ├── add-server-certificate-validation.patch
│ │ │ ├── fix-find-openssl.patch
│ │ │ ├── fix-uwp.patch
│ │ │ ├── fix_narrowing.patch
│ │ │ ├── portfile.cmake
│ │ │ ├── test.patch
│ │ │ └── vcpkg.json
│ │ ├── detours/
│ │ │ ├── find-jmp-bounds-arm64.patch
│ │ │ ├── portfile.cmake
│ │ │ ├── usage
│ │ │ └── vcpkg.json
│ │ └── libyaml/
│ │ ├── export-pkgconfig.patch
│ │ ├── fix-POSIX_name.patch
│ │ ├── portfile.cmake
│ │ └── vcpkg.json
│ ├── WinGetMCPServer/
│ │ ├── Exceptions/
│ │ │ └── ToolResponseException.cs
│ │ ├── Extensions/
│ │ │ └── PackageListExtensions.cs
│ │ ├── Program.cs
│ │ ├── Response/
│ │ │ ├── FindPackageResult.cs
│ │ │ ├── InstallOperationResult.cs
│ │ │ ├── PackageIdentityErrorResult.cs
│ │ │ ├── PackageResponse.cs
│ │ │ └── ToolResponse.cs
│ │ ├── ServerConnection.cs
│ │ ├── WinGetMCPServer.csproj
│ │ └── WingetPackageTools.cs
│ ├── WinGetSchemas/
│ │ ├── PackagesSchema.h
│ │ ├── WinGetSchemas.rc
│ │ ├── WinGetSchemas.vcxitems
│ │ ├── WinGetSchemas.vcxitems.filters
│ │ └── resource.h
│ ├── WinGetServer/
│ │ ├── PropertySheet.props
│ │ ├── Utils.cpp
│ │ ├── Utils.h
│ │ ├── WinGetServer.exe.manifest
│ │ ├── WinGetServer.idl
│ │ ├── WinGetServer.rc
│ │ ├── WinGetServer.vcxproj
│ │ ├── WinGetServer.vcxproj.filters
│ │ ├── WinGetServerManualActivation_Client.cpp
│ │ ├── WinGetServerManualActivation_Client.h
│ │ ├── WinMain.cpp
│ │ ├── packages.config
│ │ └── resource.h
│ ├── WinGetSourceCreator/
│ │ ├── Helpers.cs
│ │ ├── ManifestTokens.cs
│ │ ├── Model/
│ │ │ ├── DynamicInstaller.cs
│ │ │ ├── Installer.cs
│ │ │ ├── InstallerType.cs
│ │ │ ├── LocalInstaller.cs
│ │ │ ├── LocalSource.cs
│ │ │ ├── Signature.cs
│ │ │ └── SourceInstaller.cs
│ │ ├── WinGetLocalSource.cs
│ │ └── WinGetSourceCreator.csproj
│ ├── WinGetTestCommon/
│ │ ├── WinGetServerInstance.cs
│ │ ├── WinGetTestCommon.csproj
│ │ └── WindowMessage.cs
│ ├── WinGetUtil/
│ │ ├── Exports.cpp
│ │ ├── PropertySheet.props
│ │ ├── Source.def
│ │ ├── WinGetUtil.h
│ │ ├── WinGetUtil.vcxproj
│ │ ├── WinGetUtil.vcxproj.filters
│ │ ├── packages.config
│ │ ├── pch.cpp
│ │ └── pch.h
│ ├── WinGetUtilInterop/
│ │ ├── Api/
│ │ │ ├── WinGetFactory.cs
│ │ │ ├── WinGetInstallerMetadata.cs
│ │ │ ├── WinGetLogging.cs
│ │ │ ├── WinGetManifest.cs
│ │ │ ├── WinGetSQLiteIndex.cs
│ │ │ └── WinGetUtilities.cs
│ │ ├── Build/
│ │ │ └── Microsoft.WindowsPackageManager.Utils.targets
│ │ ├── Common/
│ │ │ ├── Constants.cs
│ │ │ ├── CreateManifestResult.cs
│ │ │ ├── Enums.cs
│ │ │ ├── Helpers.cs
│ │ │ └── ManifestValidationResult.cs
│ │ ├── Exceptions/
│ │ │ ├── WinGetDownloadException.cs
│ │ │ ├── WinGetInstallerMetadataException.cs
│ │ │ ├── WinGetLoggingException.cs
│ │ │ ├── WinGetManifestException.cs
│ │ │ └── WinGetSQLiteIndexException.cs
│ │ ├── Interfaces/
│ │ │ ├── IWinGetFactory.cs
│ │ │ ├── IWinGetInstallerMetadata.cs
│ │ │ ├── IWinGetLogging.cs
│ │ │ ├── IWinGetManifest.cs
│ │ │ ├── IWinGetSQLiteIndex.cs
│ │ │ └── IWinGetUtilities.cs
│ │ ├── Manifest/
│ │ │ ├── ManifestVersion.cs
│ │ │ ├── Preview/
│ │ │ │ ├── InstallerSwitches.cs
│ │ │ │ ├── Manifest.cs
│ │ │ │ ├── ManifestInstaller.cs
│ │ │ │ └── ManifestLocalization.cs
│ │ │ └── V1/
│ │ │ ├── InstallerArpEntry.cs
│ │ │ ├── InstallerAuthentication.cs
│ │ │ ├── InstallerDependency.cs
│ │ │ ├── InstallerExpectedReturnCode.cs
│ │ │ ├── InstallerInstallationMetadata.cs
│ │ │ ├── InstallerMarkets.cs
│ │ │ ├── InstallerMicrosoftEntraIdAuthenticationInfo.cs
│ │ │ ├── InstallerNestedInstallerFile.cs
│ │ │ ├── InstallerPackageDependency.cs
│ │ │ ├── InstallerSwitches.cs
│ │ │ ├── Manifest.cs
│ │ │ ├── ManifestDocumentation.cs
│ │ │ ├── ManifestIcon.cs
│ │ │ ├── ManifestInstaller.cs
│ │ │ ├── ManifestInstallerFile.cs
│ │ │ ├── ManifestLocalization.cs
│ │ │ ├── ManifestShadow.cs
│ │ │ ├── ManifestShadowLocalization.cs
│ │ │ ├── MinManifestInfo.cs
│ │ │ └── PackageAgreement.cs
│ │ ├── WinGetUtilInterop.csproj
│ │ └── scripts/
│ │ ├── CreateLocalNuget.ps1
│ │ └── WinGetUtilDev.nuspec
│ ├── WinGetUtilInterop.UnitTests/
│ │ ├── APIUnitTests/
│ │ │ ├── ManifestUnitTests.cs
│ │ │ └── SQLiteIndexUnitTests.cs
│ │ ├── Common/
│ │ │ ├── DisplayTestMethodNameAttribute.cs
│ │ │ └── FactSkipx64CI.cs
│ │ ├── ManifestUnitTest/
│ │ │ ├── ManifestEqualityUnitTests.cs
│ │ │ └── V1ManifestReadTest.cs
│ │ ├── TestCollateral/
│ │ │ ├── AllEquality.yaml
│ │ │ ├── AllEqualityWithDescription.yaml
│ │ │ ├── DifferentId.yaml
│ │ │ ├── ExpectedShadowManifest.yaml
│ │ │ ├── OneInstaller.yaml
│ │ │ ├── PackageTest.yaml
│ │ │ ├── PackageTestNewName.yaml
│ │ │ ├── PackageTestNewVersion.yaml
│ │ │ ├── SomeEquality.yaml
│ │ │ ├── SomeEqualityWithLocalization.yaml
│ │ │ ├── SomeEqualityWithoutInstallers.yaml
│ │ │ ├── SomeEqualityWithoutSwitches.yaml
│ │ │ ├── Test_yaml_with_bom.yaml
│ │ │ ├── Test_yaml_without_bom.yaml
│ │ │ ├── V1ManifestInfoMissingRequiredPackageLocale.yaml
│ │ │ ├── V1ManifestMerged.yaml
│ │ │ ├── V1ManifestNoLocalization.yaml
│ │ │ ├── V1_10ManifestMerged.yaml
│ │ │ ├── V1_12ManifestMerged.yaml
│ │ │ ├── V1_1ManifestMerged.yaml
│ │ │ ├── V1_6ManifestMerged.yaml
│ │ │ ├── V1_7ManifestMerged.yaml
│ │ │ └── V1_9ManifestMerged.yaml
│ │ └── WinGetUtilInterop.UnitTests.csproj
│ ├── WinGetYamlFuzzing/
│ │ ├── OneFuzzConfig.json
│ │ ├── README.md
│ │ ├── WinGetYamlFuzzing.cpp
│ │ ├── WinGetYamlFuzzing.vcxproj
│ │ ├── WinGetYamlFuzzing.vcxproj.filters
│ │ ├── dictionary.txt
│ │ └── packages.config
│ ├── WindowsPackageManager/
│ │ ├── ConfigurationStaticFunctions.cpp
│ │ ├── PropertySheet.props
│ │ ├── Source.def
│ │ ├── WindowsPackageManager.h
│ │ ├── WindowsPackageManager.vcxproj
│ │ ├── WindowsPackageManager.vcxproj.filters
│ │ ├── main.cpp
│ │ └── packages.config
│ ├── Xlang/
│ │ ├── README.md
│ │ └── UndockedRegFreeWinRT/
│ │ └── src/
│ │ └── UndockedRegFreeWinRT/
│ │ ├── README.md
│ │ ├── UndockedRegFreeWinRT/
│ │ │ ├── UndockedRegFreeWinRT.vcxproj
│ │ │ ├── UndockedRegFreeWinRT.vcxproj.filters
│ │ │ ├── catalog.cpp
│ │ │ ├── catalog.h
│ │ │ ├── cpp.hint
│ │ │ ├── dllmain.cpp
│ │ │ ├── extwinrt.h
│ │ │ ├── packages.config
│ │ │ ├── typeresolution.cpp
│ │ │ ├── typeresolution.h
│ │ │ └── winrtact.def
│ │ └── mwinrtact/
│ │ ├── mwinrtact.cs
│ │ └── mwinrtact.csproj
│ ├── binver/
│ │ ├── Update-BinVer.ps1
│ │ ├── binver/
│ │ │ ├── resource.h
│ │ │ ├── version.h
│ │ │ └── version.rc
│ │ └── binver.vcxitems
│ ├── manifest/
│ │ └── shared.manifest
│ ├── nuget.config
│ ├── stylecop.json
│ ├── targets/
│ │ ├── EmbeddedCsWinRT.targets
│ │ └── ReferenceEmbeddedCsWinRTProject.targets
│ ├── vcpkg.json
│ └── vcpkg.props
├── templates/
│ ├── e2e-setup.yml
│ └── e2e-test.template.yml
└── tools/
├── COMTrace/
│ └── ComTrace.wprp
├── CorrelationTestbed/
│ ├── InSandboxScript.ps1
│ ├── InstallAndCheckCorrelation/
│ │ ├── InstallAndCheckCorrelation/
│ │ │ ├── InstallAndCheckCorrelation.cpp
│ │ │ ├── InstallAndCheckCorrelation.vcxproj
│ │ │ ├── InstallAndCheckCorrelation.vcxproj.filters
│ │ │ ├── Microsoft.Management.Deployment.winmd
│ │ │ └── packages.config
│ │ └── InstallAndCheckCorrelation.sln
│ ├── Process-CorrelationResults.ps1
│ ├── Readme.md
│ └── Test-CorrelationInSandbox.ps1
├── DevInSandbox/
│ ├── InSandboxScript.ps1
│ └── Launch-DevPackageInSandbox.ps1
├── HAMTrace/
│ └── WER.HostActivityManager.wprp
├── IndexComparisonTool/
│ ├── IndexComparisonTool.vcxproj
│ ├── IndexComparisonTool.vcxproj.filters
│ ├── WinGetUtil.h
│ ├── main.cpp
│ ├── pch.cpp
│ └── pch.h
└── SampleWinGetUWPCaller/
├── AppInstallerCaller/
│ ├── App.cpp
│ ├── App.h
│ ├── App.idl
│ ├── App.xaml
│ ├── AppInstallerCaller.vcxproj
│ ├── AppInstallerCaller.vcxproj.filters
│ ├── GeneratedFromServer/
│ │ └── Microsoft.Management.Deployment.winmd
│ ├── InstallingPackageView.cpp
│ ├── InstallingPackageView.h
│ ├── MainPage.cpp
│ ├── MainPage.h
│ ├── MainPage.idl
│ ├── MainPage.xaml
│ ├── Package.appxmanifest
│ ├── PropertySheet.props
│ ├── packages.config
│ ├── pch.cpp
│ └── pch.h
└── AppInstallerCaller.sln
================================================
FILE CONTENTS
================================================
================================================
FILE: .config/configuration.vsEnterprise.winget
================================================
# yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2
# Reference: https://github.com/microsoft/winget-cli#building-the-client
properties:
resources:
- resource: Microsoft.Windows.Settings/WindowsSettings
directives:
description: Enable Developer Mode
# Requires elevation for the set operation
securityContext: elevated
allowPrerelease: true
settings:
DeveloperMode: true
- resource: Microsoft.WinGet.DSC/WinGetPackage
id: vsPackage
directives:
description: Install Visual Studio 2022 Enterprise
# Requires elevation for the set operation
securityContext: elevated
settings:
id: Microsoft.VisualStudio.2022.Enterprise
source: winget
- resource: Microsoft.VisualStudio.DSC/VSComponents
dependsOn:
- vsPackage
directives:
description: Install required VS workloads from project .vsconfig file
# Requires elevation for the get and set operations
securityContext: elevated
allowPrerelease: true
settings:
productId: Microsoft.VisualStudio.Product.Enterprise
channelId: VisualStudio.17.Release
vsConfigFile: '${WinGetConfigRoot}\..\.vsconfig'
configurationVersion: 0.2.0
================================================
FILE: .config/configuration.vsProfessional.winget
================================================
# yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2
# Reference: https://github.com/microsoft/winget-cli#building-the-client
properties:
resources:
- resource: Microsoft.Windows.Settings/WindowsSettings
directives:
description: Enable Developer Mode
# Requires elevation for the set operation
securityContext: elevated
allowPrerelease: true
settings:
DeveloperMode: true
- resource: Microsoft.WinGet.DSC/WinGetPackage
id: vsPackage
directives:
description: Install Visual Studio 2022 Professional
# Requires elevation for the set operation
securityContext: elevated
settings:
id: Microsoft.VisualStudio.2022.Professional
source: winget
- resource: Microsoft.VisualStudio.DSC/VSComponents
dependsOn:
- vsPackage
directives:
description: Install required VS workloads from project .vsconfig file
# Requires elevation for the get and set operations
securityContext: elevated
allowPrerelease: true
settings:
productId: Microsoft.VisualStudio.Product.Professional
channelId: VisualStudio.17.Release
vsConfigFile: '${WinGetConfigRoot}\..\.vsconfig'
configurationVersion: 0.2.0
================================================
FILE: .config/configuration.winget
================================================
# yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2
# Reference: https://github.com/microsoft/winget-cli#building-the-client
properties:
resources:
- resource: Microsoft.Windows.Settings/WindowsSettings
directives:
description: Enable Developer Mode
# Requires elevation for the set operation
securityContext: elevated
allowPrerelease: true
settings:
DeveloperMode: true
- resource: Microsoft.WinGet.DSC/WinGetPackage
id: vsPackage
directives:
description: Install Visual Studio 2022 Community
# Requires elevation for the set operation
securityContext: elevated
settings:
id: Microsoft.VisualStudio.2022.Community
source: winget
- resource: Microsoft.VisualStudio.DSC/VSComponents
dependsOn:
- vsPackage
directives:
description: Install required VS workloads from project .vsconfig file
# Requires elevation for the get and set operations
securityContext: elevated
allowPrerelease: true
settings:
productId: Microsoft.VisualStudio.Product.Community
channelId: VisualStudio.17.Release
vsConfigFile: '${WinGetConfigRoot}\..\.vsconfig'
configurationVersion: 0.2.0
================================================
FILE: .editorconfig
================================================
# top-most EditorConfig file
root=true
# Apply Windows-style newlines with a newline ending on every file, using UTF-8, and removing extra whitespace before newlines
[*]
end_of_line = crlf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
# Overrides for Yaml Files - Use two spaces for indents
# editorconfig/editorconfig#329
[*.{yml,yaml}]
indent_style = space
indent_size = 2
# Overrides for Markdown Files - Use tab for indents (accessibility)
[*.md]
indent_style = tab
[{allow.txt,excludes.txt,patterns.txt,expect.txt}]
end_of_line = lf
================================================
FILE: .github/ISSUE_TEMPLATE/Bug_Report.yml
================================================
name: '🐛 Bug Report'
description: Report errors or unexpected behavior.
labels:
- Issue-Bug
- Needs-Triage
body:
- type: markdown
attributes:
value: |
> This bug tracker is monitored by the Windows Package Manager development team and other technical folks.
>
> **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to GitHub issues**.
> Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue.
>
> If this is an application crash, please provide a Feedback Hub submission link if possible so we can find your diagnostic data on the backend.
> You can open the Feedback Hub directly to the prepopulated form at https://aka.ms/winget-feedback
> Alternatively, use the category "Apps > Windows Package Manager" and choose "Share My Feedback" after submission to get the link.
>
> Please use this form and describe your issue, concisely but precisely, with as much detail as possible.
- type: dropdown
attributes:
label: Relevant area(s)
description: What things had an issue? Check all that apply.
multiple: true
options:
- WinGet CLI
- PowerShell Module
- COM API
- DSC Resource
default: 0
validations:
required: true
- type: dropdown
attributes:
label: Relevant command(s)
description: If you selected 'WinGet CLI' above, specify the command(s) that had an issue.
multiple: true
options:
- winget configure
- winget download
- winget dscv3
- winget export
- winget features
- winget font
- winget hash
- winget import
- winget install
- winget list
- winget mcp
- winget pin
- winget repair
- winget search
- winget settings
- winget show
- winget source
- winget uninstall
- winget upgrade
- winget validate
validations:
required: false
- type: textarea
attributes:
label: Brief description of your issue
placeholder: Briefly describe your issue here.
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce
placeholder: A description of how to trigger this bug
validations:
required: true
- type: textarea
attributes:
label: Expected behavior
placeholder: What did you expect to happen?
validations:
required: true
- type: textarea
attributes:
label: Actual behavior
placeholder: What is currently happening?
validations:
required: true
- type: textarea
attributes:
label: Environment
placeholder: |
[winget --info]
Windows Package Manager version
Windows: Windows.Desktop version
Package: Microsoft.DesktopAppInstaller version
Any other software?
render: shell
validations:
required: true
================================================
FILE: .github/ISSUE_TEMPLATE/Documentation_Issue.yml
================================================
name: '📚 Documentation Issue'
description: Report issues in our documentation.
labels:
- Issue-Docs
- Needs-Triage
body:
- type: textarea
attributes:
label: Brief description of your issue
placeholder: Briefly describe which document needs to be corrected and why.
validations:
required: true
================================================
FILE: .github/ISSUE_TEMPLATE/Feature_Request.yml
================================================
name: '🚀 Feature Request / Idea'
description: Suggest a new feature or improvement (this does not mean you have to implement it).
labels:
- Issue-Feature
- Needs-Triage
body:
- type: dropdown
attributes:
label: Relevant area(s)
description: What area does this feature request relate to? Check all that apply.
multiple: true
options:
- WinGet CLI
- PowerShell Module
- COM API
- DSC Resource
default: 0
validations:
required: true
- type: textarea
attributes:
label: Description of the new feature / enhancement
placeholder: |
A clear and concise description of what the problem is that the new feature would solve.
Describe why and how a user would use this new functionality (if applicable).
validations:
required: true
- type: textarea
attributes:
label: Proposed technical implementation details
placeholder: A clear and concise description of what you want to happen.
validations:
required: false
================================================
FILE: .github/ISSUE_TEMPLATE/config.yml
================================================
blank_issues_enabled: true
contact_links:
- name: Package issues
url: https://github.com/microsoft/winget-pkgs/issues
about: Please create issues related to the packages here.
- name: General Question
url: https://github.com/microsoft/winget-cli/discussions/new
about: Have a question on something? Start a new discussion thread.
- name: Review open issues
url: https://github.com/microsoft/winget-cli/issues
about: Please check if your issue or a similar issue has already been submitted.
================================================
FILE: .github/PULL_REQUEST_TEMPLATE.md
================================================
- [ ] I have signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs).
- [ ] I have updated the [Release Notes](../doc/ReleaseNotes.md).
- [ ] This pull request is related to an issue.
-----
================================================
FILE: .github/actions/spelling/README.md
================================================
# check-spelling/check-spelling configuration
File | Purpose | Format | Info
-|-|-|-
[dictionary.txt](dictionary.txt) | Replacement dictionary (creating this file will override the default dictionary) | one word per line | [dictionary](https://github.com/check-spelling/check-spelling/wiki/Configuration#dictionary)
[allow.txt](allow.txt) | Add words to the dictionary | one word per line (only letters and `'`s allowed) | [allow](https://github.com/check-spelling/check-spelling/wiki/Configuration#allow)
[reject.txt](reject.txt) | Remove words from the dictionary (after allow) | grep pattern matching whole dictionary words | [reject](https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples%3A-reject)
[excludes.txt](excludes.txt) | Files to ignore entirely | perl regular expression | [excludes](https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples%3A-excludes)
[only.txt](only.txt) | Only check matching files (applied after excludes) | perl regular expression | [only](https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples%3A-only)
[patterns.txt](patterns.txt) | Patterns to ignore from checked lines | perl regular expression (order matters, first match wins) | [patterns](https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples%3A-patterns)
[candidate.patterns](candidate.patterns) | Patterns that might be worth adding to [patterns.txt](patterns.txt) | perl regular expression with optional comment block introductions (all matches will be suggested) | [candidates](https://github.com/check-spelling/check-spelling/wiki/Feature:-Suggest-patterns)
[line_forbidden.patterns](line_forbidden.patterns) | Patterns to flag in checked lines | perl regular expression (order matters, first match wins) | [patterns](https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples%3A-patterns)
[expect.txt](expect.txt) | Expected words that aren't in the dictionary | one word per line (sorted, alphabetically) | [expect](https://github.com/check-spelling/check-spelling/wiki/Configuration#expect)
[advice.md](advice.md) | Supplement for GitHub comment when unrecognized words are found | GitHub Markdown | [advice](https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples%3A-advice)
Note: you can replace any of these files with a directory by the same name (minus the suffix)
and then include multiple files inside that directory (with that suffix) to merge multiple files together.
================================================
FILE: .github/actions/spelling/advice.md
================================================
If the flagged items are :exploding_head: false positives
If items relate to a ...
* binary file (or some other file you wouldn't want to check at all).
Please add a file path to the `excludes.txt` file matching the containing file.
File paths are Perl 5 Regular Expressions - you can [test](
https://www.regexplanet.com/advanced/perl/) yours before committing to verify it will match your files.
`^` refers to the file's path from the root of the repository, so `^README\.md$` would exclude [README.md](
../tree/HEAD/README.md) (on whichever branch you're using).
* well-formed pattern.
If you can write a [pattern](
https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-patterns
) that would match it,
try adding it to the `patterns.txt` file.
Patterns are Perl 5 Regular Expressions - you can [test](
https://www.regexplanet.com/advanced/perl/) yours before committing to verify it will match your lines.
Note that patterns can't match multiline strings.
================================================
FILE: .github/actions/spelling/allow.txt
================================================
ACTIONDATA
ACTIONSTART
activatable
addfile
addmanifest
addpin
addportablefile
addstore
admins
AFX
appinstaller
appmodel
appxbundle
appxbundles
appxrecipe
appxsdk
APSTUDIO
ARRAYSIZE
artifactstagingdirectory
Asn
aspirational
Authenticode
AUTOLISTEN
azureedge
binlog
binver
bstr
BUILDNUMBER
bytearray
cdn
cer
certutil
cfr
cguid
checkbox
cla
CLASSNOTAVAILABLE
clsids
cmake
CNG
COMMANDBARFLYOUT
COMMONDATA
comparand
conemu
contoso
COSTDEFERRED
cotaskmem
cpprest
cpprestsdk
cppwinrt
createnew
createpintable
createportabletable
createtables
CRTDECL
CRYPTPROTECT
CTLs
curated
CURSORPOSITON
CUSTOMHEADER
cvd
datatelemetry
datetime
dbconn
DBId
debugbreak
dedup
defaultlocale
delstore
Demitrius
denelon
depersist
differentpath
DIRECTONLY
DISMAPI
distro
dllmain
dotnet
downloaders
dsx
DWORDLONG
emoji
ENDDIALOG
ensureandinsert
ensurepathexists
entra
ENU
EOAC
errorlevel
ESRP
etstandard
ETW
EULA
EVENTTAG
EWX
exeenus
exeinteractive
exelog
exesilent
exeswp
EXTRADEBUG
EXTRAFLAGS
FAILIFTHERE
fakeswitch
FATALEXIT
FIELDTAG
FILEFLAGS
FILEFLAGSMASK
FILEOS
FILESINUSE
FILESUBTYPE
FILEVERSION
florelis
FLUSHEACHLINE
fnt
forcerestart
gdi
genai
HCCE
hcertstore
HCRYPTMSG
HGlobal
HGLOBAL
HIDECANCEL
hinternet
HKCU
HKLM
hresult
HRSRC
hstring
IAppx
ICheckpoint
IConfiguration
IFACEMETHOD
ifspec
IInspectable
inapplicabilities
inheritdoc
inno
Inq
installertype
Installeruniqueness
installlocation
INSTALLLOGATTRIBUTES
INSTALLLOGMODE
INSTALLPATH
INSTALLUILEVEL
INVALIDARG
INVALIDSID
iot
IPinning
ipmo
IPortable
ISAPPROVEDFOROUTPUT
IUnknown
JDKs
langutil
lastwritetime
LCIDTo
lnk
LOGONLYONERROR
LOGPATH
LOGPERFORMANCE
logsql
logto
LPCGUID
LPCSTR
Luid
makeappx
MAKEINTRESOURCE
makemsix
MANIFESTSCHEMA
MANIFESTVERSION
mcp
Memberwise
meme
metadatas
Minimatch
Moq
motw
mrm
msdata
MSHCTX
MSHLFLAGS
msiexec
msix
msixbundle
msixinfo
msixsdk
msixsdkx
msixtest
msrc
Multifile
Multimatch
ncacn
Nelon
netstandard
newid
NOCASE
NOCLOSEPROCESS
nodiscard
NOMINMAX
nonexistentsetting
norestart
normalizednameandpublisher
normalizedpackagenameandpublisher
notcontains
NTAPI
NTSTATUS
nullsoft
nunit
nupkg
OAuth
ODR
opencode
openxmlformats
OSVERSIONINFOEXW
otf
OUTOFDISKSPACE
OUTOFPROC
packagefamilyname
packageidentifier
packagename
PACKAGESSCHEMA
paket
Params
params
parentidx
pathpart
Pathto
PBYTE
pch
PCWSTR
pelikhan
PEVENT
pfns
pfp
PII
pinnable
pinningindex
pipssource
Pkcs
portableindex
powertoys
pplx
ppv
PRECONFIG
preindexed
prepareforpackaging
prepopulate
prepopulated
prioritization
processthreadsapi
PRODUCTNAME
PRODUCTVERSION
PROGRESSONLY
promptrestart
PROPERTYDUMP
protseq
PTOKEN
publiccontainer
PUCHAR
pwa
QCol
Qspectre
rclsid
REBOOTPROMPT
Redistributable
REFCLSID
removemanifest
removepin
removeportablefile
repolibtest
requeue
rescap
resetpins
resheader
resmimetype
RESOLVESOURCE
RESTAPI
RESTARTAPPS
resw
resx
rethrowing
roadmap
robuffer
rowcount
rowids
rubengustorage
ruleset
runas
runsettings
SANITIZERS
Screenshot
screenshots
SCROLLVIEWER
seinfo
SERVICEPACKMAJOR
SERVICEPACKMINOR
setschemaversion
setupexitcodes
setvariable
shcore
SHELLEXEC
SHELLEXECUTEINFOW
shlobj
Shlwapi
SHTDN
shtypes
signtool
silentwithprogress
Silverlight
simplesave
simpletest
sixel
sixels
sln
sqlbuilder
sqliteicu
sqliteindex
sqliteindexsource
sqlitewrapper
srwlock
STARTUPINFO
STATEACTION
STATFLAG
STATSTG
STDAPI
STGM
storeedgefd
stpkgmanvalwestustest
stringable
STRINGID
STRINGIZE
STRSAFE
subcontext
SUBLANG
subresource
subselect
substr
SUPPRESSMSGBOXES
SWIPECONTROL
SYMED
symlinktarget
TARGETDIR
targetentrypoint
targetnametoken
tdbuild
tdd
tempdb
terabyte
testcontainer
testmoniker
TESTPORTABLEFILE
Testrun
testsettingname
TEXTFORMAT
TEXTINCLUDE
threadpool
tpl
TRACELOGGING
triaged
TRUSTEDPEOPLE
UAC
UACONLY
uap
UBool
UBreak
ubrk
ucol
UCollation
UCollator
UError
UIF
ULARGE
und
UNICODESTRING
uninstalling
Unmarshal
unskipped
unstash
untimes
updatefile
updatemanifest
updatepin
updateportablefile
UPLEVEL
uregex
URegular
urlmon
USEREXIT
userguide
usersources
utext
valijson
vcpkg
vcvars
vcxitems
VERYSILENT
VFT
visualstudio
VOS
vso
wapproj
wcsicmp
webpage
websites
WHOLECHAIN
wil
wincrypt
windbg
WINEVENT
winget
winhttp
wininet
winmd
winmeta
winres
winrt
winsqlite
WINTRUST
wix
wmain
WNS
woah
workflows
wpfn
wrl
WTD
wtypesbase
Xamarin
Xbox
XElement
Xlang
XResource
XTOKEN
xunit
================================================
FILE: .github/actions/spelling/candidate.patterns
================================================
# marker to ignore all code on line
^.*/\* #no-spell-check-line \*/.*$
# marker for ignoring a comment to the end of the line
// #no-spell-check.*$
# marker to ignore all code on line
^.*\bno-spell-check(?:-line|)(?:\s.*|)$
# https://cspell.org/configuration/document-settings/
# cspell inline
^.*\b[Cc][Ss][Pp][Ee][Ll]{2}:\s*[Dd][Ii][Ss][Aa][Bb][Ll][Ee]-[Ll][Ii][Nn][Ee]\b
# patch hunk comments
^@@ -\d+(?:,\d+|) \+\d+(?:,\d+|) @@ .*
# git index header
index (?:[0-9a-z]{7,40},|)[0-9a-z]{7,40}\.\.[0-9a-z]{7,40}
# file permissions
['"`\s][-bcdLlpsw](?:[-r][-w][-Ssx]){2}[-r][-w][-SsTtx]\+?['"`\s]
# css url wrappings
\burl\([^)]+\)
# cid urls
(['"])cid:.*?\g{-1}
# data url in parens
\(data:(?:[^) ][^)]*?|)(?:[A-Z]{3,}|[A-Z][a-z]{2,}|[a-z]{3,})[^)]*\)
# data url in quotes
([`'"])data:(?:[^ `'"].*?|)(?:[A-Z]{3,}|[A-Z][a-z]{2,}|[a-z]{3,}).*\g{-1}
# data url
\bdata:[-a-zA-Z=;:/0-9+]*,\S*
# https/http/file urls
#(?:\b(?:https?|ftp|file)://)[-A-Za-z0-9+&@#/*%?=~_|!:,.;]+[-A-Za-z0-9+&@#/*%=~_|]
# mailto urls
mailto:[-a-zA-Z=;:/?%&0-9+@._]{3,}
# magnet urls
magnet:[?=:\w]+
# magnet urls
"magnet:[^"]+"
# obs:
"obs:[^"]*"
# The `\b` here means a break, it's the fancy way to handle urls, but it makes things harder to read
# In this examples content, I'm using a number of different ways to match things to show various approaches
# asciinema
\basciinema\.org/a/[0-9a-zA-Z]+
# asciinema v2
^\[\d+\.\d+, "[io]", ".*"\]$
# apple
\bdeveloper\.apple\.com/[-\w?=/]+
# Apple music
\bembed\.music\.apple\.com/fr/playlist/usr-share/[-\w.]+
# appveyor api
\bci\.appveyor\.com/api/projects/status/[0-9a-z]+
# appveyor project
\bci\.appveyor\.com/project/(?:[^/\s"]*/){2}builds?/\d+/job/[0-9a-z]+
# Amazon
# Amazon
\bamazon\.com/[-\w]+/(?:dp/[0-9A-Z]+|)
# AWS S3
\b\w*\.s3[^.]*\.amazonaws\.com/[-\w/%_?:=]*
# AWS execute-api
\b[0-9a-z]{10}\.execute-api\.[-0-9a-z]+\.amazonaws\.com\b
# AWS ELB
\b\w+\.[-0-9a-z]+\.elb\.amazonaws\.com\b
# AWS SNS
\bsns\.[-0-9a-z]+.amazonaws\.com/[-\w/%_?:=]*
# AWS VPC
vpc-\w+
# While you could try to match `http://` and `https://` by using `s?` in `https?://`, sometimes there
# YouTube url
\b(?:(?:www\.|)youtube\.com|youtu.be)/(?:channel/|embed/|user/|playlist\?list=|watch\?v=|v/|)[-a-zA-Z0-9?&=_%]*
# YouTube music
\bmusic\.youtube\.com/youtubei/v1/browse(?:[?&]\w+=[-a-zA-Z0-9?&=_]*)
# YouTube tag
<\s*youtube\s+id=['"][-a-zA-Z0-9?_]*['"]
# YouTube image
\bimg\.youtube\.com/vi/[-a-zA-Z0-9?&=_]*
# Google Accounts
\baccounts.google.com/[-_/?=.:;+%&0-9a-zA-Z]*
# Google Analytics
\bgoogle-analytics\.com/collect.[-0-9a-zA-Z?%=&_.~]*
# Google APIs
\bgoogleapis\.(?:com|dev)/[a-z]+/(?:v\d+/|)[a-z]+/[-@:./?=\w+|&]+
# Google Storage
\b[-a-zA-Z0-9.]*\bstorage\d*\.googleapis\.com(?:/\S*|)
# Google Calendar
\bcalendar\.google\.com/calendar(?:/u/\d+|)/embed\?src=[@./?=\w&%]+
\w+\@group\.calendar\.google\.com\b
# Google DataStudio
\bdatastudio\.google\.com/(?:(?:c/|)u/\d+/|)(?:embed/|)(?:open|reporting|datasources|s)/[-0-9a-zA-Z]+(?:/page/[-0-9a-zA-Z]+|)
# The leading `/` here is as opposed to the `\b` above
# ... a short way to match `https://` or `http://` since most urls have one of those prefixes
# Google Docs
/docs\.google\.com/[a-z]+/(?:ccc\?key=\w+|(?:u/\d+|d/(?:e/|)[0-9a-zA-Z_-]+/)?(?:edit\?[-\w=#.]*|/\?[\w=&]*|))
# Google Drive
\bdrive\.google\.com/(?:file/d/|open)[-0-9a-zA-Z_?=]*
# Google Groups
\bgroups\.google\.com(?:/[a-z]+/(?:#!|)[^/\s"]+)*
# Google Maps
\bmaps\.google\.com/maps\?[\w&;=]*
# Google themes
themes\.googleusercontent\.com/static/fonts/[^/\s"]+/v\d+/[^.]+.
# Google CDN
\bclients2\.google(?:usercontent|)\.com[-0-9a-zA-Z/.]*
# Goo.gl
/goo\.gl/[a-zA-Z0-9]+
# Google Chrome Store
\bchrome\.google\.com/webstore/detail/[-\w]*(?:/\w*|)
# Google Books
\bgoogle\.(?:\w{2,4})/books(?:/\w+)*\?[-\w\d=.]*
# Google Fonts
\bfonts\.(?:googleapis|gstatic)\.com/[-/?=:;+&0-9a-zA-Z]*
# Google Forms
\bforms\.gle/\w+
# Google Scholar
\bscholar\.google\.com/citations\?user=[A-Za-z0-9_]+
# Google Colab Research Drive
\bcolab\.research\.google\.com/drive/[-0-9a-zA-Z_?=]*
# GitHub SHAs (api)
\bapi.github\.com/repos(?:/[^/\s"]+){3}/[0-9a-f]+\b
# GitHub SHAs (markdown)
(?:\[`?[0-9a-f]+`?\]\(https:/|)/(?:www\.|)github\.com(?:/[^/\s"]+){2,}(?:/[^/\s")]+)(?:[0-9a-f]+(?:[-0-9a-zA-Z/#.]*|)\b|)
# GitHub SHAs
\bgithub\.com(?:/[^/\s"]+){2}[@#][0-9a-f]+\b
# GitHub SHA refs
\[([0-9a-f]+)\]\(https://(?:www\.|)github.com/[-\w]+/[-\w]+/commit/\g{-1}[0-9a-f]*
# GitHub wiki
\bgithub\.com/(?:[^/]+/){2}wiki/(?:(?:[^/]+/|)_history|[^/]+(?:/_compare|)/[0-9a-f.]{40,})\b
# githubusercontent
/[-a-z0-9]+\.githubusercontent\.com/[-a-zA-Z0-9?&=_\/.]*
# githubassets
\bgithubassets.com/[0-9a-f]+(?:[-/\w.]+)
# gist github
\bgist\.github\.com/[^/\s"]+/[0-9a-f]+
# git.io
\bgit\.io/[0-9a-zA-Z]+
# GitHub JSON
"node_id": "[-a-zA-Z=;:/0-9+_]*"
# Contributor
\[[^\]]+\]\(https://github\.com/[^/\s"]+/?\)
# GHSA
GHSA(?:-[0-9a-z]{4}){3}
# GitHub actions
\buses:\s+[-\w.]+/[-\w./]+@[-\w.]+
# GitLab commit
\bgitlab\.[^/\s"]*/\S+/\S+/commit/[0-9a-f]{7,16}#[0-9a-f]{40}\b
# GitLab merge requests
\bgitlab\.[^/\s"]*/\S+/\S+/-/merge_requests/\d+/diffs#[0-9a-f]{40}\b
# GitLab uploads
\bgitlab\.[^/\s"]*/uploads/[-a-zA-Z=;:/0-9+]*
# GitLab commits
\bgitlab\.[^/\s"]*/(?:[^/\s"]+/){2}commits?/[0-9a-f]+\b
# binance
accounts\.binance\.com/[a-z/]*oauth/authorize\?[-0-9a-zA-Z&%]*
# bitbucket diff
\bapi\.bitbucket\.org/\d+\.\d+/repositories/(?:[^/\s"]+/){2}diff(?:stat|)(?:/[^/\s"]+){2}:[0-9a-f]+
# bitbucket repositories commits
\bapi\.bitbucket\.org/\d+\.\d+/repositories/(?:[^/\s"]+/){2}commits?/[0-9a-f]+
# bitbucket commits
\bbitbucket\.org/(?:[^/\s"]+/){2}commits?/[0-9a-f]+
# bit.ly
\bbit\.ly/\w+
# bitrise
\bapp\.bitrise\.io/app/[0-9a-f]*/[\w.?=&]*
# bootstrapcdn.com
\bbootstrapcdn\.com/[-./\w]+
# cdn.cloudflare.com
\bcdnjs\.cloudflare\.com/[./\w]+
# circleci
\bcircleci\.com/gh(?:/[^/\s"]+){1,5}.[a-z]+\?[-0-9a-zA-Z=&]+
# gitter
\bgitter\.im(?:/[^/\s"]+){2}\?at=[0-9a-f]+
# gravatar
\bgravatar\.com/avatar/[0-9a-f]+
# ibm
[a-z.]*ibm\.com/[-_#=:%!?~.\\/\d\w]*
# imgur
\bimgur\.com/[^.]+
# Internet Archive
\barchive\.org/web/\d+/(?:[-\w.?,'/\\+&%$#_:]*)
# discord
/discord(?:app\.com|\.gg)/(?:invite/)?[a-zA-Z0-9]{7,}
# Disqus
\bdisqus\.com/[-\w/%.()!?&=_]*
# medium link
\blink\.medium\.com/[a-zA-Z0-9]+
# medium
\bmedium\.com/@?[^/\s"]+/[-\w]+
# microsoft
\b(?:https?://|)(?:(?:(?:blogs|download\.visualstudio|docs|msdn2?|research)\.|)microsoft|blogs\.msdn)\.co(?:m|\.\w\w)/[-_a-zA-Z0-9()=./%]*
# powerbi
\bapp\.powerbi\.com/reportEmbed/[^"' ]*
# vs devops
\bvisualstudio.com(?::443|)/[-\w/?=%&.]*
# microsoft store
\bmicrosoft\.com/store/apps/\w+
# mvnrepository.com
\bmvnrepository\.com/[-0-9a-z./]+
# now.sh
/[0-9a-z-.]+\.now\.sh\b
# oracle
\bdocs\.oracle\.com/[-0-9a-zA-Z./_?#&=]*
# chromatic.com
/\S+.chromatic.com\S*[")]
# codacy
\bapi\.codacy\.com/project/badge/Grade/[0-9a-f]+
# compai
\bcompai\.pub/v1/png/[0-9a-f]+
# mailgun api
\.api\.mailgun\.net/v3/domains/[0-9a-z]+\.mailgun.org/messages/[0-9a-zA-Z=@]*
# mailgun
\b[0-9a-z]+.mailgun.org
# /message-id/
/message-id/[-\w@./%]+
# Reddit
\breddit\.com/r/[/\w_]*
# requestb.in
\brequestb\.in/[0-9a-z]+
# sched
\b[a-z0-9]+\.sched\.com\b
# Slack url
slack://[a-zA-Z0-9?&=]+
# Slack
\bslack\.com/[-0-9a-zA-Z/_~?&=.]*
# Slack edge
\bslack-edge\.com/[-a-zA-Z0-9?&=%./]+
# Slack images
\bslack-imgs\.com/[-a-zA-Z0-9?&=%.]+
# shields.io
\bshields\.io/[-\w/%?=&.:+;,]*
# stackexchange -- https://stackexchange.com/feeds/sites
\b(?:askubuntu|serverfault|stack(?:exchange|overflow)|superuser).com/(?:questions/\w+/[-\w]+|a/)
# Sentry
[0-9a-f]{32}\@o\d+\.ingest\.sentry\.io\b
# Twitter markdown
\[@[^[/\]:]*?\]\(https://twitter.com/[^/\s"')]*(?:/status/\d+(?:\?[-_0-9a-zA-Z&=]*|)|)\)
# Twitter hashtag
\btwitter\.com/hashtag/[\w?_=&]*
# Twitter status
\btwitter\.com/[^/\s"')]*(?:/status/\d+(?:\?[-_0-9a-zA-Z&=]*|)|)
# Twitter profile images
\btwimg\.com/profile_images/[_\w./]*
# Twitter media
\btwimg\.com/media/[-_\w./?=]*
# Twitter link shortened
\bt\.co/\w+
# facebook
\bfburl\.com/[0-9a-z_]+
# facebook CDN
\bfbcdn\.net/[\w/.,]*
# facebook watch
\bfb\.watch/[0-9A-Za-z]+
# dropbox
\bdropbox\.com/sh?/[^/\s"]+/[-0-9A-Za-z_.%?=&;]+
# ipfs protocol
ipfs://[0-9a-zA-Z]{3,}
# ipfs url
/ipfs/[0-9a-zA-Z]{3,}
# w3
\bw3\.org/[-0-9a-zA-Z/#.]+
# loom
\bloom\.com/embed/[0-9a-f]+
# regex101
\bregex101\.com/r/[^/\s"]+/\d+
# figma
\bfigma\.com/file(?:/[0-9a-zA-Z]+/)+
# freecodecamp.org
\bfreecodecamp\.org/[-\w/.]+
# image.tmdb.org
\bimage\.tmdb\.org/[/\w.]+
# mermaid
\bmermaid\.ink/img/[-\w]+|\bmermaid-js\.github\.io/mermaid-live-editor/#/edit/[-\w]+
# Wikipedia
\ben\.wikipedia\.org/wiki/[-\w%.#]+
# gitweb
[^"\s]+/gitweb/\S+;h=[0-9a-f]+
# HyperKitty lists
/archives/list/[^@/]+@[^/\s"]*/message/[^/\s"]*/
# lists
/thread\.html/[^"\s]+
# list-management
\blist-manage\.com/subscribe(?:[?&](?:u|id)=[0-9a-f]+)+
# kubectl.kubernetes.io/last-applied-configuration
"kubectl.kubernetes.io/last-applied-configuration": ".*"
# pgp
\bgnupg\.net/pks/lookup[?&=0-9a-zA-Z]*
# Spotify
\bopen\.spotify\.com/embed/playlist/\w+
# Mastodon
\bmastodon\.[-a-z.]*/(?:media/|@)[?&=0-9a-zA-Z_]*
# scastie
\bscastie\.scala-lang\.org/[^/]+/\w+
# images.unsplash.com
\bimages\.unsplash\.com/(?:(?:flagged|reserve)/|)[-\w./%?=%&.;]+
# pastebin
\bpastebin\.com/[\w/]+
# heroku
\b\w+\.heroku\.com/source/archive/\w+
# quip
\b\w+\.quip\.com/\w+(?:(?:#|/issues/)\w+)?
# badgen.net
\bbadgen\.net/badge/[^")\]'\s]+
# statuspage.io
\w+\.statuspage\.io\b
# media.giphy.com
\bmedia\.giphy\.com/media/[^/]+/[\w.?&=]+
# tinyurl
\btinyurl\.com/\w+
# codepen
\bcodepen\.io/[\w/]+
# registry.npmjs.org
\bregistry\.npmjs\.org/(?:@[^/"']+/|)[^/"']+/-/[-\w@.]+
# getopts
\bgetopts\s+(?:"[^"]+"|'[^']+')
# ANSI color codes
(?:\\(?:u00|x)1[Bb]|\x1b|\\u\{1[Bb]\})\[\d+(?:;\d+|)m
# URL escaped characters
%[0-9A-F][A-F](?=[A-Za-z])
# lower URL escaped characters
%[0-9a-f][a-f](?=[a-z]{2,})
# IPv6
\b(?:[0-9a-fA-F]{0,4}:){3,7}[0-9a-fA-F]{0,4}\b
# c99 hex digits (not the full format, just one I've seen)
0x[0-9a-fA-F](?:\.[0-9a-fA-F]*|)[pP]
# Punycode
\bxn--[-0-9a-z]+
# sha
sha\d+:[0-9a-f]*?[a-f]{3,}[0-9a-f]*
# sha-... -- uses a fancy capture
(\\?['"]|")[0-9a-f]{40,}\g{-1}
# hex runs
\b[0-9a-fA-F]{16,}\b
# hex in url queries
=[0-9a-fA-F]*?(?:[A-F]{3,}|[a-f]{3,})[0-9a-fA-F]*?&
# ssh
(?:ssh-\S+|-nistp256) [-a-zA-Z=;:/0-9+]{12,}
# PGP
\b(?:[0-9A-F]{4} ){9}[0-9A-F]{4}\b
# GPG keys
\b(?:[0-9A-F]{4} ){5}(?: [0-9A-F]{4}){5}\b
# Well known gpg keys
.well-known/openpgpkey/[\w./]+
# pki
-----BEGIN.*-----END
# pki (base64)
LS0tLS1CRUdJT.*
# uuid:
\b[0-9a-fA-F]{8}-(?:[0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}\b
# hex digits including css/html color classes:
(?:[\\0][xX]|\\u|[uU]\+|#x?|%23)[0-9_a-fA-FgGrR]*?[a-fA-FgGrR]{2,}[0-9_a-fA-FgGrR]*(?:[uUlL]{0,3}|[iu]\d+)\b
# integrity
integrity=(['"])(?:\s*sha\d+-[-a-zA-Z=;:/0-9+]{40,})+\g{-1}
# https://www.gnu.org/software/groff/manual/groff.html
# man troff content
\\f[BCIPR]
# '/"
\\\([ad]q
# .desktop mime types
^MimeTypes?=.*$
# .desktop localized entries
^[A-Z][a-z]+\[[a-z]+\]=.*$
# Localized .desktop content
Name\[[^\]]+\]=.*
# IServiceProvider / isAThing
(?:\b|_)(?:(?:ns|)I|isA)(?=(?:[A-Z][a-z]{2,})+(?:[A-Z\d]|\b))
# crypt
(['"])\$2[ayb]\$.{56}\g{-1}
# apache/old crypt
(['"]|)\$+(?:apr|)1\$+.{8}\$+.{22}\g{-1}
# sha1 hash
\{SHA\}[-a-zA-Z=;:/0-9+]{3,}
# machine learning (?)
#\b(?i)ml(?=[a-z]{2,})
# python
\b(?i)py(?!gments|gmy|lon|ramid|ro|th)(?=[a-z]{2,})
# scrypt / argon
\$(?:scrypt|argon\d+[di]*)\$\S+
# go.sum
\bh1:\S+
# scala imports
^import (?:[\w.]|\{\w*?(?:,\s*(?:\w*|\*))+\})+
# scala modules
("[^"]+"\s*%%?\s*){2,3}"[^"]+"
# container images
image: [-\w./:@]+
# Docker images
^\s*FROM\s+\S+:\S+(?:\s+AS\s+\S+|)
# `docker images` REPOSITORY TAG IMAGE ID CREATED SIZE
\s*\S+/\S+\s+\S+\s+[0-9a-f]{8,}\s+\d+\s+(?:hour|day|week)s ago\s+[\d.]+[KMGT]B
# Intel intrinsics
_mm_(?!dd)\w+
# Input to GitHub JSON
content: (['"])[-a-zA-Z=;:/0-9+]*=\g{-1}
# This does not cover multiline strings, if your repository has them,
# you'll want to remove the `(?=.*?")` suffix.
# The `(?=.*?")` suffix should limit the false positives rate
# printf
%(?:(?:(?:hh?|ll?|[jzt])?[diuoxn]|l?[cs]|L?[fega]|p)(?=[a-z]{2,})|(?:X|L?[FEGA])(?=[a-zA-Z]{2,}))(?!%)(?=[_a-zA-Z]+(?!%)\b)(?=.*?['"])
# Alternative printf
# %s
%(?:s(?=[a-z]{2,}))(?!%)(?=[_a-zA-Z]+(?!%[^s])\b)(?=.*?['"])
# Python string prefix / binary prefix
# Note that there's a high false positive rate, remove the `?=` and search for the regex to see if the matches seem like reasonable strings
#(?|m([|!/@#,;']).*?\g{-1})
# perl qr regex
(?|\(.*?\)|([|!/@#,;']).*?\g{-1})
# perl run
perl(?:\s+-[a-zA-Z]\w*)+
# C network byte conversions
#(?:\d|\bh)to(?!ken)(?=[a-z])|to(?=[adhiklpun]\()
# Go regular expressions
regexp?\.MustCompile\(`[^`]*`\)
# regex choice
\(\?:[^)]+\|[^)]+\)
# proto
^\s*(\w+)\s\g{-1} =
# sed regular expressions
sed 's/(?:[^/]*?[a-zA-Z]{3,}[^/]*?/){2}
# node packages
(["'])@[^/'" ]+/[^/'" ]+\g{-1}
# go install
go install(?:\s+[a-z]+\.[-@\w/.]+)+
# pom.xml
<(?:group|artifact)Id>.*?<
# jetbrains schema https://youtrack.jetbrains.com/issue/RSRP-489571
urn:shemas-jetbrains-com
# Debian changelog severity
[-\w]+ \(.*\) (?:\w+|baseline|unstable|experimental); urgency=(?:low|medium|high|emergency|critical)\b
# kubernetes pod status lists
# https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-phase
\w+(?:-\w+)+\s+\d+/\d+\s+(?:Running|Pending|Succeeded|Failed|Unknown)\s+
# kubectl - pods in CrashLoopBackOff
\w+-[0-9a-f]+-\w+\s+\d+/\d+\s+CrashLoopBackOff\s+
# kubernetes applications
\.apps/[-\w]+
# kubernetes object suffix
-[0-9a-f]{10}-\w{5}\s
# kubernetes crd patterns
^\s*pattern: .*$
# posthog secrets
([`'"])phc_[^"',]+\g{-1}
# xcode
# xcodeproject scenes
(?:Controller|destination|ID|id)="\w{3}-\w{2}-\w{3}"
# xcode api botches
customObjectInstantitationMethod
# msvc api botches
PrependWithABINamepsace
# configure flags
.* \| --\w{2,}.*?(?=\w+\s\w+)
# font awesome classes
\.fa-[-a-z0-9]+
# bearer auth
(['"])[Bb]ear[e][r] .*?\g{-1}
# bearer auth
\b[Bb]ear[e][r]:? [-a-zA-Z=;:/0-9+.]+
# basic auth
(['"])[Bb]asic [-a-zA-Z=;:/0-9+]{3,}\g{-1}
# base64 encoded content
#([`'"])[-a-zA-Z=;:/0-9+]{3,}=\g{-1}
# base64 encoded content in xml/sgml
>[-a-zA-Z=;:/0-9+]{3,}=
# base64 encoded content, possibly wrapped in mime
#(?:^|[\s=;:?])[-a-zA-Z=;:/0-9+]{50,}(?:[\s=;:?]|$)
# base64 encoded json
\beyJ[-a-zA-Z=;:/0-9+]+
# base64 encoded pkcs
\bMII[-a-zA-Z=;:/0-9+]+
# DNS rr data
(?:\d+\s+){3}(?:[-+/=.\w]{2,}\s*){1,2}
# encoded-word
=\?[-a-zA-Z0-9"*%]+\?[BQ]\?[^?]{0,75}\?=
# numerator
\bnumer\b(?=.*denom)
# Time Zones
\b(?:Africa|Atlantic|America|Antarctica|Asia|Australia|Europe|Indian|Pacific)(?:/\w+)+
# linux kernel info
^(?:bugs|flags|Features)\s+:.*
# systemd mode
systemd.*?running in system mode \([-+].*\)$
# Lorem
# Update Lorem based on your content (requires `ge` and `w` from https://github.com/jsoref/spelling; and `review` from https://github.com/check-spelling/check-spelling/wiki/Looking-for-items-locally )
# grep '^[^#].*lorem' .github/actions/spelling/patterns.txt|perl -pne 's/.*i..\?://;s/\).*//' |tr '|' "\n"|sort -f |xargs -n1 ge|perl -pne 's/^[^:]*://'|sort -u|w|sed -e 's/ .*//'|w|review -
# Warning, while `(?i)` is very neat and fancy, if you have some binary files that aren't proper unicode, you might run into:
# ... Operation "substitution (s///)" returns its argument for non-Unicode code point 0x1C19AE (the code point will vary).
# ... You could manually change `(?i)X...` to use `[Xx]...`
# ... or you could add the files to your `excludes` file (a version after 0.0.19 should identify the file path)
(?:(?:\w|\s|[,.])*\b(?i)(?:amet|consectetur|cursus|dolor|eros|ipsum|lacus|libero|ligula|lorem|magna|neque|nulla|suscipit|tempus)\b(?:\w|\s|[,.])*)
# Non-English
# Even repositories expecting pure English content can unintentionally have Non-English content... People will occasionally mistakenly enter [homoglyphs](https://en.wikipedia.org/wiki/Homoglyph) which are essentially typos, and using this pattern will mean check-spelling will not complain about them.
#
# If the content to be checked should be written in English and the only Non-English items will be people's names, then you can consider adding this.
#
# Alternatively, if you're using check-spelling v0.0.25+, and you would like to _check_ the Non-English content for spelling errors, you can. For information on how to do so, see:
# https://docs.check-spelling.dev/Feature:-Configurable-word-characters.html#unicode
[a-zA-Z]*[ÀÁÂÃÄÅÆČÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæčçèéêëìíîïðñòóôõöøùúûüýÿĀāŁłŃńŅņŒœŚśŠšŜŝŸŽžź][a-zA-Z]{3}[a-zA-ZÀÁÂÃÄÅÆČÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæčçèéêëìíîïðñòóôõöøùúûüýÿĀāŁłŃńŅņŒœŚśŠšŜŝŸŽžź]*|[a-zA-Z]{3,}[ÀÁÂÃÄÅÆČÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæčçèéêëìíîïðñòóôõöøùúûüýÿĀāŁłŃńŅņŒœŚśŠšŜŝŸŽžź]|[ÀÁÂÃÄÅÆČÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæčçèéêëìíîïðñòóôõöøùúûüýÿĀāŁłŃńŅņŒœŚśŠšŜŝŸŽžź][a-zA-Z]{3,}
# highlighted letters
\[[A-Z]\][a-z]+
# French
# This corpus only had capital letters, but you probably want lowercase ones as well.
\b[LN]'+[a-z]{2,}\b
# latex (check-spelling >= 0.0.22)
\\\w{2,}\{
# American Mathematical Society (AMS) / Doxygen
TeX/AMS
# File extensions
\*\.[+\w]+,
# eslint
"varsIgnorePattern": ".+"
# nolint
nolint:\w+
# Windows short paths
[/\\][^/\\]{5,6}~\d{1,2}(?=[/\\])
# Windows Resources with accelerators
\b[A-Z]&[a-z]+\b(?!;)
# cygwin paths
/cygdrive/[a-zA-Z]/(?:Program Files(?: \(.*?\)| ?)(?:/[-+.~\\/()\w ]+)*|[-+.~\\/()\w])+
# in check-spelling@v0.0.22+, printf markers aren't automatically consumed
# printf markers
#(?v#
(?:(?<=[A-Z]{2})V|(?<=[a-z]{2}|[A-Z]{2})v)\d+(?:\b|(?=[a-zA-Z_]))
# Compiler flags (Unix, Java/Scala)
# Use if you have things like `-Pdocker` and want to treat them as `docker`
#(?:^|[\t ,>"'`=(])-(?:(?:J-|)[DPWXY]|[Llf])(?=[A-Z]{2,}|[A-Z][a-z]|[a-z]{2,})
# Compiler flags (Windows / PowerShell)
# This is a subset of the more general compiler flags pattern.
# It avoids matching `-Path` to prevent it from being treated as `ath`
#(?:^|[\t ,"'`=(])-(?:[DPL](?=[A-Z]{2,})|[WXYlf](?=[A-Z]{2,}|[A-Z][a-z]|[a-z]{2,}))
# Compiler flags (linker)
,-B
# libraries
(?:\b|_)lib(?:re(?=office)|)(?!era[lt]|ero|erty|rar(?:i(?:an|es)|y))(?=[a-z])
# WWNN/WWPN (NAA identifiers)
\b(?:0x)?10[0-9a-f]{14}\b|\b(?:0x|3)?[25][0-9a-f]{15}\b|\b(?:0x|3)?6[0-9a-f]{31}\b
# iSCSI iqn (approximate regex)
\biqn\.[0-9]{4}-[0-9]{2}(?:[\.-][a-z][a-z0-9]*)*\b
# curl arguments
\b(?:\\n|)curl(?:\.exe|)(?:\s+-[a-zA-Z]{1,2}\b)*(?:\s+-[a-zA-Z]{3,})(?:\s+-[a-zA-Z]+)*
# set arguments
\b(?:bash|sh|set)(?:\s+-[abefimouxE]{1,2})*\s+-[abefimouxE]{3,}(?:\s+-[abefimouxE]+)*
# tar arguments
\b(?:\\n|)g?tar(?:\.exe|)(?:(?:\s+--[-a-zA-Z]+|\s+-[a-zA-Z]+|\s[ABGJMOPRSUWZacdfh-pr-xz]+\b)(?:=[^ ]*|))+
# tput arguments -- https://man7.org/linux/man-pages/man5/terminfo.5.html -- technically they can be more than 5 chars long...
\btput\s+(?:(?:-[SV]|-T\s*\w+)\s+)*\w{3,5}\b
# macOS temp folders
/var/folders/\w\w/[+\w]+/(?:T|-Caches-)/
# github runner temp folders
/home/runner/work/_temp/[-_/a-z0-9]+
================================================
FILE: .github/actions/spelling/excludes.txt
================================================
# See https://github.com/check-spelling/check-spelling/wiki/Configuration-Examples:-excludes
(?:^|/)(?i)COPYRIGHT
(?:^|/)(?i)LICEN[CS]E
(?:^|/)(?i)third[-_]?party/
(?:^|/)3rdparty/
(?:^|/)generated/
(?:^|/)go\.sum$
(?:^|/)Microsoft\.Management\.Deployment\.winmd$
(?:^|/)package(?:-lock|)\.json$
(?:^|/)Pipfile$
(?:^|/)PSGet\.Resource\.psd1$
(?:^|/)pyproject.toml
(?:^|/)vendor/
(?:^|/|\b)requirements(?:-dev|-doc|-test|)\.txt$
/ExternalModules/
/TestData/
[^/]\.msi$
\.a$
\.ai$
\.all-contributorsrc$
\.avi$
\.bmp$
\.bz2$
\.cert?$|\.crt$
\.class$
\.coveragerc$
\.crl$
\.csr$
\.dll$
\.docx?$
\.drawio$
\.DS_Store$
\.eot$
\.eps$
\.exe$
\.fnt$
\.gif$
\.git-blame-ignore-revs$
\.gitattributes$
\.gitkeep$
\.graffle$
\.gz$
\.icns$
\.ico$
\.ipynb$
\.jar$
\.jks$
\.jpe?g$
\.key$
\.lib$
\.lock$
\.map$
\.min\..
\.mo$
\.mod$
\.mp[34]$
\.o$
\.ocf$
\.otf$
\.otc$
\.p12$
\.parquet$
\.pdf$
\.pem$
\.pfx$
\.png$
\.psd$
\.pyc$
\.pylintrc$
\.qm$
\.s$
\.sig$
\.sln$
\.so$
\.svgz?$
\.sys$
\.tar$
\.tgz$
\.tiff?$
\.ttc$
\.ttf$
\.vcxitems$
\.vcxproj$
\.vcxproj\.filters$
\.vdproj$
\.wapproj$
\.wav$
\.webm$
\.webp$
\.woff2?$
\.wprp$
\.xcf$
\.xlsx?$
\.xpm$
\.xz$
\.zip$
^\.github/actions/spelling/
^\.github/policies/
^\.github/workflows/spelling\d*\.yml$
^cgmanifest\.json$
^Localization/
^NOTICE
^src/AppInstallerCLICore/Commands/ExperimentalCommand\.cpp$
^src/Microsoft.Management.Configuration.Processor/Microsoft.Management.Configuration.Processor.csproj$
^src/PowerShell/Help/markdownlint\.yaml$
^src/PowerShell/Microsoft.WinGet.Client.Engine/Microsoft.WinGet.Client.Engine.csproj$
^src/PureLib/
^src/SfsClient/
^src/Xlang/
^src/VcpkgPortOverlay/
^src/WinGetMCPServer/WinGetMCPServer.csproj$
ignore$
================================================
FILE: .github/actions/spelling/expect.txt
================================================
AAD
ABCD
abi
ABORTIFHUNG
accepteula
ACCESSDENIED
ACCESSTOKEN
acl
adjacents
adml
admx
AFAIK
aicli
AICLIC
allusers
alreadyinstalled
AMap
Amd
amrutha
ansistring
anyissuer
Aot
APARTMENTTHREADED
apfn
apicontract
apiset
appdata
appinstallertest
applic
appname
appshutdown
APPTERMINATION
archs
ARMNT
arp
arphelper
asan
ASequence
ashpatil
Ashwini
ASwitch
ASYNCRTIMP
Atest
ATL
auxdata
awgpm
awgs
azurewebsites
bak
Baz
bbb
bcp
BEBOM
BEFACEF
bfd
BFirst
bigcatalog
BITMAPINFOHEADER
bitmask
BKMG
bkup
blargle
blockedbypolicy
blogs
bluetooth
Bomgar
BOMs
boop
boundparms
bpp
brk
Browsable
BSODs
Buf
buildtransitive
buildtrees
cancelledbyuser
casemap
casemappings
ccc
cch
centralus
certmgr
certs
cgi
cinq
CLASSNOTREG
CLOSEAPP
cloudapp
clsctx
cmpwgc
CMSG
cnwgc
CODEOWNERS
codepage
COINIT
COMGLB
commandline
compressapi
concurrencysal
constexpr
contactsupport
contentfiles
contosoinstaller
contractversion
copyable
corecrt
count'th
countof
countryregion
Cov
CPIL
createmanifestmetadata
crt
cswinrt
ctc
CTL
ctwgcy
currentuser
dacl
datetimeoffset
Dbg
Dcom
DCPPREST
debian
decompressor
dedupe
defaultlib
DEFT
deigh
deleteifnotneeded
deliveryoptimization
deliveryoptimizationerrors
DENYWR
desktopappinstaller
devblogs
devhome
DFX
DHAVE
dic
diskfull
DISPLAYCATALOG
DMC
dnld
Dns
Dobbeleer
DONOT
dsc
dustojnikhummer
dvinns
dwgs
dwrite
DYAML
ecfr
ecfrbrowse
EFGH
ENDSESSION
EQU
ERANGE
errcode
errmsg
ERRORONEXIT
errstr
ESRB
etl
evtx
ewgp
ewgs
execustom
EXEHASH
experimentalfeatures
XPRESS
fdw
fdwgp
FECAFEB
fedorapeople
fileinuse
filemode
Filetime
Filtercriteria
Finalizers
fintimes
flargle
flexera
FOF
FOLDERID
FONTCHANGE
FONTHASH
FORPARSING
foundfr
fsanitize
FULLMUTEX
FULLWIDTH
fundraiser
fuzzer
fzanollo
gcpi
GDK
GES
GESMBH
getwinget
GHS
github
gitlab
gity
goku
GRPICONDIR
GRPICONDIRENTRY
guiddef
Gumbalapura
gwgc
gwgcd
gwgp
gwgse
gwgso
gwgus
gwgv
Hackathon
hashtables
helplib
helplibrary
hhx
highcontrast
HINSTANCE
hkey
hlocal
hmac
hmodule
Hostx
Howto
hre
hresults
hwnd
hybridcrt
Hyperlink
IARP
IAttachment
ICONDIR
ICONDIRENTRY
ICONIMAGE
icu
idl
IDSC
idx
IFACEMETHODIMP
iid
img
inet
innererror
inproc
Insta
installinprogress
INSTALLPROPERTY
installshield
instream
insufficientmemory
Intelli
INTRESOURCE
invalidparameter
ishelp
ISQ
ISVs
iswgp
itr
iwgc
IWIC
iwr
JArray
JDictionary
JDK
jfearn
JObject
jpalardy
JREs
jrsoftware
jsoncpp
JToken
JValue
Kaido
KNOWNFOLDERID
kool
ktf
LCID
learnxinyminutes
LEBOM
lhs
LIBYAML
liv
liwpx
localizationpriority
localsource
Logon
LONGLONG
LOWORD
LPARAM
LPBYTE
LPCWSTR
lpdw
LPDWORD
lpfn
LPGRPICONDIR
LPGRPICONDIRENTRY
LPICONDIR
LPICONDIRENTRY
LPICONIMAGE
lpitemidlist
LPSTR
lpsz
LPVOID
LPW
LPWCH
LPWSTR
LRESULT
LSTATUS
LTDA
luffy
Luffytaro
maclachlan
Madhusudhan
MAJORVERSION
malware
mapdatafolding
Maxed
MAXLENGTH
maxvalue
maybenull
MBH
MBs
mcr
mday
mdmp
mdmpto
MDs
megamorf
microsoftentraid
microsoftentraidforazureblobstorage
midl
minidump
MINORVERSION
missingdependency
mkgmtime
MMmmbbbb
MODULEENTRY
mof
monicka
MPNS
msdownload
msft
msftrubengu
MSIHASH
MSIXHASH
MSIXSTRM
msstore
MSZIP
mszyml
mta
Mugiwara
Multideclaration
mysource
nativehandle
NBLGGH
ncreate
NESTEDINSTALLER
netlify
NETSDK
Newtonsoft
nlohmann
NNS
NOAGGREGATION
NOCLOSE
NOCRLF
NOEXPAND
NOLINKINFO
nomem
NONAME
nonetwork
NONFOLDERS
nonterminated
NOREMOVE
normer
NOSEARCH
notalostreference
NOTIMPL
NOTRACK
NOUPDATE
nowarn
npmjs
nsis
NTFS
objbase
objidl
octokitnet
ofile
oid
omus
onefuzz
oop
opensource
OPTOUT
osfhandle
oss
outfile
OUTOFMEMORY
Outptr
OVERLAPPEDWINDOW
OWC
packageinuse
packageinusebyapplication
PACL
PARAMETERMAP
pathparts
pathtree
Patil
pbstr
pcb
PCCERT
PCs
pcwsz
pdb
PDWORD
peetdev
PEGI
pfn
pgp
Pherson
pid
pidl
pidlist
PKCS
pkgmgr
pkindex
pkix
placeholders
PMS
positionals
posix
postuninstall
powershellgallery
PPROCESS
pri
PRIMARYKEY
processthreads
productcode
PRODUCTICON
propkey
PROPVARIANT
proxystub
psapi
pscustomobject
pseudocode
PSHOST
psobject
psz
ptstr
publickey
PVD
pvk
pvm
pwabuilder
PWAs
PWSTR
pwsz
QUERYENDSESSION
qword
RAII
ranm
rebootinitiated
rebootrequiredforinstall
rebootrequiredtofinish
redirector
Redist
REFIID
REGDB
regexes
REGSAM
remoting
removefile
reparse
repeatedkey
REQS
requirenonleaf
restsource
RGBQUAD
rgp
rgpsz
rhs
riid
roapi
Roblox
ronomon
rowid
roy
rpwgpm
RRF
rrr
rswgs
RTTI
runspace
runtimeclass
runtimes
rwgch
rwgs
ryfu
sacl
sancov
SARL
savepoint
sawgc
schematab
Scm
sddl
secureobject
securestring
seekp
seof
servercert
servercertificate
setmetadatabymanifestid
SETTINGCHANGE
SETTINGMAPPING
sfs
sfsclient
SHCONTF
shellapi
SHGDN
SHOWNORMAL
sid
Sideload
SIGNATUREHASH
silentpreferred
SINGLETHREADED
Skipx
sku
SLAPI
SMTO
SNAME
SNAPMODULE
SNAPTHREAD
sortof
sourceforge
SOURCESDIRECTORY
sourceversion
spamming
SPAPI
spwgc
sqlite
Srinivasan
SRL
srs
STDMETHODCALLTYPE
storeapps
storeorigin
STRRET
stylecop
subdir
subkey
Sudarshan
superstring
swgus
SYD
SYG
systemnotsupported
Tagit
TARG
taskhostw
tcreate
tcs
tellp
temppath
testexampleinstaller
thiscouldbeapc
THREADENTRY
threehundred
timespan
Tlg
tlhelp
TLSCAs
tombstoned
Toolhelp
transitioning
trimstart
ttl
twgc
twgus
typedef
UCase
ucasemap
UChars
ucnv
ucrt
udwgp
uec
ULONGLONG
UNAVAIL
uninitialize
unins
uninstallation
uninstaller
uninstallprevious
uninstalls
unknwn
Unknwnbase
UNMARSHALING
unparsable
Unregisters
unvirtualized
UParse
upgradable
upgradecode
URLZONE
USEDEFAULT
userfilesetting
userprofile
uswgp
uwp
VALUENAMECASE
vclib
versioned
VERSIONINFO
vns
vsconfig
vstest
waitable
wal
wcex
WDAG
webpages
Webserver
website
wesome
wfsopen
wgetenv
WHATIF
WIC
wildcards
WINAPI
wincodec
windir
windowsdeveloper
winerror
winevt
wingdi
wingetconfigroot
wingetcreate
wingetdev
wingetutil
winreg
winrtact
winstring
WMI
wmmc
wnd
WNDCLASS
WNDCLASSEX
workaround
WPARAM
Wpp
wpr
wprp
wputenv
wsb
wsl
wsv
wto
wwinmain
WZDNCRFJ
xcopy
Xes
XFile
XManifest
XMUGIWARAMODULE
XName
XPLATSTR
XRESOURCEZORO
xsi
yamato
yao
Zanollo
ZIPHASH
zoro
================================================
FILE: .github/actions/spelling/line_forbidden.patterns
================================================
# reject `m_data` as VxWorks defined it and that breaks things if it's used elsewhere
# see [fprime](https://github.com/nasa/fprime/commit/d589f0a25c59ea9a800d851ea84c2f5df02fb529)
# and [Qt](https://github.com/qtproject/qt-solutions/blame/fb7bc42bfcc578ff3fa3b9ca21a41e96eb37c1c7/qtscriptclassic/src/qscriptbuffer_p.h#L46)
#\bm_data\b
# Were you debugging using a framework with `fit()`?
# If you have a framework that uses `it()` for testing and `fit()` for debugging a specific test,
# you might not want to check in code where you skip all the other tests.
#\bfit\(
# Should be `HH:MM:SS`
\bHH:SS:MM\b
# Should be `86400` (seconds in a standard day)
\b84600\b(?:.*\bday\b)
# Should probably be `2006-01-02` (yyyy-mm-dd)
# Assuming that the time is being passed to https://go.dev/src/time/format.go
\b2006-02-01\b
# Should probably be `YYYYMMDD`
\b[Yy]{4}[Dd]{2}[Mm]{2}(?!.*[Yy]{4}[Dd]{2}[Mm]{2}).*$
# Should be `a priori` or `and prior`
(?i)(? Don't use `can not` when you mean `cannot`. The only time you're likely to see `can not` written as separate words is when the word `can` happens to precede some other phrase that happens to start with `not`.
# > `Can't` is a contraction of `cannot`, and it's best suited for informal writing.
# > In formal writing and where contractions are frowned upon, use `cannot`.
# > It is possible to write `can not`, but you generally find it only as part of some other construction, such as `not only . . . but also.`
# - if you encounter such a case, add a pattern for that case to patterns.txt.
\b[Cc]an not\b
# Do not use `(click) here` links
# For more information, see:
# * https://www.w3.org/QA/Tips/noClickHere
# * https://webaim.org/techniques/hypertext/link_text
# * https://granicus.com/blog/why-click-here-links-are-bad/
# * https://heyoka.medium.com/dont-use-click-here-f32f445d1021
(?:>|\[)(?:(?:click |)here|link|(?:read |)more)(?:|\]\()(?!value>)
# Should be `equals` to `is equal to`
\bequals to\b
# Should be `GitHub`
(?v#
(?:(?<=[A-Z]{2})V|(?<=[a-z]{2}|[A-Z]{2})v)\d+(?:\b|(?=[a-zA-Z_]))
# hit-count: 171 file-count: 25
# hex digits including css/html color classes:
(?:[\\0][xX]|\\u|[uU]\+|#x?|%23)[0-9_a-fA-FgGrR]*?[a-fA-FgGrR]{2,}[0-9_a-fA-FgGrR]*(?:[uUlL]{0,3}|[iu]\d+)\b
# hit-count: 157 file-count: 75
# GitHub SHAs (markdown)
(?:\[`?[0-9a-f]+`?\]\(https:/|)/(?:www\.|)github\.com(?:/[^/\s"]+){2,}(?:/[^/\s")]+)(?:[0-9a-f]+(?:[-0-9a-zA-Z/#.]*|)\b|)
# hit-count: 46 file-count: 17
# base64 encoded pkcs
\bMII[-a-zA-Z=;:/0-9+]+
# hit-count: 35 file-count: 7
# libraries
(?:\b|_)lib(?:re(?=office)|)(?!elous|era[lt]|ero|erty|rar(?:i(?:an|es)|y))(?=[a-z])
# hit-count: 14 file-count: 7
# w3
\bw3\.org/[-0-9a-zA-Z/#.]+
# hit-count: 13 file-count: 6
# Alternatively, if you're using check-spelling v0.0.25+, and you would like to _check_ the Non-English content for spelling errors, you can. For information on how to do so, see:
# https://docs.check-spelling.dev/Feature:-Configurable-word-characters.html#unicode
[a-zA-Z]*[ÀÁÂÃÄÅÆČÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæčçèéêëìíîïðñòóôõöøùúûüýÿĀāŁłŃńŅņŒœŚśŠšŜŝŸŽžź][a-zA-Z]{3}[a-zA-ZÀÁÂÃÄÅÆČÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæčçèéêëìíîïðñòóôõöøùúûüýÿĀāŁłŃńŅņŒœŚśŠšŜŝŸŽžź]*|[a-zA-Z]{3,}[ÀÁÂÃÄÅÆČÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæčçèéêëìíîïðñòóôõöøùúûüýÿĀāŁłŃńŅņŒœŚśŠšŜŝŸŽžź]|[ÀÁÂÃÄÅÆČÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæčçèéêëìíîïðñòóôõöøùúûüýÿĀāŁłŃńŅņŒœŚśŠšŜŝŸŽžź][a-zA-Z]{3,}
# hit-count: 10 file-count: 3
# URL escaped characters
%[0-9A-F][A-F](?=[A-Za-z])
# hit-count: 7 file-count: 3
# Contributor
\[[^\]]+\]\(https://github\.com/[^/\s"]+/?\)
# hit-count: 6 file-count: 4
# Markdown anchor links
\(#\S*?[a-zA-Z]\S*?\)
# hit-count: 4 file-count: 4
# python
\b(?i)py(?!gments|gmy|lon|ramid|ro|th)(?=[a-z]{2,})
# hit-count: 3 file-count: 3
# mailto urls
mailto:[-a-zA-Z=;:/?%&0-9+@._]{3,}
# hit-count: 3 file-count: 3
# githubusercontent
/[-a-z0-9]+\.githubusercontent\.com/[-a-zA-Z0-9?&=_\/.]*
# hit-count: 1 file-count: 1
# hex in url queries
=[0-9a-fA-F]*?(?:[A-F]{3,}|[a-f]{3,})[0-9a-fA-F]*?&
E2E
# first-letter-bracketed-remainder
\b\w\[[A-Za-z]{3,}\]
# Questionably acceptable forms of `in to`
# Personally, I prefer `log into`, but people object
# https://www.tprteaching.com/log-into-log-in-to-login/
\b(?:(?:[Ll]og(?:g(?=[a-z])|)|[Ss]ign)(?:ed|ing)?) in to\b
# to opt in
\bto opt in\b
# acceptable duplicates
# ls directory listings
[-bcdlpsw](?:[-r][-w][-SsTtx]){3}[\.+*]?\s+\d+\s+\S+\s+\S+\s+[.\d]+(?:[KMGT]|)\s+
# mount
\bmount\s+-t\s+(\w+)\s+\g{-1}\b
# C types and repeated CSS values
\s(Architecture|auto|buffalo|center|div|inherit|long|LONG|none|normal|solid|thin|transparent|very)(?: \g{-1})+\s
# C enum and struct
\b(?:enum|struct)\s+(\w+)\s+\g{-1}\b
# go templates
\s(\w+)\s+\g{-1}\s+\`(?:graphql|inject|json|yaml):
# doxygen / javadoc / .net
(?:[\\@](?:brief|defgroup|groupname|link|t?param|return|retval)|(?:public|private|\[Parameter(?:\(.+\)|)\])(?:\s+(?:static|override|readonly|required|virtual))*)(?:\s+\{\w+\}|)\s+(\w+)\s+\g{-1}\s
# macOS file path
(?:Contents\W+|(?!iOS)/)MacOS\b
# Python package registry has incorrect spelling for macOS / Mac OS X
"Operating System :: MacOS :: MacOS X"
# "company" in Germany
\bGmbH\b
# IntelliJ
\bIntelliJ\b
# Commit message -- Signed-off-by and friends
^\s*(?:(?:Based-on-patch|Co-authored|Helped|Mentored|Reported|Reviewed|Signed-off)-by|Thanks-to): (?:[^<]*<[^>]*>|[^<]*)\s*$
# Autogenerated revert commit message
^This reverts commit [0-9a-f]{40}\.$
# ignore long runs of a single character:
\b([A-Za-z])\g{-1}{3,}\b
# devil fruits
\s([A-Z]{3,}|[A-Z][a-z]{2,}|[a-z]{3,})\s\g{-1}\sno Mi
# PowerShell Aliases defined in .cs files (not those in AliasesToExport in psd1 files)
\[Alias\("[a-z]+"\)\]
================================================
FILE: .github/actions/spelling/reject.txt
================================================
^attache$
^bellow$
benefitting
occurences?
^dependan.*
^diables?$
^oer$
Sorce
^[Ss]pae.*
^Teh$
^untill$
^untilling$
^wether.*
================================================
FILE: .github/copilot-instructions.md
================================================
# WinGet CLI Development Guide
## Project Overview
This is the Windows Package Manager (WinGet) CLI client - a native Windows application for discovering and installing packages. The codebase consists of:
- **C++/WinRT client** (`src/AppInstallerCLI*`) - The main CLI and core logic
- **COM API** (`src/Microsoft.Management.Deployment`) - Public Windows Runtime API for programmatic access
- **PowerShell modules** (`src/PowerShell`) - Microsoft.WinGet.Client and Microsoft.WinGet.Configuration cmdlets
- **Configuration system** - DSC-based system configuration using WinGet
## Building, Testing, and Running
### Initial Setup
Use a configuration file in `.config` as in `winget configure .config/configuration.winget` (alternatives provided for other VS SKUs).
Manual steps:
1. Install Visual Studio 2022 with required workloads (see `.vsconfig`)
2. Install Windows SDK 10.0.26100: `winget install Microsoft.WindowsSDK.10.0.26100`
3. Enable developer mode in Windows
4. Run `vcpkg integrate install` from Developer Command Prompt
### Building
Open `src\AppInstallerCLI.sln` in Visual Studio and build the solution (Ctrl+Shift+B) or use msbuild.exe to build from the command line.
The solution uses:
- MSBuild
- vcpkg for C++ dependencies
- NuGet for C++ and .NET dependencies
### Running/Debugging
1. Deploy solution: Build > Deploy Solution
2. Run from command line: `wingetdev`
3. For debugging:
- Right-click `AppInstallerCLIPackage` > Properties > Debug tab
- Set Debugger type to "Native Only" for both Application and Background task processes
- Select "Do not launch, but debug my code when it starts"
- Press F5 and run `wingetdev` in a separate terminal
Entry point: `src/AppInstallerCLI/main.cpp`
### Testing
#### C++ Unit Tests (Catch2)
Located in `AppInstallerCLITests` project. After building:
```powershell
# Run all tests
src\\\AppInstallerCLITests\AppInstallerCLITests.exe
# Run specific test
src\\\AppInstallerCLITests\AppInstallerCLITests.exe TestName
# Available options
AppInstallerCLITests.exe --help
```
#### .NET Tests
- `Microsoft.WinGet.UnitTests` - PowerShell module tests
- `Microsoft.Management.Configuration.UnitTests` - Configuration system tests
- `WinGetUtilInterop.UnitTests` - Interop layer tests
#### E2E Tests
`AppInstallerCLIE2ETests` project contains end-to-end integration tests.
## Architecture
### Core Components
**AppInstallerCLICore** - Core CLI logic organized around:
- **ExecutionContext**: State container that flows through workflows. Contains arguments, reporter, flags, and data (ExecutionContextData.h)
- **Workflows**: Composable functions that take ExecutionContext and perform operations (e.g., InstallFlow, UpdateFlow, SearchFlow)
- **Commands**: Parse arguments and orchestrate workflows
- **Reporter**: Handles all user output (ExecutionReporter.h)
**AppInstallerRepositoryCore** - Package source abstraction:
- Interfaces for different source types (REST, SQLite index, Microsoft Store, composite)
- Search, match, and correlation logic
- Package version selection and dependencies
**AppInstallerCommonCore** - Shared utilities:
- Manifest parsing (YAML/JSON)
- Settings and group policy
- Telemetry and logging
- HTTP client, downloader, archive handling
**Microsoft.Management.Deployment** - COM API surface:
- IDL definitions in `PackageManager.idl`
- WinRT projections for external consumption
- Used by PowerShell modules and third-party integrations
**AppInstallerCLIPackage** - Dev MSIX package definition:
- Models the release package definition as closely as possible.
- Contains localized string resources at src\AppInstallerCLIPackage\Shared\Strings\en-us\winget.resw
### Key Patterns
**Workflow Pattern**: Functions that operate on ExecutionContext:
```cpp
void WorkflowTask(Execution::Context& context)
{
// Check if already terminated
AICLI_RETURN_IF_TERMINATED(context);
// Access data
auto& data = context.Get();
// Report to user
context.Reporter.Info() << "Doing something";
// Store data for next workflow
context.Add(result);
// Terminate on error
if (failed)
{
AICLI_TERMINATE_CONTEXT(HRESULT);
}
}
```
**Source Composition**: Multiple package sources can be composed:
- CompositeSource combines multiple sources with conflict resolution
- Installed source tracks locally installed packages
- Available sources provide packages to install
**Manifest Schema**: Package manifests use versioned YAML schemas:
- Schema definitions in `schemas/JSON/manifests/`
- Parsing in `AppInstallerCommonCore/Manifest/`
- Multi-file manifests: installer, locale, version, defaultLocale
## Naming Conventions
- **Namespace structure**: `AppInstaller::[::]`
- `AppInstaller::CLI::Execution` - CLI execution context
- `AppInstaller::CLI::Workflow` - Workflow functions
- `AppInstaller::Repository` - Repository/source logic
- `AppInstaller::Manifest` - Manifest types
- `AppInstaller::Settings` - User/admin settings
- **Macros**: Prefixed with `AICLI_` for CLI, `WINGET_` for general
- **Data keys**: ExecutionContextData uses enum keys to type-safely store/retrieve data
## Windows-Specific Considerations
- Use Windows-style paths with backslashes (`\`)
- Leverage WinRT APIs via C++/WinRT projections
- COM threading models matter - client uses multi-threaded apartment (MTA)
- Package deployment uses Windows App SDK / MSIX infrastructure
- Requires Windows 10 1809+ (build 17763)
## Contributing
- Review `CONTRIBUTING.md` for workflow
- File/discuss issues before starting work
- Specs required for features (stored in `doc/specs/`)
- Follow existing code style (see `stylecop.json`)
- CI runs on Azure Pipelines (`azure-pipelines.yml`)
## Useful Commands
```powershell
# Get WinGet client info
wingetdev --info
# Show experimental features
wingetdev features
# Check sources
wingetdev source list
```
================================================
FILE: .github/images/README.md
================================================
This directory is intended to host images for use in GitHub markdown files.
================================================
FILE: .github/policies/automergeTriggers.yml
================================================
id: automergeTriggers
name: GitOps.PullRequestIssueManagement
description: Handles enabling / disabling automerge
owner:
resource: repository
disabled: false
where:
configuration:
resourceManagementConfiguration:
eventResponderTasks:
- description: Enable Auto Merge when the "AutoMerge" label is present
if:
- payloadType: Pull_Request
- hasLabel:
label: AutoMerge
then:
- enableAutoMerge:
mergeMethod: Squash
- description: Disable Auto Merge when the "AutoMerge" label is not present
if:
- payloadType: Pull_Request
- or:
- labelRemoved:
label: AutoMerge
- not:
hasLabel:
label: AutoMerge
then:
- disableAutoMerge
onFailure:
onSuccess:
================================================
FILE: .github/policies/labelAdded.noRecentActivity.yml
================================================
id: labelAdded.noRecentActivity
name: GitOps.PullRequestIssueManagement
description: Handlers when "No-Recent-Activity" label is added
owner:
resource: repository
disabled: false
where:
configuration:
resourceManagementConfiguration:
eventResponderTasks:
- description: >-
When the label "No-Recent-Activity" is added to a pull request
* Add the PR specific reply notifying the issue author of pending closure
if:
- payloadType: Pull_Request
- labelAdded:
label: No-Recent-Activity
then:
- addReply:
reply: >-
Hello @${issueAuthor},
This pull request has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **7 days**. It will be closed if no further activity occurs **within 7 days of this comment**.
Template: msftbot/noRecentActivity
# The policy service should trigger even when the label was added by the policy service
triggerOnOwnActions: true
- description: >-
When the label "No-Recent-Activity" is added to an issue
* Add the issue specific reply notifying the issue author of pending closure
if:
- payloadType: Issues
- labelAdded:
label: No-Recent-Activity
then:
- addReply:
reply: >-
Hello @${issueAuthor},
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for **7 days**. It will be closed if no further activity occurs **within 7 days of this comment**.
Template: msftbot/noRecentActivity
# The policy service should trigger even when the label was added by the policy service
triggerOnOwnActions: true
onFailure:
onSuccess:
================================================
FILE: .github/policies/labelManagement.issueClosed.yml
================================================
id: labelManagement.issueClosed
name: GitOps.PullRequestIssueManagement
description: Handlers when an issue gets closed
owner:
resource: repository
disabled: false
where:
configuration:
resourceManagementConfiguration:
eventResponderTasks:
- description: Remove labels when an issue is closed
if:
- payloadType: Issues
- isAction:
action: Closed
then:
- removeLabel:
label: Needs-Triage
- removeLabel:
label: Needs-Attention
- removeLabel:
label: Needs-Author-Feedback
- removeLabel:
label: Help-Wanted
## TODO: Unassign author
- description: Remove labels when a pull request is closed
if:
- payloadType: Pull_Request
- isAction:
action: Closed
then:
- removeLabel:
label: Needs-Attention
- removeLabel:
label: Needs-Author-Feedback
## TODO: Unassign Users
onFailure:
onSuccess:
================================================
FILE: .github/policies/labelManagement.issueOpened.yml
================================================
id: labelManagement.issueOpened
name: GitOps.PullRequestIssueManagement
description: Handlers for when an issue is first opened
owner:
resource: repository
disabled: false
where:
configuration:
resourceManagementConfiguration:
eventResponderTasks:
- description: Add CodeFlow link to new PRs
if:
- payloadType: Pull_Request
- isAction:
action: Opened
then:
- addCodeFlowLink
- description: Add Needs-Triage to new issues
if:
- payloadType: Issues
- isAction:
action: Opened
then:
- addLabel:
label: Needs-Triage
### Area Labels
- description: Add area label for PowerShell Module
if:
- payloadType: Issues
- isAction:
action: Opened
- bodyContains:
pattern: 'Relevant area\(s\)\s*\n.*PowerShell Module'
isRegex: True
then:
- addLabel:
label: PowerShell
- description: Add area label for COM API
if:
- payloadType: Issues
- isAction:
action: Opened
- bodyContains:
pattern: 'Relevant area\(s\)\s*\n.*COM API'
isRegex: True
then:
- addLabel:
label: Area-COM-API
- description: Add area label for WinGet DSC Resources
if:
- payloadType: Issues
- isAction:
action: Opened
- bodyContains:
pattern: 'Relevant area\(s\)\s*\n.*DSC Resource'
isRegex: True
then:
- addLabel:
label: DSC-Resource
### Commands Labels
- description: Add command label for 'winget configure'
if:
- payloadType: Issues
- isAction:
action: Opened
- bodyContains:
pattern: 'Relevant command\(s\)\s*\n.*winget configure'
isRegex: True
then:
- addLabel:
label: Command-Configure
- description: Add command label for 'winget download'
if:
- payloadType: Issues
- isAction:
action: Opened
- bodyContains:
pattern: 'Relevant command\(s\)\s*\n.*winget download'
isRegex: True
then:
- addLabel:
label: Command-Download
- description: Add command label for 'winget dscv3'
if:
- payloadType: Issues
- isAction:
action: Opened
- bodyContains:
pattern: 'Relevant command\(s\)\s*\n.*winget dscv3'
isRegex: True
then:
- addLabel:
label: Command-DSCv3
- description: Add command label for 'winget export'
if:
- payloadType: Issues
- isAction:
action: Opened
- bodyContains:
pattern: 'Relevant command\(s\)\s*\n.*winget export'
isRegex: True
then:
- addLabel:
label: Command-Export
- description: Add command label for 'winget features'
if:
- payloadType: Issues
- isAction:
action: Opened
- bodyContains:
pattern: 'Relevant command\(s\)\s*\n.*winget features'
isRegex: True
then:
- addLabel:
label: Command-Features
- description: Add command label for 'winget font'
if:
- payloadType: Issues
- isAction:
action: Opened
- bodyContains:
pattern: 'Relevant command\(s\)\s*\n.*winget font'
isRegex: True
then:
- addLabel:
label: Command-Font
- description: Add command label for 'winget hash'
if:
- payloadType: Issues
- isAction:
action: Opened
- bodyContains:
pattern: 'Relevant command\(s\)\s*\n.*winget hash'
isRegex: True
then:
- addLabel:
label: Command-Hash
- description: Add command label for 'winget import'
if:
- payloadType: Issues
- isAction:
action: Opened
- bodyContains:
pattern: 'Relevant command\(s\)\s*\n.*winget import'
isRegex: True
then:
- addLabel:
label: Command-Import
- description: Add command label for 'winget install'
if:
- payloadType: Issues
- isAction:
action: Opened
- bodyContains:
pattern: 'Relevant command\(s\)\s*\n.*winget install'
isRegex: True
then:
- addLabel:
label: Command-Install
- description: Add command label for 'winget list'
if:
- payloadType: Issues
- isAction:
action: Opened
- bodyContains:
pattern: 'Relevant command\(s\)\s*\n.*winget list'
isRegex: True
then:
- addLabel:
label: Command-List
- description: Add command label for 'winget mcp'
if:
- payloadType: Issues
- isAction:
action: Opened
- bodyContains:
pattern: 'Relevant command\(s\)\s*\n.*winget mcp'
isRegex: True
then:
- addLabel:
label: Command-MCP
- description: Add command label for 'winget pin'
if:
- payloadType: Issues
- isAction:
action: Opened
- bodyContains:
pattern: 'Relevant command\(s\)\s*\n.*winget pin'
isRegex: True
then:
- addLabel:
label: Command-Pin
- description: Add command label for 'winget repair'
if:
- payloadType: Issues
- isAction:
action: Opened
- bodyContains:
pattern: 'Relevant command\(s\)\s*\n.*winget repair'
isRegex: True
then:
- addLabel:
label: Command-Repair
- description: Add command label for 'winget search'
if:
- payloadType: Issues
- isAction:
action: Opened
- bodyContains:
pattern: 'Relevant command\(s\)\s*\n.*winget search'
isRegex: True
then:
- addLabel:
label: Command-Search
- description: Add command label for 'winget settings'
if:
- payloadType: Issues
- isAction:
action: Opened
- bodyContains:
pattern: 'Relevant command\(s\)\s*\n.*winget settings'
isRegex: True
then:
- addLabel:
label: Command-Settings
- description: Add command label for 'winget show'
if:
- payloadType: Issues
- isAction:
action: Opened
- bodyContains:
pattern: 'Relevant command\(s\)\s*\n.*winget show'
isRegex: True
then:
- addLabel:
label: Command-Show
- description: Add command label for 'winget source'
if:
- payloadType: Issues
- isAction:
action: Opened
- bodyContains:
pattern: 'Relevant command\(s\)\s*\n.*winget source'
isRegex: True
then:
- addLabel:
label: Command-Source
- description: Add command label for 'winget uninstall'
if:
- payloadType: Issues
- isAction:
action: Opened
- bodyContains:
pattern: 'Relevant command\(s\)\s*\n.*winget uninstall'
isRegex: True
then:
- addLabel:
label: Command-Uninstall
- description: Add command label for 'winget upgrade'
if:
- payloadType: Issues
- isAction:
action: Opened
- bodyContains:
pattern: 'Relevant command\(s\)\s*\n.*winget upgrade'
isRegex: True
then:
- addLabel:
label: Command-Upgrade
- description: Add command label for 'winget validate'
if:
- payloadType: Issues
- isAction:
action: Opened
- bodyContains:
pattern: 'Relevant command\(s\)\s*\n.*winget validate'
isRegex: True
then:
- addLabel:
label: Command-Validate
onFailure:
onSuccess:
================================================
FILE: .github/policies/labelManagement.issueUpdated.yml
================================================
id: labelManagement.issueUpdated
name: GitOps.PullRequestIssueManagement
description: >-
Handlers for when an issue is updated and not closed
This primarily includes handlers for comments, reviews, and re-runs
owner:
resource: repository
disabled: false
where:
configuration:
resourceManagementConfiguration:
eventResponderTasks:
- description: Remove "No-Recent-Activity" when a pull request or issue is updated
if:
- or:
- payloadType: Pull_Request
- payloadType: Pull_Request_Review
- payloadType: Pull_Request_Review_Comment
- payloadType: Issue_Comment
- payloadType: Issues
- not:
isAction:
action: Closed
- hasLabel:
label: No-Recent-Activity
then:
- removeLabel:
label: No-Recent-Activity
# The policy service should not trigger itself here, or else the label would be removed immediately after being added
triggerOnOwnActions: False
- description: Clean email replies on every comment
if:
- payloadType: Issue_Comment
then:
- cleanEmailReply
- description: Remove "Help-Wanted" label when an issue goes into PR
if:
- payloadType: Issues
- labelAdded:
label: In-PR
- hasLabel:
label: Help-Wanted
then:
- removeLabel:
label: Help-Wanted
- description: >-
If an author responds to an issue which needs author feedback
* Remove the Needs-Author-Feedback Label
* Add the Needs-Attention Label
if:
- or:
- payloadType: Pull_Request_Review
- payloadType: Pull_Request_Review_Comment
- payloadType: Issue_Comment
- isActivitySender:
issueAuthor: True
- hasLabel:
label: Needs-Author-Feedback
- not:
isAction:
action: Synchronize
then:
- removeLabel:
label: Needs-Author-Feedback
- addLabel:
label: Needs-Attention
- description: >-
When changes are requested on a pull request
* Disable automerge
* Assign to the author
* Label with Needs-Author-Feedback
if:
- payloadType: Pull_Request_Review
- isAction:
action: Submitted
- isReviewState:
reviewState: Changes_requested
then:
- disableAutoMerge
- assignTo:
author: True
- addLabel:
label: Needs-Author-Feedback
- description: Sync labels from issues on all pull request events
if:
- payloadType: Pull_Request
then:
- labelSync:
pattern: Issue-
- labelSync:
pattern: Area-
- labelSync:
pattern: Priority-
- labelSync:
pattern: Product-
- labelSync:
pattern: Severity-
- labelSync:
pattern: Impact-
- inPrLabel:
label: In-PR
onFailure:
onSuccess:
================================================
FILE: .github/policies/labelManagement.needsFeedbackHub.yml
================================================
id: labelManagement.needsFeedbackHub
name: GitOps.PullRequestIssueManagement
description: Handlers when feedback hub is needed
owner:
resource: repository
disabled: false
where:
configuration:
resourceManagementConfiguration:
eventResponderTasks:
- description: >-
When the label "Needs-Feedback-Hub" is added to an issue or a repo admin comments /feedback
* Add a reply notifying the issue author
* Assign to the author
* Label with Needs-Author-Feedback
* Remove Needs-Feedback-Hub label
if:
- or:
# Trigger by label add
- and:
- payloadType: Issues
- labelAdded:
label: Needs-Feedback-Hub
# Trigger by comment
- and:
- payloadType: Issue_Comment
- commentContains:
pattern: '\/feedback'
isRegex: True
- or:
- activitySenderHasPermission:
permission: Admin
- activitySenderHasPermission:
permission: Write
then:
- addReply:
reply: >-
Hello @${issueAuthor},
Please send us feedback with the Feedback Hub [Windows]+[f] with this issue and paste the link here so we can more easily find your crash information on the back end.
Please use "Apps" and "Windows Package Manager" for the Category.
The link on the bottom of the feedback report will provide the URL to paste in this Issue to share with us.
Template: msftbot/feedbackHub
- assignTo:
author: True
- addLabel:
label: Needs-Author-Feedback
- removeLabel:
label: Needs-Feedback-Hub
onFailure:
onSuccess:
================================================
FILE: .github/policies/labelManagement.triageLabels.yml
================================================
id: labelAdded.triageLabels
name: GitOps.PullRequestIssueManagement
description: Handlers for triaging issues when various labels are applied from Triage
owner:
resource: repository
disabled: false
where:
configuration:
resourceManagementConfiguration:
eventResponderTasks:
- description: >-
When specific labels are added to an issue
* Remove the Needs-Triage label
if:
- payloadType: Issues
- or:
- labelAdded:
label: Area-Accessibility
- labelAdded:
label: Area-Architecture
- labelAdded:
label: Area-Build
- labelAdded:
label: Area-External
- labelAdded:
label: Area-GPO
- labelAdded:
label: Area-Input
- labelAdded:
label: Area-Localization
- labelAdded:
label: Area-Manifest
- labelAdded:
label: Area-Matching
- labelAdded:
label: Area-Output
- labelAdded:
label: Area-Path
- labelAdded:
label: Area-Performance
- labelAdded:
label: Area-Scope
- labelAdded:
label: Area-Settings
- labelAdded:
label: Area-Sorting
- labelAdded:
label: Area-User-Interface
- labelAdded:
label: Blocking-Issue
- labelAdded:
label: Breaking-Change
- labelAdded:
label: Dependencies
- labelAdded:
label: Experimental
- labelAdded:
label: Hardware
- labelAdded:
label: In-PR
- labelAdded:
label: Interactive-Only-Installer
- labelAdded:
label: msstore
- labelAdded:
label: Needs-Attention
- labelAdded:
label: Needs-Author-Feedback
- labelAdded:
label: Portable
- labelAdded:
label: Public-Service-Announcement
- labelAdded:
label: Side-By-Side
- labelAdded:
label: Zipped-Binary
then:
- removeLabel:
label: Needs-Triage
# The policy service should trigger even when the label was added by the policy service
triggerOnOwnActions: true
onFailure:
onSuccess:
================================================
FILE: .github/policies/moderatorTriggers.yml
================================================
id: moderatorTriggers
name: GitOps.PullRequestIssueManagement
description: Defines the users and permissions for the moderators
owner:
resource: repository
disabled: false
where:
configuration:
resourceManagementConfiguration:
eventResponderTasks:
- if:
# If the activity sender is any one of the moderators, has Admin permission on the repo, or has Write permissions on the repo. . .
- or:
- activitySenderHasPermission:
permission: Admin
- activitySenderHasPermission:
permission: Write
- isActivitySender:
user: stephengillie
issueAuthor: False
- isActivitySender:
user: ImJoakim
issueAuthor: False
- isActivitySender:
user: ItzLevvie
issueAuthor: False
- isActivitySender:
user: jedieaston
issueAuthor: False
- isActivitySender:
user: KaranKad
issueAuthor: False
- isActivitySender:
user: OfficialEsco
issueAuthor: False
- isActivitySender:
user: quhxl
issueAuthor: False
- isActivitySender:
user: Trenly
issueAuthor: False
- isActivitySender:
user: mdanish-kh
issueAuthor: False
- isActivitySender:
user: russellbanks
issueAuthor: False
then:
# If the payload is an issue_Comment or a Pull_Request_Review_Comment
- if:
- or:
- payloadType: Issue_Comment
- payloadType: Pull_Request_Review_Comment
# Remove the Needs-Triage label
# Take different actions based on the comment pattern
then:
- removeLabel:
label: Needs-Triage
# Area-Accessibility
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[aA]rea[\s-][aA]ccessibility'
isRegex: True
then:
- addLabel:
label: Area-Accessibility
# Area-Architecture
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[aA]rea[\s-][aA]rchitecture'
isRegex: True
then:
- addLabel:
label: Area-Architecture
# Area-Build
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[aA]rea[\s-][bB]uild'
isRegex: True
then:
- addLabel:
label: Area-Build
# Area-COM-API
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[aA]rea[\s-][cC][oO][mM][\s-][aA][pP][iI]'
isRegex: True
then:
- addLabel:
label: Area-COM-API
# Area-External
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[aA]rea[\s-][eE]xternal'
isRegex: True
then:
- addLabel:
label: Area-External
# Area-GPO
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[aA]rea[\s-][gG][pP][oO]'
isRegex: True
then:
- addLabel:
label: Area-GPO
# Area-Input
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[aA]rea[\s-][iI]nput'
isRegex: True
then:
- addLabel:
label: Area-Input
# Area-Localization
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[aA]rea[\s-][lL]ocalization'
isRegex: True
then:
- addLabel:
label: Area-Localization
# Area-Manifest
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[aA]rea[\s-][mM]anifest'
isRegex: True
then:
- addLabel:
label: Area-Manifest
# Area-Matching
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[aA]rea[\s-][mM]atching'
isRegex: True
then:
- addLabel:
label: Area-Matching
# Area-Output
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[aA]rea[\s-][oO]utput'
isRegex: True
then:
- addLabel:
label: Area-Output
# Area-Path
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[aA]rea[\s-][pP]ath'
isRegex: True
then:
- addLabel:
label: Area-Path
# Area-Performance
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[aA]rea[\s-][pP]erformance'
isRegex: True
then:
- addLabel:
label: Area-Performance
# Area-Scope
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[aA]rea[\s-][sS]cope'
isRegex: True
then:
- addLabel:
label: Area-Scope
# Area-Settings
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[aA]rea[\s-][sS]ettings'
isRegex: True
then:
- addLabel:
label: Area-Settings
# Area-Sorting
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[aA]rea[\s-][sS]orting'
isRegex: True
then:
- addLabel:
label: Area-Sorting
# Area-User-Interface
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[aA]rea[\s-][uU]ser[\s-][iI]nterface'
isRegex: True
then:
- addLabel:
label: Area-User-Interface
# Blocking-Issue
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[bB]locking[\s-][iI]ssue'
isRegex: True
then:
- removeLabel:
label: Needs-Author-Feedback
- removeLabel:
label: Needs-Attention
- addLabel:
label: Blocking-Issue
# Breaking-Change
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[bB]reaking[\s-][cC]hange'
isRegex: True
then:
- addLabel:
label: Breaking-Change
# Command-Configure
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[cC]ommand[\s-][cC]onfigure'
isRegex: True
then:
- addLabel:
label: Command-Configure
# Command-Download
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[cC]ommand[\s-][dD]ownload'
isRegex: True
then:
- addLabel:
label: Command-Download
# Command-Export
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[cC]ommand[\s-][eE]xport'
isRegex: True
then:
- addLabel:
label: Command-Export
# Command-Import
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[cC]ommand[\s-][iI]mport'
isRegex: True
then:
- addLabel:
label: Command-Import
# Command-Install
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[cC]ommand[\s-][iI]nstall'
isRegex: True
then:
- addLabel:
label: Command-Install
# Command-List
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[cC]ommand[\s-][lL]ist'
isRegex: True
then:
- addLabel:
label: Command-List
# Command-Pin
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[cC]ommand[\s-][pP]in'
isRegex: True
then:
- addLabel:
label: Command-Pin
# Command-Search
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[cC]ommand[\s-][sS]earch'
isRegex: True
then:
- addLabel:
label: Command-Search
# Command-Show
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[cC]ommand[\s-][sS]how'
isRegex: True
then:
- addLabel:
label: Command-Show
# Command-Source
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[cC]ommand[\s-][sS]ource'
isRegex: True
then:
- addLabel:
label: Command-Source
# Command-Uninstall
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[cC]ommand[\s-][uU]ninstall'
isRegex: True
then:
- addLabel:
label: Command-Uninstall
# Command-Upgrade
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[cC]ommand[\s-][uU]pgrade'
isRegex: True
then:
- addLabel:
label: Command-Upgrade
# Command-Validate
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[cC]ommand[\s-][vV]alidate'
isRegex: True
then:
- addLabel:
label: Command-Validate
# Context-Elevated-User
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[cC]ontext[\s-][eE]levated([\s-][uU]ser)?'
isRegex: True
then:
- addLabel:
label: Context-Elevated-User
# Context-User
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[cC]ontext[\s-][uU]ser'
isRegex: True
then:
- addLabel:
label: Context-User
# Context-System
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[cC]ontext[\s-][sS]ystem'
isRegex: True
then:
- addLabel:
label: Context-System
# Dependencies
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[dD]ependencies'
isRegex: True
then:
- addLabel:
label: Dependencies
# DSC-Resource
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[dD][sS][cC][\s-][rR]esource'
isRegex: True
then:
- addLabel:
label: DSC-Resource
# Experimental
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[eE]xperimental'
isRegex: True
then:
- addLabel:
label: Experimental
# Hardware
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[hH]ardware'
isRegex: True
then:
- addLabel:
label: Hardware
# Interactive-Only-Installer
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[iI]nteractive[\s-][oO]nly([\s-][iI]nstaller)?'
isRegex: True
then:
- addLabel:
label: Interactive-Only-Installer
# Issue-Bug
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[iI]ssue[\s-][bB]ug'
isRegex: True
then:
- addLabel:
label: Issue-Bug
# Issue-Docs
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[iI]ssue[\s-][dD]ocs'
isRegex: True
then:
- addLabel:
label: Issue-Docs
# Issue-Feature
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[iI]ssue[\s-][fF]eature'
isRegex: True
then:
- addLabel:
label: Issue-Feature
# msstore
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[mM][sS][sS]tore'
isRegex: True
then:
- addLabel:
label: msstore
# Needs-Attention
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[Nn]eeds[\s-][Aa]ttention'
isRegex: True
then:
- addLabel:
label: Needs-Attention
# Needs-Author-Feedback
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[Nn]eeds[\s-][Aa]uthor[\s-][fF]eedback'
isRegex: True
then:
- addLabel:
label: Needs-Author-Feedback
# Needs-Repro
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[Nn]eeds[\s-][Rr]epro'
isRegex: True
then:
- addLabel:
label: Needs-Repro
# Portable
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[pP]ortable'
isRegex: True
then:
- addLabel:
label: Portable
# PowerShell
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[pP]ower[sS]hell'
isRegex: True
then:
- addLabel:
label: PowerShell
# PSA
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[Pp][Ss][Aa]'
isRegex: True
then:
- addLabel:
label: Public-Service-Announcement
# Side-By-Side
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[sS]ide[\s-][bB]y[\s-][sS]ide'
isRegex: True
then:
- addLabel:
label: Side-By-Side
# Zipped-Binary
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[zZ]ip(ped)?[\s-][bB]inary'
isRegex: True
then:
- addLabel:
label: Zipped-Binary
# Zipped-Binary
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+([wW]indows[\s-])?[sS]andbox'
isRegex: True
then:
- addLabel:
label: Windows-Sandbox
# Unblocked
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[uU]nblocked'
isRegex: True
then:
- removeLabel:
label: Blocking-Issue
# Duplicate of #
- if:
- commentContains:
pattern: Duplicate\s+of\s+\#?\s*\d+
isRegex: True
then:
- addReply:
reply: >-
Hello @${issueAuthor},
We've identified this as a duplicate of another issue or PR that already exists. This specific instance is being closed in favor of the linked issue. Please add your 👍 to the other issue to raise its priority. Thanks for your contribution!
Template: msftbot/duplicate/closed
- closeIssue
- removeLabel:
label: Needs-Triage
- removeLabel:
label: Needs-Attention
- removeLabel:
label: Needs-Feedback-Hub
- removeLabel:
label: Needs-Author-Feedback
- addLabel:
label: Resolution-Duplicate
# Close with reason <>;
- if:
- commentContains:
pattern: "[cC]lose\\s+[wW]ith\\s+[rR]eason\\s*:[\\w\\s\\-\\(\\)\\[\\]\\{\\}\\\\\\/.+=@\\#$%&^*`~|'\",<>?]*(?=;)"
isRegex: True
then:
- closeIssue
- removeLabel:
label: Needs-Triage
- removeLabel:
label: Needs-Attention
- removeLabel:
label: Needs-Feedback-Hub
- removeLabel:
label: Needs-Author-Feedback
# Reopen with reason <>;
- if:
- commentContains:
pattern: "[rR]eopen\\s+[wW]ith\\s+[rR]eason\\s*:[\\w\\s\\-\\(\\)\\[\\]\\{\\}\\\\\\/.+=@\\#$%&^*`~|'\",<>?]*(?=;)"
isRegex: True
then:
- reopenIssue
- removeLabel:
label: Resolution-Duplicate
- removeLabel:
label: No-Recent-Activity
# Reset-Feedback
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[rR]eset\s+[fF]eedback'
isRegex: True
then:
- removeLabel:
label: Needs-Author-Feedback
- removeLabel:
label: Needs-Attention
# Reset-Labels
- if:
- commentContains:
pattern: '\[[Pp]olicy\]\s+[rR]eset\s+[lL]abels'
isRegex: True
then:
- removeLabel:
label: Area-Accessibility
- removeLabel:
label: Area-Architecture
- removeLabel:
label: Area-Build
- removeLabel:
label: Area-COM-API
- removeLabel:
label: Area-External
- removeLabel:
label: Area-GPO
- removeLabel:
label: Area-Input
- removeLabel:
label: Area-Localization
- removeLabel:
label: Area-Manifest
- removeLabel:
label: Area-Matching
- removeLabel:
label: Area-Output
- removeLabel:
label: Area-Path
- removeLabel:
label: Area-Performance
- removeLabel:
label: Area-Scope
- removeLabel:
label: Area-Settings
- removeLabel:
label: Area-Sorting
- removeLabel:
label: Area-User-Interface
- removeLabel:
label: Blocking-Issue
- removeLabel:
label: Breaking-Change
- removeLabel:
label: Command-Configure
- removeLabel:
label: Command-Download
- removeLabel:
label: Command-Export
- removeLabel:
label: Command-Import
- removeLabel:
label: Command-Install
- removeLabel:
label: Command-List
- removeLabel:
label: Command-Pin
- removeLabel:
label: Command-Search
- removeLabel:
label: Command-Show
- removeLabel:
label: Command-Source
- removeLabel:
label: Command-Uninstall
- removeLabel:
label: Command-Upgrade
- removeLabel:
label: Command-Validate
- removeLabel:
label: Context-Elevated-User
- removeLabel:
label: Context-User
- removeLabel:
label: Context-System
- removeLabel:
label: Dependencies
- removeLabel:
label: DSC-Resource
- removeLabel:
label: Experimental
- removeLabel:
label: Hardware
- removeLabel:
label: In-PR
- removeLabel:
label: Interactive-Only-Installer
- removeLabel:
label: Issue-Bug
- removeLabel:
label: Issue-Docs
- removeLabel:
label: Issue-Feature
- removeLabel:
label: msstore
- removeLabel:
label: Needs-Attention
- removeLabel:
label: Needs-Author-Feedback
- removeLabel:
label: Portable
- removeLabel:
label: PowerShell
- removeLabel:
label: Public-Service-Announcement
- removeLabel:
label: Side-By-Side
- removeLabel:
label: Windows-Sandbox
- removeLabel:
label: Zipped-Binary
onFailure:
onSuccess:
================================================
FILE: .github/policies/scheduledSearch.closeNoRecentActivity.yml
================================================
id: scheduledSearch.closeNoRecentActivity
name: GitOps.PullRequestIssueManagement
description: Closes issues that are inactive
owner:
resource: repository
disabled: false
where:
configuration:
resourceManagementConfiguration:
scheduledSearches:
- description: >-
Search for PR where -
* Pull Request is Open
* Pull request has the label No-Recent-Activity
* Pull request has the label Needs-Author-Feedback
* Pull request does not have the label Blocking-Issue
* Has not had activity in the last 7 days
Then -
* Close the PR
frequencies:
- hourly:
hour: 6
filters:
- isPullRequest
- isOpen
- hasLabel:
label: No-Recent-Activity
- hasLabel:
label: Needs-Author-Feedback
- isNotLabeledWith:
label: Blocking-Issue
- noActivitySince:
days: 7
actions:
- closeIssue
- description: >-
Search for Issues where -
* Issue is Open
* Issue has the label No-Recent-Activity
* Issue has the label Needs-Author-Feedback
* Issue does not have the label Blocking-Issue
* Issue does not have the label Issue-Feature
* Has not had activity in the last 7 days
Then -
* Close the Issue
frequencies:
- hourly:
hour: 6
filters:
- isIssue
- isOpen
- hasLabel:
label: No-Recent-Activity
- hasLabel:
label: Needs-Author-Feedback
- isNotLabeledWith:
label: Blocking-Issue
- isNotLabeledWith:
label: Issue-Feature
- noActivitySince:
days: 7
actions:
- closeIssue
onFailure:
onSuccess:
================================================
FILE: .github/policies/scheduledSearch.markNoRecentActivity.yml
================================================
id: scheduledSearch.closeNoRecentActivity
name: GitOps.PullRequestIssueManagement
description: Markss issues that are inactive
owner:
resource: repository
disabled: false
where:
configuration:
resourceManagementConfiguration:
scheduledSearches:
- description: >-
Search for PR where -
* Pull Request is Open
* Pull request does not have the label No-Recent-Activity
* Pull request does not have the label Blocking-Issue
* Pull request has the label Needs-Author-Feedback
* Has not had activity in the last 7 days
Then -
* Add No-Recent-Activity label
frequencies:
- hourly:
hour: 6
filters:
- isPullRequest
- isOpen
- isNotLabeledWith:
label: No-Recent-Activity
- isNotLabeledWith:
label: Blocking-Issue
- hasLabel:
label: Needs-Author-Feedback
- noActivitySince:
days: 7
actions:
- addLabel:
label: No-Recent-Activity
- description: >-
Search for Issues where -
* Issue is Open
* Issue has the label Needs-Author-Feedback
* Issue does not have the label No-Recent-Activity
* Issue does not have the label Blocking-Issue
* Issue does not have the label Issue-Feature
* Has not had activity in the last 7 days
Then -
* Close the Issue
frequencies:
- hourly:
hour: 6
filters:
- isIssue
- isOpen
- hasLabel:
label: Needs-Author-Feedback
- isNotLabeledWith:
label: No-Recent-Activity
- isNotLabeledWith:
label: Blocking-Issue
- isNotLabeledWith:
label: Issue-Feature
- noActivitySince:
days: 7
actions:
- addLabel:
label: No-Recent-Activity
onFailure:
onSuccess:
================================================
FILE: .github/workflows/automatic-issue-deduplication.yml
================================================
name: Automatic New Issue Deduplication
on:
issues:
types: [opened, reopened]
permissions:
models: read
issues: write
concurrency:
group: ${{ github.workflow }}-${{ github.event.issue.number }}
cancel-in-progress: true
jobs:
deduplicate:
runs-on: ubuntu-latest
steps:
- name: Run Deduplicate Action
uses: pelikhan/action-genai-issue-dedup@v0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
label_as_duplicate: false
================================================
FILE: .github/workflows/spelling.yml
================================================
# spelling.yml is disabled per https://github.com/check-spelling/check-spelling/security/advisories/GHSA-g86g-chm8-7r2p
name: Workflow should not run!
on:
push:
branches: ''
jobs:
placeholder:
name: Should be disabled
runs-on: ubuntu-latest
if: false
steps:
- name: Task
run: |
echo 'Running this task would be bad'
exit 1
================================================
FILE: .github/workflows/spelling2.yml
================================================
# spelling.yml is disabled per https://github.com/check-spelling/check-spelling/security/advisories/GHSA-p8r9-69g4-jwqq
name: Workflow should not run!
on:
push:
branches: ''
jobs:
placeholder:
name: Should be disabled
runs-on: ubuntu-latest
if: false
steps:
- name: Task
run: |
echo 'Running this task would be bad'
exit 1
================================================
FILE: .github/workflows/spelling3.yml
================================================
# spelling.yml is blocked per https://github.com/check-spelling/check-spelling/security/advisories/GHSA-g86g-chm8-7r2p
# spelling2.yml is blocked per https://github.com/check-spelling/check-spelling/security/advisories/GHSA-p8r9-69g4-jwqq
name: Check Spelling
# Comment management is handled through a secondary job, for details see:
# https://github.com/check-spelling/check-spelling/wiki/Feature%3A-Restricted-Permissions
#
# `jobs.comment-push` runs when a push is made to a repository and the `jobs.spelling` job needs to make a comment
# (in odd cases, it might actually run just to collapse a comment, but that's fairly rare)
# it needs `contents: write` in order to add a comment.
#
# `jobs.comment-pr` runs when a pull_request is made to a repository and the `jobs.spelling` job needs to make a comment
# or collapse a comment (in the case where it had previously made a comment and now no longer needs to show a comment)
# it needs `pull-requests: write` in order to manipulate those comments.
# Updating pull request branches is managed via comment handling.
# For details, see: https://github.com/check-spelling/check-spelling/wiki/Feature:-Update-expect-list
#
# These elements work together to make it happen:
#
# `on.issue_comment`
# This event listens to comments by users asking to update the metadata.
#
# `jobs.update`
# This job runs in response to an issue_comment and will push a new commit
# to update the spelling metadata.
#
# `with.experimental_apply_changes_via_bot`
# Tells the action to support and generate messages that enable it
# to make a commit to update the spelling metadata.
#
# `with.ssh_key`
# In order to trigger workflows when the commit is made, you can provide a
# secret (typically, a write-enabled github deploy key).
#
# For background, see: https://github.com/check-spelling/check-spelling/wiki/Feature:-Update-with-deploy-key
# SARIF reporting
#
# Access to SARIF reports is generally restricted (by GitHub) to members of the repository.
#
# Requires enabling `security-events: write`
# and configuring the action with `use_sarif: 1`
#
# For information on the feature, see: https://github.com/check-spelling/check-spelling/wiki/Feature:-SARIF-output
# Minimal workflow structure:
#
# on:
# push:
# ...
# pull_request_target:
# ...
# jobs:
# # you only want the spelling job, all others should be omitted
# spelling:
# # remove `security-events: write` and `use_sarif: 1`
# # remove `experimental_apply_changes_via_bot: 1`
# ... otherwise adjust the `with:` as you wish
on:
push:
branches:
- "**"
tags-ignore:
- "**"
pull_request_target:
branches:
- "**"
types:
- "opened"
- "reopened"
- "synchronize"
jobs:
spelling:
name: Check Spelling
permissions:
contents: read
pull-requests: read
actions: read
outputs:
followup: ${{ steps.spelling.outputs.followup }}
runs-on: ubuntu-latest
if: ${{ contains(github.event_name, 'pull_request') || github.event_name == 'push' }}
concurrency:
group: spelling-${{ github.event.pull_request.number || github.ref }}
# note: If you use only_check_changed_files, you do not want cancel-in-progress
cancel-in-progress: true
steps:
- name: check-spelling
id: spelling
uses: check-spelling/check-spelling@v0.0.24
with:
suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }}
checkout: true
check_file_names: 1
post_comment: 0
use_magic_file: 1
warnings: bad-regex,binary-file,deprecated-feature,ignored-expect-variant,large-file,limited-references,no-newline-at-eof,noisy-file,non-alpha-in-dictionary,token-is-substring,unexpected-line-ending,whitespace-in-dictionary,minified-file,unsupported-configuration,no-files-to-check,unclosed-block-ignore-begin,unclosed-block-ignore-end
check_extra_dictionaries: ""
dictionary_source_prefixes: >
{
"cspell": "https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20241114/dictionaries/"
}
extra_dictionaries: |
cspell:software-terms/softwareTerms.txt
cspell:cpp/stdlib-cpp.txt
cspell:filetypes/filetypes.txt
cspell:cpp/stdlib-c.txt
cspell:php/php.txt
cspell:python/python/python-lib.txt
cspell:dotnet/dotnet.txt
cspell:golang/go.txt
cspell:cpp/compiler-msvc.txt
cspell:dart/dart.txt
cspell:html/html.txt
cspell:powershell/powershell.txt
cspell:aws/aws.txt
cspell:python/common/extra.txt
cspell:node/node.txt
cspell:npm/npm.txt
cspell:fullstack/fullstack.txt
cspell:java/java.txt
cspell:csharp/csharp.txt
cspell:cpp/ecosystem.txt
cspell:typescript/typescript.txt
cspell:cpp/lang-keywords.txt
comment-pr:
name: Report (PR)
# If you workflow isn't running on pull_request*, you can remove this job
runs-on: ubuntu-latest
needs: spelling
permissions:
actions: read
contents: read
pull-requests: write
if: (success() || failure()) && needs.spelling.outputs.followup && contains(github.event_name, 'pull_request')
steps:
- name: comment
uses: check-spelling/check-spelling@v0.0.24
with:
checkout: true
task: ${{ needs.spelling.outputs.followup }}
================================================
FILE: .gitignore
================================================
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
settings.json
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]elease[Ss]tatic/
[Rr]eleases/
x64/
x86/
arm64/
AnyCPU/
Fuzzing/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
# Visual Studio 2015/2017 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
# Visual Studio 2017 auto generated files
Generated\ Files/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
# NUNIT
*.VisualState.xml
TestResult.xml
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
# Benchmark Results
BenchmarkDotNet.Artifacts/
# .NET Core
project.lock.json
project.fragment.lock.json
artifacts/
**/Properties/launchSettings.json
# StyleCop
StyleCopReport.xml
# Files built by Visual Studio
*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.iobj
*.pch
*.pdb
*.ipdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
# Chutzpah Test files
_Chutzpah*
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb
# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap
# Visual Studio Trace Files
*.e2e
# TFS 2012 Local Workspace
$tf/
# Guidance Automation Toolkit
*.gpState
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# JustCode is a .NET coding add-in
.JustCode
# TeamCity is a build add-in
_TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover
# AxoCover is a Code Coverage Tool
.axoCover/*
!.axoCover/settings.json
# Visual Studio code coverage results
*.coverage
*.coveragexml
# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*
# MightyMoose
*.mm.*
AutoTest.Net/
# Web workbench (sass)
.sass-cache/
# Installshield output folder
[Ee]xpress/
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# Note: Comment the next line if you want to check in your web deploy settings,
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj
# Microsoft Azure Web App publish settings. Comment the next line if you want to
# check in your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/
# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/[Pp]ackages/*
# except build/, which is used as an MSBuild target.
!**/[Pp]ackages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/[Pp]ackages/repositories.config
# NuGet v3's project.json files produces more ignorable files
*.nuget.props
*.nuget.targets
# Vcpkg install directory
**/vcpkg_installed/*
# Microsoft Azure Build Output
csx/
*.build.csdef
# Microsoft Azure Emulator
ecf/
rcf/
# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
*.appx
# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/
# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
orleans.codegen.cs
# Including strong name files can present a security risk
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
#*.snk
# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/
# RIA/Silverlight projects
Generated_Code/
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
ServiceFabricBackup/
*.rptproj.bak
# SQL Server files
*.mdf
*.ldf
*.ndf
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
*.rptproj.rsuser
# Microsoft Fakes
FakesAssemblies/
# GhostDoc plugin setting file
*.GhostDoc.xml
# Node.js Tools for Visual Studio
.ntvs_analysis.dat
node_modules/
# Visual Studio 6 build log
*.plg
# Visual Studio 6 workspace options file
*.opt
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw
# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions
# Paket dependency manager
.paket/paket.exe
paket-files/
# FAKE - F# Make
.fake/
# JetBrains Rider
.idea/
*.sln.iml
# CodeRush
.cr/
# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
# Cake - Uncomment if you are using it
# tools/**
# !tools/packages.config
# Tabs Studio
*.tss
# Telerik's JustMock configuration file
*.jmconfig
# BizTalk build output
*.btp.cs
*.btm.cs
*.odx.cs
*.xsd.cs
# OpenCover UI analysis results
OpenCover/
# Azure Stream Analytics local run output
ASALocalRun/
# MSBuild Binary and Structured Log
*.binlog
# NVidia Nsight GPU debugger configuration file
*.nvuser
# MFractors (Xamarin productivity tool) working folder
.mfractor/
# Generated files from WinGetServer.idl
**/WinGetServer/WinGetServer.h
**/WinGetServer/WinGetServer_c.c
**/WinGetServer/WinGetServer_s.c
# Crescendo generated module files
src/PowerShell/Microsoft.WinGet.Client/Crescendo/*.psd1
src/PowerShell/Microsoft.WinGet.Client/Crescendo/*.psm1
# Dev PowerShell module path
src/PowerShell/scripts/Module
# Interop nuget
src/WinGetUtilInterop/scripts/Nuget*
================================================
FILE: .vsconfig
================================================
{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Component.CoreEditor",
"Microsoft.VisualStudio.Workload.CoreEditor",
"Microsoft.Net.Component.4.8.SDK",
"Microsoft.Net.Component.4.7.2.TargetingPack",
"Microsoft.Net.ComponentGroup.DevelopmentPrerequisites",
"Microsoft.VisualStudio.Component.TypeScript.TSServer",
"Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions",
"Microsoft.VisualStudio.Component.JavaScript.TypeScript",
"Microsoft.VisualStudio.Component.Roslyn.Compiler",
"Microsoft.Component.MSBuild",
"Microsoft.VisualStudio.Component.Roslyn.LanguageServices",
"Microsoft.VisualStudio.Component.TextTemplating",
"Microsoft.VisualStudio.Component.NuGet",
"Microsoft.VisualStudio.Component.SQL.CLR",
"Microsoft.Component.ClickOnce",
"Microsoft.VisualStudio.Component.ManagedDesktop.Core",
"Microsoft.NetCore.Component.Runtime.6.0",
"Microsoft.NetCore.Component.SDK",
"Microsoft.VisualStudio.Component.FSharp",
"Microsoft.ComponentGroup.ClickOnce.Publish",
"Microsoft.NetCore.Component.DevelopmentTools",
"Microsoft.VisualStudio.Component.AppInsights.Tools",
"Microsoft.Net.Component.4.8.TargetingPack",
"Microsoft.Net.ComponentGroup.4.8.DeveloperTools",
"Microsoft.VisualStudio.Component.DiagnosticTools",
"Microsoft.VisualStudio.Component.EntityFramework",
"Microsoft.VisualStudio.Component.Debugger.JustInTime",
"Component.Microsoft.VisualStudio.LiveShare.2022",
"Microsoft.VisualStudio.Component.IntelliCode",
"Microsoft.VisualStudio.Component.VC.CoreIde",
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
"Microsoft.VisualStudio.Component.Graphics.Tools",
"Microsoft.VisualStudio.Component.VC.DiagnosticTools",
"Microsoft.VisualStudio.ComponentGroup.MSIX.Packaging",
"Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites",
"Microsoft.VisualStudio.Component.DotNetModelBuilder",
"Microsoft.ComponentGroup.Blend",
"Microsoft.VisualStudio.Workload.ManagedDesktop",
"Microsoft.VisualStudio.Component.VC.ATL",
"Microsoft.VisualStudio.Component.VC.Tools.ARM64",
"Microsoft.VisualStudio.Component.VC.Redist.14.Latest",
"Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core",
"Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.CMake",
"Microsoft.VisualStudio.Component.VC.CMake.Project",
"Microsoft.VisualStudio.Component.VC.TestAdapterForBoostTest",
"Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest",
"Microsoft.VisualStudio.Component.VC.ASAN",
"Microsoft.VisualStudio.Component.Vcpkg",
"Microsoft.VisualStudio.Component.Windows10SDK.19041",
"Microsoft.VisualStudio.Component.Windows11SDK.26100",
"Microsoft.VisualStudio.Workload.NativeDesktop",
"Microsoft.Component.NetFX.Native",
"Microsoft.VisualStudio.ComponentGroup.UWP.NetCoreAndStandard",
"Microsoft.VisualStudio.Component.Graphics",
"Microsoft.VisualStudio.ComponentGroup.UWP.Xamarin",
"Microsoft.VisualStudio.ComponentGroup.UWP.Support",
"Microsoft.VisualStudio.Workload.Universal",
"Microsoft.VisualStudio.Component.VC.Runtimes.ARM64.Spectre",
"Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre",
"Microsoft.NetCore.Component.Runtime.3.1"
]
}
================================================
FILE: CODEOWNERS
================================================
* @microsoft/winget-developers
================================================
FILE: CODE_OF_CONDUCT.md
================================================
# Microsoft Open Source Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
Resources:
- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)
- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns.
================================================
FILE: CONTRIBUTING.md
================================================
# Windows Package Manager Contributor's Guide
Below is our guidance for how to report issues, propose new features, and submit contributions via Pull Requests (PRs).
## Open Development Workflow
The Windows Package Manager team is VERY active in this GitHub Repository. In fact, we live in it all day long and carry out all our development in the open!
When the team finds issues we file them in the repository. When we propose new ideas or think up new features, we file new feature requests. When we work on fixes or features, we create branches and work on those improvements. And when PRs are reviewed, we review them in public - including all the good, the bad, and the ugly parts.
The point of doing all this work in public is to ensure that we are holding ourselves to a high degree of transparency, and so that the community sees that we apply the same processes and hold ourselves to the same quality bar as we do to community-submitted issues and PRs. We also want to make sure that we expose our team culture and "tribal knowledge" that is inherent in any closely-knit team, which often contains considerable value to those new to the project who are trying to figure out "why the heck does this thing look/work like this???"
### Repository Bot
The team triages new issues several times a week. During triage, the team uses labels to categorize, manage, and drive the project workflow.
We employ a bot to help us automate common processes within our workflow.
We drive the bot by tagging issues with specific labels which cause the bot engine to close issues, merge branches, etc. This bot engine helps us keep the repository clean by automating the process of notifying appropriate parties if/when information/follow-up is needed, and closing stale issues/PRs after reminders have remained unanswered for several days.
Therefore, if you do file issues, or create PRs, please keep an eye on your GitHub notifications. If you do not respond to requests for information, your issues/PRs may be closed automatically.
---
## Reporting Security Issues
**Please do not report security vulnerabilities through public GitHub issues.** Instead, please report them to the Microsoft Security Response Center (MSRC). See [SECURITY.md](./SECURITY.md) for more information.
## Before you start, file an issue
Please follow this simple rule to help us eliminate any unnecessary wasted effort & frustration, and ensure an efficient and effective use of everyone's time - yours, ours, and other community members':
> 👉 If you have a question, think you've discovered an issue, would like to propose a new feature, etc., then find/file an issue **BEFORE** starting work to fix/implement it.
### Search existing issues first
Before filing a new issue, search existing open and closed issues first: This project is moving fast! It is likely someone else has found the problem you're seeing, and someone may be working on or have already contributed a fix!
If no existing item describes your issue/feature, great - please file a new issue:
### File a new Issue
* Don't know whether you're reporting an issue or requesting a feature? File an issue
* Have a question that you don't see answered in docs, videos, etc.? File an issue
* Want to know if we're planning on building a particular feature? Create a discussion
* Got a great idea for a new feature? File an issue/request/idea
* Don't understand how to do something? Create a discussion
* Found an existing issue that describes yours? Great - upvote and add additional commentary / info / repro-steps / etc.
When you hit "New Issue", select the type of issue closest to what you want to report/ask/request:
### Complete the template
**Complete the information requested in the issue template, providing as much information as possible**. The more information you provide, the more likely your issue/ask will be understood and implemented. Helpful information includes:
👉 Tip: Run the following command
`winget --info`
* What tools and apps you're using (e.g. VS 2019, VSCode, etc.)
* Don't assume we're experts in setting up YOUR environment and don't assume we are experts in ``. Teach us to help you!
* **We LOVE detailed reproduction steps!** What steps do we need to take to reproduce the issue? Assume we love to read reproduction steps. As much detail as you can stand is probably _barely_ enough detail for us!
* Prefer error message text where possible or screenshots of errors if text cannot be captured.
* We MUCH prefer text command-line script than screenshots of command-line script.
* **If you intend to implement the fix/feature yourself then say so!** If you do not indicate otherwise we will assume that the issue is our to solve, or may label the issue as `Help-Wanted`.
### DO NOT post "+1" comments
> ⚠ DO NOT post "+1", "me too", or similar comments - they just add noise to an issue.
If you don't have any additional info/context to add but would like to indicate that you're affected by the issue, upvote the original issue by clicking its [+😊] button and hitting 👍 (+1) icon. This way we can actually measure how impactful an issue is.
---
## Contributing fixes / features
For those able & willing to help fix issues and/or implement features ...
### To Spec or not to Spec
Some issues/features may be quick and simple to describe and understand. For such scenarios, once a team member has agreed with your approach, skip ahead to the section headed "Fork, Branch, and Create your PR", below.
Small issues that do not require a spec will be labeled Issue-Bug or Issue-Task.
However, some issues/features will require careful thought & formal design before implementation. For these scenarios, we'll request that a spec is written and the associated issue will be labeled Issue-Feature.
Specs help collaborators discuss different approaches to solving a problem, describe how the feature will behave, how the feature will impact the user, what happens if something goes wrong, etc. Driving towards agreement in a spec, before any code is written, often results in simpler code, and less wasted effort in the long run.
Specs will be managed in a very similar manner as code contributions so please follow the "Fork, Branch, and Create your PR" below.
### Writing / Contributing-to a Spec
To write/contribute to a spec: fork, branch, and commit via PRs, as you would with any code changes.
Specs are written in markdown, stored under the `/doc/specs` folder, and named `[issue id] - [spec description].md`.
👉 **It is important to follow the spec templates and complete the requested information**. The available spec templates will help ensure that specs contain the minimum information & decisions necessary to permit development to begin. In particular, specs require you to confirm that you've already discussed the issue/idea with the team in an issue and that you provide the issue ID for reference.
Team members will be happy to help review specs and guide them to completion.
### Help Wanted
Once the team has approved an issue/spec, development can proceed. If no developers are immediately available, the spec can be parked ready for a developer to get started. Parked specs' issues will be labeled "Help Wanted". To find a list of development opportunities waiting for developer involvement, visit the Issues and filter on [the Help-Wanted label](https://github.com/microsoft/winget-cli/labels/Help%20Wanted).
---
## Development
### Fork, Clone, Branch and Create your PR
Once you've discussed your proposed feature/fix/etc. with a team member, and you've agreed an approach or a spec has been written and approved, it's time to start development:
1. Fork the repository if you haven't already.
1. Clone your fork locally.
1. Create & push a feature branch.
1. Create a [Draft Pull Request (PR)](https://github.blog/2019-02-14-introducing-draft-pull-requests/).
1. Work on your changes.
1. Build and see if it works.
### Testing
Testing is a key component in the development workflow.
### Code Review
When you'd like the team to take a look, (even if the work is not yet fully-complete), mark the Draft PR as 'Ready For Review' so that the team can review your work and provide comments, suggestions, and request changes. It may take several cycles, but the result will be solid, testable, conformant code that is safe for us to merge.
> ⚠ Remember: **changes you make may affect both the Windows Package Manager and the schema support implemented in our validation pipelines!** Because of this, we will treat community PRs with the same level of scrutiny and rigor as commits submitted to the official Windows source by team members and partners.
### Merge
Once your code has been reviewed and approved by the requisite number of team members, it will be merged into the main branch. Once merged, your PR will be automatically closed.
---
## Thank you
Thank you in advance for your contribution! Now, [what's next on the list](https://github.com/microsoft/winget-cli/labels/Help%20Wanted)? 😜
================================================
FILE: LICENSE
================================================
MIT License
Copyright (c) Microsoft Corporation. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE
================================================
FILE: Localization/Policies/de-DE/DesktopAppInstaller.adml
================================================
App-InstallerApp-InstallerDesktop-App-InstallerWindows-Paket-Manager aktivierenMit dieser Richt Linie wird gesteuert, ob der Windows-Paket-Manager von Benutzern verwendet werden kann.
Wenn Sie diese Einstellung aktivieren oder nicht konfigurieren, können Benutzer die Windows-Paket-Manager verwenden.
Wenn Sie diese Einstellung deaktivieren, können Benutzer den Windows-Paket-Manager nicht verwenden.Einstellungen des Windows-Paket-Manager aktivierenMit dieser Richt Linie wird gesteuert, ob Benutzer Ihre Einstellungen ändern können.
Wenn Sie diese Einstellung aktivieren oder nicht konfigurieren, können Benutzer Einstellungen für die Windows-Paket-Manager ändern.
Wenn Sie diese Einstellung deaktivieren, können Benutzer Einstellungen für die Windows-Paket-Manager nicht ändern.Windows-Paket-Manager experimentelle Features aktivierenMit dieser Richt Linie wird gesteuert, ob Benutzer Experiment elle Funktionen in der Windows-Paket-Manager aktivieren können.
Wenn Sie diese Einstellung aktivieren oder nicht konfigurieren, können Benutzer Experiment elle Features für die Windows-Paket-Manager aktivieren.
Wenn Sie diese Einstellung deaktivieren, können Benutzer Experiment elle Features für die Windows-Paket-Manager nicht aktivieren.Lokale Manifestdateien Windows-Paket-Manager aktivierenMit dieser Richt Linie wird gesteuert, ob Benutzer Pakete mit lokalen Manifestdateien installieren können.
Wenn Sie diese Einstellung aktivieren oder nicht konfigurieren, können Benutzer Pakete mit lokalen Manifeste mithilfe des Windows-Paket-Manager installieren.
Wenn Sie diese Einstellung deaktivieren, können Benutzer keine Pakete mit lokalen Manifeste unter Verwendung des Windows-Paket-Manager installieren.Umgehung der Quellzertifikatsüberprüfung des Windows-Paket-Managers im Microsoft StoreDiese Richtlinie steuert, ob der Windows-Paket-Manager beim Initiieren einer Verbindung mit der Microsoft Speicherquelle überprüft, ob der Microsoft Speicherzertifikathash mit einem bekannten Microsoft Speicherzertifikat übereinstimmt.
Wenn Sie diese Richtlinie aktivieren, umgehen die Windows-Paket-Manager die Überprüfung des Microsoft Speicherzertifikats.
Wenn Sie diese Richtlinie deaktivieren, überprüft der Windows-Paket-Manager, ob das verwendete Microsoft Speicherzertifikat gültig ist und zum Microsoft Speicher gehört, bevor mit der Microsoft Store-Quelle kommuniziert wird.
Wenn Sie diese Richtlinie nicht konfigurieren, werden die Windows-Paket-Manager Administratoreinstellungen eingehalten.Außerkraftsetzung von Windows-Paket-Manager-Hash aktivierenDiese Richtlinie steuert, ob der Windows-Paket-Manager so konfiguriert werden kann, dass die Fähigkeit „SHA256-Sicherheitsvalidierung überschreiben“ in den Einstellungen aktiviert werden kann.
Wenn Sie diese Richtlinie aktivieren oder nicht konfigurieren, können Benutzer die Fähigkeit „SHA256-Sicherheitsvalidierung überschreiben“ in den Windows-Paket-Manager-Einstellungen aktivieren.
Wenn Sie diese Richtlinie deaktivieren, können Benutzer die Fähigkeit „SHA256-Sicherheitsvalidierung überschreiben“ in den Windows-Paket-Manager-Einstellungen nicht aktivieren.Außerkraftsetzung des Malware-Scans für lokale Archive im Windows-Paket-Manager aktivierenDiese Richtlinie steuert die Möglichkeit, Überprüfungen auf Sicherheitsrisiken durch Schadsoftware außer Kraft zu setzen, wenn eine Archivdatei mithilfe eines lokalen Manifests mithilfe der Befehlszeilenargumente installiert wird.
Wenn Sie diese Richtlinie aktivieren, können Benutzer die Überprüfung auf Schadsoftware außer Kraft setzen, wenn sie eine lokale Manifestinstallation einer Archivdatei ausführen.
Wenn Sie diese Richtlinie deaktivieren, können Benutzer die Schadsoftwareüberprüfung einer Archivdatei bei der Installation mithilfe eines lokalen Manifests nicht außer Kraft setzen.
Wenn Sie diese Richtlinie nicht konfigurieren, werden die Windows-Paket-Manager Administratoreinstellungen eingehalten.Windows-Paket-Manager-Standardquelle aktivierenDiese Richtlinie steuert die Standardquelle, die im Windows-Paket-Manager enthalten ist.
Wenn Sie diese Einstellung nicht konfigurieren, ist die Standardquelle für den Windows-Paket-Manager verfügbar und kann entfernt werden.
Wenn Sie diese Einstellung aktivieren, ist die Standardquelle für den Windows-Paket-Manager verfügbar und kann nicht entfernt werden.
Wenn Sie diese Einstellung deaktivieren, ist die Standardquelle für den Windows-Paket-Manager nicht verfügbar.Microsoft Store-Quelle des Windows-Paket-Managers aktivierenDiese Richtlinie steuert die Microsoft Store-Quelle, die im Windows-Paket-Manager enthalten ist.
Wenn Sie diese Einstellung nicht konfigurieren, ist die Microsoft Store-Quelle für den Windows-Paket-Manager verfügbar und kann entfernt werden.
Wenn Sie diese Einstellung aktivieren, ist die Microsoft Store-Quelle für den Windows-Paket-Manager verfügbar und kann nicht entfernt werden.
Wenn Sie diese Einstellung deaktivieren, ist die Microsoft Store-Quelle für den Windows-Paket-Manager nicht verfügbar.Windows-Paket-Manager-Schriftartquelle aktivieren
Diese Richtlinie steuert die im Windows-Paket-Manager enthaltene Schriftartquelle.
Wenn Sie diese Einstellung nicht konfigurieren, ist die Schriftartquelle für den Windows-Paket-Manager verfügbar und kann entfernt werden.
Wenn Sie diese Einstellung aktivieren, ist die Schriftartquelle für den Windows-Paket-Manager verfügbar und kann nicht entfernt werden.
Wenn Sie diese Einstellung deaktivieren, ist die Schriftartquelle für den Windows-Paket-Manager nicht verfügbar.
Intervall für das automatische Aktualisieren der Windows-Paket-Manager-Quelle in Minuten festlegenDiese Richtlinie steuert das Intervall für die automatische Aktualisierung paketbasierter Quellen. Die Standardquelle für Windows-Paket-Manager ist so konfiguriert, dass ein Index der Pakete auf dem lokalen Computer zwischengespeichert wird. Der Index wird heruntergeladen, wenn ein Benutzer einen Befehl aufruft und das Intervall abgelaufen ist.
Wenn Sie diese Einstellung deaktivieren oder nicht konfigurieren, wird das Standardintervall oder der in den Windows-Paket-Manager Einstellungen angegebene Wert verwendet.
Wenn Sie diese Einstellung aktivieren, wird die angegebene Anzahl von Minuten vom Windows-Paket-Manager verwendet.Windows-Paket-Manager zusätzliche Quellen aktivierenDiese Richtlinie steuert zusätzliche Quellen, die vom IT-Administrator des Unternehmens bereitgestellt werden.
Wenn Sie diese Richtlinie nicht konfigurieren, werden keine zusätzlichen Quellen für den Windows-Paket-Manager konfiguriert.
Wenn Sie diese Richtlinie aktivieren, werden die zusätzlichen Quellen dem Windows-Paket-Manager hinzugefügt und können nicht entfernt werden. Die Repräsentation für jede zusätzliche Quelle kann aus den installierten Quellen mit „winget source export“ bezogen werden.
Wenn Sie diese Richtlinie deaktivieren, können keine zusätzlichen Quellen für den Windows-Paket-Manager konfiguriert werden.Windows-Paket-Manager zulässige Quellen aktivierenDiese Richtlinie steuert zusätzliche Quellen, die vom IT-Administrator des Unternehmens zugelassen werden.
Wenn Sie diese Richtlinie nicht konfigurieren, können Benutzer zusätzliche Quellen neben den in der Richtlinie konfigurierten hinzufügen oder entfernen.
Wenn Sie diese Richtlinie aktivieren, können nur die angegebenen Quellen dem Windows-Paket-Manager hinzugefügt oder von ihm entfernt werden. Die Repräsentation für jede erlaubte Quelle kann aus den installierten Quellen mit „winget source export“ bezogen werden.
Wenn Sie diese Richtlinie deaktivieren, können keine zusätzlichen Quellen für den Windows-Paket-Manager konfiguriert werden.Aktivieren des ms-appinstaller-Protokolls für den App-InstallerDiese Richtlinie steuert, ob Benutzer Pakete von einer Website installieren können, die das ms-appinstaller-Protokoll verwendet.
Wenn Sie diese Einstellung aktivieren, können Benutzer Pakete von Websites installieren, die dieses Protokoll verwenden.
Wenn Sie diese Einstellung deaktivieren oder nicht konfigurieren, können Benutzer keine Pakete von Websites installieren, die dieses Protokoll verwenden.Aktivieren der Windows-Paketmanager-BefehlszeilenschnittstellenDiese Richtlinie legt fest, ob ein Benutzer eine Aktion mit dem Windows-Paketmanager über eine Befehlszeilenschnittstelle (WinGet CLI oder WinGet PowerShell) durchführen kann.
Wenn Sie diese Richtlinie deaktivieren, können Benutzer die Windows-Paketverwaltungs-CLI und PowerShell-Cmdlets nicht ausführen.
Wenn Sie diese Richtlinie aktivieren oder nicht konfigurieren, können Benutzer die CLI-Befehle des Windows-Paket-Managers und PowerShell-Cmdlets ausführen. (Vorausgesetzt, die Richtlinie „App Installer aktivieren“ ist nicht deaktiviert.)
Diese Richtlinie setzt die Richtlinie „App-Installer aktivieren“ nicht außer Kraft.Aktivieren der Windows-Paket-Manager-KonfigurationDiese Richtlinie steuert, ob das Windows-Paket-Manager Konfigurationsfeature von Benutzern verwendet werden kann.
Wenn Sie diese Einstellung aktivieren oder nicht konfigurieren, können Benutzer das Konfigurationsfeature Windows-Paket-Manager verwenden.
Wenn Sie diese Einstellung deaktivieren, können Benutzer das Konfigurationsfeature Windows-Paket-Manager nicht verwenden.Befehlszeilenoptionen für Windows-Paket-Manager Proxy aktivieren
Diese Richtlinie steuert, ob die Windows-Paket-Manager Verwendung des Proxys von Benutzern über die Befehlszeile konfiguriert werden kann.
Wenn Sie diese Einstellung aktivieren, können Benutzer die Verwendung des Proxys durch die Windows-Paket-Manager über die Befehlszeile konfigurieren.
Wenn Sie diese Einstellung deaktivieren oder nicht konfigurieren, können Benutzer die Verwendung des Proxys durch die Windows-Paket-Manager über die Befehlszeile nicht konfigurieren.MCP-Server für den Windows-Paket-Manager aktivieren
Diese Richtlinie steuert, ob der Model Context Protocol (MCP)-Server des Windows-Paket-Managers verwendet werden kann.
Wenn Sie diese Einstellung aktivieren oder nicht konfigurieren, können Benutzer den Windows-Paket-Manager verwenden.
Wenn Sie diese Einstellung deaktivieren, können Benutzer den Windows-Paket-Manager nicht verwenden.Standardproxy für den Windows-Paket-Manager festlegenDiese Richtlinie steuert den Standardproxy, der vom Windows-Paket-Manager verwendet wird.
Wenn Sie diese Einstellung deaktivieren oder nicht konfigurieren, wird standardmäßig kein Proxy verwendet.
Wenn Sie diese Einstellung aktivieren, wird der angegebene Proxy standardmäßig verwendet.App-Installer zugelassene Zonen für MSIX-Pakete aktivierenDiese Richtlinie steuert, ob App-Installer die Installation von Paketen aus bestimmten URL-Zonen zulässt. Der Ursprung eines Pakets wird durch seinen URI bestimmt und ob ein Mart-of-the-Web (MotW) vorhanden ist. Wenn mehrere URIs beteiligt sind, werden alle berücksichtigt; z. B. bei Verwendung einer .appinstaller-Datei, die umleitungsbezieht.
Wenn Sie diese Richtlinie aktivieren, können Benutzer MSIX-Pakete gemäß der Konfiguration für jede Zone installieren.
Wenn Sie diese Richtlinie deaktivieren oder nicht konfigurieren, können Benutzer MSIX-Pakete aus einer beliebigen Zone installieren, mit Ausnahme von "Nicht vertrauenswürdig".ZulassenBlockierenMicrosoft SmartScreen-Überprüfungen für MSIX-Pakete aktivierenDiese Richtlinie steuert, ob App-Installer bei der Installation von MSIX-Paketen Microsoft SmartScreen-Überprüfungen durchführt.
Wenn Sie diese Richtlinie aktivieren oder nicht konfigurieren, wird der Paket-URI vor der Installation mit Microsoft SmartScreen ausgewertet. Diese Überprüfung wird nur für Pakete durchgeführt, die aus dem Internet stammen.
Wenn Sie diese Option deaktivieren, wird Microsoft SmartScreen vor der Installation eines Pakets nicht abgefragt.Intervall für automatische Aktualisierung der Quelle in MinutenZusätzliche Quellen: Erlaubte Quellen: Lokaler ComputerIntranetVertrauenswürdige SitesInternetNicht vertrauenswürdige Websites
================================================
FILE: Localization/Policies/es-ES/DesktopAppInstaller.adml
================================================
Instalador de aplicaciónInstalador de aplicaciónInstalador de aplicaciones de escritorioHabilitar el Administrador de paquetes de WindowsEsta directiva controla si los usuarios pueden usar el administrador de paquetes de Windows.
Si habilitas o no estableces esta configuración, los usuarios podrán usar el administrador de paquetes de Windows.
Si deshabilitas esta configuración, los usuarios no podrán usar el administrador de paquetes de Windows.Habilitar la configuración del Administrador de paquetes de WindowsEsta directiva controla si los usuarios pueden cambiar su configuración.
Si habilita o no establece esta configuración, los usuarios podrán cambiar la configuración del administrador de paquetes de Windows.
Si deshabilitas esta configuración, los usuarios no podrán cambiar la configuración del administrador de paquetes de Windows.Habilitar Administrador de paquetes de Windows características experimentalesEsta directiva controla si los usuarios pueden habilitar características experimentales en el administrador de paquetes de Windows.
Si habilitas o no configuras esta opción, los usuarios podrán habilitar las características experimentales para el administrador de paquetes de Windows.
Si deshabilitas esta configuración, los usuarios no podrán habilitar las características experimentales para el administrador de paquetes de Windows.Habilitar Administrador de paquetes de Windows archivos de manifiesto localEsta directiva controla si los usuarios pueden instalar paquetes con archivos de manifiesto locales.
Si habilitas o no configuras esta opción, los usuarios podrán instalar paquetes con manifiestos locales mediante el administrador de paquetes de Windows.
Si deshabilitas esta configuración, los usuarios no podrán instalar paquetes con manifiestos locales mediante el administrador de paquetes de Windows.Habilitar Administrador de paquetes de Windows Microsoft Store omisión de validación de certificado de origenEsta directiva controla si el Administrador de paquetes de Windows validará las coincidencias del hash del certificado de Microsoft Store con un certificado de Microsoft Store conocido al iniciar una conexión con el origen de Microsoft Store.
Si habilita esta directiva, el Administrador de paquetes de Windows omitirá la validación del certificado de Microsoft Store.
Si deshabilita esta directiva, el Administrador de paquetes de Windows validará que el certificado de Microsoft Store usado es válido y pertenece a Microsoft Store antes de comunicarse con el origen de Microsoft Store.
Si no establece esta directiva, se usará la configuración de administrador del Administrador de paquetes de Windows.Habilitar invalidación de hash de Administrador de paquetes de WindowsEsta directiva controla si se puede configurar el administrador de paquetes de Windows para que permita revertir la validación de seguridad SHA256 en la configuración.
Si habilita o no configura esta directiva, los usuarios podrán habilitar la capacidad de revertir la validación de seguridad SHA256 en la configuración del administrador de paquetes de Windows.
Si deshabilita esta directiva, los usuarios no podrán habilitar la capacidad de revertir la validación de seguridad SHA256 en la configuración del administrador de paquetes de Windows.Habilitar Administrador de paquetes de Windows invalidación del examen de malware de archivo localEsta directiva controla la capacidad de invalidar los exámenes de vulnerabilidades de malware al instalar un archivo de almacenamiento mediante un manifiesto local mediante los argumentos de la línea de comandos.
Si habilita esta directiva, los usuarios pueden invalidar el examen de malware al realizar una instalación de manifiesto local de un archivo de almacenamiento.
Si deshabilita esta directiva, los usuarios no podrán invalidar el examen de malware de un archivo de almacenamiento al instalarlo mediante un manifiesto local.
Si no establece esta directiva, se cumplirá la configuración de administrador de Administrador de paquetes de Windows.Habilitar Administrador de paquetes de Windows origen predeterminadoEsta directiva controla la fuente predeterminada incluida con el Administrador de paquetes de Windows.
Si no configura esta opción, el origen predeterminado para el Administrador de paquetes de Windows estará disponible y podrá eliminarse.
Si habilita esta configuración, el origen predeterminado para el Administrador de paquetes de Windows estará disponible y no se podrá eliminar.
Si desactiva esta configuración, la fuente por defecto para el Administrador de Paquetes de Windows no estará disponible.Habilitar Administrador de paquetes de Windows origen de Microsoft StoreEsta directiva controla la fuente de la Tienda Microsoft incluida en el Administrador de paquetes de Windows.
Si no configura esta opción, el origen de la Tienda Microsoft para el Administrador de paquetes de Windows estará disponible y se podrá elimina.
Si habilita esta configuración, el origen de Microsoft Store para el Administrador de paquetes de Windows estará disponible y no se podrá eliminar.
Si desactiva esta configuración, el origen de la Tienda Microsoft para el Administrador de paquetes de Windows no estará disponible.Habilitar el origen de la fuente de Administrador de paquetes de Windows
Esta directiva controla la fuente de la fuente incluida en el Administrador de paquetes de Windows.
Si no configuras esta opción, el origen de la fuente para el Administrador de paquetes de Windows estará disponible y se podrá elimina.
Si habilitas esta configuración, el origen de la fuente para el Administrador de paquetes de Windows estará disponible y no se podrá eliminar.
Si desactivas esta configuración, el origen de la fuente para el Administrador de paquetes de Windows no estará disponible.
Establecer el intervalo de actualización automática del origen del Administrador de paquetes de Windows en minutosEsta directiva controla el intervalo de actualización automática para orígenes basados en paquetes. El origen predeterminado para Administrador de paquetes de Windows está configurado de forma que un índice de los paquetes se almacena en caché en el equipo local. El índice se descarga cuando un usuario invoca un comando y el intervalo ha pasado.
Si deshabilita o no establece esta configuración, se usará el intervalo predeterminado o el valor especificado en la configuración de Administrador de paquetes de Windows.
Si habilita esta configuración, el Administrador de paquetes de Windows usará el número de minutos especificado.Habilitar Administrador de paquetes de Windows orígenes adicionalesEsta directiva controla los orígenes adicionales proporcionados por el administrador de TI de la empresa.
Si no configura esta directiva, los orígenes adicionales no se podrán configurar para el Administrador de paquetes de Windows.
Si habilita esta directiva, los orígenes adicionales se agregarán al Administrador de paquetes de Windows y no se podrán eliminar. La representación de cada origen adicional puede obtenerse de las fuentes instaladas mediante "winget source export".
Si desactiva esta directiva, no se podrán configurar orígenes adicionales para el Administrador de paquetes de Windows.Habilitar Administrador de paquetes de Windows orígenes permitidosEsta directiva controla los orígenes adicionales permitidos por el administrador de TI de la empresa
Si no configura esta directiva, los usuarios podrán agregar o eliminar fuentes adicionales distintas de las configuradas por la directiva.
Si habilita esta directiva, sólo las fuentes especificadas podrán agregarse o eliminarse del Administrador de paquetes de Windows. La representación de cada fuente permitida puede obtenerse de las fuentes instaladas mediante "winget source export".
Si desactiva esta directiva, no se pueden configurar fuentes adicionales para el Administrador de paquetes de Windows.Habilitar protocolo ms-appinstaller del instalador de aplicacionesEsta directiva controla si los usuarios pueden instalar paquetes desde un sitio web que usa el protocolo ms-appinstaller.
Si habilita esta configuración, los usuarios podrán instalar paquetes de sitios web que usen este protocolo.
Si deshabilita o no establece esta configuración, los usuarios no podrán instalar paquetes de sitios web que usen este protocolo.Habilitar Administrador de paquetes de Windows interfaces de línea de comandosEsta directiva determina si un usuario puede realizar una acción mediante el Administrador de paquetes de Windows a través de una interfaz de línea de comandos (CLI de WinGet o WinGet PowerShell).
Si deshabilita esta directiva, los usuarios no podrán ejecutar la CLI de Administrador de paquetes de Windows y los cmdlets de PowerShell.
Si habilita o no configura esta directiva, los usuarios podrán ejecutar los comandos de la CLI de Administrador de paquetes de Windows y los cmdlets de PowerShell. (Proporcionado “Habilitar Instalador de aplicación” directiva no está deshabilitada).
Esta directiva no invalida la directiva “Habilitar Instalador de aplicación”.Habilitar configuración de Administrador de paquetes de WindowsEsta directiva controla si los usuarios pueden usar la característica de configuración Administrador de paquetes de Windows.
Si habilita o no establece esta configuración, los usuarios podrán usar la característica de configuración Administrador de paquetes de Windows.
Si deshabilita esta configuración, los usuarios no podrán usar la característica de configuración Administrador de paquetes de Windows.Habilitar Administrador de paquetes de Windows opciones de la línea de comandos del proxy
Esta directiva controla si los usuarios pueden configurar el uso Administrador de paquetes de Windows del proxy a través de la línea de comandos.
Si habilita esta configuración, los usuarios podrán configurar el uso del proxy del Administrador de paquetes de Windows a través de la línea de comandos.
Si deshabilita o no establece esta configuración, los usuarios no podrán configurar el uso del proxy del Administrador de paquetes de Windows a través de la línea de comandos.Habilitar el servidor MCP para el Administrador de paquetes de Windows
Esta directiva controla si se puede usar el servidor del Protocolo de contexto de modelo de Administrador de paquetes de Windows (MCP).
Si habilita o no establece esta configuración, los usuarios podrán usar el servidor MCP del Administrador de paquetes de Windows.
Si deshabilita esta configuración, los usuarios no podrán usar el servidor MCP del Administrador de paquetes de Windows.Establecer Administrador de paquetes de Windows proxy predeterminadoEsta directiva controla el proxy predeterminado que usa el Administrador de paquetes de Windows.
Si deshabilita o no establece esta configuración, no se usará ningún proxy de forma predeterminada.
Si habilita esta configuración, el proxy especificado se usará de forma predeterminada.Habilitar Instalador de aplicación zonas permitidas para paquetes MSIXEsta directiva controla si Instalador de aplicación permite instalar paquetes procedentes de zonas URL específicas. El origen de un paquete está determinado por su URI y si hay presente un Mart-of-the-Web (MotW). Si hay varios URI implicados, se consideran todos; por ejemplo, cuando se usa un archivo .appinstaller que implica redirección.
Si habilita esta directiva, los usuarios podrán instalar paquetes MSIX según la configuración de cada zona.
Si deshabilitas o no configuras esta directiva, los usuarios podrán instalar paquetes MSIX desde cualquier zona excepto si no son de confianza.PermitirBloquearHabilitar las comprobaciones de Microsoft SmartScreen para paquetes MSIXEsta directiva controla si Instalador de aplicación realiza comprobaciones de SmartScreen de Microsoft al instalar paquetes MSIX.
Si habilitas o no configuras esta directiva, el URI del paquete se evaluará con Microsoft SmartScreen antes de la instalación. Esta comprobación solo se realiza para los paquetes procedentes de Internet.
Si lo deshabilita, no se consultará a Microsoft SmartScreen antes de instalar un paquete.Intervalo de actualización automática de la fuente en minutosOrígenes adicionales: Orígenes permitidos: Equipo localIntranetSitios de confianzaInternetSitio que no es de confianza
================================================
FILE: Localization/Policies/fr-FR/DesktopAppInstaller.adml
================================================
Programme d'installation d'applicationProgramme d'installation d'applicationProgramme d’installation des applications de bureauActiver le Gestionnaire de package WindowsCette stratégie contrôle si le gestionnaire de packages Windows peut être utilisé par les utilisateurs.
Si vous activez ou ne configurez pas ce paramètre, les utilisateurs peuvent utiliser le gestionnaire de packages Windows.
Si vous désactivez ce paramètre, les utilisateurs ne peuvent pas utiliser le gestionnaire de packages Windows.Activer les paramètres du Gestionnaire de package WindowsCette stratégie contrôle si les utilisateurs peuvent modifier leurs paramètres.
Si vous activez ou ne configurez pas ce paramètre, les utilisateurs peuvent modifier les paramètres du gestionnaire de packages Windows.
Si vous désactivez ce paramètre, les utilisateurs ne peuvent pas modifier les paramètres du gestionnaire de packages Windows.Activer les fonctionnalités expérimentales du Gestionnaire de package WindowsCette stratégie contrôle si les utilisateurs peuvent activer les fonctionnalités expérimentales dans le gestionnaire de packages Windows.
Si vous activez ou ne configurez pas ce paramètre, les utilisateurs peuvent activer des fonctionnalités expérimentales pour le gestionnaire de package Windows.
Si vous désactivez ce paramètre, les utilisateurs ne peuvent pas activer les fonctionnalités expérimentales pour le gestionnaire de package Windows.Activer les fichiers manifeste locaux du Gestionnaire de package WindowsCette stratégie contrôle si les utilisateurs peuvent installer des packages avec des fichiers de manifeste locaux.
Si vous activez ou ne configurez pas ce paramètre, les utilisateurs peuvent installer des packages avec des manifestes locaux à l’aide du gestionnaire de packages Windows.
Si vous désactivez ce paramètre, les utilisateurs ne peuvent pas installer de packages avec des manifestes locaux à l’aide du gestionnaire de packages Windows.Activer le contournement de validation du certificat source Microsoft Store du Gestionnaire de package WindowsCette stratégie contrôle si le Gestionnaire de package Windows validera si les correspondances de hachage de certificat Microsoft Store correspond à un certificat Microsoft Store connu lors de l’initialisation d’une connexion à la source Microsoft Store.
Si vous activez cette stratégie, le Gestionnaire de package Windows contourne la validation du certificat Microsoft Store.
Si vous désactivez cette stratégie, le Gestionnaire de package Windows vérifie que le certificat Microsoft Store utilisé est valide et appartient au Microsoft Store avant de communiquer avec la source Microsoft Store.
Si vous ne configurez pas cette stratégie, les paramètres d’administrateur Gestionnaire de package Windows sont respectés.Activer le remplacement de hachage du Gestionnaire de package WindowsCette stratégie détermine si les utilisateurs peuvent configurer le Gestionnaire de package Windows ou non pour activer la fonction de remplacement de la validation de sécurité SHA256 dans les paramètres.
Si vous activez ou ne configurez pas cette stratégie, les utilisateurs pourront activer la fonction de remplacement la validation de sécurité SHA256 dans les paramètres du Gestionnaire de package Windows.
Si vous désactivez cette stratégie, les utilisateurs ne pourront pas activer la fonction de remplacement la validation de sécurité SHA256 dans les paramètres du Gestionnaire de package Windows.Activer le remplacement de l’analyse des programmes malveillants des archives locales du Gestionnaire de package WindowsCette stratégie contrôle la possibilité de remplacer les analyses de vulnérabilités de programmes malveillants lors de l’installation d’un fichier d’archive à l’aide d’un manifeste local à l’aide des arguments de ligne de commande.
Si vous activez ce paramètre de stratégie, les utilisateurs peuvent remplacer l’analyse des programmes malveillants lors de l’installation d’un manifeste local d’un fichier d’archive.
Si vous désactivez cette stratégie, les utilisateurs ne peuvent pas remplacer l’analyse des programmes malveillants d’un fichier d’archive lors de l’installation à l’aide d’un manifeste local.
Si vous ne configurez pas cette stratégie, les paramètres d’administrateur Gestionnaire de package Windows sont conformes.Activer la source par défaut du Gestionnaire de package WindowsCette stratégie contrôle la source par défaut incluse dans le Gestionnaire de package Windows.
Si vous ne configurez pas ce paramètre, la source par défaut pour le Gestionnaire de package Windows est disponible et peut être supprimée.
Si vous activez ce paramètre, la source par défaut pour le Gestionnaire de package Windows est disponible et ne peut pas être supprimée.
Si vous désactivez ce paramètre, la source par défaut pour le Gestionnaire de package Windows n’est pas disponible.Activer la source du Microsoft Store du Gestionnaire de package WindowsCette stratégie contrôle la source du Microsoft Store incluse dans le Gestionnaire de package Windows.
Si vous ne configurez pas ce paramètre, la source du Microsoft Store pour le Gestionnaire de package Windows est disponible et peut être supprimée.
Si vous activez ce paramètre, la source du Microsoft Store pour le Gestionnaire de package Windows est disponible et ne peut pas être supprimée.
Si vous désactivez ce paramètre, la source du Microsoft Store pour le Gestionnaire de package Windows n’est pas disponible.Activer la source de polices du Gestionnaire de package Windows
Cette stratégie contrôle la source des polices incluse dans le Gestionnaire de package Windows.
Si vous ne configurez pas ce paramètre, la source de polices pour le Gestionnaire de package Windows sera disponible et pourra être supprimée.
Si vous activez ce paramètre, la source de polices pour le Gestionnaire de package Windows sera disponible et ne pourra pas être supprimée.
Si vous désactivez ce paramètre, la source de polices pour le Gestionnaire de package Windows ne sera pas disponible.
Définir l’intervalle en minutes de la mise à jour automatique source du Gestionnaire de package WindowsCette stratégie contrôle l’intervalle de mise à jour automatique pour les sources basées sur les packages. La source par défaut de Gestionnaire de package Windows est configurée de sorte qu’un index des packages soit mis en cache sur l’ordinateur local. L’index est téléchargé lorsqu’un utilisateur appelle une commande et que l’intervalle est écoulé.
Si vous désactivez ou ne configurez pas ce paramètre, l’intervalle par défaut ou la valeur spécifié dans les paramètres de Gestionnaire de package Windows sont utilisés.
Si vous activez ce paramètre, le nombre de minutes spécifié est utilisé par le Gestionnaire de package Windows.Activer les sources supplémentaires du Gestionnaire de package WindowsCette stratégie contrôle les sources supplémentaires offertes par l’administrateur informatique de l’entreprise.
Si vous ne configurez pas ce paramètre de stratégie, aucune source supplémentaire n’est configurée pour le Gestionnaire de package Windows.
Si vous activez ce paramètre de stratégie, les sources supplémentaires sont ajoutées au Gestionnaire de package Windows et ne peuvent pas être supprimées. La représentation de chaque source supplémentaire peut être obtenue à partir de sources installées à l’aide de « Winget source export ».
Si vous désactivez ce paramètre de stratégie, aucune source supplémentaire ne peut être configurée pour le Gestionnaire de package Windows.Activer les sources autorisées du Gestionnaire de package WindowsCette stratégie contrôle les sources supplémentaires autorisées par l’administrateur informatique de l’entreprise.
Si vous ne configurez pas ce paramètre de stratégie, les utilisateurs pourront ajouter ou supprimer des sources supplémentaires autres que celles configurées par la stratégie Si
Si vous activez cette stratégie, seules les sources spécifiées peuvent être ajoutées ou supprimées du Gestionnaire de package Windows. La représentation de chaque source autorisée peut être obtenue à partir de sources installées à l’aide de « Winget source export ».
Si vous désactivez ce paramètre de stratégie, aucune source supplémentaire ne peut être configurée pour le Gestionnaire de package Windows.Activer le protocole ms-appinstaller du Programme d'installation d'applicationCette stratégie contrôle si les utilisateurs peuvent installer des packages à partir d’un site web qui utilise le protocole ms-appinstaller.
Si vous activez ce paramètre, les utilisateurs peuvent installer des packages à partir de sites web qui utilisent ce protocole.
Si vous désactivez ou ne configurez pas ce paramètre, les utilisateurs ne peuvent pas installer de packages à partir de sites web qui utilisent ce protocole.Activer les interfaces de ligne de commande Gestionnaire de package WindowsCette stratégie détermine si un utilisateur peut effectuer une action à l’aide du Gestionnaire de package Windows via une interface de ligne de commande (WinGet CLI ou WinGet PowerShell).
Si vous désactivez cette stratégie, les utilisateurs ne pourront pas exécuter l’interface CLI Gestionnaire de package Windows et les cmdlets PowerShell.
Si vous activez ou ne configurez pas cette stratégie, les utilisateurs peuvent exécuter les commandes Gestionnaire de package Windows CLI et les cmdlets PowerShell. (La stratégie « Activer Programme d'installation d'application » fournie n’est pas désactivée).
Cette stratégie ne remplace pas la stratégie « Activer Programme d'installation d'application ».Activer la configuration Gestionnaire de package WindowsCette stratégie contrôle si la fonctionnalité de configuration Gestionnaire de package Windows peut être utilisée par les utilisateurs.
Si vous activez ou ne configurez pas ce paramètre, les utilisateurs peuvent utiliser la fonctionnalité de configuration Gestionnaire de package Windows.
Si vous désactivez ce paramètre, les utilisateurs ne peuvent pas utiliser la fonctionnalité de configuration Gestionnaire de package Windows.Activer les options de ligne de commande du proxy Gestionnaire de package Windows
Cette stratégie contrôle si l’utilisation Gestionnaire de package Windows proxy peut être configurée par les utilisateurs via la ligne de commande.
Si vous activez ce paramètre, les utilisateurs peuvent configurer l’utilisation du proxy par le Gestionnaire de package Windows via la ligne de commande.
Si vous désactivez ou ne configurez pas ce paramètre, les utilisateurs ne peuvent pas configurer l’utilisation du proxy par le Gestionnaire de package Windows via la ligne de commande.Activer le serveur MCP pour le Gestionnaire de package Windows
Cette stratégie contrôle si le serveur MCP (Model Context Protocol) Gestionnaire de package Windows peut être utilisé.
Si vous activez ou ne configurez pas ce paramètre, les utilisateurs peuvent utiliser le serveur MCP du Gestionnaire de package Windows.
Si vous désactivez ce paramètre, les utilisateurs ne peuvent pas utiliser le serveur MCP du Gestionnaire de package Windows.Définir Gestionnaire de package Windows proxy par défautCette stratégie contrôle le proxy par défaut utilisé par le Gestionnaire de package Windows.
Si vous désactivez ou ne configurez pas ce paramètre, aucun proxy n’est utilisé par défaut.
Si vous activez ce paramètre, le proxy spécifié est utilisé par défaut.Activer les zones autorisées du programme d’installation d’application pour les packages MSIXCette stratégie contrôle si Programme d'installation d'application autorise l’installation de packages provenant de zones URL spécifiques. L’origine d’un package est déterminée par son URI et si un Mart-of-the-Web (MotW) est présent. Si plusieurs URI sont impliqués, tous sont pris en compte ; par exemple, lors de l’utilisation d’un fichier .appinstaller qui implique une redirection.
Si vous activez cette stratégie, les utilisateurs peuvent installer des packages MSIX en fonction de la configuration de chaque zone.
Si vous désactivez ou ne configurez pas cette stratégie, les utilisateurs peuvent installer des packages MSIX à partir de n’importe quelle zone, sauf pour les packages non approuvés.AutoriserBloquerActiver les vérifications Microsoft SmartScreen pour les packages MSIXCette stratégie contrôle si Programme d'installation d'application effectue des vérifications Microsoft SmartScreen lors de l’installation des packages MSIX.
Si vous activez ou ne configurez pas cette stratégie, l’URI du package est évalué avec Microsoft SmartScreen avant l’installation. Cette case activée est effectuée uniquement pour les packages provenant d’Internet.
Si vous désactivez, Microsoft SmartScreen n’est pas consulté avant d’installer un package.Intervalle en minutes de mise à jour automatique de sourceSources supplémentaires : Sources autorisées : Ordinateur localIntranetSites de confianceInternetSites non approuvés
================================================
FILE: Localization/Policies/it-IT/DesktopAppInstaller.adml
================================================
Programma di installazione appProgramma di installazione appProgramma di installazione app desktopAbilita Gestione pacchetti WindowsQuesto criterio Controlla se Windows Gestione pacchetti può essere utilizzato dagli utenti.
Se si Abilita o non si configura questa impostazione, gli utenti potranno utilizzare Windows Gestione pacchetti.
Se si disabilita questa impostazione, gli utenti non potranno utilizzare Windows Gestione pacchetti.Abilita le impostazioni di Gestione pacchetti WindowsQuesto criterio Controlla se gli utenti possono modificare le impostazioni.
Se si Abilita o non si configura questa impostazione, gli utenti potranno modificare le impostazioni di Windows Gestione pacchetti.
Se si disabilita questa impostazione, gli utenti non saranno in grado di modificare le impostazioni per Windows Gestione pacchetti.Abilita le funzionalità sperimentali di Gestione pacchetti WindowsQuesto criterio Controlla se gli utenti possono abilitare le funzionalità sperimentali in Windows Gestione pacchetti.
Se si Abilita o non si configura questa impostazione, gli utenti potranno abilitare le funzionalità sperimentali per Windows Gestione pacchetti.
Se si disabilita questa impostazione, gli utenti non saranno in grado di abilitare le funzionalità sperimentali per Windows Gestione pacchetti.Abilita i file manifesto locali di Gestione pacchetti WindowsQuesto criterio Controlla se gli utenti possono installare pacchetti con file di manifesto locali.
Se si Abilita o non si configura questa impostazione, gli utenti potranno installare pacchetti con manifesti locali tramite Windows Gestione pacchetti.
Se si disabilita questa impostazione, gli utenti non saranno in grado di installare pacchetti con manifesti locali tramite Windows Gestione pacchetti.Abilita il bypass di convalida del certificato di Microsoft Store di Gestione pacchetti WindowsQuesto criterio consente di stabilire se Gestione pacchetti Windows convaliderà la corrispondenza dell'hash del certificato Microsoft Store con un certificato Microsoft Store noto quando si avvia una connessione all'origine Microsoft Store.
Se si abilita questo criterio, Gestione pacchetti Windows ignorerà la convalida del certificato Microsoft Store.
Se si disabilita questo criterio, Gestione pacchetti Windows convaliderà il certificato Microsoft Store usato affinché sia valido e appartenga a Microsoft Store prima di comunicare con l'origine Microsoft Store.
Se non si configura questo criterio, verranno rispettate le impostazioni dell'amministratore di Gestione pacchetti Windows.Abilita l’override dell’hash di Gestione pacchetti WindowsQuesta impostazione dei criteri consente di specificare se Windows Gestione pacchetti può essere configurato per abilitare la possibilità di ignorare la convalida di sicurezza SHA256 nelle impostazioni.
Se si Abilita o non si configura questa impostazione dei criteri, gli utenti potranno abilitare la funzionalità di poter ignorare la convalida della sicurezza SHA256 nelle impostazioni di Windows Gestione pacchetti.
Se si disabilita questa impostazione dei criteri, gli utenti non potranno abilitare la funzionalità di ignorare la convalida della sicurezza SHA256 nelle impostazioni di Windows Gestione pacchetti.Abilita l'override dell'analisi malware dell'archivio locale di Gestione pacchetti WindowsQuesto criterio consente di controllare la possibilità di eseguire l'override delle analisi di vulnerabilità malware durante l'installazione di un file di archivio usando un manifesto locale usando gli argomenti della riga di comando.
Se si abilita questo criterio, gli utenti potranno eseguire l'override dell'analisi antimalware durante l'installazione di un manifesto locale di un file di archivio.
Se si disabilita questo criterio, gli utenti non potranno eseguire l'override dell'analisi malware di un file di archivio durante l'installazione con un manifesto locale.
Se non si configura questo criterio, le impostazioni dell'amministratore di Gestione pacchetti Windows saranno conformi.Abilita l’origine predefinita di Gestione pacchetti WindowsQuesto criterio controlla l'origine predefinita inclusa in Gestione pacchetti Windows.
Se non si configura questa impostazione, l'origine predefinita per il gestore dei pacchetti di Windows sarà disponibile e potrà essere rimossa.
Se si abilita questa impostazione, l'origine predefinita per Windows Gestione pacchetti sarà disponibile e non potrà essere rimossa.
Se si disabilita questa impostazione, l'origine predefinita per Windows Gestione pacchetti non sarà disponibile.Abilita l’origine di Microsoft Store di Gestione pacchetti WindowsQuesto criterio controlla l'origine Microsoft Store inclusa in Windows Gestione pacchetti.
Se non si configura questa impostazione, l'origine Microsoft Store per il gestore dei pacchetti di Windows sarà disponibile e potrà essere rimossa.
Se si abilita questa impostazione, l'origine Microsoft Store per Windows Gestione pacchetti sarà disponibile e non potrà essere rimossa.
Se si disabilita questa impostazione, l'origine Microsoft Store per Windows Gestione pacchetti non sarà disponibile.Abilita origine carattere Gestione pacchetti Windows
Questo criterio controlla l'origine carattere inclusa nel Gestione pacchetti Windows.
Se non si configura questa impostazione, l'origine del tipo di carattere per Gestione pacchetti Windows sarà disponibile e può essere rimossa.
Se si abilita questa impostazione, l'origine carattere per il Gestione pacchetti Windows sarà disponibile e non potrà essere rimossa.
Se si disabilita questa impostazione, l'origine carattere per il Gestione pacchetti Windows non sarà disponibile.
Imposta l’intervallo di aggiornamento automatico di origine Gestione pacchetti Windows in minutiQuesto criterio controlla l'intervallo di aggiornamento automatico per le origini basate su pacchetto. L'origine predefinita per Gestione pacchetti Windows è configurata in modo che un indice dei pacchetti venga memorizzato nella cache nel computer locale. L'indice viene scaricato quando un utente richiama un comando e l'intervallo è passato.
Se si disabilita o non si configura questa impostazione, verrà utilizzato l'intervallo predefinito o il valore specificato nelle impostazioni Gestione pacchetti Windows.
Se si abilita questa impostazione, il numero di minuti specificato verrà utilizzato dal Gestione pacchetti Windows.Abilita le origini aggiuntive di Gestione pacchetti WindowsQuesto criterio controlla le origini aggiuntive fornite dall'amministratore IT dell'organizzazione.
Se non si configura questa impostazione dei criteri, non verrà configurata alcuna origine aggiuntiva per Windows Gestione pacchetti.
Se si Abilita questo criterio, le origini aggiuntive verranno aggiunte a Windows Gestione pacchetti e non potranno essere rimosse. È possibile ottenere la rappresentazione di ogni origine aggiuntiva dalle origini installate usando 'esportazione di origine winget'.
Se si disabilita questo criterio, non sarà possibile configurare altre origini per Windows Gestione pacchetti.Abilita le origini consentite di Gestione pacchetti WindowsQuesto criterio controlla le origini aggiuntive fornite dall'amministratore IT dell'organizzazione.
Se non si configura questa impostazione dei criteri, gli utenti potranno aggiungere o rimuovere ulteriori origini oltre quelle configurate dal criterio.
Se si Abilita questo criterio, solo le origini specificate possono essere aggiunte o rimosse a Windows Gestione pacchetti. È possibile ottenere la rappresentazione di ogni origine aggiuntiva dalle origini installate usando 'esportazione di origine winget'.
Se si disabilita questo criterio, non sarà possibile configurare altre origini per Windows Gestione pacchetti.Abilita protocollo del programma di installazione app ms-appinstallerQuesto criterio controlla se gli utenti possono installare pacchetti da un sito Web che usa il protocollo ms-appinstaller.
Se si abilita questa impostazione, gli utenti potranno installare pacchetti da siti Web che utilizzano questo protocollo.
Se si disabilita o non si configura questa impostazione, gli utenti non potranno installare pacchetti da siti Web che utilizzano questo protocollo.Abilita Gestione interfacce della riga di comando dei pacchetti WindowsQuesto criterio determina se un utente può eseguire un'azione usando Gestione pacchetti Windows tramite un'interfaccia della riga di comando (interfaccia della riga di comando di WinGet o WinGet PowerShell).
Se si disabilita questo criterio, gli utenti non saranno in grado di eseguire l'interfaccia della riga di comando Gestione pacchetti Windows e i cmdlet di PowerShell.
Se si abilita o non si configura questo criterio, gli utenti non saranno in grado di eseguire l'interfaccia della riga di comando Gestione pacchetti Windows e i cmdlet di PowerShell. (se il criterio "Abilita programma di installazione app" non è disabilitato).
Questo criterio non sostituisce il criterio "Abilita programma di installazione app".Abilita la configurazione di Gestione pacchettiQuesto criterio controlla se la funzionalità di configurazione Gestione pacchetti Windows può essere usata dagli utenti.
Se si abilita o non si configura questa impostazione, gli utenti potranno usare la funzionalità di configurazione Gestione pacchetti Windows.
Se si disabilita questa impostazione, gli utenti non potranno usare la funzionalità di configurazione Gestione pacchetti Windows.Abilita le opzioni della riga di comando del proxy Gestione pacchetti Windows
Questo criterio controlla se l'utilizzo Gestione pacchetti Windows del proxy può essere configurato dagli utenti tramite la riga di comando.
Se si abilita questa impostazione, gli utenti potranno configurare l'uso del proxy da parte del Gestione pacchetti Windows tramite la riga di comando.
Se si disabilita o non si configura questa impostazione, gli utenti non potranno configurare l'utilizzo del proxy da parte del Gestione pacchetti Windows tramite la riga di comando.Abilitare il server MCP per Gestione pacchetti Windows
Questo criterio controlla se è possibile utilizzare il server MCP (Model Context Protocol) Gestione pacchetti Windows.
Se si abilita o non si configura questa impostazione, gli utenti potranno utilizzare il server MCP del Gestione pacchetti Windows.
Se si disabilita questa impostazione, gli utenti non potranno utilizzare il server MCP del Gestione pacchetti Windows.Imposta proxy predefinito Gestione pacchetti WindowsQuesto criterio controlla il proxy predefinito utilizzato dal Gestione pacchetti Windows.
Se si disabilita o non si configura questa impostazione, per impostazione predefinita non verrà utilizzato alcun proxy.
Se si abilita questa impostazione, per impostazione predefinita verrà utilizzato il proxy specificato.Abilita le zone consentite del programma di installazione app per i pacchetti MSIXQuesto criterio controlla se Programma di installazione app consente l'installazione di pacchetti provenienti da aree URL specifiche. L'origine di un pacchetto è determinata dal relativo URI e dalla presenza di un Mart-of-the-Web (MotW). Se sono coinvolti più URI, vengono considerati tutti; ad esempio, quando si utilizza un file con estensione appinstaller che implica il reindirizzamento.
Se si abilita questo criterio, gli utenti potranno installare i pacchetti MSIX in base alla configurazione per ogni area.
Se si disabilita o non si configura questo criterio, gli utenti potranno installare pacchetti MSIX da qualsiasi area, ad eccezione di Non attendibili.ConsentiBloccaAbilita i controlli di Microsoft SmartScreen per i pacchetti MSIXQuesto criterio controlla se Programma di installazione app esegue controlli Microsoft SmartScreen durante l'installazione dei pacchetti MSIX.
Se si abilita o non si configura questo criterio, l'URI del pacchetto verrà valutato con Microsoft SmartScreen prima dell'installazione. Questo controllo viene eseguito solo per i pacchetti provenienti da Internet.
Se si disabilita, Microsoft SmartScreen non verrà avvisato prima di installare un pacchetto.Intervallo di aggiornamento automatico di origine in minutiOrigini aggiuntive: Origini consentite: Computer localeIntranetSiti attendibiliInternetSiti non attendibili
================================================
FILE: Localization/Policies/ja-JP/DesktopAppInstaller.adml
================================================
アプリ インストーラーアプリ インストーラーデスクトップ アプリ インストーラーWindows パッケージ マネージャーを有効にするこのポリシーでは、ユーザーが Windows パッケージマネージャーを使用できるかどうかを制御します。
この設定を有効にした場合、または構成しなかった場合、ユーザーは Windows パッケージマネージャーを使用できます。
この設定を無効にした場合、ユーザーは Windows パッケージマネージャーを使用できなくなります。Windows パッケージ マネージャーを有効にするこのポリシーでは、ユーザーが設定を変更できるかどうかを制御します。
この設定を有効にした場合、または構成しなかった場合、ユーザーは Windows パッケージマネージャーの設定を変更することができます。
この設定を無効にした場合、ユーザーは Windows パッケージマネージャーの設定を変更できなくなります。Windows パッケージ マネージャーの試験的な機能を有効にするこのポリシーでは、ユーザーが Windows パッケージマネージャーで試験的な機能を有効にできるかどうかを制御します。
この設定を有効にした場合、または構成しなかった場合、ユーザーは Windows パッケージマネージャーに対して実験的な機能を有効にすることができます。
この設定を無効にした場合、ユーザーは Windows パッケージマネージャーの実験的な機能を有効にできなくなります。Windows パッケージ マネージャーのローカル マニフェスト ファイルを有効にするこのポリシーでは、ローカルマニフェストファイルを含むパッケージをユーザーがインストールできるかどうかを制御します。
この設定を有効にした場合、または構成しなかった場合、ユーザーは Windows パッケージマネージャーを使用してローカルのマニフェストを含むパッケージをインストールできます。
この設定を無効にした場合、ユーザーは Windows パッケージマネージャーを使用してローカルのマニフェストを含むパッケージをインストールできなくなります。Windows パッケージ マネージャーでの Microsoft Store ソースの証明書検証バイパスを有効にするこのポリシーでは、Microsoft Store ソースへの接続を開始するときに、Windows パッケージ マネージャーが既知の Microsoft Store 証明書と一致する Microsoft Store 証明書ハッシュを検証するかどうかを制御します。
このポリシーを有効にした場合、Windows パッケージ マネージャーは Microsoft Store 証明書の検証をバイパスします。
このポリシーを無効にした場合、Windows パッケージ マネージャーは、Microsoft Store ソースと通信する前に、使用されている Microsoft Store 証明書が有効であり、Microsoft Store に属していることを検証します。
このポリシーを構成しなかった場合は、Windows パッケージ マネージャー管理者の設定が適用されます。Windows パッケージ マネージャーのハッシュ オーバーライドを有効にするこのポリシーでは、設定の SHA256 セキュリティ検証を上書きする機能を有効にできるように Windows パッケージ マネージャーを構成できるかどうかを制御します。
このポリシーを有効にした場合、または構成しなかった場合、ユーザーは Windows パッケージ マネージャーの設定で SHA256 セキュリティ検証を上書きする機能を有効にすることができます。
このポリシーを無効にした場合、ユーザーは Windows パッケージ マネージャーの設定で SHA256 セキュリティ検証を上書きする機能を有効することができなくなります。Windows パッケージ マネージャーでのローカル アーカイブ マルウェア スキャンのオーバーライドを有効にするこのポリシーでは、コマンド ライン引数を使用してローカル マニフェストを使用してアーカイブ ファイルをインストールするときに、マルウェアの脆弱性スキャンをオーバーライドする機能を制御します。
このポリシーを有効にした場合、アーカイブ ファイルのローカル マニフェストのインストールを実行するときに、ユーザーはマルウェア スキャンをオーバーライドできます。
このポリシーを無効にすると、ユーザーはローカル マニフェストを使用してインストールするときにアーカイブ ファイルのマルウェア スキャンをオーバーライドできなくなります。
このポリシーを構成しなかった場合は、Windows パッケージ マネージャー管理者の設定が適用されます。Windows パッケージ マネージャーの既定のソースを有効にするこのポリシーでは、Windows パッケージ マネージャーに含まれている 既定ソースを制御します。
この設定を構成しなかった場合、Windows パッケージ マネージャーの 既定ソースが利用可能になり、削除できるようになります。
この設定を有効にした場合、Windows パッケージ マネージャーの 既定ソースが利用できるようになり、削除できなくなります。
この設定を無効にした場合、Windows パッケージマ ネージャーの 既定ソースは利用できなくなります。Windows パッケージ マネージャーの Microsoft Store ソースを有効にするこのポリシーでは、Windows パッケージ マネージャーに含まれている Microsoft Store ソースを制御します。
この設定を構成しなかった場合、Windows パッケージ マネージャーの Microsoft Store ソースが利用可能になり、削除できるようになります。
この設定を有効にした場合、Windows パッケージ マネージャーの Microsoft Store ソースが利用できるようになり、削除できなくなります。
この設定を無効にした場合、Windows パッケージマ ネージャーの Microsoft Store ソースは利用できなくなります。Windows パッケージ マネージャーのフォントのソースを有効にする
このポリシーでは、Windows パッケージ マネージャーに含まれているフォント ソースを制御します。
この設定を構成しなかった場合、Windows パッケージ マネージャーのフォント ソースが利用可能になり、削除できるようになります。
この設定を有効にした場合、Windows パッケージ マネージャーのフォント ソースが利用できるようになり、削除できなくなります。
この設定を無効にした場合、Windows パッケージ マネージャーのフォント ソースは利用できなくなります。
Windows パッケージ マネージャーのソース自動更新間隔を分単位で設定するこのポリシーは、パッケージ ベースのソースの自動更新間隔を制御します。Windows パッケージ マネージャーの既定のソースは、パッケージのインデックスがローカル コンピューターにキャッシュされるように構成されています。インデックスは、ユーザーがコマンドを呼び出し、間隔が過ぎたときにダウンロードされます。
この設定を無効にした場合、または構成しなかった場合は、既定の間隔またはWindows パッケージ マネージャー設定で指定された値が使用されます。
この設定を有効にした場合、指定した分数がWindows パッケージ マネージャーで使用されます。Windows パッケージ マネージャーの追加のソースを有効にするこのポリシーは、エンタープライズIT管理者によって提供される追加のソースを制御します。
このポリシーを構成しない場合、Windows パッケージ マネージャー用に追加のソースは構成されません。
このポリシーを有効にすると、追加のソースが Windows パッケージ マネージャーに追加され、削除できなくなります。 追加の各ソースの表現は、「wingetsourceexport」を使用してインストールされたソースから取得できます。
このポリシーを無効にすると、Windows パッケージ マネージャーに追加のソースを構成できなくなります。Windows パッケージ マネージャーの許可されたソースを有効にするこのポリシーは、エンタープライズ IT 管理者が許可する追加のソースを制御します。
このポリシーを構成しない場合、ユーザーはポリシーで構成されたソース以外のソースを追加または削除できます。
このポリシーを有効にすると、指定したソースのみを Windows パッケージ マネージャーに追加または Windows パッケージ マネージャーから削除できます。 許可された各ソースの表現は、「wingetsourceexport」を使用してインストールされたソースから取得できます。
このポリシーを無効にすると、Windows パッケージ マネージャーに追加のソースを構成できなくなります。アプリ インストーラーの ms-appinstaller プロトコルを有効にするこのポリシーでは、ユーザーが ms-appinstaller プロトコルを使用している Web サイトからパッケージをインストールできるかどうかを制御します。
この設定を有効にした場合、ユーザーは、このプロトコルを使用する Web サイトからパッケージをインストールできます。
この設定を無効にするか、未構成にした場合、ユーザーはこのプロトコルを使用する Web サイトからパッケージをインストールできなくなります。Windows パッケージ マネージャーのコマンド ライン インターフェイスを有効にするこのポリシーは、ユーザーがコマンド ライン インターフェイス (WinGet CLI または WinGet PowerShell) を使用してWindows パッケージ マネージャーを使用してアクションを実行できるかどうかを決定します。
このポリシーを無効にすると、ユーザーは Windows パッケージ マネージャー CLI と PowerShell コマンドレットを実行できなくなります。
このポリシーを有効にした場合、または構成しなかった場合、ユーザーは Windows パッケージ マネージャー CLI コマンドと PowerShell コマンドレットを実行できます。(ただし、"アプリ インストーラーを有効にする" ポリシーが無効になっていない場合に限ります)。
このポリシーは、"アプリ インストーラーを有効にする" ポリシーをオーバーライドしません。Windows パッケージ マネージャーの構成を有効にするこのポリシーでは、Windows パッケージ マネージャー構成機能をユーザーが使用できるかどうかを制御します。
この設定を有効にした場合、または構成しなかった場合、ユーザーはWindows パッケージ マネージャー構成機能を使用できます。
この設定を無効にすると、ユーザーはWindows パッケージ マネージャー構成機能を使用できなくなります。Windows パッケージ マネージャー Proxy コマンド ライン オプションを有効にする
このポリシーでは、ユーザーがコマンド ラインでプロキシのWindows パッケージ マネージャーの使用を構成できるかどうかを制御します。
この設定を有効にした場合、ユーザーはコマンド ラインを使用してWindows パッケージ マネージャーのプロキシの使用を構成できます。
この設定を無効にした場合、または構成しなかった場合、ユーザーはコマンド ラインでWindows パッケージ マネージャーのプロキシの使用を構成できなくなります。Windows パッケージ マネージャーの MCP サーバーを有効にする
このポリシーでは、Windows パッケージ マネージャー モデル コンテキスト プロトコル (MCP) サーバーを使用できるかどうかを制御します。
この設定を有効にするか、未構成にした場合、ユーザーはWindows パッケージ マネージャーの MCP サーバーを使用できます。
この設定を無効にすると、ユーザーはWindows パッケージ マネージャーの MCP サーバーを使用できなくなります。Windows パッケージ マネージャーの既定のプロキシを設定するこのポリシーは、Windows パッケージ マネージャーで使用される既定のプロキシを制御します。
この設定を無効にした場合、または構成しなかった場合、既定ではプロキシは使用されません。
この設定を有効にした場合、指定したプロキシが既定で使用されます。MSIX パッケージアプリ インストーラー許可されたゾーンを有効にするこのポリシーでは、アプリ インストーラーが特定の URL ゾーンからのパッケージのインストールを許可するかどうかを制御します。パッケージの配信元は、その URI と、Mart-of-the-Web (MotW) が存在するかどうかによって決まります。複数の URI が含まれている場合、すべてが考慮されます。たとえば、リダイレクトを含む .appinstaller ファイルを使用する場合などです。
このポリシーを有効にした場合、ユーザーは各ゾーンの構成に従って MSIX パッケージをインストールできます。
このポリシーを無効にするか、未構成にした場合、ユーザーは信頼されていないゾーン以外のゾーンから MSIX パッケージをインストールできます。許可ブロックMSIX パッケージの Microsoft SmartScreen チェックを有効にするこのポリシーでは、MSIX パッケージのインストール時にアプリ インストーラーが Microsoft SmartScreen チェックを実行するかどうかを制御します。
このポリシーを有効にするか、未構成にした場合、インストール前にパッケージ URI が Microsoft SmartScreen で評価されます。このチェックは、インターネットからのパッケージに対してのみ実行されます。
無効にした場合、パッケージをインストールする前に Microsoft SmartScreen に問い合わせてください。ソースの自動更新間隔 (分)追加ソース: 許可されたソース: ローカル コンピューターイントラネット信頼済みサイトインターネット信頼できないサイト
================================================
FILE: Localization/Policies/ko-KR/DesktopAppInstaller.adml
================================================
앱 설치 관리자앱 설치 관리자데스크톱 앱 설치 관리자Windows 패키지 관리자 사용이 정책은 사용자가 Windows 패키지 관리자를 사용할 수 있는지 여부를 제어합니다.
이 설정을 사용하거나 구성하지 않으면 사용자가 Windows 패키지 관리자를 사용할 수 있습니다.
이 설정을 사용하지 않으면 사용자가 Windows 패키지 관리자를 사용할 수 없습니다.Windows 패키지 관리자 설정 사용이 정책은 사용자가 설정을 변경할 수 있는지 여부를 제어합니다.
이 설정을 사용하도록 설정하거나 구성하지 않으면 사용자가 Windows 패키지 관리자의 설정을 변경할 수 있습니다.
이 설정을 사용하지 않으면 사용자가 Windows 패키지 관리자의 설정을 변경할 수 없습니다.Windows 패키지 관리자 실험적 기능 사용이 정책은 사용자가 Windows 패키지 관리자에서 실험적인 기능을 사용하도록 설정할 수 있는지 여부를 제어합니다.
이 설정을 사용하거나 구성하지 않으면 사용자가 Windows 패키지 관리자를 위해 실험적 기능을 사용할 수 있습니다.
이 설정을 사용하지 않도록 설정하면 사용자가 Windows 패키지 관리자를 위해 실험적 기능을 사용할 수 없습니다.Windows 패키지 관리자 로컬 매니페스트 파일 사용이 정책은 사용자가 로컬 매니페스트 파일을 사용하여 패키지를 설치할 수 있는지 여부를 제어합니다.
이 설정을 사용하거나 구성하지 않으면 사용자는 Windows 패키지 관리자를 사용하여 로컬 매니페스트와 함께 패키지를 설치할 수 있습니다.
이 설정을 사용하지 않으면 사용자는 Windows 패키지 관리자를 사용하여 로컬 매니페스트를 통해 패키지를 설치할 수 없습니다.Windows 패키지 관리자 Microsoft Store 원본 인증서 유효성 검사 바이패스 사용이 정책은 Windows 패키지 관리자가 Microsoft 저장소 원본에 대한 연결을 시작할 때 알려진 Microsoft Store 인증서와 일치하는 Microsoft 저장소 인증서 해시의 유효성을 검사할지 여부를 제어합니다.
이 정책을 사용하면 Windows 패키지 관리자는 Microsoft 저장소 인증서 유효성 검사를 무시합니다.
이 정책을 사용하지 않으면 Windows 패키지 관리자는 Microsoft Store 원본과 통신하기 전에 사용된 Microsoft 저장소 인증서가 유효하고 Microsoft 저장소에 속하는지 확인합니다.
이 정책을 구성하지 않으면 Windows 패키지 관리자의 관리자 설정이 적용됩니다.Windows 패키지 관리자 해시 재정의 사용이 정책은 설정에서 SHA256 보안 유효성 검사를 재정의하도록 Windows 패키지 관리자를 구성할 수 있는지 여부를 제어합니다.
이 정책을 실행하거나 구성하지 않으면 Windows 패키지 관리자 설정에서 SHA256 보안 유효성 검사를 재정의하는 기능을 사용할 수 있습니다.
이 정책을 실행 중지하면 Windows 패키지 관리자 설정에서 SHA256 보안 유효성 검사를 재정의하는 기능을 사용자가 사용하도록 설정할 수 없습니다.Windows 패키지 관리자 로컬 보관 맬웨어 검사 재정의 사용이 정책은 명령줄 인수를 사용하여 로컬 매니페스트를 사용하여 보관 파일을 설치할 때 맬웨어 취약성 검사를 재정의하는 기능을 제어합니다.
이 정책을 사용하면 사용자가 보관 파일의 로컬 매니페스트 설치를 수행할 때 맬웨어 검사를 재정의할 수 있습니다.
이 정책을 사용하지 않으면 로컬 매니페스트를 사용하여 설치할 때 사용자가 보관 파일의 맬웨어 검사를 재정의할 수 없습니다.
이 정책을 구성하지 않으면 Windows 패키지 관리자 관리자 설정이 적용됩니다.Windows 패키지 관리자 기본 원본 사용이 정책은 Windows 패키지 관리자에 포함된 기본 원본을 제어합니다.
이 설정을 구성하지 않는 경우 Windows 패키지 관리자의 기본 원본을 사용할 수 있으며 제거할 수 있습니다.
이 설정을 사용하면 Windows 패키지 관리자의 기본 원본을 사용할 수 있으며 제거할 수 없습니다.
이 설정을 사용하지 않도록 설정하면 Windows 패키지 관리자의 기본 원본을 사용할 수 없습니다.Windows 패키지 관리자 Microsoft Store 원본 사용이 정책은 Windows 패키지 관리자에 포함된 Microsoft 스토어 원본을 제어합니다.
이 설정을 구성하지 않는 경우 Windows 패키지 관리자의 Microsoft 스토어 원본을 사용할 수 있으며 제거할 수 있습니다.
이 설정을 사용하면 Windows 패키지 관리자용 Microsoft 스토어 원본을 사용할 수 있으며 제거할 수 없습니다.
이 설정을 사용 중지하면 Windows 패키지 관리자용 Microsoft 스토어 원본을 사용할 수 없습니다.Windows 패키지 관리자 글꼴 원본 활성화
이 정책은 Windows 패키지 관리자에 포함된 글꼴 원본을 제어합니다.
이 설정을 구성하지 않는 경우 Windows 패키지 관리자의 글꼴 원본을 사용할 수 있으며 제거할 수 있습니다.
이 설정을 사용하면 Windows 패키지 관리자용 글꼴 원본을 사용할 수 있으며 제거할 수 없습니다.
이 설정을 사용 중지하면 Windows 패키지 관리자용 글꼴 원본을 사용할 수 없습니다.
Windows 패키지 관리자 원본 자동 업데이트 간격(분) 설정이 정책은 패키지 기반 원본의 자동 업데이트 간격을 제어합니다. 패키지의 인덱스가 로컬 컴퓨터에 캐시되도록 Windows 패키지 관리자 기본 원본이 구성됩니다. 사용자가 명령을 호출하고 간격이 지나면 인덱스가 다운로드됩니다.
이 설정을 사용하지 않거나 구성하지 않으면 Windows 패키지 관리자 설정에 지정된 기본 간격 또는 값이 사용됩니다.
이 설정을 사용하면 지정한 시간(분)이 Windows 패키지 관리자 사용됩니다.Windows 패키지 관리자 추가 원본 사용이 정책은 엔터프라이즈 IT 관리자가 제공하는 추가 원본을 제어합니다.
정책을 구성하지 않는 경우 Windows 패키지 관리자에 대해 추가 원본이 구성되지 않습니다.
정책을 사용하도록 설정하면 추가 원본이 Windows 패키지 관리자에 추가되고 제거할 수 없습니다. 'winget 원본 내보내기'를 사용하여 설치된 원본에서 각 추가 원본에 대한 표현을 얻을 수 있습니다.
이 정책을 사용하지 않도록 설정하는 경우 Windows 패키지 관리자에 대해 추가 원본을 구성할 수 없습니다.Windows 패키지 관리자 허용된 원본 사용이 정책은 엔터프라이즈 IT 관리자가 허용하는 추가 원본을 제어합니다.
이 정책을 구성하지 않는 경우 사용자는 정책에 의해 구성된 원본 외의 다른 원본을 추가하거나 제거할 수 있습니다.
정책을 사용하도록 설정하는 경우 지정된 원본만 Windows 패키지 관리자에서 추가하거나 제거할 수 있습니다. 허용된 각 원본에 대한 표현은 'winget 원본 내보내기'를 사용하여 설치된 원본에서 구할 수 있습니다.
이 정책을 사용하지 않도록 설정하는 경우 Windows 패키지 관리자에 대해 추가 원본을 구성할 수 없습니다.앱 설치 관리자 ms-appinstaller 프로토콜 사용이 정책은 사용자가 ms-appinstaller 프로토콜을 사용하는 웹 사이트에서 패키지를 설치할 수 있는지 여부를 제어합니다.
이 설정을 사용하면 사용자가 이 프로토콜을 사용하는 웹 사이트의 패키지를 설치할 수 있습니다.
이 설정을 사용하지 않거나 구성하지 않으면 사용자가 이 프로토콜을 사용하는 웹 사이트의 패키지를 설치할 수 없습니다.Windows 패키지 관리자 명령줄 인터페이스 활성화이 정책은 사용자가 명령줄 인터페이스(WinGet CLI 또는 WinGet PowerShell)를 통해 Windows 패키지 관리자를 사용하여 작업을 수행할 수 있는지 여부를 결정합니다.
이 정책을 사용하지 않도록 설정하면 사용자는 Windows 패키지 관리자 CLI 및 PowerShell cmdlet을 실행할 수 없습니다.
이 정책을 사용하도록 설정하거나 구성하지 않을 경우 사용자는 Windows 패키지 관리자 CLI 명령 및 PowerShell cmdlet을 실행할 수 없습니다. (제공된 “앱 설치 관리자 사용” 정책을 사용하지 않도록 설정할 수 없습니다.)
이 정책은 “앱 설치 관리자 사용” 정책을 재정의하지 않습니다.Windows 패키지 관리자 구성 사용이 정책은 사용자가 Windows 패키지 관리자 구성 기능을 사용할 수 있는지 여부를 제어합니다.
이 설정을 사용하거나 구성하지 않으면 사용자가 Windows 패키지 관리자 구성 기능을 사용할 수 있습니다.
이 설정을 사용하지 않으면 사용자가 Windows 패키지 관리자 구성 기능을 사용할 수 없습니다.프록시 Windows 패키지 관리자 명령줄 옵션 사용
이 정책은 명령줄을 통해 사용자가 프록시의 Windows 패키지 관리자 사용을 구성할 수 있는지 여부를 제어합니다.
이 설정을 사용하면 사용자가 명령줄을 통해 Windows 패키지 관리자 프록시 사용을 구성할 수 있습니다.
이 설정을 사용하지 않거나 구성하지 않으면 사용자가 명령줄을 통해 Windows 패키지 관리자 프록시 사용을 구성할 수 없습니다.Windows 패키지 관리자용 MCP 서버 활성화
이 정책은 MCP(Windows 패키지 관리자 모델 컨텍스트 프로토콜) 서버를 사용할 수 있는지 여부를 제어합니다.
이 설정을 사용하거나 구성하지 않으면 사용자가 Windows 패키지 관리자 MCP 서버를 사용할 수 있습니다.
이 설정을 사용하지 않으면 사용자가 Windows 패키지 관리자 MCP 서버를 사용할 수 없습니다.Windows 패키지 관리자 기본 프록시 설정이 정책은 Windows 패키지 관리자 사용하는 기본 프록시를 제어합니다.
이 설정을 사용하지 않거나 구성하지 않으면 기본적으로 프록시가 사용되지 않습니다.
이 설정을 사용하면 지정된 프록시가 기본적으로 사용됩니다.MSIX 패키지에 대해 앱 설치 관리자 허용된 영역 사용이 정책은 앱 설치 관리자 특정 URL 영역에서 시작되는 패키지를 설치할 수 있는지 여부를 제어합니다. 패키지의 원본은 해당 URI에 따라 결정되며 MotW(Mart-of-the-Web)가 있는지 여부를 결정합니다. 여러 URI가 관련된 경우 모두 고려됩니다. 예를 들어 리디렉션과 관련된 .appinstaller 파일을 사용하는 경우
이 정책을 사용하면 사용자가 각 영역의 구성에 따라 MSIX 패키지를 설치할 수 있습니다.
이 정책을 사용하지 않거나 구성하지 않으면 신뢰할 수 없음을 제외한 모든 영역에서 MSIX 패키지를 설치할 수 있습니다.허용차단MSIX 패키지에 Microsoft SmartScreen 검사 사용이 정책은 MSIX 패키지를 설치할 때 앱 설치 관리자 Microsoft SmartScreen 검사를 수행할지 여부를 제어합니다.
이 정책을 사용하거나 구성하지 않으면 설치 전에 Microsoft SmartScreen을 사용하여 패키지 URI가 평가됩니다. 이 검사 인터넷에서 가져온 패키지에 대해서만 수행됩니다.
사용하지 않도록 설정하면 패키지를 설치하기 전에 Microsoft SmartScreen을 참조하지 않습니다.원본 자동 업데이트 간격(분)추가 원본: 허용된 원본: 로컬 컴퓨터인트라넷신뢰할 수 있는 사이트인터넷신뢰할 수 없는 사이트
================================================
FILE: Localization/Policies/pt-BR/DesktopAppInstaller.adml
================================================
Instalador de AplicativoInstalador de AplicativoInstalador de Aplicativos de Área de TrabalhoHabilitar o Gerenciador de Pacotes do WindowsEsta política controla se o Gerenciador de pacotes do Windows pode ser usado por usuários.
Se você habilitar ou não definir essa configuração, os usuários poderão usar o Gerenciador de pacotes do Windows.
Se você desabilitar essa configuração, os usuários não poderão usar o Gerenciador de pacotes do Windows.Habilitar as Configurações do Gerenciador de Pacotes do WindowsEsta política controla se os usuários podem alterar suas configurações.
Se você habilitar ou não definir essa configuração, os usuários poderão alterar as configurações do Gerenciador de pacotes do Windows.
Se você desabilitar essa configuração, os usuários não poderão alterar configurações para o Gerenciador de pacotes do Windows.Habilitar Recursos Experimentais do Gerenciador de Pacotes do WindowsEssa política controla se os usuários podem habilitar recursos experimentais no Gerenciador de pacotes do Windows.
Se você habilitar ou não definir essa configuração, os usuários poderão habilitar recursos experimentais para o Gerenciador de pacotes do Windows.
Se você desabilitar essa configuração, os usuários não poderão habilitar os recursos experimentais do Gerenciador de pacotes do Windows.Habilitar Arquivos de Manifesto Local do Gerenciador de Pacotes do WindowsEssa política controla se os usuários podem instalar pacotes com arquivos de manifesto locais.
Se você habilitar ou não definir essa configuração, os usuários poderão instalar pacotes com manifestos locais usando o Gerenciador de pacotes do Windows.
Se você desabilitar essa configuração, os usuários não poderão instalar pacotes com manifestos locais usando o Gerenciador de pacotes do Windows.Habilitar Bypass Gerenciador de Pacotes do Windows Microsoft Store Certificado de OrigemEssa política controla se o Gerenciador de Pacotes do Windows validará se o hash do certificado Microsoft Store corresponde a um certificado Microsoft Store conhecido ao iniciar uma conexão com a Origem da Microsoft Store.
Se você habilitar essa política, o Gerenciador de Pacotes do Windows ignorará a validação do certificado da Microsoft Store.
Se você desabilitar essa política, o Gerenciador de Pacotes do Windows validará se o certificado Microsoft Store usado é válido e pertence ao Microsoft Store antes de se comunicar com a origem da Microsoft Store.
Se você não definir essa política, as configurações de administrador do Gerenciador de Pacotes do Windows serão aderidas.Habilitar a Substituição de Hash do Gerenciador de Pacotes do WindowsEsta política controla se o Gerenciador de Pacotes do Windows pode ou não ser configurado para permitir a capacidade de substituição da validação de segurança SHA256 nas configurações.
Se você habilitar ou não configurar esta política, os usuários poderão habilitar a capacidade de substituição da validação de segurança SHA256 nas configurações do Gerenciador de Pacotes do Windows.
Se você desabilitar esta política, os usuários não poderão habilitar a capacidade de substituição da validação de segurança SHA256 nas configurações do Gerenciador de Pacotes do Windows.Habilitar Gerenciador de Pacotes do Windows Verificação de Malware de Arquivo Morto LocalEsta política controla a capacidade de substituir verificações de vulnerabilidade de malware ao instalar um arquivo morto usando um manifesto local usando os argumentos de linha de comando.
Se você habilitar essa política, os usuários poderão substituir a verificação de malware ao executar uma instalação de manifesto local de um arquivo morto.
Se você desabilitar essa política, os usuários não poderão substituir a verificação de malware de um arquivo morto durante a instalação usando um manifesto local.
Se você não configurar essa política, as configurações Gerenciador de Pacotes do Windows administrador serão aderidas.Habilitar a Fonte Padrão do Gerenciador de Pacotes do WindowsEsta política controla a fonte padrão incluída no Gerenciador de Pacotes do Windows.
Se você não definir essa configuração, a fonte padrão do Gerenciador de Pacotes do Windows estará disponível e poderá ser removida.
Se você habilitar essa configuração, a fonte padrão para o Gerenciador de Pacotes do Windows estará disponível e não poderá ser removida.
Se você desabilitar esta configuração, a fonte padrão para o Gerenciador de Pacotes do Windows não estará disponível.Habilitar a Fonte da Microsoft Store do Gerenciador de Pacotes do WindowsEsta política controla a fonte da Microsoft Store incluída com o Gerenciador de Pacotes do Windows.
Se você não definir essa configuração, a fonte da Microsoft Store para o Gerenciador do Pacote Windows estará disponível e poderá ser removida.
Se você habilitar essa configuração, a fonte da Microsoft Store para o Gerenciador de Pacotes do Windows estará disponível e não poderá ser removida.
Se você desabilitar esta configuração, a fonte da Microsoft Store para o Gerenciador de Pacotes do Windows não estará disponível.Habilitar origem da fonte do Gerenciador de pacotes do Windows
Essa política controla a origem da fonte incluída no Gerenciador de pacotes do Windows.
Se você não definir essa configuração, a origem da fonte do Gerenciador de pacotes do Windows ficará disponível e poderá ser removida.
Se você habilitar essa configuração, a origem da fonte do Gerenciador de pacotes do Windows ficará disponível e não poderá ser removida.
Se você desabilitar essa configuração, a origem da fonte do Gerenciador de pacotes do Windows não ficará disponível.
Definir o Intervalo de Atualização Automática da Fonte do Gerenciador de Pacotes do Windows em MinutosEsta política controla o intervalo de atualização automática para origens baseadas em pacote. A fonte padrão para Gerenciador de Pacotes do Windows é configurada de modo que um índice dos pacotes seja armazenado em cache no computador local. O índice é baixado quando um usuário invoca um comando e o intervalo é passado.
Se você desabilitar ou não definir essa configuração, o intervalo padrão ou o valor especificado na Gerenciador de Pacotes do Windows configurações serão usadas.
Se você habilitar essa configuração, o número de minutos especificado será usado pelo Gerenciador de Pacotes do Windows.Habilitar Fontes Adicionais do Gerenciador de Pacotes do WindowsEsta política controla as fontes adicionais fornecidas pelo administrador de TI da empresa.
Se você não configurar esta política, nenhuma fonte adicional será configurada para o Gerenciador de Pacotes do Windows.
Se você habilitar essa política, as fontes adicionais serão adicionadas ao Gerenciador de Pacotes do Windows e não poderão ser removidas. A representação de cada fonte adicional poderá ser obtida a partir das fontes instaladas usando a 'exportação de fonte de winget'.
Se você desabilitar esta política, nenhuma fonte adicional poderá ser configurada para o Gerenciador de Pacotes do Windows.Habilitar Fontes Permitidas do Gerenciador de Pacotes do WindowsEsta política controla as fontes adicionais permitidas pelo administrador de TI da empresa.
Se você não configurar esta política, os usuários poderão adicionar ou remover fontes adicionais além daquelas configuradas pela política.
Se você habilitar essa política, apenas as fontes especificadas poderão ser adicionadas ou removidas do Gerenciador de Pacotes do Windows. A representação de cada fonte permitida pode ser obtida a partir das fontes instaladas usando a 'exportação de fonte de winget'.
Se você desabilitar esta política, nenhuma fonte adicional poderá ser configurada para o Gerenciador de Pacotes do Windows.Ativar o protocolo ms-appinstaller do Instalador de AplicativoEsta política controla se os usuários podem instalar pacotes de um site que esteja usando o protocolo ms-appinstaller.
Se você habilitar essa configuração, os usuários poderão instalar pacotes de sites que usam esse protocolo.
Se você desabilitar ou não definir essa configuração, os usuários não poderão instalar pacotes de sites que usam esse protocolo.Habilitar interfaces de linha de comando do Gerenciador de Pacotes do WindowsEssa política determina se um usuário pode executar uma ação usando o Gerenciador de Pacotes do Windows por meio de uma interface de linha de comando (CLI do WinGet ou WinGet PowerShell).
Se você desabilitar essa política, os usuários não poderão executar a CLI do Gerenciador de Pacotes do Windows e os cmdlets do PowerShell.
Se você habilitar ou não configurar essa política, os usuários poderão executar os comandos CLI do Gerenciador de Pacotes do Windows e os cmdlets do PowerShell. (A política “Habilitar Instalador de Aplicativo” fornecida não está desabilitada).
Essa política não substitui a política "Habilitar Instalador de Aplicativo".Habilitar as Configurações do Gerenciador de Pacotes do WindowsEsta política controla se o Gerenciador de Pacotes do Windows de configuração pode ser usado pelos usuários.
Se você habilitar ou não definir essa configuração, os usuários poderão usar o recurso Gerenciador de Pacotes do Windows configuração.
Se você desabilitar essa configuração, os usuários não poderão usar o recurso Gerenciador de Pacotes do Windows configuração.Habilitar Gerenciador de Pacotes do Windows de linha de comando proxy
Esta política controla se o uso Gerenciador de Pacotes do Windows proxy pode ser configurado pelos usuários por meio da linha de comando.
Se você habilitar essa configuração, os usuários poderão configurar o Gerenciador de Pacotes do Windows do proxy por meio da linha de comando.
Se você desabilitar ou não definir essa configuração, os usuários não poderão configurar o uso Gerenciador de Pacotes do Windows do proxy por meio da linha de comando.Habilitar o servidor MCP para o Gerenciador de pacotes do Windows
Esta política controla se o servidor Gerenciador de Pacotes do Windows MCP (Protocolo de Contexto de Modelo) pode ser usado.
Se você habilitar ou não definir essa configuração, os usuários poderão usar o Gerenciador de Pacotes do Windows MCP do servidor.
Se você desabilitar essa configuração, os usuários não poderão usar o Gerenciador de Pacotes do Windows MCP do servidor.Definir Proxy Padrão do Gerenciador de Pacotes do WindowsEsta política controla o proxy padrão usado pelo Gerenciador de Pacotes do Windows.
Se você desabilitar ou não definir essa configuração, nenhum proxy será usado por padrão.
Se você habilitar essa configuração, o proxy especificado será usado por padrão.Habilitar Zonas Permitidas do Instalador de Aplicativo para Pacotes MSIXEsta política controla se Instalador de Aplicativo permite a instalação de pacotes originados de Zonas de URL específicas. A origem de um pacote é determinada por seu URI e se um Mart-of-the-Web (MotW) está presente. Se vários URIs forem envolvidos, todos eles serão considerados; por exemplo, ao usar um arquivo .appinstaller que envolve redirecionamento.
Se você habilitar essa política, os usuários poderão instalar pacotes MSIX de acordo com a configuração de cada zona.
Se você desabilitar ou não configurar esta política, os usuários poderão instalar pacotes MSIX de qualquer zona, exceto por Não Confiável.PermitirBloquearHabilitar verificações do Microsoft SmartScreen para Pacotes MSIXEsta política controla se Instalador de Aplicativo verificações do Microsoft SmartScreen ao instalar pacotes MSIX.
Se você habilitar ou não configurar essa política, o URI do pacote será avaliado com o Microsoft SmartScreen antes da instalação. Este marcar é feito somente para pacotes provenientes da Internet.
Se você desabilitar, o Microsoft SmartScreen não será consultado antes de instalar um pacote.Intervalo de atualização automática da fonte em minutosFontes Adicionais: Fontes Permitidas: Computador LocalIntranetSites ConfiáveisInternetSites Não Confiáveis
================================================
FILE: Localization/Policies/ru-RU/DesktopAppInstaller.adml
================================================
Установщик приложенийУстановщик приложенийУстановщик классических приложенийВключить Диспетчер пакетов WindowsЭта политика определяет, могут ли пользователи использовать Диспетчер пакетов Windows.
Если включить или не настроить этот параметр, пользователи смогут использовать Диспетчер пакетов Windows.
Если отключить этот параметр, пользователи не смогут использовать Диспетчер пакетов Windows.Включить параметры Диспетчера пакетов WindowsЭта политика определяет, могут ли пользователи изменять свои параметры.
Если включить или не настроить этот параметр, пользователи смогут изменять параметры Диспетчера пакетов Windows.
Если отключить этот параметр, пользователи не смогут изменять параметры Диспетчера пакетов Windows.Включить экспериментальные функции Диспетчера пакетов WindowsЭтот параметр политики определяет, могут ли пользователи включать экспериментальные функции в диспетчер пакетов Windows.
Если включить или не настроить этот параметр, пользователи смогут включать экспериментальные функции для диспетчер пакетов Windows.
Если этот параметр отключен, пользователи не смогут включать экспериментальные функции для диспетчер пакетов Windows.Включить файлы локальных манифестов Диспетчера пакетов WindowsЭта политика определяет, могут ли пользователи устанавливать пакеты с локальными файлами манифестов.
Если включить или не настроить этот параметр, пользователи смогут устанавливать пакеты с локальными манифестами с помощью Диспетчера пакетов Windows.
Если отключить этот параметр, пользователи не смогут устанавливать пакеты с локальными манифестами с помощью Диспетчера пакетов Windows.Включить обход проверки сертификата источника Microsoft Store в Диспетчере пакетов WindowsЭта политика определяет, будет ли Диспетчер пакетов Windows проверять соответствие хэша сертификата Microsoft Store известному сертификату Microsoft Store при инициации подключения к источнику Microsoft Store.
При включении этой политики диспетчер пакетов Windows будет обходить проверку сертификата Microsoft Store.
При отключении этой политики диспетчер пакетов Windows будет проверять принадлежность используемого сертификата Microsoft Store и его действительность, прежде чем связываться с источником Microsoft Store..
Если эта политика не настроена, будут соблюдаться параметры администратора диспетчера пакетов Windows.Включить переопределение хэша Диспетчера пакетов WindowsЭтот параметр политики определяет, можно ли настроить Диспетчер пакетов Windows, чтобы включить возможность переопределения параметров проверки безопасности SHA256 в настройках.
Если данный параметр политики включен или не настроен, пользователи получат возможность переопределять проверку безопасности SHA256 в параметрах Диспетчера пакетов Windows.
Если данный параметр политики отключен, пользователи не смогут переопределять проверку безопасности SHA256 в параметрах Диспетчера пакетов Windows.Включить переопределение сканирования вредоносных программ в локальном архиве Диспетчера пакетов WindowsЭта политика управляет возможностью переопределения сканирования уязвимостей вредоносных программ при установке файла архива с использованием локального манифеста с использованием аргументов командной строки.
При включении этой политики пользователи смогут переопределять сканирование вредоносных программ при выполнении локальной установки манифеста архивного файла.
При отключении этой политики пользователи не смогут переопределять сканирование архивного файла на наличие вредоносных программ при установке с использованием локального манифеста.
Если эта политика не настроена, будут соблюдаться параметры администратора диспетчера пакетов Windows.Включить источник по умолчанию для Диспетчера пакетов WindowsЭта политика управляет источником по умолчанию, входящим в состав Диспетчера пакетов Windows.
Если не задать этот параметр, источник по умолчанию для Диспетчера пакетов Windows будет доступен, и его можно будет удалить.
Если включить этот параметр, источник по умолчанию для Диспетчера пакетов Windows будет доступен, и его нельзя будет удалить.
Если отключить этот параметр, источник по умолчанию для Диспетчера пакетов Windows будет недоступен.Включить источник Microsoft Store в Диспетчере пакетов WindowsЭта политика управляет источником Microsoft Store, входящим в состав Диспетчера пакетов Windows.
Если не задать этот параметр, источник Microsoft Store для Диспетчера пакетов Windows будет доступен, и его можно будет удалить.
Если включить этот параметр, источник Microsoft Store для Диспетчера пакетов Windows будет доступен, и его нельзя будет удалить.
Если отключить этот параметр, источник Microsoft Store для Диспетчера пакетов Windows будет недоступен.Включить источник шрифтов для Диспетчера пакетов Windows
Эта политика управляет источником шрифтов, входящим в состав Диспетчера пакетов Windows.
Если этот параметр не настроен, источник шрифтов для Диспетчера пакетов Windows будет доступен, и его можно будет удалить.
Если этот параметр включен, источник шрифтов для Диспетчера пакетов Windows будет доступен, и его нельзя будет удалить.
Если этот параметр отключен, источник шрифтов для Диспетчера пакетов Windows будет недоступен.
Задать интервал автоматического обновления источника Диспетчера пакетов Windows в минутахЭта политика управляет интервалом автоматического обновления для источников на основе пакетов. Источник по умолчанию для Диспетчера пакетов Windows настроен таким образом, что индекс пакетов кэшируется на локальном компьютере. Индекс скачивается при вызове команды пользователем и завершении интервала.
Если этот параметр отключен или не настроен, будет использоваться интервал по умолчанию или значение, указанное в параметрах Диспетчера пакетов Windows.
Если этот параметр включен, указанное число минут будет использоваться Диспетчером пакетов Windows.Включить дополнительные источники Диспетчера пакетов WindowsЭта политика управляет дополнительными источниками, предоставленными ИТ-администратором предприятия.
Если не настроить эту политику, дополнительные источники для Диспетчера пакетов Windows не будут настроены.
Если включить эту политику, дополнительные источники будут добавлены в Диспетчер пакетов Windows, и их нельзя будет удалить. Представление для каждого дополнительного источника можно получить из установленных источников с помощью команды "winget source export".
Если отключить эту политику, задать дополнительные источники для Диспетчера пакетов Windows будет невозможно.Включить разрешенные источники Диспетчера пакетов WindowsЭта политика управляет дополнительными источниками, разрешенными ИТ-администратором предприятия.
Если не настроить эту политику, пользователи смогут добавлять и удалять дополнительные источники помимо заданных в политике.
Если включить эту политику, добавлять и удалять из Диспетчера пакетов Windows можно будет только указанные источники,. Представление для каждого разрешенного можно получить из установленных источников с помощью команды "winget source export".
Если отключить эту политику, задать дополнительные источники для Диспетчера пакетов Windows будет невозможно.Включить протокол Установщика приложений ms-appinstallerЭта политика определяет, могут ли пользователи устанавливать пакеты с веб-сайта, который использует протокол ms-appinstaller.
Если включить этот, пользователи смогут устанавливать пакеты с веб-сайтов, которые используют этот протокол.
Если отключить или не настраивать этот параметр, пользователи не смогут устанавливать пакеты с веб-сайтов, которые используют этот протокол.Включить интерфейсы командной строки Диспетчера пакетов WindowsЭта политика определяет, может ли пользователь выполнять действие с помощью диспетчера пакетов Windows через интерфейс командной строки (WinGet CLI или WinGet PowerShell).
Если вы отключите эту политику, пользователи не смогут выполнять CLI диспетчера пакетов Windows и командлеты PowerShell.
Если вы включите или не настроите эту политику, пользователи смогут выполнять команды CLI диспетчера пакетов Windows и командлеты PowerShell. (При условии, что политика "Включить установщик приложений" не отключена).
Эта политика не отменяет политику "Включить установщик приложений".Включить конфигурацию Диспетчера пакетов WindowsЭта политика определяет, Диспетчер пакетов Windows ли пользователи могут использовать эту Диспетчер пакетов Windows конфигурацию.
Если этот параметр включен или не настроен, пользователи смогут использовать Диспетчер пакетов Windows конфигурации.
Если этот параметр отключен, пользователи не смогут использовать Диспетчер пакетов Windows конфигурации.Включить Диспетчер пакетов Windows командной строки прокси-сервера
Эта политика определяет, может ли Диспетчер пакетов Windows использование прокси-сервера настраивать пользователи с помощью командной строки.
Если этот параметр включен, пользователи смогут Диспетчер пакетов Windows использовать прокси-сервер в командной строке.
Если вы отключаете или не настраиваете этот параметр политики, пользователи не смогут Диспетчер пакетов Windows использовать прокси-сервер в командной строке.Включить сервер MCP для Диспетчера пакетов Windows
Эта политика управляет тем, можно ли использовать сервер протокола контекста модели (MCP) Диспетчера пакетов Windows.
Если этот параметр включен или не настроен, пользователи смогут применять сервер MCP Диспетчера пакетов Windows.
Если этот параметр отключен, пользователи не смогут применять сервер MCP Диспетчера пакетов Windows.Задать прокси по умолчанию для Диспетчера пакетов WindowsЭта политика управляет прокси-сервером по умолчанию, используемым Диспетчер пакетов Windows.
Если этот параметр отключен или не настроен, по умолчанию прокси-сервер не будет использоваться.
Если этот параметр включен, указанный прокси-сервер будет использоваться по умолчанию.Включить разрешенные зоны Установщика приложений для пакетов MSIXЭта политика определяет, Установщик приложений ли установка пакетов, полученных из определенных зон URL-адресов. Источник пакета определяется его URI и наличием киоска в Интернете (MotW). Если включено несколько URI, все они считаются; например, при использовании appinstaller-файла, который включает перенаправление.
Если эта политика включена, пользователи смогут устанавливать пакеты MSIX в соответствии с конфигурацией для каждой зоны.
Если эта политика отключена или не настроена, пользователи смогут устанавливать пакеты MSIX из любой зоны, кроме ненадежных.РазрешитьБлокироватьВключить проверки Microsoft SmartScreen для пакетов MSIXЭта политика определяет, Установщик приложений ли фильтр SmartScreen (Майкрософт) при установке пакетов MSIX.
Если эта политика включена или не настроена, URI пакета будет проверяться с помощью фильтра SmartScreen (Майкрософт) перед установкой. Эта проверка только для пакетов, поступающих из Интернета.
Если отключить этот параметр, microsoft SmartScreen не будет проверяться перед установкой пакета.Интервал автоматического обновления источника в минутахДополнительные источники: Разрешенные источники: Локальный компьютерИнтрасетьНадежные сайтыИнтернетНенадежные сайты
================================================
FILE: Localization/Policies/zh-CN/DesktopAppInstaller.adml
================================================
应用安装程序应用安装程序桌面应用安装程序启用 Windows 程序包管理器此策略控制用户是否可以使用 Windows 程序包管理器。
如果启用或未配置此设置,则用户可以使用 Windows 程序包管理器。
如果禁用此设置,则用户将无法使用 Windows 程序包管理器。启用 Windows 程序包管理器设置此策略控制用户是否可以更改其设置。
如果启用或未配置此设置,则用户可以更改 Windows 程序包管理器的设置。
如果禁用此设置,则用户将无法更改 Windows 程序包管理器的设置。启用 Windows 程序包管理器实验性功能此策略控制用户是否可以在 Windows 程序包管理器中启用实验性功能。
如果启用或未配置此设置,则用户将能够为 Windows 包管理器启用实验性功能。
如果禁用此设置,则用户将无法启用 Windows 包管理器的实验性功能。启用 Windows 程序包管理器本地清单文件此策略控制用户是否可以使用本地清单文件安装程序包。
如果启用或未配置此设置,则用户可以使用 Windows 程序包管理器在本地清单中安装包。
如果禁用此设置,则用户将无法使用 Windows 程序包管理器在本地清单中安装包。启用Windows 程序包管理器Microsoft Store源证书验证绕过此策略控制 Windows 程序包管理器在发起与 Microsoft Store 源的连接时是否验证 Microsoft Store 证书哈希与已知的 Microsoft Store 证书的匹配情况。
如果启用此策略,Windows 程序包管理器将绕过 Microsoft Store 证书验证。
如果禁用此策略,则 Windows 程序包管理器在与 Microsoft Store 源通信之前,将验证所使用的 Microsoft Store 证书是否有效且属于 Microsoft Store。
如果未配置此策略,则将遵循 Windows 程序包管理器的管理员设置。启用 Windows 程序包管理器哈希替代此策略控制是否可以配置 Windows 程序包管理器,以便在设置中启用覆盖 SHA256 安全验证的能力。
如果启用或未配置此策略,则用户将能够在 Windows 程序包管理器设置中启用覆盖 SHA256 安全验证的能力。
如果禁用此策略,则用户将无法在 Windows 程序包管理器设置中启用覆盖 SHA256 安全验证的能力。启用Windows 程序包管理器本地存档恶意软件扫描替代此策略控制在使用命令行参数通过本地清单安装存档文件时替代恶意软件漏洞扫描的能力。
如果启用此策略,则用户可以在对存档文件执行本地清单安装时替代恶意软件扫描。
如果禁用此策略,则在使用本地清单进行安装时,用户将无法替代对存档文件的恶意软件扫描。
如果未配置此策略,则将遵循 Windows 程序包管理器的管理员设置。启用 Windows 程序包管理器默认源此策略控制 Windows 程序包管理器中包含的默认源。
如果未配置此设置,Windows 程序包管理器的默认源将可用并可删除。
如果启用此设置,Windows 程序包管理器的默认源将可用,无法删除。
如果禁用此设置,Windows 程序包管理器的默认源将不可用。启用 Windows 程序包管理器 Microsoft Store 源此策略控制 Windows 程序包管理器中包含的 Microsoft Store 源。
如果未配置此设置,Windows 程序包管理器的 Microsoft Store 源将可用并可删除。
如果启用此设置,Windows 程序包管理器的 Microsoft Store 源将可用,无法删除。
如果禁用此设置,Windows 程序包管理器的 Microsoft Store 源将不可用。启用 Windows 程序包管理器字体源
此策略控制 Windows 程序包管理器中包含的字体源。
如果未配置此设置,则 Windows 程序包管理器的字体源将可用并且可以移除。
如果启用此设置,则 Windows 程序包管理器的字体源将可用且无法移除。
如果禁用此设置,则 Windows 程序包管理器的字体源将不可用。
设置 Windows 程序包管理器源自动更新间隔(分钟)此策略控制基于程序包的源的自动更新间隔。配置Windows 程序包管理器的默认源,以便在本地计算机上缓存包索引。当用户调用命令并且间隔已过时,将下载索引。
如果禁用或未配置此设置,将使用Windows 程序包管理器设置中指定的默认间隔或值。
如果启用此设置,则Windows 程序包管理器将使用指定的分钟数。启用 Windows 程序包管理器其他源此策略控制企业 IT 管理员提供的其他源。
如果未配置此策略,则将不会为 Windows 程序包管理器配置其他源。
如果启用此策略,则将向 Windows 程序包管理器添加其他源并且这些源不可删除。可使用“winget source export”从已安装的源获取每个其他源的表示形式。
如果禁用此策略,则不能为 Windows 程序包管理器配置其他源。启用 Windows 程序包管理器允许的源此策略控制企业 IT 管理员允许的其他源。
如果未配置此策略,用户将能够添加或删除策略配置的源之外的其他源。
如果启用此策略,则只能从 Windows 程序包管理器中添加或删除指定的源。可使用“winget source export”从已安装的源获取每个允许的源的表示形式。
如果禁用此策略,则不能为 Windows 程序包管理器配置其他源。启用应用安装程序 ms-appinstaller 协议此策略控制用户是否可以从使用 ms-appinstaller 协议的网站安装包。
如果启用此设置,则用户将能够安装来自使用此协议的网站的包。
如果禁用或未配置此设置,则用户将无法安装来自使用此协议的网站的包。启用 Windows 程序包管理器命令行接口此策略确定用户是否可以通过命令行界面(WinGet CLI 或 WinGet PowerShell)使用 Windows 程序包管理器执行操作。
如果禁用此策略,用户将无法执行 Windows 程序包管理器 CLI 和 PowerShell cmdlet。
如果启用或未配置此策略,用户将能够执行 Windows 程序包管理器 CLI 命令和 PowerShell cmdlet。(前提是 “启用应用安装程序” 策略未禁用)。
此策略不会替代 “启用应用安装程序” 策略。启用 Windows 程序包管理器配置此策略控制用户是否可以使用Windows 程序包管理器配置功能。
如果启用或未配置此设置,则用户将能够使用Windows 程序包管理器配置功能。
如果禁用此设置,则用户将无法使用Windows 程序包管理器配置功能。启用Windows 程序包管理器代理命令行选项
此策略控制用户是否可以通过命令行配置代理的Windows 程序包管理器使用情况。
如果启用此设置,则用户将能够通过命令行配置Windows 程序包管理器使用代理。
如果禁用或未配置此设置,则用户将无法通过命令行配置Windows 程序包管理器使用代理。为 Windows 程序包管理器启用 MCP 服务器
此策略控制是否可以使用Windows 程序包管理器模型上下文协议 (MCP) 服务器。
如果启用或未配置此设置,则用户将能够使用Windows 程序包管理器的 MCP 服务器。
如果禁用此设置,则用户将无法使用Windows 程序包管理器的 MCP 服务器。设置 Windows 程序包管理器默认代理此策略控制Windows 程序包管理器使用的默认代理。
如果禁用或未配置此设置,则默认情况下不会使用任何代理。
如果启用此设置,则默认情况下将使用指定的代理。为 MSIX 包启用应用安装程序允许的区域此策略控制应用安装程序是否允许安装源自特定 URL 区域的包。包的来源由其 URI 以及是否存在 Mart-of-the-Web (MotW) 来确定。如果涉及多个 URI,则会考虑所有这些 URI;例如,使用涉及重定向的 .appinstaller 文件时。
如果启用此策略,则用户将能够根据每个区域的配置安装 MSIX 包。
如果禁用或未配置此策略,则用户将能够从除不受信任之外的任何区域安装 MSIX 包。允许阻止为 MSIX 包启用 Microsoft SmartScreen 检查此策略控制应用安装程序在安装 MSIX 包时是否执行Microsoft SmartScreen 检查。
如果启用或未配置此策略,则在安装之前,将使用 Microsoft SmartScreen 评估包 URI。此检查仅适用于来自 Internet 的程序包。
如果禁用,则在安装包之前,不会咨询Microsoft SmartScreen。源自动更新间隔(分钟)其他源: 允许的源: 本地计算机Intranet受信任的站点Internet不受信任的站点
================================================
FILE: Localization/Policies/zh-TW/DesktopAppInstaller.adml
================================================
應用程式安裝程式應用程式安裝程式傳統型應用程式安裝程式啟用 Windows 封裝管理員此原則可控制使用者是否可以使用 Windows 套件管理員。
如果您啟用或未設定這個設定,使用者將可以使用 Windows 套件管理員。
如果停用此設定,使用者將無法使用 Windows 套件管理員。啟用 Windows 封裝管理員設定此原則可控制使用者是否可以變更其設定。
如果您啟用或未設定這個設定,使用者將可以變更 Windows 套件管理員的設定。
如果停用此設定,使用者將無法變更 Windows 套件管理員的設定。啟用 Windows 封裝管理員實驗性功能此原則可控制使用者是否能在 Windows 套件管理員中啟用實驗性功能。
如果啟用或未設定此設定,使用者將能夠啟用 Windows 套件管理員的實驗性功能。
如果停用此設定,使用者將無法啟用 Windows 套件管理員的實驗性功能。啟用 Windows 封裝管理員本機資訊清單檔案此原則可控制使用者是否能安裝具有本機資訊清單檔案的套件。
如果您啟用或未設定這個設定,使用者將可以使用 Windows 套件管理員來安裝具有本機資訊清單的套件。
若停用此設定,使用者將無法使用 Windows 套件管理員來安裝具有本機資訊清單的套件。啟用 Windows 封裝管理員 Microsoft Store來源憑證驗證略過此原則可控制 Windows 封裝管理員在起始 Microsoft Store 來源的連線時,是否要驗證與已知 Microsoft Store 憑證相符的 Microsoft Store 憑證雜湊。
如果您啟用這個原則,Windows 封裝管理員將會略過 Microsoft Store 憑證驗證。
如果停用此原則,則 Windows 封裝管理員會在與 Microsoft Store 來源通訊之前,驗證使用的 Microsoft Store 憑證有效且屬於 Microsoft Store。
如果您未設定這個原則,則會遵循 Windows 封裝管理員系統管理員設定。啟用 Windows 封裝管理員雜湊覆寫此原則會控制 Windows 封裝管理員是否可以設定以便啟用在設定中覆寫 SHA256 安全性驗證的能力。
如果您啟用或未設定此原則,使用者就可以在 Windows 封裝管理員設定中啟用覆寫 SHA256 安全性驗證的能力。
如果您停用此原則,使用者就無法在 Windows 封裝管理員設定中啟用覆寫 SHA256 安全性驗證的能力。啟用 Windows 封裝管理員 本機封存惡意代碼掃描覆寫此原則控制在使用本機資訊清單使用命令列引數安裝封存檔案時,是否可以覆寫惡意程式碼弱點掃描。
如果您啟用這個原則,使用者可以在執行封存檔案的本機資訊清單安裝時覆寫惡意程式碼掃描。
如果您停用這個原則,使用者將無法在使用本機資訊清單安裝時覆寫封存檔案的惡意程式碼掃描。
如果您未設定這個原則,則會遵循Windows 封裝管理員系統管理員設定。設定 Windows 封裝管理員預設來源此原則控制 Windows 封裝管理員隨附的預設來源。
如果您未設定此設定,Windows 封裝管理員的預設來源將可供使用,而且可以移除。
如果您啟用此設定,Windows 封裝管理員的預設來源將可供使用,且無法移除。
如果您停用此設定,Windows 封裝管理員的預設來源將無法使用。啟用 Windows 封裝管理員 Microsoft Store 來源此原則控制 Windows 封裝管理員隨附的 Microsoft Store 來源。
如果您未設定此設定,Windows 封裝管理員的 Microsoft Store 來源將可供使用,而且可以移除。
如果您啟用此設定,Windows 封裝管理員的 Microsoft Store 來源將可供使用,且無法移除。
如果您停用此設定,Windows 封裝管理員的 Microsoft Store 來源將無法使用。設定 Windows 封裝管理員字型來源
此原則控制 Windows 封裝管理員隨附的字型來源。
如果您未設定此設定,Windows 封裝管理員的字型來源將可供使用,而且可以移除。
如果您啟用此設定,Windows 封裝管理員的字型來源將可供使用,且無法移除。
如果您停用此設定,Windows 封裝管理員的字型來源將無法使用。
設定 Windows 封裝管理員來源自動更新間隔 (分鐘)此原則控制封裝型來源的自動更新間隔時間。Windows 封裝管理員的預設來源設定為本機電腦上快取的套件索引。當使用者調用命令且間隔已過時,下載索引。
如果您停用或不設定此設定,將會使用 Windows 封裝管理員設定中指定的預設間隔或值。
如果您啟用此設定,Windows 封裝管理員將會使用指定的分鐘數。啟用 Windows 封裝管理員其他來源此原則控制企業 IT 系統管理員提供的其他來源。
如果您未設定此原則,將不會為 Windows 封裝管理員設定其他來源。
如果您啟用此原則,其他來源將會新增到 Windows 封裝管理員,而且無法移除。每個其他來源的標記法都可以使用 'winget 來源匯出' 從已安裝的來源取得。
如果您停用此原則,則 Windows 封裝管理員無法為其他來源進行設定。設定 Windows 封裝管理員允許來源此原則控制企業 IT 系統管理員允許的其他來源。
如果您未設定此原則,使用者將可以新增或移除其他非此原則設定的來源。
如果您啟用此原則,僅可以從 Windows 封裝管理員新增或移除指定的來源。每個允許來源的代表都可以從使用 'winget 來源匯出' 的已安裝來源取得。
如果您停用此原則,則 Windows 封裝管理員無法為其他來源進行配置。啟用應用程式安裝程式 ms-appinstaller 通訊協定此原則控制使用者是否可以從使用 ms-appinstaller 通訊協定的網站安裝套件。
如果您啟用這個設定,使用者將可以從使用此通訊協定的網站安裝套件。
如果您停用或未設定這個設定,使用者將無法從使用此通訊協定的網站安裝套件。啟用 Windows 封裝管理員命令列介面此原則會判斷使用者是否可透過命令列介面 (WinGet CLI 或 WinGet PowerShell) 使用 Windows 封裝管理員執行動作。
如果停用此原則,使用者將無法執行 Windows 封裝管理員 CLI 和 PowerShell Cmdlet。
如果啟用或未設定此原則,使用者將可以執行 Windows 封裝管理員 CLI 命令和 PowerShell Cmdlet。(未停用提供的 [啟用應用程式安裝程式] 原則)。
此原則不會覆寫 [啟用應用程式安裝程式] 原則。啟用 Windows 封裝管理員設定此原則控制使用者是否可以使用Windows 封裝管理員設定功能。
如果您啟用或未設定這個設定,使用者將可以使用Windows 封裝管理員設定功能。
如果您停用這個設定,使用者將無法使用Windows 封裝管理員設定功能。啟用Windows 封裝管理員 Proxy 命令行選項
此原則控制使用者是否可以透過命令行設定 proxy 的Windows 封裝管理員使用方式。
如果您啟用這個設定,使用者將可以透過命令行設定Windows 封裝管理員使用 Proxy。
如果您停用或未設定這個設定,用戶將無法透過命令行設定Windows 封裝管理員使用 Proxy。啟用 Windows 封裝管理員的 MCP 伺服器
此原則用來控制是否允許使用 Windows 封裝管理員的模型內容通訊協定 (MCP) 伺服器。
如果您啟用或未設定此原則,使用者將能使用 Windows 封裝管理員的 MCP 伺服器。
如果您停用此原則,使用者將無法使用 Windows 封裝管理員的 MCP 伺服器。設定 Windows 封裝管理員預設 Proxy此原則控制Windows 封裝管理員使用的預設 Proxy。
如果停用或未設定此設定,則預設不會使用任何 Proxy。
如果您啟用這個設定,預設會使用指定的 Proxy。為 MSIX 套件啟用應用程式安裝程式允許的區域此原則控制應用程式安裝程式是否允許安裝來自特定 URL 區域的套件。套件的來源取決於其 URI,以及是否存在 Mart-of the Web (MotW)。如果涉及多個 URI,則會考慮所有 URI;例如,使用涉及重新導向的 .appinstaller 檔案時。
如果您啟用這個原則,使用者將可以根據每個區域的設定來安裝 MSIX 套件。
如果您停用或未設定這個原則,除了不受信任之外,使用者將可以從任何區域安裝 MSIX 套件。允許阻止啟用 MSIX 套件的 Microsoft SmartScreen 檢查此原則可控制應用程式安裝程式在安裝 MSIX 套件時是否執行Microsoft SmartScreen 檢查。
如果啟用或未設定此原則,則會在安裝前使用 Microsoft SmartScreen 評估套件 URI。這項檢查只會針對來自因特網的套件執行。
如果停用,Microsoft安裝套件前將不會詢問 SmartScreen。來源自動更新間隔 (分鐘)其他來源: 允許的來源: 本機電腦內部網路信任的網站網際網路未受信任的網站
================================================
FILE: Localization/Resources/de-DE/Resources.resw
================================================
text/microsoft-resx2.0System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
================================================
FILE: Localization/Resources/de-DE/winget.resw
================================================
text/microsoft-resx2.0System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Angrenzender Alias ist kein Kennzeichen: „{0}“{Locked="{0}"} Error message displayed when the user provides an adjoined alias that is not a flag argument. {0} is a placeholder replaced by the user input argument (e.g. '-ab').Angrenzender Kennzeichenalias nicht gefunden: „{0}“{Locked="{0}"} Error message displayed when the user provides an adjoined flag alias argument that was not found. {0} is a placeholder replaced by the user input argument (e.g. '-ab').Die folgenden Argumente sind verfügbar:Message displayed to inform the user about the available command line arguments.Die folgenden Befehlsaliase sind verfügbar:Message displayed to inform the user about the available command line alias arguments.Folgende Befehle sind verfügbar:Title displayed to inform the user about the available commands.VerfügbarAs in "a new version is available to upgrade to".Die folgenden Optionen stehen zur Verfügung:Message displayed to inform the user about the available options.Folgende Unterbefehle sind verfügbar:Message displayed to inform the user about the available nested commands that run in context of the selected command.{0} Aktualisierungen verfügbar.{Locked="{0}"} Message displayed to inform the user about available package upgrades. {0} is a placeholder replaced by the number of package upgrades.Verwendet den angegebenen Kanal. Der Standard ist die allgemeine BenutzergruppeBefehlLabel displayed for a command to give the software.Ergebnisse nach Befehl filternDescription message displayed to inform the user about filtering the search results by a package command.Die vollständige Befehlszeile zur VervollständigungZum Ausführen dieses Befehls sind Administratorberechtigungen erforderlich.Dieser Befehl kann verwendet werden, um eine kontextbezogene Befehlszeilenvervollständigung anzufordern. Die Befehlszeile, die Cursorposition und das zu vervollständigende Wort werden übergeben. Die Ausgabe ist eine Reihe potenzieller Werte basierend auf den Eingaben, mit einem möglichen Wert pro Zeile.Aktiviert die kontextbezogene Befehlszeilenvervollständigung.Nicht mehr als die angegebene Anzahl von Ergebnissen anzeigen (zwischen 1 und 1000)FertigLabel displayed when an operation completes or is done executing.Suchen eines Pakets mithilfe exakter ÜbereinstimmungDescription message displayed to inform the user about finding an application package using an exact matching criteria.Experimentelles Argument für DemonstrationszweckeDieser Befehl ist ein Beispiel für das Implementieren eines experimentellen Features. Rufen Sie zum Aktivieren “winget settings” auf und aktivieren Sie “experimentalCmd” oder “experimentalArg”-Features.{Locked="winget settings"}Beispiel eines experimentellen FeaturesEin positionelles Argument wurde gefunden, obwohl keines erwartet wurde: „{0}“{Locked="{0}"} Error message displayed when the user provides an extra positional argument when none was expected. {0} is a placeholder replaced by the user's extra argument input.Diese Funktion ist noch in Entwicklung und kann in Zukunft geändert oder entfernt werden. Um sie zu aktivieren, bearbeiten Sie Ihre Einstellungen („winget settings“) und fügen Sie das experimentelle Feature hinzu: „{0}“{Locked="winget settings","{0}"}. Error message displayed when the user uses an experimental feature that is disabled. {0} is a placeholder replaced by the experimental feature name.Zeigt den Status von experimentellen Features an. Experimentelle Features können mithilfe von “winget settings” aktiviert werden.{Locked="winget settings"}Zeigt den Status von experimentellen Features anDeaktiviertAktiviertFunktionLinkDie folgenden experimentellen Features werden zurzeit ausgeführt.
Sie können über die Einstellungsdatei „winget settings“ konfiguriert werden.{Locked="winget settings"}EigenschaftStatusZu hashende DateiFlagargument darf keinen angrenzenden Wert enthalten: „{0}“{Locked="{0}"} Error message displayed when the user provides a flag argument containing an unexpected adjoined value. {0} is a placeholder replaced by the user input.Berechnet den Hash einer lokalen Datei, die für den Eintrag in ein Manifest geeignet ist. Es kann auch der Hash der Signaturdatei eines MSIX-Pakets berechnet werden, um Streaming-Installationen zu ermöglichen.Hilfsprogramm zum Hashen von InstallationsdateienZeigt Hilfe zum ausgewählten Befehl anWenn Sie weitere Details zu einem bestimmten Befehl erfahren möchten, übergeben Sie ihm das Hilfe-Argument.Weitere Hilfe finden Sie unter: „{0}“{Locked="{0}"} Message displayed to inform the user about a link where they can learn more about the subject context. {0} is a placeholder replaced by a website address.Ergebnisse nach ID filternUnterdrückt Warnungsausgaben.Diese Anwendung wird von ihrem Besitzer an Sie lizenziert.Microsoft ist nicht verantwortlich und erteilt keine Lizenzen für Pakete von Drittanbietern.Dieses Paket wird über den Microsoft Store bereitgestellt. “winget” muss das Paket möglicherweise im Auftrag des aktuellen Benutzers aus dem Microsoft Store abrufen.{Locked="winget"}Installiert das ausgewählte Paket, entweder durch Durchsuchen einer konfigurierten Quelle oder direkt aus einem Manifest. Standardmäßig muss die Abfrage ohne Berücksichtigung der Groß- und Kleinschreibung mit id, name oder moniker des Pakets übereinstimmen. Andere Felder können verwendet werden, indem die entsprechende Option übergeben wird. Standardmäßig überprüft der Installationsbefehl den Installationsstatus des Pakets und versucht allenfalls ein Upgrade durchzuführen. Setzen Sie dies mit „--force“ außer Kraft, um eine direkte Installation auszuführen.{Locked="--force"}; id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Installiert das angegebene PaketDer Installer-Hash stimmt nicht überein. Dies kann nicht außer Kraft gesetzt werden, wenn Sie ihn als Administrator ausführen.Der Hash des Installationsprogramms stimmt nicht überein. Aufgrund von „--ignore-security-hash“ wird fortgefahren.{Locked="--ignore-security-hash"}Der Hash des Installationsprogramms stimmt nicht überein. Um diese Überprüfung außer Kraft zu setzen, verwenden Sie „--ignore-security-hash“.{Locked="--ignore-security-hash"}Der Installer-Hash wurde erfolgreich überprüftErfolgreich installiertPaketinstallation wird gestartet...Fehler bei der Hashüberprüfung des Installers ignorierenBei der Installation eines Archivtyppakets aus dem lokalen Manifest ausgeführte Schadsoftwareüberprüfung ignorierenInteraktive Installation anfordern; möglicherweise sind Benutzereingaben erforderlich.Der Argument-Alias wurde für den aktuellen Befehl nicht erkannt: „{0}“{Locked="{0}"} Error message displayed when the user provides a command line argument alias that was not recognized for a selected command. {0} is a placeholder replaced by the user's argument alias input (e.g. '-a').Ungültige Spezifikation des Arguments: „{0}“{Locked="{0}"} Error message displayed when the user provides an invalid argument specifier. {0} is a placeholder replaced by an argument specifier (e.g. '-').Argumentname wurde für den aktuellen Befehl nicht erkannt: „{0}“{Locked="{0}"} Error message displayed when the user provides an unrecognized command line argument name for the selected command. {0} is a placeholder replaced by the user's argument name input (e.g. '--example').WinGet-VerzeichnisseHeader for a table detailing the directories Winget uses for key operations like logging and portable installsZu verwendendes Gebietsschema (BCP47-Format){Locked="BCP47"}LizenzvereinbarungLinksLinks to different webpagesDer Befehl „list“ zeigt die auf dem System installierten Pakete an und ob ein Upgrade verfügbar ist. Weitere Optionen können zum Filtern der Ausgabe angegeben werden, ähnlich wie der Befehl „search“.{Locked="list","search"}Installierte Pakete anzeigenInstallationsspeicherort (falls unterstützt)Log-Speicherort (sofern unterstützt)Copyright (c) Microsoft Corporation. Alle Rechte vorbehalten.StartseiteThe primary webpage for the softwareDer Pfad zum Manifest des PaketsFehler bei der Manifestüberprüfung.Die Manifestüberprüfung war erfolgreich.Die Manifestüberprüfung war mit Warnungen erfolgreich.Wert des Arguments erforderlich, aber nicht gefunden: „{0}“{Locked="{0}"} Error message displayed when the user does not provide a required command line argument value. {0} is a placeholder replaced by the argument name.Ergebnisse nach Moniker filternEingabedatei wird als msix behandelt. Signatur-Hash wird bereitgestellt, falls signiertFehler beim Berechnen des MSIX-Signaturhashs.Installation oder Upgrade des Microsoft Store-Pakets ist fehlgeschlagen, da die betreffende App von einer Richtlinie blockiert wird.Installation oder Upgrade des Microsoft Store-Pakets ist fehlgeschlagen. Fehlercode: {0}{Locked="{0}"} Error message displayed when a Microsoft Store application package fails to install or upgrade. {0} is a placeholder replaced by an error code.Installation oder Upgrade des Microsoft Store-Pakets ist fehlgeschlagen, da der Microsoft Store-Client von einer Richtlinie blockiert wird.Überprüfen/anfordern der PaketübernahmeMehrere installierte Pakete mit übereinstimmenden Eingabekriterien gefunden. Bitte verfeinern Sie die Eingabe.Mehrere Pakete mit übereinstimmenden Eingabekriterien gefunden. Bitte verfeinern Sie die Eingabe.Ergebnisse nach Name filternEs wurde kein anwendbarer Installer gefunden. Weitere Informationen finden Sie in den Protokollen.Derzeit sind keine experimentellen Funktionen verfügbar. Es wurde kein installiertes Paket gefunden, das den Eingabekriterien entspricht.Es wurde kein Paket gefunden, das den Eingabekriterien entspricht.Deaktiviert VirtualTerminal-Anzeige{Locked="VirtualTerminal"}Öffnen des Standardspeicherorts für ProtokolleOptionenOptions to change how a command worksAußerkraftsetzungsargumente, die an das Installationsprogramm weitergegeben werden sollenPaket: {0}{Locked="{0}"} Label displayed for a software package. {0} is a placeholder replaced by the software package name.Hoppla, das haben wir vergessen...Die Position des Cursors innerhalb der BefehlszeileDatenschutzerklärungDie Abfrage, mit der nach einem Paket gesucht wirdStatusanzeige in RegenbogenfarbenErforderliches Argument nicht angegeben: „{0}“{Locked="{0}"} Error message displayed when the user does not provide a required command line argument. {0} is a placeholder replaced by an argument name.Statusanzeige in StandardfarbeSucht nach Paketen aus konfigurierten Quellen.Suchen und Anzeigen grundlegender Informationen zu PaketenIDAbbreviation of Identifier.ÜbereinstimmungNameQuellezusätzliche Einträge wegen Ergebnisgrenzwert abgeschnittenVersionDie folgenden Fehler wurden beim Überprüfen der Einstellungen gefunden:Öffnen Sie Einstellungen im standardmäßigen JSON-Text-Editor. Wenn kein Editor konfiguriert ist, werden die Einstellungen im Editor geöffnet. Verfügbare Einstellungen finden Sie unter „https://aka.ms/winget-settings“. Dieser Befehl kann auch zum Festlegen von Administratoreinstellungen verwendet werden, indem das Argument „--enable“ oder „--disable“ angegeben wird.{Locked="--enable"} {Locked="--disable"}Einstellungen öffnen oder Administratoreinstellungen festlegenUnerwarteter Fehler beim Laden der Einstellungen. Überprüfen Sie Ihre Einstellungen, indem Sie den Befehl "'settings'" ausführen.{Locked="'settings'"}KanalZeigt Informationen zu einem bestimmten Paket an. Standardmäßig muss die Abfrage ohne Berücksichtigung der Groß-/Kleinschreibung mit der ID, dem Namen oder dem Moniker des Pakets übereinstimmen. Andere Felder können verwendet werden, indem Sie Ihre entsprechende Option übergeben.id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Zeigt Informationen zu einem Paket anVersionAutomatische Installation anfordernAuf einen einzelnen Bindestrich muss ein Alias aus einem einzelnen Zeichen folgen: „{0}“{Locked="{0}"} Error message displayed when the user provides more than a single character command line alias argument after an alias argument specifier '-'. {0} is a placeholder replaced by the user's argument input.Eine Quelle mit dem angegebenen Namen ist bereits vorhanden und verweist auf einen anderen Speicherort:Eine Quelle mit einem anderen Namen verweist bereits auf diesen Speicherort:Eine Quelle mit dem angegebenen Namen ist bereits vorhanden und bezieht sich auf den gleichen Speicherort:Quelle wird hinzugefügt:Fügen Sie eine neue Quelle hinzu. Eine Quelle stellt die Daten bereit, mit denen Sie Pakete ermitteln und installieren können. Fügen Sie eine neue Quelle nur hinzu, wenn Sie sie für einen sicheren Ort halten.Eine neue Quelle hinzufügenArgument, das an die Quelle übergeben wirdSuchen eines Pakets mithilfe der angegebenen QuelleVerwalten Sie Quellen mit den Unterbefehlen. Eine Quelle stellt die Daten bereit, mit denen Sie Pakete ermitteln und installieren können. Fügen Sie eine neue Quelle nur hinzu, wenn Sie sie für einen sicheren Ort halten.Verwalten von PaketquellenEigenschaften einer vorhandenen Quelle bearbeiten. Eine Quelle stellt die Daten bereit, mit denen Sie Pakete ermitteln und installieren können.Eigenschaften einer Quelle bearbeitenQuelle wird bearbeitet: {0}{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being edited. {0} is a placeholder replaced by the repository source name.Die Quelle mit dem Namen „{0}“ befindet sich bereits im gewünschten Zustand.{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being edited. {0} is a placeholder replaced by the repository source name.ArgumentValue given to source.Liste aller aktuellen Quellen oder vollständiger Details einer bestimmten Quelle.Aktuelle Quellen auflistenDatenData stored by the source.BereichThe name of a piece of information about a source.NameThe name of the source.BezeichnerThe source's unique identifier.Es wurde keine Quelle mit dem folgenden Namen gefunden: {0}Error message displayed when the user provides a repository source name that was not found. {0} is a placeholder replaced by the user input.Es wurden keine Quellen konfiguriert.TypThe kind of source.AktualisiertThe last time the source was updated.NieThe source has never been updated.WertThe value of information about a source.Name der QuelleFehler beim Öffnen der Quelle(n): Probieren Sie den Befehl "source reset" aus, wenn das Problem weiterhin besteht.{Locked="source reset"}Fehler beim Öffnen der vordefinierten Quelle. Bitte melden Sie dieses Problem an die Entwickler von winget.{Locked="winget"}Alle Quellen werden entfernt...Eine bestimmte Quelle entfernen.Aktuelle Quellen entfernenQuelle wird entfernt: {0}...{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being removed. {0} is a placeholder replaced by the repository source name.Alle Quellen werden zurückgesetzt...Mit diesem Befehl werden vorhandene Quellen verworfen, wodurch potenziell lokale Daten zurückgelassen werden. Ohne Argument werden alle Quellen verworfen und die Standardwerte hinzugefügt. Wenn eine benannte Quelle bereitgestellt wird, wird nur diese Quelle verworfen.Quellen zurücksetzenErzwingt das Zurücksetzen der QuellenDie folgenden Quellen werden zurückgesetzt, wenn die Option „--force“ angegeben ist:{Locked="--force"}Quelle wird zurückgesetzt: {0}...{Locked="{0}"} Message displayed to inform the user about a repository source that is currently being reset. {0} is a placeholder replaced by the repository source name.Typ der QuelleAlle Quellen werden aktualisiert...Aktualisieren aller Quellen oder nur einer bestimmten Quelle.Aktuelle Quellen aktualisierenQuelle wird aktualisiert: {0}...{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being updated. {0} is a placeholder replaced by the repository source name.Ergebnisse nach Bezeichnung filternVielen Dank, dass Sie WinGet nutzenHinweise von DrittanbieternDas “winget”-Befehlszeilenprogramm ermöglicht das Installieren von Anwendungen und anderen Paketen mithilfe der Befehlszeile.Allgemeine Informationen zum Tool anzeigenVersion des Tools anzeigenArgument wurde öfter angegeben als zulässig: „{0}“{Locked="{0}"} Error message displayed when the user provides a command line argument more times than it is allowed. {0} is a placeholder replaced by the user's argument name input.Es wurde mehr als ein Argument zur Ausführung angegeben: „{0}“{Locked="{0}"} Error message displayed when the user provides more than one execution behavior argument when installing an application package. {0} is a placeholder replaced by the user specified execution behaviors (e.g. 'silent|interactive').Unerwarteter Fehler beim Ausführen des Befehls:Vorherige Version des Pakets während des Upgrades deinstallierenNicht erkannter Befehl: „{0}“{Locked="{0}"} Error message displayed when the user provides an unrecognized command. {0} is a placeholder replaced by the user input.Upgraden aller installierten Pakete auf den neuesten Stand, falls verfügbarEs wurde kein anwendbares Upgrade gefunden.In einer konfigurierten Quelle ist eine neuere Paketversion verfügbar, die jedoch nicht auf Ihr System oder Ihre Anforderungen zutrifft.Kein verfügbares Upgrade gefunden.In den konfigurierten Quellen sind keine neueren Paketversionen verfügbar.Aktualisiert das ausgewählte Paket, entweder durch Durchsuchen der Liste der installierten Pakete oder direkt aus einem Manifest. Standardmäßig muss die Abfrage ohne Berücksichtigung der Groß-/Kleinschreibung mit der ID, dem Namen oder dem Linkpfad des Pakets übereinstimmen. Andere Felder können verwendet werden, indem sie die entsprechende Option übergeben. Wenn keine Argumente angegeben werden, werden die Pakete mit verfügbaren Upgrades angezeigt.id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Zeigt verfügbare Upgrades an und führt sie aus.Verwendung: {0} {1}{Locked="{0} {1}"} Message displayed to provide the user with instructions on how to use a command. {0} is a placeholder replaced by the program name (e.g. 'winget'). {1} is a placeholder replaced by the pattern for using the selected command.Überprüft ein Manifest anhand strikter Richtlinien. Hiermit können Sie das Manifest überprüfen, bevor Sie es an ein Repository senden.Überprüft eine ManifestdateiDer Pfad des zu überprüfenden ManifestsAktiviert die ausführliche Protokollierung für WinGetÜberprüfen Sie, ob die Eingabedatei eine gültige, signierte MSIX-Datei ist.Die angegebene Version verwenden, Standard ist die neueste VersionVerfügbare Versionen des Pakets anzeigenDer vor der Vervollständigung angegebene Wert wird angefordert.Es wurde keine übereinstimmende Version gefunden: {0}{Locked="{0}"} Error message displayed when the user attempts to upgrade an application package to a version that was not found. {0} is a placeholder replaced by the user's provided upgrade package version.Keine Quellen entsprechen dem angegebenen Wert: {0}{Locked="{0}"} Error message displayed when the user attempts to install or upgrade an application package from a repository source that was not found. {0} is a placeholder replaced by the user's repository source name input.Die konfigurierten Quellen sind:Keine Quellen definiert; fügen Sie eine mit 'source add' hinzu, oder setzen Sie mittels 'source reset' auf die Standardwerte zurück{Locked="source add","source reset"}GefundenPfad ist ein Verzeichnis: {0}{Locked="{0}"} Error message displayed when the user provides a system path that is a directory. {0} is a placeholder replaced by the provided directory path.Die Datei konnte nicht gefunden werden: {0}{Locked="{0}"} Error message displayed when the user provides a system file that does not exist. {0} is a placeholder replaced by the provided file path.Es werden sowohl lokale Manifeste als auch die Suchabfragenargumente bereitgestellt.ProtokolleLabel displayed for diagnostic files containing information about the application use.Der Installer wird von einer Richtlinie blockiert.Fehler bei der Sicherheitsprüfung des InstallationsprogrammsEin Antivirenprodukt meldet eine Infektion im InstallationsprogrammFehler beim Versuch, die Quelle zu aktualisieren: {0}{Locked="{0}"} Error message displayed when an attempt to update the repository source fails. {0} is a placeholder replaced by the repository source name.Deinstalliert das ausgewählte Paket, das entweder durch Suchen der Liste der installierten Pakete oder direkt aus einem Manifest gefunden wurde. Standardmäßig muss die Abfrage ohne Berücksichtigung der Groß-/Kleinschreibung mit der ID, dem Namen oder dem Moniker des Pakets übereinstimmen. Andere Felder können verwendet werden, indem Sie Ihre entsprechende Option übergeben.id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Deinstalliert das angegebene PaketPaket-Deinstallation wird gestartet...Erfolgreich deinstalliertDas „winget“-Tool kann den Deinstallationsbefehl für dieses Paket nicht finden. Bitte wenden Sie sich an den Herausgeber des Pakets, um Unterstützung zu erhalten.{Locked="winget"}Deinstallation abgebrochenDeinstallation fehlgeschlagen mit Exitcode: {0}{Locked="{0}"} Error message displayed when an attempt to uninstall an application package fails. {0} is a placeholder replaced by an error code.Exportiert eine Liste der installierten PaketeInstalliert alle in einer Datei aufgeführten Pakete.Installiert alle Pakete in einer DateiDatei, in der das Ergebnis geschrieben werden sollDatei, die die zu installierenden Pakete beschreibtPakete aus der angegebenen Quelle exportierenSchreibt eine Liste der installierten Pakete in eine Datei. Die Pakete können dann mit dem Befehl "import" installiert werden.{Locked="import"}Eine oder mehrere importierte Pakete konnten nicht installiert werdenDie für den Import erforderliche Quelle ist nicht installiert: {0}{Locked="{0}"} Error message displayed when the user attempts to import application package(s) from a repository source that is not installed. {0} is a placeholder replaced by the repository source name.Das installierte Paket ist in keiner Quelle verfügbar: {0}{Locked="{0}"} Warning message displayed when the user attempts to export an installed application package that is not available from any repository source. {0} is a placeholder replaced by the installed package name.Die installierte Version des Pakets ist in keiner Quelle verfügbar: {0} {1} {2}{Locked="{0} {1} {2}"} Warning message displayed when the user attempts to export an installed application package with a version that is not available from any repository source. {0} is a placeholder replaced by the installed package identifier. {1} is a placeholder replaced by the installed package version. {2} is a placeholder replaced by the installed package channel.In der Importdatei wurden keine Pakete gefundenDie JSON-Datei ist ungültigDas Paket ist bereits installiert: {0}{Locked="{0}"} Message displayed to inform the user that an application package is already installed. {0} is a placeholder replaced by the package identifier or search query.Nicht verfügbare Pakete ignorierenPaketversionen in Exportdatei einschließenPaketversionen aus Importdatei ignorierenDer Pfad ist nicht vorhanden: {0}{Locked="{0}"} Error message displayed when the user provides a system path argument value that does not exist. {0} is a placeholder replaced by the user's provided path.In der JSON-Datei ist kein bekanntes Schema angegeben.Installationsbereich auswählen (user oder machine){Locked="user","machine"} This argument allows the user to select between installing for just the user or for the entire machine.Der für das Argument `{0}` angegebene Wert ist ungültig. Gültige Werte sind: {1}{Locked="{0}","{1}"} Error message displayed when the user provides an invalid command line argument value. {0} is a placeholder replaced by the argument name. {1} is a placeholder replaced by a list of valid options.Dieser Vorgang wird von Gruppenrichtlinie deaktiviert: {0}{Locked="{0}"} Error message displayed when the user performs a command operation that is disabled by a group policy. {0} is a placeholder replaced by a group policy description.Zusätzliche Windows-App-Installer-Quellen aktivierenZulässige Quellen für Windows-App-Installer aktivierenStandardquelle für den Windows-App-Installer aktivierenExperimentelle Features für den Windows-App-Installer aktivierenMicrosoft Store-Quelle für den Windows-App-Installer aktivierenSchriftartquelle für Windows App-Installer aktivierenEinstellungen des Windows-Paket-Manager aktivierenWindows-Paket-Manager aktivierenWindows-Paket-Manager-Befehlszeilenschnittstellen aktivierenIntervall für das automatische Aktualisieren der Windows-Paket-Manager-Quelle in Minuten festlegenGruppenrichtlinieHeader for a table listing active Group PoliciesLokale Manifestdateien für Windows-App-Installer aktivierenAktivieren der Umgehung von angehefteten Zertifikaten für die Microsoft Store-Quelle für den Windows App-InstallerAußerkraftsetzung der Schadsoftwareüberprüfung im lokalen Archiv durch Windows App-Installationsprogramm aktivierenBereich: {0}{Locked="{0}"} Warning message displayed when a user setting field has invalid syntax or semantics. {0} is a placeholder replaced by the setting field path.Ungültiges Feldformat.Ungültiger Feldwert.Ungültige Einstellung aus der Gruppenrichtlinie.Einstellungen wurden aus der Sicherungsdatei geladen.Fehler beim Analysieren der Datei:Wert: {0}{Locked="{0}"} Warning message displayed when a user setting value has invalid syntax or semantics. {0} is a placeholder replaced by the setting data value.Die folgenden experimentellen Features werden zurzeit ausgeführt.
Die Konfiguration ist aufgrund der Gruppenrichtlinie deaktiviert.Der Hash-Wert des Installers stimmt nicht überein.Hash-Überschreibung für den Windows-App-Installer aktivierenAktuelle Quellen als JSON für die Gruppenrichtlinie exportieren.Aktuelle Quellen exportierenZusätzliche QuelleAn additional source required by policy.Zulässige QuelleA source that the user is allowed to add.Der für das Argument "{0}" angegebene Wert ist ungültig.{Locked="{0}"} Error message displayed when the user provides an invalid command line argument value. {0} is a placeholder replaced by the argument name.AbgebrochenExternDie Pakete, die in diesem Import gefunden wurden, weisen die folgenden Abhängigkeiten auf:Import command sentence showed before reporting dependenciesDieses Paket erfordert folgende Abhängigkeiten:Message shown before reporting dependenciesAbhängigkeiten werden installiert:Abhängigkeitsquelle nicht gefundenDie Paketsuche ergab mehr als ein Ergebnis: {0}{Locked="{0}"} Error message displayed when application packages search yield more than one result. {0} is a placeholder replaced by the dependency package identifier.Die neueste Version für das Paket wurde nicht gefunden: {0}{Locked="{0}"} Error message displayed when no suitable version found for the specific application package. {0} is a placeholder replaced by the package identifier.Keine Installationsprogramme gefunden: {0}{Locked="{0}"} Error message displayed when no installer found for a manifest. {0} is a placeholder replaced by the manifest identifier.Die mindestens erforderliche Version ist für das Paket nicht verfügbar: {0}{Locked="{0}"} Error message displayed when the minimum required version is not available for an application package. {0} is a placeholder replaced by the package identifier.Keine ÜbereinstimmungenWhen package search yields no matchesHat SchleifeDependency graph has loopFür das Manifest wurde kein geeigneter Installer gefunden: {0} Version {1}{Locked="{0}","{1}"} Error message displayed when an attempt to get a preferred installer for a manifest fails. {0} is a placeholder replaced by the manifest identifier. {1} is a placeholder replaced by the manifest version.Fehler beim Verarbeiten der Paketabhängigkeiten. Möchten Sie die Installation fortsetzen?Prompt message shown when dependencies processing yields errors.Fehler beim Verarbeiten der Paketabhängigkeiten. Beenden...PaketeDieses Paket hat Abhängigkeiten, die möglicherweise nicht mehr benötigt werden:Uninstall command sentence showed before reporting dependenciesDas Manifest weist folgende Abhängigkeiten auf, die nicht überprüft wurden; stellen Sie sicher, dass sie gültig sind:Validate command sentence showed before reporting dependenciesWindows-FeaturesWindows-BibliothekenPaketabhängigkeiten mithilfe der angegebenen Quelle suchenFor getting package type dependencies when installing from a local manifestWindows Store-NutzungsbedingungenAkzeptieren aller Lizenzvereinbarungen für PaketeDie exportierten Pakete erfordern eine Lizenzvereinbarung um diese zu installieren: {0}{Locked="{0}"} Warning message displayed when an exported application package requires license agreement to install. {0} is a placeholder replaced by the package name.Der Herausgeber verlangt, dass Sie die oben genannten Informationen anzeigen und den Vereinbarungen vor der Installation zustimmen.
Stimmen Sie den Bedingungen zu?Paketvereinbarungen wurden nicht akzeptiert. Der Vorgang wurde abgebrochen.Vereinbarungen:Autor:Beschreibung:Installationsprogramm:Installer-Gebietsschema:Store-Produkt-ID:Sha256-Installer:Installertyp:Installer-URL:Lizenz:Lizenz-URL:Moniker:Startseite:Herausgeber:Markierungen:Version:Abhängigkeiten:Windows-Features:Windows-Bibliotheken:Paketabhängigkeiten:Externe Abhängigkeiten:NeinJaFehler beim Öffnen der hinzugefügten Quelle.Alle Quellvereinbarungen während Quellvorgängen akzeptierenDie Quelle "{0}" erfordert, dass Sie die folgenden Vereinbarungen vor der Verwendung anzeigen.{Locked="{0}"} Message displayed to inform the user that a repository source requires viewing agreements before using. {0} is a placeholder replaced by the repository source name.Stimmen Sie allen Nutzungsbedingungen der Quelle zu?Mindestens einer der Quellvereinbarungen wurde nicht zugestimmt. Vorgang abgebrochen. Akzeptieren Sie bitte die Quellvereinbarungen, oder entfernen Sie die entsprechenden Quellen.Die Quelle erfordert, dass die geografische Region des aktuellen Computers aus 2 Buchstaben an den Back-End-Dienst gesendet wird, damit er ordnungsgemäß funktioniert (z. B. „US“).Die Installation war erfolgreich. Starten Sie die Anwendung neu, um das Upgrade abzuschließen.Optionaler HTTP-Kopfzeile der REST-Quelle für Windows-Paket-ManagerDie optionale Kopfzeile wird ignoriert, da sie für diese Quelle nicht anwendbar ist.Die optionale Kopfzeile ist nicht anwendbar, ohne eine Quelle anzugeben: „{0}“{Locked="{0}"} Error message displayed when the user performs an operation (e.g install) and provides the HTTP 'header' argument without specifying the repository source. {0} is a placeholder replaced by the header argument name.Freigabedatum:Unterstützte Offlineverteilung:Herausgeber-URL:Kauf-URL:Herausgeber-Support-URL:Datenschutz-URL:Copyright:Copyright-URL:Versionshinweise:URL der Versionshinweise:Fehler beim Durchsuchen der Quelle. Ergebnisse werden nicht einbezogen: {0}{Locked="{0}"} Warning message displayed when searching a repository source fails. {0} is a placeholder replaced by the repository source name.Fehler beim Durchsuchen der Quelle: {0}{Locked="{0}"} Error message displayed when searching a repository source fails. {0} is a placeholder replaced by the repository source name.Dieses Feature muss von Administratoren aktiviert werden. Führen Sie als Administrator zum Aktivieren „winget settings --enable {0}“ aus.{Locked="winget settings --enable", "{0}"}. Error message displayed when the user uses a feature that needs to be enabled by administrators. {0} is a placeholder replaced by the admin setting.Aktiviert die spezifische Administratoreinstellung.Deaktiviert die spezifische Administratoreinstellung.Administratoreinstellung "{0}" aktiviert.{Locked="{0}"} Message displayed when the user enables an admin setting. {0} is a placeholder replaced by the setting name.Administratoreinstellung "{0}" deaktiviert.{Locked="{0}"} Message displayed when the user disables an admin setting. {0} is a placeholder replaced by the setting name.AdministratoreinstellungHeader for a table displaying admin settings.Die Anwendung wird zurzeit ausgeführt. Beenden Sie die Anwendung, und versuchen Sie es noch mal.Vom Installationsprogramm geänderte Dateien werden zurzeit von einer anderen Anwendung verwendet. Beenden Sie die Anwendungen, und versuchen Sie es noch mal.Es wird bereits eine andere Installation ausgeführt. Versuchen Sie es später noch mal.Mindestens eine Datei wird verwendet. Beenden Sie die Anwendung, und versuchen Sie es noch mal.Für dieses Paket fehlt eine Abhängigkeit im System.Auf Ihrem PC ist kein Speicherplatz mehr vorhanden. Geben Sie Speicherplatz frei, und versuchen Sie es noch mal.Es ist nicht genügend Arbeitsspeicher für die Installation verfügbar. Schließen Sie andere Anwendungen, und wiederholen Sie dann den Vorgang.Einer der Installationsparameter ist ungültig. Das Paketinstallationsprotokoll enthält möglicherweise zusätzliche Details.Diese Anwendung erfordert Internetkonnektivität. Stellen Sie eine Netzwerkverbindung her, und versuchen Sie es noch mal.Bei dieser Anwendung ist während der Installation ein Fehler aufgetreten. Wenden Sie sich an den Support.Starten Sie den PC neu, um die Installation abzuschließen.Ihr PC wird neu gestartet, um die Installation abzuschließen.Fehler bei der Installation. Starten Sie Ihren PC neu, und versuchen Sie es noch mal.Sie haben die Installation abgebrochen.Eine andere Version dieser Anwendung ist bereits installiert.Eine höhere Version dieser Anwendung ist bereits installiert.Die Installation wird durch Organisationsrichtlinien verhindert. Wenden Sie sich an Ihren Administrator.Die Installation dieses Pakets wird von der aktuellen Systemkonfiguration nicht unterstützt.Fehler bei der Installation des benutzerdefinierten Installationsprogramms. Wenden Sie sich an den Paketsupport.Deinstallation abgebrochenInstallation fehlgeschlagen mit Exitcode: {0}{Locked="{0}"} Error message displayed when the application installer fails. {0} is a placeholder replaced by an error code.Das Installationsprotokoll ist verfügbar unter: {0}{Locked="{0}"} Message displayed to inform the user about the system path of a diagnostic files containing information about the installer. {0} is a placeholder replaced by the diagnostic file system path.Die folgenden Pakete wurden in den Arbeitsquellen gefunden.
Geben Sie eine Option für --source an, um den Vorgang fortzusetzen.{Locked="--source"} "working sources" as in "sources that are working correctly"Unter den Arbeitsquellen wurden keine Pakete gefunden."working sources" as in "sources that are working correctly"Dies ist eine stabile Version von Windows-Paket-Manager. Wenn Sie experimentelle Features ausprobieren möchten, installieren Sie bitte eine Vorabversion. Anweisungen finden Sie auf GitHub unter https://github.com/microsoft/winget-cli.{Locked="https://github.com/microsoft/winget-cli"}Windows-Paket-Manager v{0}{Locked="{0}"} Label displaying the product name and version. {0} is a placeholder replaced by the product version.Paketversionen in Importdatei ignorierenDie angeforderte Anzahl von Ergebnissen muss zwischen 1 und 1000 betragen.Argumente, die zusätzlich zu den Standardwerten an das Installationsprogramm übergeben werden sollenEs wurde eine neuere Version gefunden, die Installationstechnologie unterscheidet sich jedoch von der aktuellen installierten Version. Deinstallieren Sie das Paket, und installieren Sie die neuere Version.Die Installationstechnologie der angegebenen neueren Version unterscheidet sich von der aktuell installierten Version. Deinstallieren Sie das Paket, und installieren Sie die neuere Version.Windows-Paket-Manager (Vorschau) v{0}{Locked="{0}"} Label displaying the preview product name and pre-release version. {0} is a placeholder replaced by the product version.Architektur auswählenPakete auch dann aktualisieren, wenn ihre aktuelle Version nicht bestimmt werden kannListet Pakete auf, auch wenn deren aktuelle Version nicht ermittelt werden kann. Kann nur mit dem Argument „--upgrade-available“ verwendet werden{Locked="--upgrade-available"}Die Versionsnummer dieses Pakets kann nicht bestimmt werden. Um trotzdem ein Upgrade durchzuführen, fügen Sie dem vorherigen Befehl das Argument „--include-unknown“ hinzu.{Locked="--include-unknown"}Mindestens {0} Paket verfügt über Versionsnummern, die nicht ermittelt werden können. Verwenden Sie „--include-unknown“, um alle Ergebnisse anzuzeigen.{Locked="{0}","--include-unknown"} {0} is a placeholder that is replaced by an integer number of packages that do not have notated versions. {0} Pakete sind angeheftet und müssen explizit aktualisiert werden.{Locked="{0}"} {0} is a placeholder that is replaced by an integer number of packages that require explicit upgrades.Die angegebenen Argumente können nur mit einer Abfrage verwendet werden.Systemarchitektur: {0}{Locked="{0}"} Label displayed for the system architecture. {0} is a placeholder replaced by the value of the system architecture (e.g. X64).Behält alle vom Paket erstellten Dateien und Verzeichnisse bei (portabel)Löscht alle Dateien und Verzeichnisse im Paketverzeichnis (portabel)Drücken Sie die EINGABETASTE, um fortzufahrenDer Wert zum Umbenennen der ausführbaren Datei (portabel)Fordert den Benutzer auf, vor dem Beenden eine beliebige Taste zu drückenDas Installationsprogramm fordert die Ausführung als Administrator an. Es wird ein Prompt erwartet.Das Installationsprogramm kann nicht in einem Administratorkontext ausgeführt werden.Pfadumgebungsvariable geändert; Starten Sie Ihre Shell neu, um den neuen Wert zu verwenden.Filtert nach dem ProduktcodeEs existiert bereits ein portables Paket mit demselben Namen, aber aus einer anderen Quelle; Fortfahren wegen --force{Locked="--force"}Das Volume unterstützt keine AnalysepunkteDer angegebene Dateiname ist kein gültiger Dateiname.Vorhandene Datei überschreiben: {0}{Locked="{0}"} Warning message displayed to inform the user that an existing file is being overwritten. {0} is a placeholder replaced by the file system path.Es wurde kein Paketauswahlargument angegeben; Einzelheiten zum Suchen eines Pakets finden Sie in der Hilfe.Befehlszeilenalias hinzugefügt:Portables Linkverzeichnis (Computer)Verzeichnis für portierbare Links (Benutzer)Portierbarer Paketstamm (Benutzer)Portierbarer PaketstammPortierbares Paketstamm (x86)Portable Installation fehlgeschlagen; Aufräumen...Das Portable-Paket wurde geändert. Aufgrund von „--force“ wird fortgefahren{Locked="--force"}Das Portable-Paket kann nicht entfernt werden, da es geändert wurde. Um dies außer Kraft zu setzen, verwenden Sie „--force“{Locked="--force"}Dateien verbleiben im Installationsverzeichnis: {0}{Locked="{0}"} Warning message displayed when files remain in install directory. {0} is a placeholder replaced by the directory path.Installationsverzeichnis löschen...Installationsverzeichnis kann nicht gelöscht werden, da es nicht von WinGet erstellt wurdeVerwandter LinkDokumentation:Hinweise: {0}{Locked="{0}"} Label displayed for installation notes. {0} is a placeholder replaced by installation notes.Installationshinweise:Ein angegebenes Argument ist für dieses Paket nicht unterstütztFehler beim Extrahieren der Inhalte des ArchivsDie geschachtelte Installerdatei ist nicht vorhanden. Stellen Sie sicher, dass der angegebene relative Pfad des geschachtelten Installers übereinstimmt: {0}{Locked="{0}"} Error message displayed when nested installer file does not exist. {0} is a placeholder replaced by the nested installer file path.Ungültiger relativer Dateipfad zum geschachtelten Installer. Der Pfad verweist auf einen Speicherort außerhalb des InstallationsverzeichnissesFür dieses Paket wurden keine geschachtelten Installers angegeben.Für ein Archivinstallationsprogramm kann nur ein verschachteltes Installationsprogramm angegeben werden, es sei denn, es handelt sich um ein portierbares oder ein geschachteltes Schriftarteninstallationsprogramm.Inkompatible Befehlszeilenargumente bereitgestelltListet nur Pakete auf, für die ein Upgrade verfügbar istFür die folgenden Pakete ist ein Upgrade verfügbar, für das Upgrade ist jedoch eine explizite Zielgruppenadressierung erforderlich:"require explicit targeting for upgrade" means that the package will not be upgraded with all others unless an extra flag is added, or the package is mentioned explicitlyDownload läuftLabel displayed while downloading an application installer.Der geschachtelte Installertyp wird nicht unterstützt.Dieser Installer ist dafür bekannt, dass er das Terminal oder die Shell neu startetFür dieses Paket ist ein Installationsspeicherort erforderlichDie folgenden Installationsprogramme sind dafür bekannt, dass sie das Terminal oder die Shell neu starten:Für die folgenden Installationsprogramme ist ein Installationsspeicherort erforderlich:Geben Sie das Installationsstammverzeichnis an:Möchten Sie den Vorgang fortsetzen?Vereinbarungen fürThis will be followed by a package name, and then a list of license agreementsDer Installationsspeicherort ist für das Paket erforderlich, wurde jedoch nicht angegeben.Interaktive Eingabeaufforderungen deaktivierenDescription for a command line argument, shown next to it in the helpEs wurde bereits ein vorhandenes Paket gefunden. Es wird versucht, das installierte Paket zu aktualisieren...Führen Sie den Befehl direkt aus, und fahren Sie mit nicht sicherheitsrelevanten Problemen fort.Description for a command line argument, shown next to it in the helpEin portables Paket aus einer anderen Quelle ist bereits vorhandenArchiv erfolgreich extrahiertArchiv wird extrahiert...Bei der Archivüberprüfung wurde Schadsoftware erkannt. Verwenden Sie --ignore-local-archive-malware-scan, um diese Überprüfung außer Kraft zu setzen.{Locked="--ignore-local-archive-malware-scan"}Bei der Archivüberprüfung wurde Schadsoftware erkannt. Vorgang wird aufgrund --ignore-local-archive-malware-scan{Locked="--ignore-local-archive-malware-scan"}Überspringt das Upgrade, wenn bereits eine installierte Version vorhanden ist.Eine Paketversion ist bereits installiert. Die Installation wurde abgebrochen.{0} kann nicht aktiviert werden. Diese Einstellung wird durch eine Richtlinie gesteuert. Wenden Sie sich an den Systemadministrator, um weitere Informationen zu erfahren.{Locked="{0}"} The value will be replaced with the feature name{0} kann nicht deaktiviert werden. Diese Einstellung wird durch eine Richtlinie gesteuert. Wenden Sie sich an den Systemadministrator, um weitere Informationen zu erfahren.{Locked="{0}"} The value will be replaced with the feature nameHeften Sie ein Paket an. Dadurch kann Windows-Paket-Manager beim Upgrade eines Pakets auf bestimmte Versionen eingeschränkt werden, oder das Upgrade des Pakets kann vollständig verhindert werden. Ein angeheftetes Paket kann trotzdem eigenständig von außerhalb des Windows-Paket-Managers aktualisiert werden. Standardmäßig kann ein angeheftetes Paket aktualisiert werden, indem es explizit im Befehl "upgrade" erwähnt wird oder indem das Flag "--include-pinned" zu "winget upgrade --all" hinzugefügt wird.{Locked{"'upgrade'"} Locked{"--include-pinned"} Locked{"winget upgrade --all"}Neue PIN hinzufügenVerwalten Sie angeheftete Pakete mit den Unterbefehlen. Wird ein Paket angeheftet, kann Windows-Paket-Manager beim Upgrade eines Pakets auf bestimmte Versionen eingeschränkt werden, oder das Upgrade des Pakets kann vollständig verhindert werden. Ein angeheftetes Paket kann trotzdem eigenständig von außerhalb des Windows-Paket-Managers aktualisiert werden.Paketpins verwaltenListet alle aktuellen Pins oder vollständige Details eines bestimmten Pins auf.Aktuelle Pins auflistenEntfernen Sie eine bestimmte Paket-PIN.Paket-PIN entfernenAlle vorhandenen Pins zurücksetzen.Pins zurücksetzenVersion, an die das Paket angeheftet werden soll. Der Platzhalter "*" kann als letzter Versionsteil verwendet werden.Upgrade blockieren, bis der Pin entfernt wird, wodurch Außerkraftsetzungsargumente verhindert werdenBestimmte installierte Version anheftenInstalliertValue used in a table to indicate that a package comes from the list of packages installed in the machineEinstellungen als JSON exportierenEinstellungen exportierenBenutzereinstellungenLabel displayed for the file containing the user settings.Die Einstellungsdatei konnte nicht geladen werden. Standardwerte werden verwendet.Bereichsfilter für das installierte Paket auswählen (user oder machine){Locked="user","machine"} This argument allows the user to select installed packages for just the user or for the entire machine.Pin erfolgreich hinzugefügtFür das Paket {0} ist bereits eine PIN vorhanden.{Locked="{0}"} {0} is a placeholder that will be replaced by a package name. The message is shown when attempting to add a pin for a package that is already pinned.Für das Paket {0} ist bereits eine PIN vorhanden. Überschreiben aufgrund des --force Arguments.{Locked="--force"}{Locked="--force","{0}"} {0} is a placeholder that will be replaced by a package name.Für das Paket {0} ist bereits eine PIN vorhanden. Verwenden Sie das --force Argument, um es zu überschreiben.{Locked="--force","{0}"} {0} is a placeholder that will be replaced by a package name.Alle aktuellen Pins werden zurückgesetzt.Verwenden Sie das argument --force, um alle Pins zurückzusetzen. Die folgenden Pins würden entfernt:{Locked="--force"}StecknadeltypFür das Paket {0} ist keine PIN vorhanden{Locked="{0}"} {0} is a placeholder that will be replaced by a package name. The message is shown when attempting to delete a pin for a package that is not pinned.Es sind keine Pins konfiguriert.Shown when listing or modifying existing pins if there are none.Pins erfolgreich zurückgesetztShown after resetting (deleting) all the pinsPin-Datenbank kann nicht geöffnet werden.Error message for when we cannot open the database containing package pins.Es wurde ein Argument angegeben, das nur für ein einzelnes Paket verwendet werden kann.Es wurden mehrere Argumente angegeben, die sich gegenseitig ausschließen: {0}{Locked="{0}"} Error message shown when mutually incompatible command line arguments are used. {0} is a placeholder replaced by the arguments that cannot be specified togetherArgument {0} kann nur mit {1} verwendet werden.{Locked="{0}","{1}"} Error message shown when having an argument needs another to be present, but that is missing. {0} and {1} are replaced by the arguments. For example "Argument --include-unknown can only be used with --upgrade"DeaktiviertAs in enabled/disabledAktiviertAs in enabled/disabledStatusHeader for a table listing the state (enabled/disabled) of Group Policies and SettingsDie Abfrage, mit der nach einem Paket gesucht wirdPaket nicht gefunden: {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches returns no results. {0} is a placeholder replaced by the package name or query.Mehrere Pakete gefunden für: {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches returns more than one result. {0} is a placeholder replaced by the package name or query.Fehler bei der Suche nach: {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches fails. This message is for generic failures, we have more specific messages for when the search returns no results, or when it returns more than one result. {0} is a placeholder replaced by the package name or query.{0} Pakete verfügen über einen Pin, der vor dem Upgrade entfernt werden muss{Locked="{0}"} {0} is a placeholder that is replaced by an integer number of packages with pins that prevent upgradeDas Paket kann nicht mit winget aktualisiert werden. Verwenden Sie die vom Herausgeber bereitgestellte Methode zum Aktualisieren dieses Pakets.Aktualisieren von Paketen auch dann, wenn sie über einen nicht blockierenden Pin verfügenListet Pakete auf, auch wenn sie einen Pin haben, der ein Upgrade verhindert. Kann nur mit dem Argument „--upgrade-available“ verwendet werden{Locked="--upgrade-available"}Pin erfolgreich entferntEs wurde eine neuere Version gefunden, das Paket verfügt jedoch über eine PIN, die ein Upgrade verhindert.Das Paket ist angeheftet und kann nicht aktualisiert werden. Verwenden Sie den Befehl "winget pin", um Pins anzuzeigen und zu bearbeiten. Einige Stecknadeltypen können mit dem Argument "--include-pinned" umgangen werden.{Locked="winget pin","--include-pinned"} Error shown when we block an upgrade due to the package being pinned{0} Pakete verfügen über Pins, die ein Upgrade verhindern. Verwenden Sie den Befehl "winget pin", um Pins anzuzeigen und zu bearbeiten. Wenn Sie das --include-pinned-Argument verwenden, werden möglicherweise weitere Ergebnisse angezeigt.{Locked="winget pin","--include-pinned"} {0} is a placeholder replaced by an integer number of packagesStellt sicher, dass das System dem gewünschten Zustand entspricht, wie in der angegebenen Konfiguration beschrieben. Kann Prozessoren herunterladen/ausführen, um den gewünschten Zustand zu erreichen. Die Konfiguration und die Prozessoren sollten überprüft werden, um sicherzustellen, dass sie vertrauenswürdig sind, bevor sie angewendet werden.Konfiguriert das System in einem gewünschten ZustandZeigt Details zur angegebenen Konfiguration an. Standardmäßig wird das System nicht geändert, aber einige Optionen führen dazu, dass Dateien heruntergeladen und/oder geladen werden.Zeigt Details einer Konfiguration anÜberprüft, ob das System mit dem gewünschten Zustand übereinstimmt, wie in der angegebenen Konfiguration beschrieben. Kann Prozessoren herunterladen/ausführen, um den gewünschten Zustand zu testen. Die Konfiguration und die Prozessoren sollten überprüft werden, um sicherzustellen, dass sie vertrauenswürdig sind, bevor Sie sie ausführen.Überprüft das System anhand eines gewünschten Zustands.Überprüft eine Konfigurationsdatei auf Richtigkeit.Überprüft eine KonfigurationsdateiDas Feld '{0}' in der Konfigurationsdatei weist den falschen Typ auf.{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the field name from the file.Der Pfad zur KonfigurationsdateiDie Konfigurationsdatei ist ungültig.Die Konfigurationsdateiversion {0} ist nicht bekannt.{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the version of the configuration file.Akzeptiert die Konfigurationswarnung und verhindert eine interaktive EingabeaufforderungAnwendenIndicates that this item is used to write stateBestätigenIndicates that this item is used to check/assert the state rather than write to itAbhängigkeiten:{0}{Locked="{0}"} Label displaying a list of dependencies. {0} is replaced with a space separated list of identifiers referencing other items.Ein Teil der Konfiguration wurde nicht erfolgreich angewendet.Fehler beim Abrufen detaillierter Informationen zur Konfiguration.InformierenIndicates that this item is used to retrieve values for future use rather than writing themLokalUsed to indicate that the item is present on the device.Modul: {0}{Locked="{0}"} Label displaying a module name. {0} is replaced with the name of the module from the user input file.Modul: {0} von {1} [{2}]{Locked="{0}","{1}","{2}"} Label displaying module information. {0} is replaced by the module name. {1} is replaced by the module author. {2} is replaced by a string indicating the source of the module.Einstellungen:Label for the values that are used as inputs for this item when applying stateDie Konfiguration wurde erfolgreich angewendet.Die Einheit wurde erfolgreich angewendet.Eine andere Konfiguration wird auf das System angewendet. Diese Konfiguration wird so bald wie möglich fortgesetzt...Sie sind dafür verantwortlich, die Konfigurationseinstellungen zu verstehen, die Sie ausführen möchten. Microsoft ist nicht für die von Ihnen erstellte oder importierte Konfigurationsdatei verantwortlich. Diese Konfiguration kann Einstellungen in Windows ändern, Software installieren, Softwareeinstellungen (einschließlich Sicherheitseinstellungen) ändern und Benutzervereinbarungen für Pakete und Dienste von Drittanbietern in Ihrem Namen akzeptieren. Indem Sie diese Konfigurationsdatei ausführen, bestätigen Sie, dass Sie diese Ressourcen und Einstellungen verstehen und ihnen zustimmen. Alle installierten Anwendungen werden an Sie von ihren Besitzern lizenziert. Microsoft ist weder für Pakete oder Dienste von Drittanbietern verantwortlich noch gewährt es Lizenzen für diese.Legal approved. Do not change without approval.Haben Sie die Konfiguration überprüft und möchten sie auf das System anwenden?PM approved.Die Konfiguration ist leer.Das Feature [{0}] wurde nicht gefunden.{Locked="{0}"} Error message displayed when a Windows feature was not found on the system.Fehler beim Aktivieren von Windows-Featureabhängigkeiten. Verwenden Sie '--force', um mit der Installation fortzufahren.{Locked="--force"}Neustart erforderlich, um das/die Windows-Feature(s) vollständig zu aktivieren; um diese Prüfung außer Kraft zu setzen, verwenden Sie '--force'."Windows Feature(s)" is the name of the options Windows features setting.Aktivieren von Windows Feature-Abhängigkeiten fehlgeschlagen; Fortfahren aufgrund von --force"Windows Feature(s)" is the name of the options Windows features setting.
{Locked="--force"}[{0}] wird aktiviert...{Locked="{0}"} Message displayed to the user regarding which Windows Feature is being enabled.Fehler beim Aktivieren des [{0}]-Features: {1}{Locked="{0}","{1}"} An error when enabling a Windows Feature. {0} is a placeholder for the name of the Windows Feature.
{1} is a placeholder for the unrecognized error code.Ein Neustart ist erforderlich, um das/die Windows-Feature(s) vollständig zu aktivieren; wird aufgrund von --force durchgeführt"Windows Feature(s)" is the name of the options Windows features setting.Es wird auf den Abschluss einer weiteren Installation/Deinstallation gewartet...Angeheftete VersionTable header for the version to which a package is pinned; meaning it should not update from that version.<Weitere Informationen finden Sie in der Protokolldatei>The brackets are intended to make the value stand out from other text which it will follow. Any locale appropriate mechanism that achieves this is acceptable.Konfigurationsdetails werden abgerufenDas Konfigurationssystem wird initialisiert.Konfigurationsdatei wird gelesenDas System befindet sich nicht im gewünschten Zustand, der von der Konfiguration bestätigt wird.Fehler bei dieser Konfigurationseinheit aus unbekanntem Grund: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.Fehler bei der Konfigurationseinheit aufgrund der folgenden Konfiguration: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.Fehler der Konfigurationseinheit beim Abrufen des aktuellen Systemstatus.Fehler bei der Konfigurationseinheit beim Anwenden des gewünschten Zustands.Fehler bei der Konfigurationseinheit beim Versuch, den aktuellen Systemstatus zu testen.Fehler bei der Konfigurationseinheit aufgrund eines internen Fehlers: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.Fehler bei der Konfigurationseinheit aufgrund einer ungültigen Vorbedingung: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.Fehler bei der Konfigurationseinheit aufgrund des Systemstatus: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.Fehler bei der Ausführung der Konfigurationseinheit: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.Die Konfiguration enthält den Bezeichner "{0}" mehrmals.{Locked="{0}"} {0} is a placeholder that is replaced by the identifier string from the user input file.Die Abhängigkeit "{0}" wurde in der Konfiguration nicht gefunden.{Locked="{0}"} {0} is a placeholder that is replaced by the identifier string from the user input file.Diese Konfigurationseinheit wurde manuell übersprungen.Das Modul für die Konfigurationseinheit ist an mehreren Speicherorten mit derselben Version verfügbar.Fehler beim Laden des Moduls für die Konfigurationseinheit.Für die Konfigurationseinheit wurden mehrere Übereinstimmungen gefunden. geben Sie das Modul an, um das richtige auszuwählen.Die Konfigurationseinheit wurde nicht gefunden.Die Konfigurationseinheit befand sich nicht wie erwartet im Modul.Diese Konfigurationseinheit wurde nicht ausgeführt, da eine Abhängigkeit fehlgeschlagen ist oder nicht ausgeführt wurde.Diese Konfigurationseinheit wurde nicht ausgeführt, da ein Assertfehler aufgetreten ist oder falsch war.Die Konfigurationseinheit hat während der Ausführung ein unerwartetes Ergebnis zurückgegeben.Diese Konfigurationseinheit wurde aus unbekanntem Grund nicht ausgeführt: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.Das Feld '{0}' weist einen ungültigen Wert auf: {1}{Locked="{0}","{1}"} An error in reading a configuration file. {0} is a placeholder replaced by the field name from the file. {1} is a placeholder for the invalid value.Das Feld '{0}' fehlt oder ist leer.{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the expected field name from the file.Siehe Zeile {0}, Spalte {1} in der Datei.{Locked="{0}","{1}"} Indicates the file location of the error, {0} and {1} are placeholders for numbers of the line and column, respectively.Vorgang wird abgebrochenInstallieren Sie das Stub-Paket für AppInstallerInstallieren Sie das vollständige Paket für AppInstallerAktivieren Sie erweiterte Features. Erfordert Zugriff auf den Store.Die Option '--enable' und '--disable' kann nicht mit anderen Argumenten verwendet werden.{Locked="--enable", "--disable"}Erweiterte Features werden aktiviert. Erfordert Zugriff auf den Store.Erweiterte Features sind nicht aktiviert. Führen Sie "winget configure --enable" aus, um sie zu aktivieren.{Locked="winget configure --enable"}Erweiterte Features sind aktiviert.Deaktivieren Sie erweiterte Features. Erfordert Zugriff auf den Store.Deaktivieren erweiterter Features. Erfordert Zugriff auf den Store.Erweiterte Features sind deaktiviert.Überspringt die Verarbeitung von Paketabhängigkeiten und Windows-Features.Abhängigkeiten übersprungen.Fehler beim Aktualisieren der PATH-Variablen für den Prozess. Nachfolgende Installationen, die von Änderungen an der PATH-Variablen abhängen, können fehlschlagen.{Locked="PATH"}Einige der Konfigurationseinheiten fielen beim Testen ihres Zustands aus.Das System befindet sich im beschriebenen Konfigurationszustand.Der Konfigurationsstatus wurde nicht getestet.Das System befindet sich nicht im beschriebenen Konfigurationszustand.Unerwartetes Testergebnis: {0}{Locked="{0}"} Error message. {0} will be replaced with the unexpected value (a number).Haben Sie die Konfiguration überprüft und möchten Sie sie anhand des Systems verifizieren?Die Konfigurationsdatei ist keine gültige YAML Datei.{Locked="YAML"} YAML is a file format name.Diese Konfigurationseinheit ist Teil eines Abhängigkeitszyklus.Bei der Überprüfung wurden keine Probleme gefunden.Die Konfigurationseinheit ist nur als Vorabversion verfügbar, aber in der Konfiguration ist sie nicht als solche gekennzeichnet. Fügen Sie `allowPrerelease: true` zu den `directives` hinzu.{Locked="allowPrerelease: true","directives"} These are values in the configuration file that are not localized.Die Konfigurationseinheit wurde lokal gefunden, aber in keinem konfigurierten Katalog gefunden. Stellen Sie sicher, dass sie auf allen Systemen vorhanden ist, bevor Sie die Konfiguration anwenden.Die Konfigurationseinheit ist nicht öffentlich zugänglich; stellen Sie sicher, dass jeder, der diese Konfiguration verwenden wird, Zugriff darauf hat.Das Modul wurde nicht angegeben. Die Angabe des Moduls verbessert die Leistung und verhindert zukünftige Namenskonflikte.Lädt den Installer aus dem ausgewählten Paket herunter, entweder durch Durchsuchen einer konfigurierten Quelle oder direkt aus einem Manifest. Standardmäßig muss die Abfrage ohne Berücksichtigung der Groß-/Kleinschreibung mit der ID, dem Namen oder dem Moniker des Pakets übereinstimmen. Andere Felder können verwendet werden, indem sie die entsprechende Option übergeben. Standardmäßig wird der entsprechende Installer über den Downloadbefehl in den Ordner "Downloads" des Benutzers heruntergeladen.Lädt das Installationsprogramm aus einem bestimmten Paket herunter.Verzeichnis, in das die Installationsprogramme heruntergeladen werdenAbhängigkeiten werden heruntergeladen:Installationsprogramm heruntergeladen: {0}{Locked="{0}"} Full path of the downloaded installer.Wählen Sie den Installationsprogrammtyp ausInstallationsprogrammdownloadsDas Herunterladen des Installationsprogramms für eine spätere Offlineinstallation ist nicht zulässig. `--module-path allusers` erfordert Administratorrechte, um ausgeführt zu werden.{Locked="--module-path allusers"}Gibt den Speicherort auf dem lokalen Computer zum Speichern von Modulen an. Standard %LOCALAPPDATA%\Microsoft\WinGet\Configuration\Modules{Locked="%LOCALAPPDATA%\Microsoft\WinGet\Configuration\Modules"}Der Wert „--module-path“ muss „currentuser“, „allusers“, „default“ oder ein absoluter Pfad sein.{Locked="{--module-path}, {currentuser}, {allusers}, {default}}Windows-Paket-Manager-Konfiguration aktivierenHiermit werden Informationen zu Fehlern abgerufen. Bei Angabe einer Zahl enthält die Ausgabe Details zum Fehler, einschließlich des Symbolnamens, wenn es sich um einen wingetspezifischen Fehler handelt. Bei Angabe einer Zeichenfolge werden die wingetspezifischen Fehler nach diesem Wert durchsucht.Informationen zu Fehlern abrufenEin Wert, der in den Fehlerinformationen gesucht werden sollDie angegebene Zahl ist zu groß, um ein HRESULT zu sein.Unbekannter FehlercodeInterner FehlerUngültige BefehlszeilenargumenteFehler beim Ausführen des BefehlsFehler beim Öffnen des ManifestsAbbruchsignal empfangenFehler beim Ausführen von ShellExecuteDas Manifest kann nicht verarbeitet werden. Die Manifestversion ist höher als unterstützt. Aktualisieren Sie den Client.Fehler beim Herunterladen des InstallationsprogrammsIn index kann nicht geschrieben werden; es sich um eine höhere Schemaversion handelt.Der Index ist beschädigtDie konfigurierten Quellinformationen sind fehlerhaftDer Quellname ist bereits konfiguriertDer Quelltyp ist ungültigDie MSIX-Datei ist ein Bündel, kein PaketVon der Quelle benötigte Daten fehlenKeines der Installationsprogramme ist für das aktuelle System anwendbar.Der Hash der Installationsprogrammdatei stimmt nicht mit dem Manifest übereinDer Quellname ist nicht vorhandenDer Quellspeicherort ist bereits unter einem anderen Namen konfiguriert.Es wurden keine Pakete gefundenEs sind keine Quellen konfiguriertEs wurden mehrere Pakete gefunden, die den Kriterien entsprechenEs wurde kein Manifest gefunden, das den Kriterien entsprichtFehler beim Abrufen des öffentlichen Ordners aus dem QuellpaketZum Ausführen des Befehls sind Administratorrechte erforderlichDer Quellspeicherort ist nicht sicherDer Microsoft Store Client wird durch eine Richtlinie blockiertDie Microsoft Store-App wird durch eine Richtlinie blockiertDas Feature befindet sich zurzeit in der Entwicklung. Sie kann mithilfe von Wingeteinstellungen aktiviert werden.Fehler beim Installieren der Microsoft Store-AppFehler beim Ausführen der automatischen VervollständigungFehler beim Initialisieren des XML-ParsersEs wurde ein ungültiger YAML-Schlüssel gefundenEs wurde ein doppelter YAML-Schlüssel gefundenUngültiger YAML-VorgangFehler beim Erstellen des YAML-DokumentsUngültiger YAML-SenderzustandUngültige YAML-DatenLibYAML-FehlerDie Manifestüberprüfung war mit Warnung erfolgreichFehler bei der ManifestüberprüfungDas Manifest ist ungültigEs wurden keine anwendbaren Aktualisierungen gefundenwinget-Upgrade – vollständig mit Fehlern abgeschlossenInstallationsprogramm hat Sicherheitsprüfung nicht bestandenDie Downloadgröße stimmt nicht mit der erwarteten Inhaltslänge übereinDer Deinstallationsbefehl wurde nicht gefundenFehler beim Ausführen des DeinstallationsbefehlsICU-UnterbrechungsiteratorfehlerICU-FallzuordnungsfehlerICU-RegEx-FehlerFehler beim Installieren mindestens eines importierten Pakets.Mindestens ein angefordertes Paket wurde nicht gefunden.Die JSON-Datei ist ungültigDer Quellspeicherort ist nicht remoteDie konfigurierte REST-Quelle wird nicht unterstützt.Von der REST-Quelle wurden ungültige Daten zurückgegebenDer Vorgang wird durch Gruppenrichtlinie blockiertInterner Fehler der REST-APIUngültige REST-Quell-URLNicht unterstützter MIME-Typ, der von der REST-API zurückgegeben wirdUngültige Version des REST-QuellvertragsDie Quelldaten sind beschädigt oder manipuliert.Fehler beim Lesen aus dem Datenstrom.Paketvereinbarungen wurden nicht vereinbartFehler beim Lesen der Eingabe in der EingabeaufforderungDie Suchanforderung wird von mindestens einer Quelle nicht unterstützt.Der REST-API-Endpunkt wurde nicht gefunden.Fehler beim Öffnen der Quelle.Quellvereinbarungen wurde nicht zugestimmtDie Headergröße überschreitet den zulässigen Grenzwert von 1024 Zeichen. Verringern Sie die Größe, und versuchen Sie es noch mal.Fehlende RessourcendateiFehler beim Ausführen der MSI-InstallationArgumente für msiexec sind ungültigFehler beim Öffnen einer oder mehrerer QuellenFehler beim Überprüfen von AbhängigkeitenMindestens ein Paket fehltUngültige TabellenspalteDie Upgradeversion ist nicht neuer als die installierte Version.Die Upgradeversion ist unbekannt, und es wurde keine Außerkraftsetzung angegebenICU-KonvertierungsfehlerFehler beim Installieren des portierbaren PaketsDas Volume unterstützt keine AnalysepunkteEin portierbares Paket aus einer anderen Quelle ist bereits vorhanden.Symlink kann nicht erstellt werden. Der Pfad verweist auf ein Verzeichnis.Das Installationsprogramm kann nicht in einem Administratorkontext ausgeführt werden.Fehler beim Deinstallieren des portierbaren PaketsFehler beim Überprüfen der DisplayVersion-Werte anhand des Indexes.Mindestens ein Argument wird nicht unterstützt.Eingebettete Null-Zeichen sind für SQLite nicht zulässigFehler beim Suchen des geschachtelten Installationsprogramms im Archiv.Fehler beim Extrahieren des Archivs.Es wurde ein ungültiger relativer Dateipfad zum geschachtelten Installationsprogramm angegeben.Das Serverzertifikat stimmte mit keinem der erwarteten Werte überein.Der Installationsspeicherort muss angegeben werden.Archiv-Malware-Scan fehlgeschlagen.Es wurde mindestens eine Version des installierten Pakets gefunden.Für das Paket ist bereits eine PIN vorhanden.Für das Paket ist keine PIN vorhanden.Die PIN-Datenbank kann nicht geöffnet werden.Mindestens eine Anwendung konnte nicht installiert werdenMindestens eine Anwendung konnte nicht deinstalliert werdenMindestens eine Abfrage hat nicht genau eine Übereinstimmung zurückgegeben.Das Paket verfügt über eine PIN, die ein Upgrade verhindert.Das derzeit installierte Paket ist das StubpaketSignal zum Herunterfahren der Anwendung empfangenFehler beim Herunterladen von Paketabhängigkeiten.Fehler beim Herunterladen des Pakets. Das Herunterladen für die Offlineinstallation ist nicht zulässig.Ein erforderlicher Dienst ist ausgelastet oder nicht verfügbar. Versuchen Sie es später noch einmal.Die angegebene GUID entspricht keinem gültigen Fortsetzungszustand.Die aktuelle Clientversion stimmte nicht mit der Clientversion des gespeicherten Zustands überein.Die Daten zum Fortsetzungszustand sind ungültig.Die Prüfpunktdatenbank kann nicht geöffnet werden.Das maximale Fortsetzungslimit wurde überschritten.Ungültige Authentifizierungsinformationen.Authentifizierungsmethode nicht unterstützt.Fehler bei der Authentifizierung.Fehler bei der Authentifizierung. Interaktive Authentifizierung erforderlich.Fehler bei der Authentifizierung. Abbruch durch Benutzer.Fehler bei der Authentifizierung. Das authentifizierte Konto ist nicht das gewünschte Konto.Die Anwendung wird zurzeit ausgeführt. Beenden Sie die Anwendung, und versuchen Sie es noch mal.Es wird bereits eine andere Installation ausgeführt. Versuchen Sie es später noch mal.Mindestens eine Datei wird verwendet. Beenden Sie die Anwendung, und versuchen Sie es noch mal.Für dieses Paket fehlt eine Abhängigkeit im System.Auf Ihrem PC ist kein Speicherplatz mehr vorhanden. Geben Sie Speicherplatz frei, und versuchen Sie es noch mal.Es ist nicht genügend Arbeitsspeicher für die Installation verfügbar. Schließen Sie andere Anwendungen, und wiederholen Sie dann den Vorgang.Diese Anwendung erfordert Internetkonnektivität. Stellen Sie eine Netzwerkverbindung her, und versuchen Sie es noch mal.Bei dieser Anwendung ist während der Installation ein Fehler aufgetreten. Wenden Sie sich an den Support.Starten Sie den PC neu, um die Installation abzuschließen.Fehler bei der Installation. Starten Sie Ihren PC neu, und versuchen Sie es noch mal.Ihr PC wird neu gestartet, um die Installation abzuschließen.Sie haben die Installation abgebrochen.Eine andere Version dieser Anwendung ist bereits installiert.Eine höhere Version dieser Anwendung ist bereits installiert.Die Installation wird durch Organisationsrichtlinien verhindert. Wenden Sie sich an Ihren Administrator.Fehler beim Installieren der Paketabhängigkeiten.Die Anwendung wird zurzeit von einer anderen Anwendung verwendet.Unzulässiger Parameter.Das Paket wird vom System nicht unterstützt.Das Upgrade eines vorhandenen Pakets wird vom Installationsprogramm nicht unterstützt.Die Installation ist mit einem Fehler des benutzerdefinierten Installationsprogramms fehlgeschlagen.Der Eintrag "Apps und Features" für das Paket wurde nicht gefunden.Der Installationsspeicherort ist nicht anwendbar.Der Installationsspeicherort wurde nicht gefunden.Der Hash der vorhandenen Datei stimmte nicht überein.Datei nicht gefunden.Die Datei wurde gefunden, aber der Hash wurde nicht überprüft.Auf die Datei konnte nicht zugegriffen werden.Die Konfigurationsdatei ist ungültig.Die YAML-Syntax ist ungültig.Ein Konfigurationsfeld weist einen ungültigen Typ auf.Die Konfiguration weist eine unbekannte Version auf.Fehler beim Anwenden der Konfiguration.Die Konfiguration enthält einen doppelten Bezeichner.In der Konfiguration fehlt eine Abhängigkeit.Die Konfiguration weist eine nicht erfüllte Abhängigkeit auf.Fehler bei einer Assertion für die Konfigurationseinheit.Die Konfiguration wurde manuell übersprungen.Der Benutzer hat die Fortsetzung der Ausführung abgelehnt.Die Abhängigkeitsdiagramm enthält einen Zyklus, der nicht aufgelöst werden kann.Die Konfiguration weist einen ungültigen Feldwert auf.In der Konfiguration fehlt ein Feld.Einige der Konfigurationseinheiten fielen beim Testen ihres Zustands aus.Der Konfigurationsstatus wurde nicht getestet.Die Konfigurationseinheit wurde nicht installiert.Die Konfigurationseinheit wurde nicht gefunden.Für die Konfigurationseinheit wurden mehrere Übereinstimmungen gefunden. geben Sie das Modul an, um das richtige auszuwählen.Fehler der Konfigurationseinheit beim Abrufen des aktuellen Systemstatus.Fehler bei der Konfigurationseinheit beim Versuch, den aktuellen Systemstatus zu testen.Fehler bei der Konfigurationseinheit beim Anwenden des gewünschten Zustands.Das Modul für die Konfigurationseinheit ist an mehreren Speicherorten mit derselben Version verfügbar.Fehler beim Laden des Moduls für die Konfigurationseinheit.Die Konfigurationseinheit hat während der Ausführung ein unerwartetes Ergebnis zurückgegeben.Eine Einheit enthält eine Einstellung, die den Konfigurationsstamm erfordert.Der Vorgang wird vom Konfigurationsprozessor nicht unterstützt.Nicht verfügbarWindows-Featureabhängigkeiten erfolgreich aktiviertFehler beim Laden des Moduls für die Konfigurationseinheit, da für die Ausführung Administratorrechte erforderlich sind.Eine Einheit enthält eine Einstellung, die den Konfigurationsstamm erfordert.Fehler beim Laden des Moduls für die Konfigurationseinheit, da für die Ausführung Administratorrechte erforderlich sind.Setzt die Ausführung eines zuvor gespeicherten Befehls fort, indem der eindeutige Bezeichner des gespeicherten Befehls übergeben wird. Wird verwendet, um einen ausgeführten Befehl fortzusetzen, der möglicherweise aufgrund eines Neustarts beendet wurde.Setzt die Ausführung eines zuvor gespeicherten Befehls fort.Der eindeutige Bezeichner des gespeicherten Zustands, der fortgesetzt werden sollDas Fortsetzen des Status von einer anderen Clientversion wird nicht unterstützt: {0}{Locked= "{0}"} Message displayed to inform the user that the client version of the resume state does not match the current client version. {0} is a placeholder for the client version that created the resume state.Der Fortsetzungszustand ist nicht vorhanden: {0}{Locked="{0}"} Error message displayed when the user provides a guid that does not correspond to a valid saved state. {0} is a placeholder replaced by the provided guid string.Im Fortsetzungszustand wurden keine Daten gefunden.Dieser Befehl unterstützt das Fortsetzen nicht.Ermöglicht ggf. einen NeustartDer Neustart zum Abschließen des Vorgangs wird initiiert...Fehler beim Initiieren eines Neustarts.Der Fortsetzungsvorgang überschreitet das zulässige Limit von {0} Fortsetzungen. Führen Sie den Befehl "{1}" aus, um den Vorgang manuell fortzusetzen.{Locked="{0}", "{1}"} {0} is a placeholder that is replaced by an integer number of the number of allowed resumes. {1} is a placeholder for the command to run to perform a manual resume.Grenzwert beim Fortsetzen eines gespeicherten Zustands ignorierenDas URI-Schema wird nicht unterstützt: {0}{Locked="{0}"} Error message displayed when the provided uri is not supported. {0} is a placeholder replaced by the provided uri.URI nicht wohlgeformt: {0}{Locked="{0}"} Error message displayed when the provided uri is not well formed. {0} is a placeholder replaced by the provided uri.Fehler beim Analysieren {0} Inhalt der Konfigurationseinheitseinstellungen, oder der Einstellungsinhalt ist leer.{Locked="{0}"} {0} is a placeholder replaced by the input winget configure resource unit type.{0} Konfigurationseinheit fehlt das erforderliche Argument: {1}{Locked="{0},{1}"} {0} is a placeholder for the input winget configure resource unit type. {1} is placeholder for the missing arg.{0} Konfigurationseinheit fehlt das empfohlene Argument: {1}{Locked="{0},{1}"} {0} is a placeholder for the input winget configure resource unit type. {1} is placeholder for the missing arg.Die WinGetSource-Konfigurationseinheit steht in Konflikt mit einer bekannten Quelle: {0}{Locked="WinGetSource,{0}"} {0} is a placeholder for the input winget source in the configuration unit settings.Die WinGetSource-Konfigurationseinheit wird für eine Drittanbieterquelle bestätigt: {0}{Locked="WinGetSource,{0}"} {0} is a placeholder for the input winget source in the configuration unit settings.WinGetPackage deklariert sowohl UseLatest als auch Version. Paket-ID: {0}{Locked="WinGetPackage,UseLatest,Version,{0}"}Die WinGetPackage-Konfigurationseinheit bestätigt ein Paket aus einer Drittanbieterquelle. Paket-ID: {0}; Quelle: {1}{Locked="WinGetPackage,{0},{1}"}Das Paket der WinGetPackage-Konfigurationseinheit ist von einer Drittanbieterquelle abhängig, die noch nicht konfiguriert wurde. Paket-ID: {0}; Quelle: {1}{Locked="WinGetPackage,{0},{1}"}Das Paket der WinGetPackage-Konfigurationseinheit ist von einer Drittanbieterquelle abhängig. Es wird empfohlen, die Abhängigkeit im Abschnitt "uni dependsOn" zu deklarieren. Paket-ID: {0}; Quelle: {1}{Locked="WinGetPackage,dependsOn,{0},{1}"}Das Paket der WinGetPackage-Konfigurationseinheit kann nicht überprüft werden. Fehler beim Öffnen der Quelle. Paket-ID: {0}; Quelle: {1}{Locked="WinGetPackage,{0},{1}"}Das Paket der WinGetPackage-Konfigurationseinheit kann nicht überprüft werden. Das Paket wurde nicht gefunden. Paket-ID: {0}{Locked="WinGetPackage,{0}"}Das Paket der WinGetPackage-Konfigurationseinheit kann nicht überprüft werden. Es wurden mehrere Pakete gefunden. Paket-ID: {0}{Locked="WinGetPackage,{0}"}Das Paket der WinGetPackage-Konfigurationseinheit kann nicht überprüft werden. Die Paketversion wurde nicht gefunden. Paket-ID: {0}; Version {1}{Locked="WinGetPackage,{0},{1}"}Das Paket der WinGetPackage-Konfigurationseinheit wurde mit einer bestimmten Version angegeben, es ist jedoch nur eine Paketversion verfügbar. Paket-ID:{0}; Version: {1}{Locked="WinGetPackage,{0},{1}"}Das Paket der WinGetPackage-Konfigurationseinheit kann nicht überprüft werden. Paket-ID: {0}{Locked="WinGetPackage,{0}"}Einstellung für Authentifizierungsfenster angeben („silent“, „silentPreferred“ oder „interactive“){Locked="silent","silentPreferred","interactive"} This argument allows the user to select authentication window popup behavior.Geben Sie das Konto an, das für die Authentifizierung verwendet werden sollFehler beim Hinzufügen der Quelle. Diese winget Version unterstützt die Authentifizierungsmethode der Quelle nicht. Versuchen Sie, ein Upgrade auf die neueste winget Version durchzuführen.{Locked="winget"}Für die {0} Quelle ist eine Authentifizierung erforderlich. Bei Bedarf wird möglicherweise eine Authentifizierungsaufforderung angezeigt. Authentifizierte Informationen werden für die Zugriffsautorisierung mit der Quelle geteilt.{Locked="{0}"}Repariert das ausgewählte Paket, entweder durch Durchsuchen der Liste der installierten Pakete oder direkt aus einem Manifest. Standardmäßig muss die Abfrage ohne Berücksichtigung der Groß-/Kleinschreibung mit der ID, dem Namen oder dem Moniker des Pakets übereinstimmen. Andere Felder können verwendet werden, indem sie die entsprechende Option übergeben.id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Repariert das ausgewählte PaketDer Reparaturbefehl für dieses Paket wurde nicht gefunden. Wenden Sie sich an den Paketherausgeber, um Unterstützung zu erfahren.Die verwendete Installertechnologie stimmt nicht mit der derzeit installierten Version überein.Der Reparaturbefehl wurde nicht gefunden.Die verwendete Installationstechnologie unterstützt keine Reparatur.Der Reparaturvorgang wurde erfolgreich abgeschlossen.Reparatur abgebrochenPaketreparatur wird gestartet...Fehler beim Reparieren des Microsoft Store-Pakets. Fehlercode: {0}{Locked="{0}"} Error message displayed when a Microsoft Store application package fails to repair. {0} is a placeholder replaced by an error code.Fehler beim Reparaturvorgang.Der Reparaturvorgang ist nicht anwendbar.In den konfigurierten Quellen sind keine übereinstimmenden Paketversionen verfügbar.Die Reparatur dieses Pakets wird von der aktuellen Systemkonfiguration nicht unterstützt.Die verwendete Installationstechnologie unterstützt keine Reparatur.Das für den Benutzerbereich installierte Paket kann nicht repariert werden, wenn es mit Administratorrechten ausgeführt wird.Reparaturvorgänge mit Administratorrechten sind für Pakete, die innerhalb des Benutzerbereichs installiert sind, nicht zulässig.Fehler bei der Reparatur mit Exitcode: {0}{Locked="{0}"} Error message displayed when an attempt to repair an application package fails. {0} is a placeholder replaced by an error code.Die SQLite-Verbindung wurde beendet, um Beschädigungen zu verhindern.Alle Versionen deinstallierenDie Version, auf die reagiert werden sollMehrere Versionen dieses Pakets sind installiert. Verfeinern Sie die Suche, übergeben Sie das Argument "--version", um eines auszuwählen, oder übergeben Sie das Flag "--all-versions", um alle zu deinstallieren.{Locked="--version,--all-versions"}Befehlszeilenoptionen für Windows-Paket-Manager Proxy aktivierenDescribes a Group Policy that can enable the use of the --proxy option to set a proxyLegen Sie einen Proxy fest, der für diese Ausführung verwendet werden soll.Verwendung des Proxys für diese Ausführung deaktivieren{0} kann nicht zurückgesetzt werden. Diese Einstellung wird durch eine Richtlinie gesteuert. Wenden Sie sich an den Systemadministrator, um weitere Informationen zu erfahren.{Locked="{0}"} The value will be replaced with the feature nameAdministratoreinstellung „{0}“ zurücksetzen.{Locked="{0}"} Message displayed after the user resets an admin setting to its default value. Reset is used as verb in past tense. {0} is a placeholder replaced by the setting name.{0} kann nicht festgelegt werden. Diese Einstellung wird durch eine Richtlinie gesteuert. Wenden Sie sich an den Systemadministrator, um weitere Informationen zu erfahren.{Locked="{0}"} The value will be replaced with the feature nameLegen Sie die Administratoreinstellung „{0}“ auf „{1}“ fest.{Locked="{0}"} Message displayed after the user sets the value of an admin setting. Set is used as a verb in past tense. {0} is a placeholder replaced by the setting name. {1} is a placeholder replaced Name der zu ändernden EinstellungWert, der für die Einstellung festgelegt werden soll.Setzt eine Administratoreinstellung auf den Standardwert zurück.Setzt eine Administratoreinstellung auf den Standardwert zurück.Legt den Wert einer Administratoreinstellung fest.Legt den Wert einer Administratoreinstellung fest.Schließt eine Quelle aus der Ermittlung aus, sofern keine Angabe erfolgt.Schließt eine Quelle aus der Ermittlung aus (TRUE oder FALSE).AnstößigVertrauensebene der Quelle (keine oder vertrauenswürdig)VertrauensebeneFehler beim Abrufen des Microsoft Store-Paketkatalogs.In Microsoft Store-Paketkatalog wurde kein anwendbares Microsoft Store-Paket gefunden.Fehler beim Abrufen von Microsoft Store Paketdownloadinformationen.Es wurde kein anwendbares Microsoft Store Paket zum Download gefunden.Fehler beim Abrufen der Microsoft Store-Paketlizenz.Es wurde kein anwendbares Microsoft Store-Paket gefunden.Der Pakethash für Microsoft Store wurde erfolgreich überprüft.Microsoft Store PakethashkonfliktMicrosoft Store heruntergeladenes Paket: {0}{Locked="{0}"} Full path of the downloaded package.Fehler beim Herunterladen des Microsoft Store-Pakets: {0}{Locked="{0}"} Package name.Microsoft Store-Paketdownload abgeschlossenHauptpakete werden von Microsoft Store heruntergeladen...Abhängigkeitspakete werden von Microsoft Store heruntergeladen...Microsoft Store-Paketdownloadinformationen werden abgerufenFehler beim Abrufen von Microsoft Store PaketdownloadinformationenMicrosoft Store Paketlizenz wird abgerufenMicrosoft Store-Paketlizenz gespeichert: {0}{Locked="{0}"} License file full path.Fehler beim Abrufen der Microsoft Store-PaketlizenzMicrosoft Store Paketdownload unterstützt das Argument --rename nicht. Microsoft Store-Paket verwendet Namen, die von Microsoft Store-Katalog bereitgestellt werden.{Locked="--rename"}Microsoft Store Paketdownload erfordert Microsoft Entra-ID-Authentifizierung. Bei Bedarf wird möglicherweise eine Authentifizierungsaufforderung angezeigt. Authentifizierte Informationen werden für Microsoft-Dienste zur Zugriffsautorisierung freigegeben. Für Microsoft Store Paketlizenzierung muss das Microsoft Entra-ID-Konto Mitglied des globalen Administrators, Benutzeradministrators oder Lizenzadministrators sein.{Locked="Global Administrator,User Administrator,License Administrator"}Überspringt das Abrufen der Offlinelizenz des Microsoft Store-PaketsZielplattform auswählenKonfigurationsdatei wird hinzugefügt: {0}{Locked="{0}"}Erfolgreich exportiertKonfigurationseinstellungen werden abgerufen...Es müssen mindestens „--packageId“ und/oder „--module“ mit „--resource“ angegeben werden. Alternativ können Sie „--all“ verwenden, um alle Paketkonfigurationen zu exportieren.{Locked="--packageId,--module, --resource, --all"}Die Argumente „--packageId“, „--module“ und „--resource“ können nicht zusammen mit „--all“ verwendet werden.{Locked="--packageId,--module, --resource, --all"}Exportiert Konfigurationsressourcen in eine Konfigurationsdatei. Bei Verwendung mit "--all" werden alle Paketkonfigurationen exportiert. Bei Verwendung mit "--packageId" wird eine WinGetPackage-Ressource der angegebenen Paket-ID exportiert. Bei Verwendung mit "--module" und "--resource" werden die Einstellungen der Ressource abgerufen und in die Konfigurationsdatei exportiert. Wenn die Ausgabekonfigurationsdatei bereits vorhanden ist, werden die exportierten Konfigurationsressourcen angefügt.{Locked="WinGetPackage,--packageId,--module, --resource"}Exportiert Konfigurationsressourcen in eine Konfigurationsdatei.Das Modul der zu exportierenden Ressource.Der zu exportierende Paketbezeichner.Die zu exportierende Konfigurationsressource.Exportiert alle Paketkonfigurationen.Fehler beim Abrufen der Eigenschaften der Konfigurationseinheit.Fehler beim Exportieren der Konfiguration."{0}" konfigurieren{Locked="{0}"}{0}Installieren{Locked="{0}"}Einige der in der Konfigurationsdatei vorhandenen Daten wurden für diese Ausgabe abgeschnitten. überprüfen Sie den Dateiinhalt auf den vollständigen Inhalt.<dieser Wert wurde abgeschnitten; überprüfen Sie den Dateiinhalt auf den vollständigen Text>Keep some form of separator like the "<>" around the text so that it stands out from the preceding text.Zeigt die Details der obersten Ebene für Konfigurationen an, die auf das System angewendet wurden. Diese Daten können dann mit `configure` Befehlen verwendet werden, um weitere Details zu erhalten.{Locked="`configure`"}Zeigt den Konfigurationsverlauf an.Im Verlauf sind keine Konfigurationen vorhanden.Elemente aus dem Verlauf auswählenEs wurde keine einzelne Konfiguration gefunden, die mit den angegebenen Daten übereinstimmt. Geben Sie entweder den vollständigen Namen oder einen Teil des Bezeichners an, der eindeutig mit der gewünschten Konfiguration übereinstimmt.Element aus Verlauf entfernenZuerst angewendetColumn header for date values indicating when a configuration was first applied to the system.BezeichnerNameUrsprungPfadDie angegebene Konfiguration wurde nicht gefunden.AbgeschlossenThe state of processing an item.In BearbeitungThe state of processing an item.AusstehendThe state of processing an item.UnbekanntThe state of processing an item.Konfigurationsstatus überwachen.As in "to monitor the status of a configuration being applied".AbgeschlossenThe state of processing an item.In BearbeitungThe state of processing an item.AusstehendThe state of processing an item.ÜbersprungenThe state of processing an item.UnbekanntThe state of processing an item.Gestartet anwendenWhen the configuration application started.Beendet anwendenWhen the configuration application ended.ErgebnisDetailsBundeslandThe state of processing an item.EinheitDas Paket ist nicht mit der aktuellen Windows-Version oder -Plattform kompatibel.Anzeige von Details zur Erstkonfiguration nach Möglichkeit unterdrückenMehrere Microsoft Store können für unterschiedliche Plattformen und Architekturen heruntergeladen werden. --platform, --architecture kann zum Filtern der Pakete verwendet werden.{Locked="--platform--architecture"}Fehler beim Abrufen Microsoft Store Paketlizenz. Das Microsoft Entra-ID-Konto ist kein Mitglied des globalen Administrators, Benutzeradministrators oder Lizenzadministrators. Verwenden Sie "--skip-license", um das Abrufen Microsoft Store Paketlizenz zu überspringen.{Locked="Global Administrator,User Administrator,License Administrator,--skip-license"}Das Microsoft Store Paket unterstützt keinen Download.Das Microsoft Store Paket unterstützt keinen Download.Fehler beim Abrufen Microsoft Store Paketlizenz. Das Microsoft Entra-ID-Konto verfügt nicht über die erforderlichen Berechtigungen.Der Parameter kann nicht über die Integritätsgrenze hinweg übergeben werden.Das Zero-Byte-Installationsprogramm wurde heruntergeladen. stellen Sie sicher, dass die Netzwerkverbindung ordnungsgemäß funktioniert.Das Zero-Byte-Installationsprogramm wurde heruntergeladen. stellen Sie sicher, dass die Netzwerkverbindung ordnungsgemäß funktioniert.Schriftarten verwaltenVerwalten sie Schriftarten mit Unterbefehlen. Schriftarten können ähnlich wie Pakete installiert, aktualisiert oder deinstalliert werden. FamilieGesichter"Faces" represents the typeface of the font family such as 'Bold' or 'Italic'Ergebnisse nach Familienname filternGesicht"Face" represents the typeface of a font family such as 'Bold' or 'Italic'PfadeEs wurde keine installierte Schriftart gefunden, die den Eingabekriterien entspricht.Installierte Schriftarten auflistenListet alle installierten Schriftarten, alle Schriftartdateien oder vollständige Details einer bestimmten Schriftart auf.VersionKonfigurationsmodulePowerShell Modules that are used for the Configuration featureDas Paketinstallationsprogramm erfordert eine Authentifizierung. Bei Bedarf wird möglicherweise eine Authentifizierungsaufforderung angezeigt. Authentifizierte Informationen werden mit der Download-URL des Installers geteilt.Fehler beim Herunterladen des Installers. Diese winget Version unterstützt die Downloadauthentifizierungsmethode des Installers nicht. Versuchen Sie, ein Upgrade auf die neueste winget Version durchzuführen.{Locked="winget"}Fehler beim Herunterladen des Installationsprogramms. Fehler bei der Authentifizierung.Pfad zum Konfigurationsprozessor angebenDSC v3-RessourcenbefehleDSC stands for "Desired State Configuration". It should already have a locked translation.Die untergeordneten Befehle implementieren Desired State Configuration (DSC) v3-Ressourcen zur Konfiguration von WinGet und Paketen.Abrufen des RessourcenstatusFestlegen des RessourcenstatusBeschreiben erforderlicher ZustandsänderungenTesten des RessourcenstatusLöschen des RessourcenstatusAbrufen aller ZustandsinstanzenÜberprüfen von GruppeninhaltenExternen Zustand auflösenAusführen des AdaptersAbrufen des RessourcenschemasAbrufen des RessourcenmanifestsPaketstatus verwaltenPakete über WinGet verwalten.Gibt an, ob eine Instanz vorhanden oder vorhanden sein soll.Gibt an, ob sich eine Instanz im gewünschten Zustand befindet.Der Bezeichner des Pakets.Die Quelle des Pakets.Die Version des Pakets.Die Methode zum Abgleichen des Bezeichners mit einem Paket.Geben Sie an, dass die neueste verfügbare Version des Pakets installiert werden soll.Der Installationsmodus, der bei Bedarf verwendet werden soll.Der Zielbereich des Pakets.Gibt an, ob Vereinbarungen für Quellen und Pakete akzeptiert werden sollen.Verwalten der BenutzereinstellungsdateiVerwalten Sie die Benutzereinstellungen von WinGet.Der Inhalt der JSON-Einstellungsdatei.Die Aktion, die zum Anwenden der Einstellungen verwendet wird.Der Wert wird zur Korrelation protokolliert.Quellkonfiguration verwaltenVerwalten Sie die Quellen von WinGet.Der Name, der für die Quelle verwendet werden soll.Das Argument für die Quelle.Der Typ der Quelle.Die Vertrauensebene der Quelle.Gibt an, ob die Quelle eingeschlossen wird, wenn anrufe keine Quelle angeben.Konfigurationseinheit wird angewendet...Konfigurationseinheit wird exportiert...Prozessoren der Konfigurationseinheit werden abgerufen...Erforderliches Modul für den Export [{0}] sicherstellen{Locked="{0}"}Fehler beim Testen oder Abrufen des erforderlichen Moduls. Verwandte Einstellungen werden nicht exportiert.Export [{0}]{Locked="{0}"}Fehler beim Exportieren der Ressource.Fehler beim Abrufen von Einheitenprozessoren. Einzelne Paketeinstellungen werden nicht exportiert.Verzeichnis, in das die Ergebnisse geschrieben werden sollenDesired State Configuration Paket wurde im System nicht gefunden. Paket wird installiert...Fehler beim Installieren Desired State Configuration Pakets. Installieren Sie das Paket manuell, oder geben Sie den Pfad zum dsc.exe über --processor-path Argument an.{Locked="dsc.exe","--processor-path"}Ein Objekt, das die Administratoreinstellungen und deren Werte enthält.Administratoreinstellungen verwaltenVerwalten Sie die Administratoreinstellungen von WinGet.Setzt alle Administratoreinstellungen zurück.Alle Administratoreinstellungen zurückgesetzt.MCP-InformationenMCP stands for Model Context Protocol and should probably remain as-isMCP(Model Context Protocol)-Informationen für die Windows-Paket-Manager.Verwenden Sie das folgende JSON-Fragment im `servers` Objekt, um den Windows-Paket-Manager-MCP-Server manuell mit Ihrem MCP-Client zu konfigurieren:{Locked="`servers`"}
MCP stands for Model Context Protocol and should probably remain as-is.
An unlocalized JSON fragment will follow on another line.MCP-Server des Windows-Paket-Manager aktivierenZielbetriebssystemversionFehler beim Installieren einer oder mehrerer Schriftarten.Die Schriftartdatei wird nicht unterstützt und kann nicht installiert werden.Mindestens eine Schriftart im Schriftartenpaket wird nicht unterstützt und kann nicht installiert werden.Fehler bei der Installation der Schriftart; Bereinigung.Schriftart bereits installiert.Paket-IDWinGet unterstütztTitelDie Schriftartdatei wurde nicht gefunden.Fehler beim Deinstallieren der Schriftart. Die Schriftart befindet sich möglicherweise nicht in einem guten Zustand. Versuchen Sie, die Deinstallation nach einem Neustart durchzuführen.Fehler bei der Schriftartüberprüfung.Fehler beim Zurücksetzen der Schriftart. Die Schriftart befindet sich möglicherweise nicht in einem guten Zustand. Versuchen Sie, die Deinstallation nach einem Neustart durchzuführen.Detaillierte Informationen zur Schriftartdatei anzeigen.Fehler bei der Überprüfung des Schriftartenpakets.Der Rollbackversuch für die fehlerhafte Schriftartinstallation war nicht erfolgreich. Möglicherweise ist ein Neustart erforderlich, um die Schriftart erfolgreich zu deinstallieren.Fehler beim Deinstallieren des Schriftartenpakets. Dies liegt häufig an den Schriftarten, die vom System oder einer Anwendung verwendet werden. Die Deinstallation ist nach dem Neustart des Computers möglicherweise erfolgreich.OK"OK" means the font is in a good healthy stateBeschädigt"Corrupt" refers to an install that is in a corrupted or bad state, and needs repair.StatusUnbekanntDas Schriftartpaket ist bereits installiert.Detaillierte Informationen zu Paketen anzeigenProviding this argument causes the CLI to output additional details about installed application packages.Kanal:Precedes a string value that names the delivery channel for the software package (ex. stable, beta).Lokaler Bezeichner:Precedes a value that is the unique identifier for the installed package on the local system.Paketfamilienname:Precedes a value that is the APPX/MSIX package family name of the installed package.Produktcode:Precedes a value that is the Add/Remove Programs identifier in the registry. This is also the Product Code value as defined in MSI installers.Upgrade-Code:Precedes a value that is the MSI Upgrade Code for the installed package.Installierter Bereich:Precedes a value that is the scope of the installation of the package (ex. user, machine).Installierte Architektur:Precedes a value that is the installed architecture of the package (ex. x86, x64, ARM64).Installiertes Gebietsschema:Precedes a value that is the locale of the installed package.Installationsspeicherort:Precedes a value that is the directory path to the installed package.Ursprungsquelle:Precedes a value that names the package source where the installed package originated from.Verfügbare Upgrades:Precedes a list of package upgrades available for the installed package.Installer-Kategorie:Precedes a value that indicates the category of the installer for the installed package (ex. exe, msi, msix).Alter WertColumn title for listing edit changes.Neuer WertColumn title for listing the new value.
================================================
FILE: Localization/Resources/es-ES/Resources.resw
================================================
text/microsoft-resx2.0System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
================================================
FILE: Localization/Resources/es-ES/winget.resw
================================================
text/microsoft-resx2.0System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089El alias contiguo no es una marca: '{0}'{Locked="{0}"} Error message displayed when the user provides an adjoined alias that is not a flag argument. {0} is a placeholder replaced by the user input argument (e.g. '-ab').Alias de marca contiguo no encontrado: '{0}'{Locked="{0}"} Error message displayed when the user provides an adjoined flag alias argument that was not found. {0} is a placeholder replaced by the user input argument (e.g. '-ab').Los siguientes argumentos están disponibles:Message displayed to inform the user about the available command line arguments.Están disponibles los siguientes alias de comando:Message displayed to inform the user about the available command line alias arguments.Los siguientes comandos están disponibles:Title displayed to inform the user about the available commands.DisponibleAs in "a new version is available to upgrade to".Están disponibles las siguientes opciones:Message displayed to inform the user about the available options.Los siguientes subcomandos están disponibles:Message displayed to inform the user about the available nested commands that run in context of the selected command.{0} actualizaciones disponibles.{Locked="{0}"} Message displayed to inform the user about available package upgrades. {0} is a placeholder replaced by the number of package upgrades.Usar el canal especificado; el valor predeterminado es público generalcomandoLabel displayed for a command to give the software.Filtrar resultados por comandoDescription message displayed to inform the user about filtering the search results by a package command.Línea de comandos completa para la finalizaciónEste comando requiere que se ejecuten privilegios de administrador.Este comando puede usarse para solicitar la finalización sensible al contexto de la línea de comandos. Se pasan la línea de comandos, la posición del cursor y la palabra que se debe completar. El resultado es un conjunto de valores potenciales basado en las entradas, con un valor posible por línea.Habilita la finalización sensible al contexto de la línea de comandosNo mostrar más del número de resultados especificado (entre 1 y 1000)ListoLabel displayed when an operation completes or is done executing.Buscar paquete usando la coincidencia exactaDescription message displayed to inform the user about finding an application package using an exact matching criteria.Argumento experimental para propósitos de demostraciónEste comando es un ejemplo de cómo implementar una característica experimental. Para activar, ve a 'winget settings' y habilita las características experimentalCmd o experimentalArg.{Locked="winget settings"}Ejemplo de característica experimentalSe encontró un argumento posicional cuando no se esperaba nada: '{0}'{Locked="{0}"} Error message displayed when the user provides an extra positional argument when none was expected. {0} is a placeholder replaced by the user's extra argument input.Esta característica es un trabajo en curso y puede cambiar drásticamente o quitarse por completo en el futuro. Para habilitarlo, edita la configuración ("winget settings") para incluir la característica experimental.'{0}'{Locked="winget settings","{0}"}. Error message displayed when the user uses an experimental feature that is disabled. {0} is a placeholder replaced by the experimental feature name.Muestra el estado de las características experimentales. Las características experimentales se pueden activar a través de "winget settings".{Locked="winget settings"}Muestra el estado de las características experimentalesDeshabilitadoHabilitadoCaracterísticaVínculoLas siguientes características experimentales están en curso.
Se pueden configurar mediante el archivo de configuración "winget settings".{Locked="winget settings"}PropiedadEstadoArchivo al que se va a aplicar un algoritmo hashEl argumento de marca no puede contener un valor adjunto:'{0}'{Locked="{0}"} Error message displayed when the user provides a flag argument containing an unexpected adjoined value. {0} is a placeholder replaced by the user input.Calcula el hash de un archivo local, apropiado para la entrada en un manifiesto. También puede calcular el hash del archivo de firma de un paquete MSIX para habilitar las instalaciones en streaming.Aplicación auxiliar para aplicar un algoritmo hash a los archivos instaladoresMuestra la ayuda sobre el comando seleccionadoPara más información sobre un comando específico, pásalo el argumento de ayuda.Puedes encontrar más ayuda en:'{0}'{Locked="{0}"} Message displayed to inform the user about a link where they can learn more about the subject context. {0} is a placeholder replaced by a website address.Filtrar resultados por idSuprime las salidas de advertenciaEl propietario de esta aplicación le concede una licencia.Microsoft no es responsable, ni tampoco concede ninguna licencia de paquetes de terceros.Este paquete se proporciona a través de Microsoft Store. Es posible que winget necesite adquirir el paquete de Microsoft Store en nombre del usuario actual.{Locked="winget"}Instala el paquete seleccionado, ya sea buscando en un origen configurado o directamente desde un manifiesto. De forma predeterminada, la consulta debe coincidir sin distinción entre mayúsculas y minúsculas con el id, el name o el moniker del paquete. Se pueden usar otros campos pasando su opción adecuada. De forma predeterminada, el comando install comprobará el estado de instalación del paquete e intentará realizar una actualización si procede. Reemplácelo por --force para realizar una instalación directa.{Locked="--force"}; id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Instala el paquete proporcionadoEl hash del instalador no coincide; esto no se puede sobreescribir al ejecutarse como administradorEl hash del instalador no coincide; se puede continuar debido a --ignore-security-hash{Locked="--ignore-security-hash"}El hash del instalador no coincide; para invalidar esta comprobación, use --ignore-security-hash{Locked="--ignore-security-hash"}El hash del instalador se verificó correctamenteInstalado correctamenteIniciando instalación de paquete...Omitir el error de comprobación de hash del instaladorOmitir el examen de malware realizado como parte de la instalación de un paquete de tipo de archivo desde el manifiesto localSolicitar instalación interactiva; es posible que se necesite la participación del usuarioNo se reconoció el alias de argumento para el comando actual: '{0}'{Locked="{0}"} Error message displayed when the user provides a command line argument alias that was not recognized for a selected command. {0} is a placeholder replaced by the user's argument alias input (e.g. '-a').Especificador de argumento no válido:'{0}'{Locked="{0}"} Error message displayed when the user provides an invalid argument specifier. {0} is a placeholder replaced by an argument specifier (e.g. '-').No se reconoció el nombre del argumento para el comando actual: '{0}'{Locked="{0}"} Error message displayed when the user provides an unrecognized command line argument name for the selected command. {0} is a placeholder replaced by the user's argument name input (e.g. '--example').Directorios de WinGetHeader for a table detailing the directories Winget uses for key operations like logging and portable installsConfiguración regional para usar (formato BCP47){Locked="BCP47"}Contrato de licenciaVínculosLinks to different webpagesEl comando "list" muestra los paquetes instalados en el sistema, así como si existe una actualización disponible. Se pueden proporcionar opciones adicionales para filtrar el resultado, como con el comando "search".{Locked="list","search"}Mostrar paquetes instaladosUbicación en la que instalar (si es posible)Ubicación del registro (si es posible)Copyright (c) Microsoft Corporation. Todos los derechos reservados.Página principalThe primary webpage for the softwareLa ruta de acceso al manifiesto del paqueteError de validación de manifiesto.Validación del manifiesto correcta.Validación del manifiesto correcta con advertencias.El argumento necesita un valor, pero no se encuentra ninguno: '{0}''{Locked="{0}"} Error message displayed when the user does not provide a required command line argument value. {0} is a placeholder replaced by the argument name.Filtrar resultados por monikerEl archivo de entrada será tratado como msix; Si está firmado, se proporcionará hash de firmaNo se pudo calcular el hash de firma MSIX.Error al instalar o actualizar el paquete de Microsoft Store porque la aplicación específica está bloqueada por la directivaError al instalar o actualizar el paquete de Microsoft Store. Código de error: {0}{Locked="{0}"} Error message displayed when a Microsoft Store application package fails to install or upgrade. {0} is a placeholder replaced by an error code.Error al instalar o actualizar el paquete de Microsoft Store porque el cliente de Microsoft Store está bloqueado por la directivaComprobando o solicitando la adquisición del paquete...Se encontraron varios paquetes instalados que coinciden con los criterios de entrada. Por favor, reajusta tu búsqueda.Se encontraron varios paquetes coincidentes con los criterios de entrada. Por favor, reajusta tu búsqueda.Filtrar resultados por nombreNo se ha encontrado ningún instalador aplicable; consulte los registros para obtener más detalles.Actualmente, no hay ninguna característica experimental disponible.No se encontró ningún paquete que coincida con los criterios de entrada.No se encontró ningún paquete coincidente con los criterios de busqueda.Deshabilita la pantalla VirtualTerminal{Locked="VirtualTerminal"}Abrir la ubicación de registros predeterminadaopcionesOptions to change how a command worksSobreescribir argumentos pasados al instaladorPaquete: {0}{Locked="{0}"} Label displayed for a software package. {0} is a placeholder replaced by the software package name.Vaya, olvidamos hacer esto...La posición del cursor en la línea de comandosDeclaración de privacidadLa consulta usada para buscar un paqueteProgreso que muestra un arco iris de coloresNo se proporcionó un argumento necesario: '{0}'{Locked="{0}"} Error message displayed when the user does not provide a required command line argument. {0} is a placeholder replaced by an argument name.Pantalla de progreso como color predeterminadoBusca paquetes de orígenes configurados.Buscar y mostrar información básica de paquetesIdAbbreviation of Identifier.CoincidenciaNombreOrigense omitieron otras entradas por el límite de resultadosVersiónSe encontraron los siguientes errores al validar la configuración:Abra la configuración en el editor de texto JSON predeterminado. Si no hay un editor configurado, abra la configuración en el bloc de notas. Para conocer la configuración disponible, consulte https://aka.ms/winget-settings. Este comando también se puede utilizar para establecer la configuración del administrador proporcionando los argumentos --enable o --disable.{Locked="--enable"} {Locked="--disable"}Abrir la configuración o establecer la configuración del administradorError inesperado al cargar la configuración. Para comprobar la configuración, ejecute el comando 'settings'.{Locked="'settings'"}CanalMuestra información sobre un paquete específico. De forma predeterminada, la consulta debe coincidir con el id, nombre o el moniker del paquete sin distinguir entre mayúsculas y minúsculas. Puede usar otros campos si pasa su opción adecuada.id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Muestra información sobre un paqueteVersiónSolicitar instalación silenciosaSolo el alias de un solo carácter puede aparecer después de un solo -: '{0}'{Locked="{0}"} Error message displayed when the user provides more than a single character command line alias argument after an alias argument specifier '-'. {0} is a placeholder replaced by the user's argument input.Ya existe un origen con el nombre proporcionado y hace referencia a una ubicación diferente:Ya hay un origen con otro nombre que hace referencia a esta ubicación:Ya existe un origen con el nombre proporcionado y hace referencia a la misma ubicación:Agregando origen:Agrega un nuevo origen. Un origen proporciona los datos para que puedas detectar e instalar paquetes. Agrega un origen nuevo solo si confías que será una ubicación segura.Agregar un nuevo origenEl argumento dado al origenBuscar paquete usando el origen especificadoAdministrar orígenes con los subcomandos. Un origen proporciona los datos para que puedas detectar e instalar paquetes. Agrega un origen nuevo solo si confías en él como una ubicación segura.Administrar orígenes de paquetesEdite las propiedades de un origen existente. Un origen proporciona los datos para que pueda detectar e instalar paquetes.Editar propiedades de un origenEditando origen: {0}{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being edited. {0} is a placeholder replaced by the repository source name.El origen denominado '{0}' ya está en el estado deseado.{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being edited. {0} is a placeholder replaced by the repository source name.ArgumentoValue given to source.Enumerar todos los orígenes actuales o detalles completos de un origen específico.Enumerar orígenes actualesDatosData stored by the source.CampoThe name of a piece of information about a source.NombreThe name of the source.IdentificadorThe source's unique identifier.No se encontró un origen con nombre: {0}Error message displayed when the user provides a repository source name that was not found. {0} is a placeholder replaced by the user input.No hay ningún origen configurado.TipoThe kind of source.ActualizadoThe last time the source was updated.nuncaThe source has never been updated.ValorThe value of information about a source.Nombre del origenError al abrir los orígenes, pruebe el comando "source reset" si el problema persiste.{Locked="source reset"}No se pudo abrir el origen predefinido; por favor informa a los mantenedores de winget.{Locked="winget"}Eliminando todos los orígenes...Quitar un origen específico.Quitar orígenes actualesQuitando origen: {0}...{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being removed. {0} is a placeholder replaced by the repository source name.Restableciendo todos los orígenes...Este comando quita los orígenes existentes lo que puede dejar atrás información local. Sin argumentos, eliminará todos los orígenes y agregará los valores predeterminados. Si se proporciona el nombre de un origen, solo se eliminará ese origen.Restablecer orígenesFuerza el restablecimiento de los orígenesSe restablecerán los siguientes orígenes si se proporciona la opción --force:{Locked="--force"}Restableciendo origen: {0}...{Locked="{0}"} Message displayed to inform the user about a repository source that is currently being reset. {0} is a placeholder replaced by the repository source name.Tipo del origenActualizando todos los orígenes...Actualizar todos los orígenes o solo un origen específico.Actualizar orígenes actualesActualizando origen: {0}...{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being updated. {0} is a placeholder replaced by the repository source name.Filtrar resultados por etiquetaGracias por usar wingetAvisos de tercerosLa utilidad de línea de comandos winget permite instalar aplicaciones y otros paquetes desde la línea de comandos.Mostrar información general de la herramientaMostrar la versión de la herramientaSe proporcionó el argumento más veces de las permitidas: '{0}'{Locked="{0}"} Error message displayed when the user provides a command line argument more times than it is allowed. {0} is a placeholder replaced by the user's argument name input.Se proporcionó más de un argumento de comportamiento de ejecución: '{0}'{Locked="{0}"} Error message displayed when the user provides more than one execution behavior argument when installing an application package. {0} is a placeholder replaced by the user specified execution behaviors (e.g. 'silent|interactive').Se ha producido un error inesperado al ejecutar el comando:Desinstalar la versión anterior del paquete durante la actualizaciónComando no reconocido: '{0}'{Locked="{0}"} Error message displayed when the user provides an unrecognized command. {0} is a placeholder replaced by the user input.Actualizar todos los paquetes instalados a la versión más reciente si está disponibleNo se ha encontrado ninguna actualización aplicable.Una versión más reciente del paquete está disponible en una fuente configurada, pero no se aplica a su sistema o requisitos.No se ha encontrado ninguna actualización disponible.No hay versiones más recientes del paquete disponibles en las fuentes configuradas.Actualiza el paquete seleccionado, ya sea buscando en la lista de paquetes instalados o directamente desde un manifiesto. De forma predeterminada, la consulta debe coincidir sin distinción entre mayúsculas y minúsculas con el identificador, el nombre o el moniker del paquete. Se pueden usar otros campos pasando su opción adecuada. Cuando no se proporciona ningún argumento, muestra los paquetes con actualizaciones disponiblesid, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Muestra y realiza actualizaciones disponiblesuso: {0} {1}{Locked="{0} {1}"} Message displayed to provide the user with instructions on how to use a command. {0} is a placeholder replaced by the program name (e.g. 'winget'). {1} is a placeholder replaced by the pattern for using the selected command.Valida un manifiesto usando un conjunto estricto de instrucciones. El propósito es permitirle comprobar el manifiesto antes de enviarlo a un repositorio.Valida un archivo de manifiestoLa ruta de acceso al manifiesto que se va a validarPermite el registro detallado para wingetCompruebe que el archivo de entrada es un archivo de tipo MSIX válido y firmado.Usar la versión especificada. El valor predeterminado es la última versiónMostrar las versiones disponibles del paqueteSe pide el valor proporcionado antes de la finalizaciónNo se encontró ninguna versión que coincida: {0}{Locked="{0}"} Error message displayed when the user attempts to upgrade an application package to a version that was not found. {0} is a placeholder replaced by the user's provided upgrade package version.Ninguna fuente coincide con el valor especificado: {0}{Locked="{0}"} Error message displayed when the user attempts to install or upgrade an application package from a repository source that was not found. {0} is a placeholder replaced by the user's repository source name input.Los orígenes configurados son:No se definió ningún origen. Agregue uno con "source add" o restablezca el valor predeterminado con "source reset"{Locked="source add","source reset"}EncontradoLa ruta de acceso es un directorio: {0}{Locked="{0}"} Error message displayed when the user provides a system path that is a directory. {0} is a placeholder replaced by the provided directory path.El archivo “{0}” no existe.{Locked="{0}"} Error message displayed when the user provides a system file that does not exist. {0} is a placeholder replaced by the provided file path.Se proporcionan los argumentos de consulta de búsqueda y manifiesto localRegistrosLabel displayed for diagnostic files containing information about the application use.El instalador está bloqueado debido a una directivaEl instalador falló la comprobación de seguridadUn producto antivirus informa de una infección en el instaladorError al intentar actualizar el origen: {0}{Locked="{0}"} Error message displayed when an attempt to update the repository source fails. {0} is a placeholder replaced by the repository source name.Desinstala el paquete seleccionado, encontrado al buscar en una lista de paquetes instalados o bien, directamente desde un manifiesto. De forma predeterminada, la consulta debe coincidir con el id, nombre o el moniker del paquete sin distinguir entre mayúsculas y minúsculas. Se pueden usar otros campos usando la opción apropiada.id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Desinstala el paquete proporcionadoIniciando la desinstalación de paquete...Desinstalación realizada con éxitowinget no encuentra el comando de desinstalación de este paquete. Póngase en contacto con el anunciante del paquete para obtener ayuda.{Locked="winget"}Desinstalación abandonadaError de desinstalación con el código de salida: {0}{Locked="{0}"} Error message displayed when an attempt to uninstall an application package fails. {0} is a placeholder replaced by an error code.Exporta una lista de los paquetes instaladosInstala todos los paquetes enumerados en un archivo.Instala todos los paquetes en un archivo.Archivo en el que se va a escribir el resultadoArchivo que describe los paquetes que se instalaránExportar paquetes del origen especificadoEscribe una lista de los paquetes instalados en un archivo. Los paquetes se pueden instalar con el comando import.{Locked="import"}No se pudieron instalar uno o más paquetes importadosEl origen necesario para la importación no está instalado: {0}{Locked="{0}"} Error message displayed when the user attempts to import application package(s) from a repository source that is not installed. {0} is a placeholder replaced by the repository source name.El paquete instalado no está disponible desde ningún origen: {0}{Locked="{0}"} Warning message displayed when the user attempts to export an installed application package that is not available from any repository source. {0} is a placeholder replaced by the installed package name.La versión instalada del paquete no está disponible de ningún origen: {0} {1} {2}{Locked="{0} {1} {2}"} Warning message displayed when the user attempts to export an installed application package with a version that is not available from any repository source. {0} is a placeholder replaced by the installed package identifier. {1} is a placeholder replaced by the installed package version. {2} is a placeholder replaced by the installed package channel.No se encontraron paquetes en archivo de importaciónEl archivo JSON no es válido.El paquete ya está instalado: {0}{Locked="{0}"} Message displayed to inform the user that an application package is already installed. {0} is a placeholder replaced by the package identifier or search query.Omitir los paquetes no disponiblesIncluir versiones de paquete en el archivo de exportaciónOmitir las versiones del paquete del archivo de importaciónLa ruta de acceso no existe: {0}{Locked="{0}"} Error message displayed when the user provides a system path argument value that does not exist. {0} is a placeholder replaced by the user's provided path.El archivo JSON no especifica un esquema reconocido.Seleccione el ámbito de la instalación (user o machine){Locked="user","machine"} This argument allows the user to select between installing for just the user or for the entire machine.El valor proporcionado para el argumento '{0}' no es válido; los valores válidos son: {1}{Locked="{0}","{1}"} Error message displayed when the user provides an invalid command line argument value. {0} is a placeholder replaced by the argument name. {1} is a placeholder replaced by a list of valid options.Esta operación está deshabilitada por directiva de grupo: {0}{Locked="{0}"} Error message displayed when the user performs a command operation that is disabled by a group policy. {0} is a placeholder replaced by a group policy description.Habilitar orígenes adicionales del instalador de aplicaciones de WindowsHabilitar orígenes permitidos del instalador de aplicaciones de WindowsHabilitar el origen predeterminada del instalador de aplicaciones de WindowsHabilitar las funciones experimentales del instalador de aplicaciones de WindowsHabilitar el origen Microsoft Store del instalador de aplicaciones de WindowsHabilitar origen de fuente de Windows App InstaladorHabilitar la configuración del Administrador de paquetes de WindowsHabilitar el Administrador de paquetes de WindowsHabilitar Administrador de paquetes de Windows interfaces de línea de comandosEstablecer el intervalo de actualización automática del origen del Administrador de paquetes de Windows en minutosDirectiva de grupoHeader for a table listing active Group PoliciesHabilitar los archivos locales de manifiesto del instalador de aplicaciones de WindowsHabilitar omisión del certificado anclado de origen del instalador de aplicación de Windows para Microsoft StoreHabilitar invalidación de examen de malware de archivo local de Windows Instalador de aplicaciónCampo: {0}{Locked="{0}"} Warning message displayed when a user setting field has invalid syntax or semantics. {0} is a placeholder replaced by the setting field path.Formato de campo no válido.Valor de campo no válido.Configuración no válida de la directiva de grupo.Se ha cargado la configuración desde el archivo de copia de seguridad.Error al analizar el archivo:Valor: {0}{Locked="{0}"} Warning message displayed when a user setting value has invalid syntax or semantics. {0} is a placeholder replaced by the setting data value.Las siguientes características experimentales están en curso.
La configuración está deshabilitada debido a la Directiva de grupo.El hash del instalador no coincide.Habilitar la sobreescritura del hash del instalador de aplicaciones de WindowsExportar los orígenes actuales como JSON para la directiva de grupo.Exportar los orígenes actualesOrigen adicionalAn additional source required by policy.Origen permitidoA source that the user is allowed to add.El valor proporcionado para el argumento '{0}' no es válido{Locked="{0}"} Error message displayed when the user provides an invalid command line argument value. {0} is a placeholder replaced by the argument name.CanceladoExternoLos paquetes encontrados en esta importación tienen las siguientes dependencias:Import command sentence showed before reporting dependenciesEste paquete requiere las siguientes dependencias:Message shown before reporting dependenciesInstalando dependencias:No se encontró el origen de la dependenciaLa búsqueda de paquetes produce más de un resultado: {0}{Locked="{0}"} Error message displayed when application packages search yield more than one result. {0} is a placeholder replaced by the dependency package identifier.No se encontró la última versión del paquete: {0}{Locked="{0}"} Error message displayed when no suitable version found for the specific application package. {0} is a placeholder replaced by the package identifier.No se encontraron instaladores: {0}{Locked="{0}"} Error message displayed when no installer found for a manifest. {0} is a placeholder replaced by the manifest identifier.Versión mínima requerida no disponible para el paquete: {0}{Locked="{0}"} Error message displayed when the minimum required version is not available for an application package. {0} is a placeholder replaced by the package identifier.Sin coincidenciasWhen package search yields no matchesTiene bucleDependency graph has loopNo se encontró ningún instalador adecuado para el manifiesto: {0} versión {1}{Locked="{0}","{1}"} Error message displayed when an attempt to get a preferred installer for a manifest fails. {0} is a placeholder replaced by the manifest identifier. {1} is a placeholder replaced by the manifest version.Error al procesar las dependencias del paquete. ¿Desea continuar con la instalación?Prompt message shown when dependencies processing yields errors.Error al procesar las dependencias del paquete. Saliendo...PaquetesEste paquete tenía dependencias que es posible que ya no sean necesarias:Uninstall command sentence showed before reporting dependenciesEl manifiesto tiene las siguientes dependencias que no se validaron; asegúrese de que son válidas:Validate command sentence showed before reporting dependenciesCaracterísticas de WindowsBibliotecas de WindowsBuscar dependencias de paquete con el origen especificadoFor getting package type dependencies when installing from a local manifestTérminos de Microsoft StoreAceptar todos los contratos de licencia para paquetesEl paquete exportado requiere un contrato de licencia para instalar: {0}{Locked="{0}"} Warning message displayed when an exported application package requires license agreement to install. {0} is a placeholder replaced by the package name.El editor requiere que vea la información anterior y acepte los contratos antes de la instalación.
¿Acepta los términos?No se han aceptado los acuerdos de paquete. Operación cancelada.Acuerdos:Autor:Descripción:Instalador:Configuración regional del instalador:Id. de producto de Store:Instalador SHA256:Tipo de instalador:Dirección URL del instalador:Licencia:Dirección URL de la licencia:Moniker:Página principal:Editor:Etiquetas:Versión:Dependencias:Características de Windows:Bibliotecas de Windows:Dependencias de paquete:Dependencias externas:NoSíNo se pudo abrir el origen agregado.Aceptar todos los contratos de origen durante las operaciones de origenEl origen '{0}' requiere que vea los siguientes contratos antes de usarlo.{Locked="{0}"} Message displayed to inform the user that a repository source requires viewing agreements before using. {0} is a placeholder replaced by the repository source name.¿Está de acuerdo con todos los términos de los contratos de origen?No se han aceptado uno o varios de los contratos de origen. Operación cancelada. Acepte los contratos de origen o quite los orígenes correspondientes.El origen requiere que la región geográfica de dos letras de la máquina actual se envíe al servicio back-end para que funcione correctamente (por ejemplo, "EE. UU.").Se instaló correctamente. Reinicie la aplicación para completar la actualización.Encabezado HTTP de origen REST opcional de Windows-Package-ManagerOmitiendo el encabezado opcional porque no es aplicable para este origen.El encabezado opcional no es aplicable sin especificar un origen: '{0}'{Locked="{0}"} Error message displayed when the user performs an operation (e.g install) and provides the HTTP 'header' argument without specifying the repository source. {0} is a placeholder replaced by the header argument name.Fecha de lanzamiento:Distribución sin conexión admitida:Dirección URL del editor:Dirección URL de compra:Dirección URL de soporte del editor:Dirección URL de privacidad:Copyright:Dirección URL de copyright:Notas de la versión:Dirección URL de notas de la versión:Error al buscar en el origen, los resultados no se incluirán: {0}{Locked="{0}"} Warning message displayed when searching a repository source fails. {0} is a placeholder replaced by the repository source name.Error al buscar en el origen: {0}{Locked="{0}"} Error message displayed when searching a repository source fails. {0} is a placeholder replaced by the repository source name.Esta función debe ser activada por los administradores. Para activarla, ejecute 'winget settings --enable {0}' como administrador.{Locked="winget settings --enable", "{0}"}. Error message displayed when the user uses a feature that needs to be enabled by administrators. {0} is a placeholder replaced by the admin setting.Habilita la configuración de administrador específicaDeshabilita la configuración de administrador específicaConfiguración de administrador habilitada "{0}".{Locked="{0}"} Message displayed when the user enables an admin setting. {0} is a placeholder replaced by the setting name.Configuración de administrador deshabilitada "{0}".{Locked="{0}"} Message displayed when the user disables an admin setting. {0} is a placeholder replaced by the setting name.Configuración de administradorHeader for a table displaying admin settings.La aplicación se está ejecutando actualmente. Salga de la aplicación e inténtelo de nuevo.Otra aplicación está usando los archivos modificados por el instalador. Salga de las aplicaciones e inténtelo de nuevo.Ya hay otra instalación en curso. Inténtelo de nuevo más tarde.Se están usando uno o varios archivos. Salga de la aplicación e inténtelo de nuevo.Falta una dependencia de este paquete en el sistema.No hay más espacio en el equipo. Haga espacio e inténtelo de nuevo.No hay suficiente memoria disponible para instalar. Cierre otras aplicaciones e inténtelo de nuevo.Uno de los parámetros de instalación no es válido. Es posible que el registro de instalación del paquete tenga detalles adicionales.Esta aplicación requiere conectividad a Internet. Conéctese a una red e inténtelo de nuevo.Esta aplicación encontró un error durante la instalación. Póngase en contacto con el soporte técnico.Reinicie el equipo para finalizar la instalación.El equipo se reiniciará para finalizar la instalación.Error en la instalación. Reinicia el equipo e inténtalo de nuevo.Ha cancelado la instalación.Ya hay otra versión de esta aplicación instalada.Ya hay instalada una versión posterior de esta aplicación.Las directivas de la organización impiden la instalación. Póngase en contacto con su administrador.La configuración del sistema actual no admite la instalación de este paquete.La instalación falló debido a un error del instalador personalizado. Póngase en contacto con la asistencia técnica del paquete.Instalación abandonadaError del instalador con el código de salida: {0}{Locked="{0}"} Error message displayed when the application installer fails. {0} is a placeholder replaced by an error code.El registro del instalador está disponible en: {0}{Locked="{0}"} Message displayed to inform the user about the system path of a diagnostic files containing information about the installer. {0} is a placeholder replaced by the diagnostic file system path.Se encontraron los siguientes paquetes entre los orígenes que funcionan.
Especifique uno de ellos con la opción --source para continuar.{Locked="--source"} "working sources" as in "sources that are working correctly"No se encontraron paquetes entre los orígenes que funcionan."working sources" as in "sources that are working correctly"Esto es una versión estable del Administrador de paquetes de Windows. Si desea probar las características experimentales, instale una compilación de versión preliminar. Las instrucciones están disponibles en GitHub en https://github.com/microsoft/winget-cli.{Locked="https://github.com/microsoft/winget-cli"}Administrador de paquetes de Windows v{0}{Locked="{0}"} Label displaying the product name and version. {0} is a placeholder replaced by the product version.Omitir las versiones del paquete de la importación del archivoEl número de resultados solicitado debe estar entre 1 y 1000.Argumentos que se van a pasar al instalador además de los valores predeterminadosSe encontró una versión más reciente, pero la tecnología de instalación es diferente de la versión actual instalada. Desinstale el paquete e instale la versión más reciente.La tecnología de instalación de la versión más reciente especificada es diferente de la versión actual instalada. Desinstale el paquete e instale la versión más reciente.Administrador de paquetes de Windows (Versión preliminar) v{0}{Locked="{0}"} Label displaying the preview product name and pre-release version. {0} is a placeholder replaced by the product version.Selección de la arquitecturaActualizar paquetes aunque no se pueda determinar su versión actualEnumere los paquetes incluso si no se puede determinar su versión actual. Solo se puede usar con el argumento --upgrade-available{Locked="--upgrade-available"}No se puede determinar el número de versión de este paquete. Para actualizarlo de todos modos, agregue el argumento --include-unknown al comando anterior.{Locked="--include-unknown"}{0} paquete(s) tienen números de versión que no se pueden determinar. Use --include-unknown para ver todos los resultados.{Locked="{0}","--include-unknown"} {0} is a placeholder that is replaced by an integer number of packages that do not have notated versions. {0} paquetes están anclados y deben actualizarse explícitamente.{Locked="{0}"} {0} is a placeholder that is replaced by an integer number of packages that require explicit upgrades.Los argumentos proporcionados solo se pueden usar con una consulta.Arquitectura del sistema: {0}{Locked="{0}"} Label displayed for the system architecture. {0} is a placeholder replaced by the value of the system architecture (e.g. X64).Conserva todos los archivos y directorios creados por el paquete (portable)Elimina todos los archivos y directorios del directorio del paquete (portable)Presione Entrar para continuar . . .Valor para cambiar el nombre del archivo ejecutable (portable)Pide al usuario que presione cualquier tecla antes de salirEl instalador solicitará que se ejecute como administrador. Espere una indicación.El instalador no se puede ejecutar desde un contexto de administrador.Variable de entorno PATH modificada; reinicie el shell para usar el nuevo valor.Filtra con el código de productoYa existe un paquete portable con el mismo nombre pero de otro origen; continuando debido a --force{Locked="--force"}El volumen no admite puntos de análisisEl nombre de archivo especificado no es un nombre de archivo válidoSobrescribiendo archivo existente: {0}{Locked="{0}"} Warning message displayed to inform the user that an existing file is being overwritten. {0} is a placeholder replaced by the file system path.No se ha proporcionado ningún argumento de selección de paquete; vea la ayuda para obtener más información sobre cómo buscar un paquete.Alias de línea de comandos agregado:Directorio de vínculos portátiles (equipo)Directorio de vínculos portátiles (usuario)Raíz de paquete portátil (usuario)Raíz de paquete portátilRaíz de paquete portátil (x86)Error en la instalación portable. Limpiando...Se ha modificado el paquete portátil; se puede continuar debido a --force{Locked="--force"}No se puede quitar el paquete portátil porque se ha modificado; para invalidar esta comprobación, use --force{Locked="--force"}Quedan archivos en el directorio de instalación: {0}{Locked="{0}"} Warning message displayed when files remain in install directory. {0} is a placeholder replaced by the directory path.Purgando directorio de instalación...No se puede purgar el directorio de instalación porque WinGet no lo ha creadoVínculo relacionadoDocumentación:Notas: {0}{Locked="{0}"} Label displayed for installation notes. {0} is a placeholder replaced by installation notes.Notas de instalación:No se admite un argumento proporcionado para este paqueteNo se pudo extraer el contenido del archivoEl archivo de instalador anidado no existe. Asegúrese de que la ruta de acceso relativa especificada del instalador anidado coincide con: {0}{Locked="{0}"} Error message displayed when nested installer file does not exist. {0} is a placeholder replaced by the nested installer file path.Ruta de acceso relativa de archivo no válida para el instalador anidado; la ruta de acceso señala a una ubicación fuera del directorio de instalaciónNo se ha especificado ningún instalador anidado para este paqueteSolo se puede especificar un instalador anidado para un instalador de archivo a menos que sea un instalador anidado de fuente o portátilArgumentos de línea de comandos no compatibles proporcionadosEnumere solo los paquetes que tienen una actualización disponibleLos siguientes paquetes tienen una actualización disponible, pero requieren un destino explícito para la actualización:"require explicit targeting for upgrade" means that the package will not be upgraded with all others unless an extra flag is added, or the package is mentioned explicitlyDescargandoLabel displayed while downloading an application installer.No se admite el tipo de instalador anidadoSe sabe que este instalador reinicia el terminal o el shellEste paquete requiere una ubicación de instalaciónSe sabe que los instaladores siguientes reinician el terminal o el shell:Los instaladores siguientes requieren una ubicación de instalación:Especifique la raíz de instalación:¿Desea continuar?Contratos paraThis will be followed by a package name, and then a list of license agreementsEl paquete requiere la ubicación de instalación, pero no se ha proporcionadoDeshabilitar mensajes interactivosDescription for a command line argument, shown next to it in the helpSe encontró un paquete existente ya instalado. Intentando actualizar el paquete instalado...Ejecutar directamente el comando y continuar con problemas no relacionados con la seguridadDescription for a command line argument, shown next to it in the helpYa existe un paquete portátil de otro origenArchivo extraído correctamenteExtrayendo archivo...El examen de archivo detectó malware. Para invalidar esta comprobación, use --ignore-local-archive-malware-scan{Locked="--ignore-local-archive-malware-scan"}El examen de archivo detectó malware. Continuar debido a --ignore-local-archive-malware-scan{Locked="--ignore-local-archive-malware-scan"}Omite la actualización si ya existe una versión instaladaYa hay instalada una versión del paquete. Instalación cancelada.No se puede habilitar {0}. Esta configuración está controlada por la directiva. Para obtener más información, póngase en contacto con el administrador del sistema.{Locked="{0}"} The value will be replaced with the feature nameNo se puede deshabilitar {0}. Esta configuración está controlada por la directiva. Para obtener más información, póngase en contacto con el administrador del sistema.{Locked="{0}"} The value will be replaced with the feature nameAgrega un nuevo PIN. Un PIN puede limitar el Administrador de paquetes de Windows de actualizar un paquete a intervalos específicos de versiones, o puede impedir que se actualice el paquete por completo. Es posible que un paquete anclado aún se actualice por sí solo y se actualice desde fuera del Administrador de paquetes de Windows. De forma predeterminada, un paquete anclado se puede actualizar mencionándolo explícitamente en el comando "upgrade" o agregando la marca "--include-pinned" a "winget upgrade --all".{Locked{"'upgrade'"} Locked{"--include-pinned"} Locked{"winget upgrade --all"}Crear un nuevo PINAdministre los pines de paquete con los submenses. Un PIN puede limitar el Administrador de paquetes de Windows de actualizar un paquete a intervalos específicos de versiones, o puede impedir que se actualice el paquete por completo. Un paquete anclado aún puede actualizarse por sí solo y actualizarse desde fuera del Administrador de paquetes de Windows.Administrar PIN de paqueteEnumere todos los PIN actuales o detalles completos de un PIN específico.Lista de PIN actualesQuite un PIN de paquete específico.Quitar un PIN de paqueteRestablecer todos los PIN existentes.Restablecer PINVersión a la que se ancla el paquete. El carácter comodín "*" se puede usar como parte de la última versión.Impedir que se actualice hasta que se quite el PIN, lo que impide invalidar argumentosAnclar una versión instalada específicaInstaladoValue used in a table to indicate that a package comes from the list of packages installed in the machineExportar configuración como JSONExportar configuraciónConfiguración de usuarioLabel displayed for the file containing the user settings.No se pudo cargar el archivo de configuración. Se usarán los valores predeterminados.Seleccionar filtro de ámbito de paquete instalado (user o machine){Locked="user","machine"} This argument allows the user to select installed packages for just the user or for the entire machine.Anclaje agregado correctamenteYa hay un PIN para el paquete {0}{Locked="{0}"} {0} is a placeholder that will be replaced by a package name. The message is shown when attempting to add a pin for a package that is already pinned.Ya existe un PIN para el paquete {0}. Sobrescribiendo debido al argumento --force.{Locked="--force"}{Locked="--force","{0}"} {0} is a placeholder that will be replaced by a package name.Ya existe un PIN para el paquete {0}. Use el argumento --force para sobrescribirlo.{Locked="--force","{0}"} {0} is a placeholder that will be replaced by a package name.Restableciendo todos los anclajes actuales.Use el argumento --force para restablecer todos los anclajes. Se quitarán los siguientes anclajes:{Locked="--force"}Tipo de anclajeNo hay ningún anclaje para el paquete {0}{Locked="{0}"} {0} is a placeholder that will be replaced by a package name. The message is shown when attempting to delete a pin for a package that is not pinned.No hay anclajes configurados.Shown when listing or modifying existing pins if there are none.Los anclajes se restablecieron correctamenteShown after resetting (deleting) all the pinsNo se puede abrir la base de datos de anclaje.Error message for when we cannot open the database containing package pins.Se proporcionó un argumento que solo se puede usar para un solo paqueteSe proporcionaron varios argumentos mutuamente excluyentes: {0}{Locked="{0}"} Error message shown when mutually incompatible command line arguments are used. {0} is a placeholder replaced by the arguments that cannot be specified togetherLa {0} de argumentos solo se puede usar con {1}{Locked="{0}","{1}"} Error message shown when having an argument needs another to be present, but that is missing. {0} and {1} are replaced by the arguments. For example "Argument --include-unknown can only be used with --upgrade"DeshabilitadoAs in enabled/disabledHabilitadoAs in enabled/disabledEstadoHeader for a table listing the state (enabled/disabled) of Group Policies and SettingsLa consulta usada para buscar un paqueteNo se encontró el paquete: {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches returns no results. {0} is a placeholder replaced by the package name or query.Se encontraron varios paquetes para: {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches returns more than one result. {0} is a placeholder replaced by the package name or query.Error en la búsqueda de: {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches fails. This message is for generic failures, we have more specific messages for when the search returns no results, or when it returns more than one result. {0} is a placeholder replaced by the package name or query.{0} paquetes tienen un pin que debe quitarse antes de la actualización{Locked="{0}"} {0} is a placeholder that is replaced by an integer number of packages with pins that prevent upgradeNo se puede actualizar el paquete con winget. Use el método proporcionado por el publicador para actualizar este paquete.Actualizar paquetes aunque tengan un PIN que no sea de bloqueoEnumere los paquetes incluso si tienen un pin que impide la actualización. Solo se puede usar con el argumento --upgrade-available{Locked="--upgrade-available"}El anclaje se quitó correctamenteSe encontró una versión más reciente, pero el paquete tiene un PIN que impide su actualización.El paquete está anclado y no se puede actualizar. Use el comando "winget pin" para ver y editar anclajes. Algunos tipos de anclaje se pueden omitir con el argumento --include-pinned.{Locked="winget pin","--include-pinned"} Error shown when we block an upgrade due to the package being pinned{0} paquetes tienen anclajes que impiden la actualización. Use el comando "winget pin" para ver y editar los anclajes. Si usa el argumento --include-pinned puede mostrar más resultados.{Locked="winget pin","--include-pinned"} {0} is a placeholder replaced by an integer number of packagesGarantiza que el sistema coincida con el estado deseado tal y como se describe en la configuración proporcionada. Puede descargar o ejecutar procesadores para lograr el estado deseado. La configuración y los procesadores deben comprobarse para asegurarse de que son de confianza antes de aplicarlos.Configura el sistema en el estado deseadoMuestra los detalles de la configuración proporcionada. De forma predeterminada, no se modificará el sistema, pero algunas opciones harán que los archivos se descarguen o carguen.Muestra los detalles de una configuraciónComprueba que el sistema coincide con el estado deseado tal y como se describe en la configuración proporcionada. Puede descargar o ejecutar procesadores para probar el estado deseado. La configuración y los procesadores deben comprobarse para asegurarse de que son de confianza antes de ejecutarlos.Comprueba el sistema con respecto a un estado deseadoValida que un archivo de configuración sea correcto.Valida un archivo de configuraciónEl campo '{0}' en el archivo de configuración no es del tipo correcto.{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the field name from the file.La ruta al archivo de configuraciónEl archivo de configuración no es válido.Se desconoce la versión {0} del archivo de configuración.{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the version of the configuration file.Acepta la advertencia de configuración, evitando un aviso interactivoAplicarIndicates that this item is used to write stateAserciónIndicates that this item is used to check/assert the state rather than write to itDependencias:{0}{Locked="{0}"} Label displaying a list of dependencies. {0} is replaced with a space separated list of identifiers referencing other items.Parte de la configuración no se aplicó correctamente.No se pudo obtener información detallada sobre la configuración.informarIndicates that this item is used to retrieve values for future use rather than writing themLocalUsed to indicate that the item is present on the device.Módulo: {0}{Locked="{0}"} Label displaying a module name. {0} is replaced with the name of the module from the user input file.Módulo: {0} por {1} [{2}]{Locked="{0}","{1}","{2}"} Label displaying module information. {0} is replaced by the module name. {1} is replaced by the module author. {2} is replaced by a string indicating the source of the module.Configuración:Label for the values that are used as inputs for this item when applying stateConfiguración aplicada correctamente.La unidad se ha aplicado correctamente.Se está aplicando otra configuración al sistema. Esta configuración continuará tan pronto como sea posible...Es responsable de comprender las opciones de configuración que va a ejecutar. Microsoft no es responsable del archivo de configuración que ha creado o importado. Esta configuración puede cambiar la configuración en Windows, instalar software, cambiar la configuración del software (incluida la configuración de seguridad) y aceptar contratos de usuario para paquetes y servicios de terceros en su nombre. Al ejecutar este archivo de configuración, reconoce que comprende y acepta estos recursos y configuraciones. Sus propietarios le conceden licencia para todas las aplicaciones instaladas. Microsoft no es responsable ni concede licencias a paquetes o servicios de terceros.Legal approved. Do not change without approval.¿Ha revisado la configuración y desea proceder a aplicarla al sistema?PM approved.La configuración está vacía.No se ha encontrado la característica [{0}].{Locked="{0}"} Error message displayed when a Windows feature was not found on the system.No se han podido habilitar las dependencias de características de Windows. Para continuar con la instalación, use "--force".{Locked="--force"}Es necesario reiniciar para habilitar completamente las características de Windows; para anular esta comprobación use "--force"."Windows Feature(s)" is the name of the options Windows features setting.No se han podido habilitar las dependencias de características de Windows; procediendo debido a --force"Windows Feature(s)" is the name of the options Windows features setting.
{Locked="--force"}Habilitando [{0}]...{Locked="{0}"} Message displayed to the user regarding which Windows Feature is being enabled.No se ha podido habilitar la característica [{0}]: {1}{Locked="{0}","{1}"} An error when enabling a Windows Feature. {0} is a placeholder for the name of the Windows Feature.
{1} is a placeholder for the unrecognized error code.Es necesario reiniciar para habilitar completamente las características de Windows. continuar debido a --force"Windows Feature(s)" is the name of the options Windows features setting.Esperando a que se complete otra instalación/desinstalación...Versión ancladaTable header for the version to which a package is pinned; meaning it should not update from that version.<Para más detalles, consulte el archivo de registro>The brackets are intended to make the value stand out from other text which it will follow. Any locale appropriate mechanism that achieves this is acceptable.Recuperando detalles de configuraciónInicializando el sistema de configuraciónLeyendo archivo de configuraciónEl sistema no está en el estado deseado establecido por la configuración.Error en esta unidad de configuración por una razón desconocida: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.Error en la unidad de configuración debido a la configuración: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.Error de la unidad de configuración al intentar obtener el estado actual del sistema.Error de la unidad de configuración al intentar aplicar el estado deseado.Error de la unidad de configuración al intentar probar el estado actual del sistema.Error interno en la unidad de configuración: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.Error en la unidad de configuración porque una condición previa no es válida: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.Error en la unidad de configuración debido al estado del sistema: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.Error de la unidad de configuración al intentar ejecutar: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.La configuración contiene el identificador '{0}' varias veces.{Locked="{0}"} {0} is a placeholder that is replaced by the identifier string from the user input file.No se encontró la dependencia '{0}' en la configuración.{Locked="{0}"} {0} is a placeholder that is replaced by the identifier string from the user input file.Esta unidad de configuración se omitió manualmente.El módulo de la unidad de configuración está disponible en varias ubicaciones con la misma versión.Error al cargar el módulo para la unidad de configuración.Se encontraron varias coincidencias para la unidad de configuración; especifique el módulo para seleccionar el correcto.No se encontró la unidad de configuración.La unidad de configuración no estaba en el módulo como se esperaba.Esta unidad de configuración no se ejecutó porque se produjo un error en una dependencia o no se ejecutó.Esta unidad de configuración no se ha ejecutado porque se produjo un error en una aserción o era falsa.La unidad de configuración devolvió un resultado inesperado durante la ejecución.Esta unidad de configuración no se ejecutó por una razón desconocida: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.El campo '{0}' tiene un valor no válido: {1}{Locked="{0}","{1}"} An error in reading a configuration file. {0} is a placeholder replaced by the field name from the file. {1} is a placeholder for the invalid value.Falta el campo ''{0}'' o está vacío.{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the expected field name from the file.Vea la línea {0}, columna {1} en el archivo.{Locked="{0}","{1}"} Indicates the file location of the error, {0} and {1} are placeholders for numbers of the line and column, respectively.Cancelando operaciónInstalación del paquete de código auxiliar para AppInstallerInstalar el paquete completo para AppInstallerHabilite las características extendidas. Requiere acceso a la tienda.Las opciones '--enable' y '--disable' no se pueden usar con otros argumentos.{Locked="--enable", "--disable"}Habilitación de características extendidas. Requiere acceso a la tienda.Las características extendidas no están habilitadas. Ejecute "winget configure --enable" para habilitarlos.{Locked="winget configure --enable"}Las características extendidas están habilitadas.Deshabilite las características extendidas. Requiere acceso a la tienda.Deshabilitando las características extendidas. Requiere acceso a la tienda.Las características extendidas están deshabilitadas.Omite el procesamiento de las dependencias del paquete y las características de WindowsDependencias omitidas.No se pudo actualizar PATH variable para el proceso. Las instalaciones posteriores que dependen de los cambios en la variable de PATH pueden generar errores.{Locked="PATH"}Error de algunas unidades de configuración al probar su estado.El sistema se encuentra en el estado de configuración descrito.No se probó el estado de configuración.El sistema no se encuentra en el estado de configuración descrito.Resultado de prueba inesperado: {0}{Locked="{0}"} Error message. {0} will be replaced with the unexpected value (a number).¿Ha revisado la configuración y desea continuar con la comprobación en el sistema?El archivo de configuración no es un archivo de YAML válido.{Locked="YAML"} YAML is a file format name.Esta unidad de configuración forma parte de un ciclo de dependencia.La validación no encontró ningún problema.La unidad de configuración solo está disponible como versión preliminar, pero no está marcada de esa manera en la configuración. Agregue "allowPrerelease: true" a las "directives".{Locked="allowPrerelease: true","directives"} These are values in the configuration file that are not localized.La unidad de configuración se encontró localmente, pero no se encontró en ningún catálogo configurado. Asegúrese de que está presente en cualquier sistema antes de aplicar la configuración.La unidad de configuración no está disponible públicamente; asegúrese de que cualquier persona que vaya a usar esta configuración tenga acceso a ella.No se proporcionó el módulo. Especificar el módulo mejora el rendimiento y evita futuras colisiones de nombres.Descarga el instalador del paquete seleccionado, ya sea buscando en un origen configurado o directamente desde un manifiesto. De forma predeterminada, la consulta debe coincidir sin distinción de mayúsculas y minúsculas con el identificador, nombre o moniker del paquete. Otros campos se pueden usar pasando su opción apropiada. De forma predeterminada, el comando de descarga descargará el instalador adecuado en la carpeta Descargas del usuario.Descarga el instalador de un paquete determinadoDirectorio en el que se descargan los instaladoresDescargando dependencias:Instalador descargado: {0}{Locked="{0}"} Full path of the downloaded installer.Seleccionar el tipo de instaladorDescargas del instaladorSe prohíbe que el instalador se descargue para una instalación sin conexión posterior. `--module-path allusers` requiere privilegios de administrador para ejecutarse.{Locked="--module-path allusers"}Especifica la ubicación en el equipo local para almacenar módulos. La predeterminada es %LOCALAPPDATA%\Microsoft\WinGet\Configuration\Modules{Locked="%LOCALAPPDATA%\Microsoft\WinGet\Configuration\Modules"}El valor de `--module-path allusers` debe ser `currentuser`, `allusers`, `default` o una ruta de acceso absoluta.{Locked="{--module-path}, {currentuser}, {allusers}, {default}}Habilitar configuración de Administrador de paquetes de WindowsRecuperar información sobre errores. Dado un número, la salida contendrá detalles sobre el error, incluido el nombre del símbolo si se trata de un error específico de WinGet. Dado una cadena, se busca este valor en los errores específicos de WinGet.Obtener información sobre erroresValor para buscar en la información de errorEl número especificado es demasiado grande para ser HRESULT.Código de error desconocidoError internoLos argumentos de la línea de comandos no son válidosError al ejecutar el comandoError al abrir el manifiestoSeñal de cancelación recibidaError al ejecutar ShellExecuteNo se puede procesar el manifiesto. La versión del manifiesto es posterior a la admitida. Actualice el cliente.Error al descargar el instaladorNo se puede escribir en el índice; es una versión de esquema superiorEl índice está dañadoLa información de origen configurada está dañadaEl nombre de origen ya está configuradoEl tipo de origen no es válidoEl archivo MSIX es una agrupación, no un paqueteFaltan los datos requeridos por el origenNinguno de los instaladores es aplicable para el sistema actualEl hash del archivo del instalador no coincide con el manifiestoEl nombre de origen no existeLa ubicación de origen ya está configurada con otro nombreNo se encontraron paquetesNo hay orígenes configuradosSe encontraron varios paquetes que coinciden con los criteriosNo se encontró ningún manifiesto que coincida con los criteriosNo se pudo obtener la carpeta pública del paquete de origenEl comando requiere privilegios de administrador para ejecutarseLa ubicación de origen no es seguraLa directiva bloquea el cliente de Microsoft StoreLa directiva bloquea la aplicación Microsoft StoreLa característica está actualmente en desarrollo. Se puede habilitar con la configuración de winget.Error al instalar la aplicación Microsoft StoreError al autocompletarError al inicializar el analizador YAMLSe encontró una clave YAML no válidaSe encontró una clave YAML duplicadaOperación YAML no válidaError al compilar el documento YAMLEstado de emisor YAML no válidoDatos YAML no válidosError de LibYAMLValidación del manifiesto correcta con advertencia.Error de validación de manifiesto.El manifiesto no es válidoNo se encontraron actualizaciones aplicablesactualización de WinGet: todas completadas con erroresError en la comprobación de seguridad del instaladorEl tamaño de descarga no coincide con la longitud de contenido esperadaNo se encontró el comando de desinstalaciónError al ejecutar el comando de desinstalaciónError de iterador de interrupción de ICUError de asignación de caso de ICUError de regex de ICUNo se pudieron instalar uno o varios paquetes importadosNo se encontraron uno o varios paquetes solicitadosEl archivo JSON no es válidoLa ubicación de origen no es remotaNo se admite el origen REST configuradoDatos no válidos devueltos por el origen RESTLa operación está bloqueada por la directiva de grupoError interno de la API de RESTDirección URL de origen REST no válidaTipo MIME no admitido devuelto por la API de RESTVersión del contrato de origen REST no válidaLos datos de origen están dañados o manipuladosError al leer de la secuenciaNo se han aceptado los contratos de paqueteError al leer la entrada en el símbolo del sistemaUno o varios orígenes no admiten la solicitud de búsqueda.No se encuentra el punto de conexión de API de REST.Error al abrir el origen.No se han aceptado los contratos de origenEl tamaño del encabezado supera el límite permitido de 1024 caracteres. Reduzca el tamaño e inténtelo de nuevo.Falta el archivo de recursosError al ejecutar la instalación de MSILos argumentos de msiexec no son válidosError al abrir uno o varios orígenesError al validar las dependenciasFalta uno o varios paquetesColumna de tabla no válidaLa versión de actualización no es más reciente que la versión instaladaLa versión de actualización es desconocida y no se especificó la invalidaciónError de conversión de ICUError al instalar el paquete portátilEl volumen no admite puntos de análisisYa existe un paquete portátil de otro origen.No se puede crear symlink. La ruta de acceso apunta a un directorio.El instalador no se puede ejecutar desde un contexto de administrador.Error al desinstalar el paquete portátilError al validar los valores de DisplayVersion con el índice.No se admiten uno o varios argumentos.No se permiten caracteres nulos incrustados para SQLiteNo se pudo encontrar el instalador anidado en el archivo.Error al extraer el archivo.Se proporcionó una ruta de acceso de archivo relativa no válida al instalador anidado.El certificado de servidor no coincide con ninguno de los valores esperados.Debe proporcionarse la ubicación de instalación.Error al analizar el malware de archivo.Se encontró al menos una versión del paquete instalada.Ya existe un pin para el paquete.No hay ningún pin para el paquete.No se puede abrir la base de datos del pin.Error al instalar una o varias aplicacionesError al desinstalar una o varias aplicacionesUna o varias consultas no devolvieron exactamente una coincidenciaEl paquete tiene un PIN que impide la actualización.El paquete instalado actualmente es el paquete de código auxiliarSeñal de apagado de la aplicación recibidaError al descargar las dependencias del paquete.No se pudo descargar el paquete. La descarga para la instalación sin conexión está prohibida.Un servicio necesario está ocupado o no está disponible. Vuelve a intentarlo más tarde.El GUID proporcionado no corresponde a un estado de reanudación válido.La versión del cliente actual no coincide con la versión del cliente del estado guardado.Los datos de estado de reanudación no son válidos.No se puede abrir la base de datos de punto de control.Se superó el límite máximo de reanudación.Información de autenticación no válida.Método de autenticación no permitido.Error de autenticación.Error de autenticación. Se requiere autenticación interactiva.Error de autenticación. Cancelado por el usuario.Error de autenticación. La cuenta autenticada no es la cuenta deseada.La aplicación se está ejecutando actualmente. Salga de la aplicación e inténtelo de nuevo.Ya hay otra instalación en curso. Inténtelo de nuevo más tarde.Se está usando uno o varios archivos. Salga de la aplicación e inténtelo de nuevo.Falta una dependencia de este paquete en el sistema.No hay más espacio en el equipo. Haga espacio e inténtelo de nuevo.No hay suficiente memoria disponible para instalar. Cierre otras aplicaciones e inténtelo de nuevo.Esta aplicación requiere conectividad a Internet. Conéctese a una red e inténtelo de nuevo.Esta aplicación encontró un error durante la instalación. Póngase en contacto con el soporte técnico.Reinicie el equipo para finalizar la instalación.Error en la instalación. Reinicia el equipo e inténtalo de nuevo.El equipo se reiniciará para finalizar la instalación.Ha cancelado la instalación.Ya hay otra versión de esta aplicación instalada.Ya hay instalada una versión posterior de esta aplicación.Las directivas de la organización impiden la instalación. Póngase en contacto con su administrador.Error al instalar las dependencias de paquetes.Otra aplicación está usando actualmente la aplicación.Parámetro no válido.Paquete no compatible con el sistema.El instalador no admite la actualización de un paquete existente.La instalación falló debido a un error del instalador personalizado.No se encontró la entrada de aplicaciones y características para el paquete.La ubicación de instalación no es aplicable.No se encontró la ubicación de instalación.El hash del archivo existente no coincide.Archivo no encontrado.Se encontró el archivo, pero no se comprobó el hash.No se pudo tener acceso al archivo.El archivo de configuración no es válido.La sintaxis YAML no es válida.Un campo de configuración tiene un tipo no válido.La configuración tiene una versión desconocida.Error al aplicar la configuración.La configuración contiene un identificador duplicado.Falta una dependencia en la configuración.La configuración tiene una dependencia no atendida.Error en una aserción para la unidad de configuración.La configuración se omitió manualmente.El usuario rechazó continuar la ejecución.El gráfico de dependencias contiene un ciclo que no se puede resolver.La configuración tiene un valor de campo no válido.Falta un campo en la configuración.Error de algunas unidades de configuración al probar su estado.No se probó el estado de configuración.No se instaló la unidad de configuración.No se encontró la unidad de configuración.Se encontraron varias coincidencias para la unidad de configuración; especifique el módulo para seleccionar el correcto.Error de la unidad de configuración al intentar obtener el estado actual del sistema.Error de la unidad de configuración al intentar probar el estado actual del sistema.Error de la unidad de configuración al intentar aplicar el estado deseado.El módulo de la unidad de configuración está disponible en varias ubicaciones con la misma versión.Error al cargar el módulo para la unidad de configuración.La unidad de configuración devolvió un resultado inesperado durante la ejecución.Una unidad contiene una configuración que requiere la raíz de configuración.El procesador de configuración no admite la operación.No disponibleDependencias de características de Windows habilitadas correctamenteError al cargar el módulo para la unidad de configuración porque requiere privilegios de administrador para ejecutarse.Una unidad contiene una configuración que requiere la raíz de configuración.Error al cargar el módulo para la unidad de configuración porque requiere privilegios de administrador para ejecutarse.Reanuda la ejecución de un comando guardado anteriormente pasando el identificador único del comando guardado. Se usa para reanudar un comando ejecutado que puede haberse terminado debido a un reinicio.Reanuda la ejecución de un comando guardado previamente.Identificador único del estado guardado que se va a reanudarNo se admite la reanudación del estado desde una versión de cliente diferente: {0}{Locked= "{0}"} Message displayed to inform the user that the client version of the resume state does not match the current client version. {0} is a placeholder for the client version that created the resume state.El estado de reanudación no existe: {0}{Locked="{0}"} Error message displayed when the user provides a guid that does not correspond to a valid saved state. {0} is a placeholder replaced by the provided guid string.No se encontraron datos en el estado de reanudación.Este comando no admite la reanudación.Permite un reinicio si procedeIniciando reinicio para completar la operación...Error al iniciar un reinicio.La operación de reanudación supera el límite permitido de reanudaciones {0}. Para reanudar manualmente, ejecute el comando '{1}'.{Locked="{0}", "{1}"} {0} is a placeholder that is replaced by an integer number of the number of allowed resumes. {1} is a placeholder for the command to run to perform a manual resume.Omitir el límite de reanudación de un estado guardadoEsquema URI no admitido: {0}{Locked="{0}"} Error message displayed when the provided uri is not supported. {0} is a placeholder replaced by the provided uri.URI no bien formado: {0}{Locked="{0}"} Error message displayed when the provided uri is not well formed. {0} is a placeholder replaced by the provided uri.No se pudo analizar {0} contenido de configuración de la unidad de configuración o el contenido de configuración está vacío.{Locked="{0}"} {0} is a placeholder replaced by the input winget configure resource unit type.{0} unidad de configuración no tiene el argumento necesario: {1}{Locked="{0},{1}"} {0} is a placeholder for the input winget configure resource unit type. {1} is placeholder for the missing arg.{0} unidad de configuración no tiene el argumento recomendado: {1}{Locked="{0},{1}"} {0} is a placeholder for the input winget configure resource unit type. {1} is placeholder for the missing arg.La unidad de configuración de WinGetSource está en conflicto con un origen conocido: {0}{Locked="WinGetSource,{0}"} {0} is a placeholder for the input winget source in the configuration unit settings.La unidad de configuración de WinGetSource aserciones en un origen de terceros: {0}{Locked="WinGetSource,{0}"} {0} is a placeholder for the input winget source in the configuration unit settings.WinGetPackage declara UseLatest y Version. Id. de paquete: {0}{Locked="WinGetPackage,UseLatest,Version,{0}"}La unidad de configuración WinGetPackage aserciones en un paquete de origen de terceros. Id. de paquete: {0}; Origen: {1}{Locked="WinGetPackage,{0},{1}"}El paquete de la unidad de configuración WinGetPackage depende de un origen de terceros no configurado previamente. Id. de paquete: {0}; Origen: {1}{Locked="WinGetPackage,{0},{1}"}El paquete de unidad de configuración de WinGetPackage depende de un origen de terceros. Se recomienda declarar la dependencia en la sección uni dependsOn. Id. de paquete: {0}; Origen: {1}{Locked="WinGetPackage,dependsOn,{0},{1}"}No se puede validar el paquete de la unidad de configuración de WinGetPackage. Error al abrir el origen. Id. de paquete: {0}; Origen: {1}{Locked="WinGetPackage,{0},{1}"}No se puede validar el paquete de la unidad de configuración de WinGetPackage. No se encontró el paquete. Id. de paquete: {0}{Locked="WinGetPackage,{0}"}No se puede validar el paquete de la unidad de configuración de WinGetPackage. Se encontró más de un paquete. Id. de paquete: {0}{Locked="WinGetPackage,{0}"}No se puede validar el paquete de la unidad de configuración de WinGetPackage. No se encontró la versión del paquete. Id. de paquete: {0}; Versión {1}{Locked="WinGetPackage,{0},{1}"}Paquete de unidad de configuración WinGetPackage especificado con una versión específica mientras que sólo una versión del paquete está disponible. Id. de paquete: {0}; Versión: {1}{Locked="WinGetPackage,{0},{1}"}No se puede validar el paquete de la unidad de configuración de WinGetPackage. Id. de paquete: {0}{Locked="WinGetPackage,{0}"}Especificar la preferencia de ventana de autenticación (silent, silentPreferred, or interactive){Locked="silent","silentPreferred","interactive"} This argument allows the user to select authentication window popup behavior.Especifique la cuenta que se usará para la autenticaciónNo se pudo agregar el origen. Esta versión de winget no admite el método de autenticación del origen. Intente actualizar a la versión de winget más reciente.{Locked="winget"}El origen de {0} requiere autenticación. La solicitud de autenticación puede aparecer cuando sea necesario. La información autenticada se compartirá con el origen para la autorización de acceso.{Locked="{0}"}Repara el paquete seleccionado, encontrado al buscar en una lista de paquetes instalados o bien, directamente desde un manifiesto. De forma predeterminada, la consulta debe coincidir con el id, nombre o el moniker del paquete sin distinguir entre mayúsculas y minúsculas. Se pueden usar otros campos usando la opción apropiada.id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Repara el paquete seleccionadoNo se encuentra el comando de reparación para este paquete. Póngase en contacto con el anunciante del paquete para obtener soporte técnico.La tecnología del instalador en uso no coincide con la versión instalada actualmente.No se encontró el comando de reparación.La tecnología del instalador en uso no es compatible con la reparación.La operación de reparación se completó correctamente.Reparación abandonadaIniciando reparación del paquete...Error al reparar el paquete de Microsoft Store. Código de error: {0}{Locked="{0}"} Error message displayed when a Microsoft Store application package fails to repair. {0} is a placeholder replaced by an error code.Error en la operación de reparación.La operación de reparación no es aplicable.No hay versiones de paquete coincidentes disponibles en los orígenes configurados.La configuración del sistema actual no admite la reparación de este paquete.La tecnología del instalador en uso no admite la reparación.El paquete instalado para el ámbito de usuario no se puede reparar cuando se ejecuta con privilegios de administrador.No se permiten operaciones de reparación que requieran privilegios de administrador en paquetes instalados dentro del ámbito de usuario.Error de reparación con el código de salida: {0}{Locked="{0}"} Error message displayed when an attempt to repair an application package fails. {0} is a placeholder replaced by an error code.La conexión de SQLite finalizó para evitar daños.Desinstalar todas las versionesLa versión sobre la que actuarHay varias versiones de este paquete instaladas. Restrinja la búsqueda, pase el argumento "--version" para seleccionar una o pase la marca "--all-versions" para desinstalarlas todas.{Locked="--version,--all-versions"}Habilitar Administrador de paquetes de Windows opciones de la línea de comandos del proxyDescribes a Group Policy that can enable the use of the --proxy option to set a proxyEstablecer un proxy para usar para esta ejecuciónDeshabilitar el uso del proxy para esta ejecuciónNo se puede restablecer {0}. Esta configuración está controlada por la directiva. Para obtener más información, póngase en contacto con el administrador del sistema.{Locked="{0}"} The value will be replaced with the feature nameRestablezca la configuración de administrador "{0}".{Locked="{0}"} Message displayed after the user resets an admin setting to its default value. Reset is used as verb in past tense. {0} is a placeholder replaced by the setting name.No se puede establecer {0}. Esta configuración está controlada por la directiva. Para obtener más información, póngase en contacto con el administrador del sistema.{Locked="{0}"} The value will be replaced with the feature nameEstablezca la configuración de administrador "{0}" en "{1}".{Locked="{0}"} Message displayed after the user sets the value of an admin setting. Set is used as a verb in past tense. {0} is a placeholder replaced by the setting name. {1} is a placeholder replaced Nombre de la configuración que se va a modificarValor que se va a establecer para la configuración.Restablece una configuración de administración a su valor predeterminado.Restablece una configuración de administración a su valor predeterminado.Establece el valor de una configuración de administrador.Establece el valor de una configuración de administrador.Excluye un origen de la detección a menos que se especifiqueExcluye un origen de la detección (true o false)ExplícitoNivel de confianza del origen (ninguno o de confianza)Nivel de confianzaError al obtener el catálogo de paquetes de Microsoft Store.No se encontró ningún paquete de Microsoft Store aplicable en el catálogo de paquetes de Microsoft Store.Error al obtener la información de descarga del paquete Microsoft Store.No se encontró ningún paquete de Microsoft Store aplicable para descargar.Error al recuperar la licencia del paquete de Microsoft Store.No se encontró ningún paquete de Microsoft Store aplicable.Hash de paquete de Microsoft Store comprobado correctamenteError de coincidencia del hash del paquete Microsoft StorePaquete de Microsoft Store descargado: {0}{Locked="{0}"} Full path of the downloaded package.Error al descargar el paquete de Microsoft Store: {0}{Locked="{0}"} Package name.Descarga del paquete de Microsoft Store completadaDescargando paquetes principales de Microsoft Store...Descargando paquetes de dependencias de Microsoft Store...Recuperando información de descarga del paquete de Microsoft StoreError al recuperar la información de descarga del paquete Microsoft StoreRecuperar la licencia del paquete de Microsoft StoreSe guardó la licencia del paquete de Microsoft Store: {0}{Locked="{0}"} License file full path.Error al recuperar la licencia del paquete de Microsoft StoreLa descarga del paquete de Microsoft Store no admite el argumento --rename. El paquete de Microsoft Store usará nombres proporcionados por el catálogo de Microsoft Store.{Locked="--rename"}Microsoft Store descarga del paquete requiere la autenticación de id. de Microsoft Entra. La solicitud de autenticación puede aparecer cuando sea necesario. La información autenticada se compartirá con servicios Microsoft para la autorización de acceso. Para Microsoft Store licencias de paquetes, la cuenta de id. de Microsoft Entra debe ser miembro de Administrador global, Administrador de usuarios o Administrador de licencias.{Locked="Global Administrator,User Administrator,License Administrator"}Omite la recuperación de la licencia sin conexión del paquete de Microsoft StoreSeleccionar la plataforma de destinoAgregando archivo de configuración: {0}{Locked="{0}"}Se ha exportado correctamenteObteniendo opciones de configuración...Se debe proporcionar al menos --packageId o --module con --resource. O use --all para exportar todas las configuraciones de paquete.{Locked="--packageId,--module, --resource, --all"}Los argumentos --packageId, --module y --resource no se pueden usar con --all.{Locked="--packageId,--module, --resource, --all"}Exporta recursos de configuración a un archivo de configuración. Cuando se usa con --all, exporta todas las configuraciones de paquete. Cuando se usa con --packageId, exporta un recurso WinGetPackage del identificador de paquete dado. Cuando se usa con --module y --resource, obtiene la configuración del recurso y lo exporta al archivo de configuración. Si el archivo de configuración de salida ya existe, anexa los recursos de configuración exportados.{Locked="WinGetPackage,--packageId,--module, --resource"}Exporta recursos de configuración a un archivo de configuración.Módulo del recurso que se va a exportar.Identificador del paquete que se va a exportar.Recurso de configuración que se va a exportar.Exporta todas las configuraciones del paquete.La unidad de configuración no pudo obtener sus propiedades.Error al exportar la configuración.Configurar {0}{Locked="{0}"}Instalar {0}{Locked="{0}"}Algunos de los datos presentes en el archivo de configuración se truncaron para esta salida; inspeccionar el contenido del archivo para obtener el contenido completo.<este valor se ha truncado; inspeccionar el contenido del archivo para ver el texto completo>Keep some form of separator like the "<>" around the text so that it stands out from the preceding text.Muestra los detalles de alto nivel de las configuraciones que se han aplicado al sistema. Estos datos se pueden usar con `configure` comandos para obtener más detalles.{Locked="`configure`"}Muestra el historial de configuraciónNo hay ninguna configuración en el historial.Seleccionar elementos del historialNo se encontró ninguna configuración única que coincida con los datos proporcionados. Proporcione el nombre completo o parte del identificador que coincida sin ambigüedad con la configuración deseada.Quitar el elemento del historialPrimera aplicaciónColumn header for date values indicating when a configuration was first applied to the system.IdentificadorNombreOrigenRuta de accesoNo se encontró la configuración especificada.CompletadasThe state of processing an item.En cursoThe state of processing an item.PendienteThe state of processing an item.DesconocidoThe state of processing an item.Supervisar el estado de configuración.As in "to monitor the status of a configuration being applied".CompletadasThe state of processing an item.En cursoThe state of processing an item.PendienteThe state of processing an item.OmitidoThe state of processing an item.DesconocidoThe state of processing an item.Aplicación iniciadaWhen the configuration application started.Aplicación finalizadaWhen the configuration application ended.ResultadoDetallesEstadoThe state of processing an item.UnidadEl paquete no es compatible con la plataforma o la versión actual de Windows.Suprimir la visualización de los detalles de configuración inicial cuando sea posibleSe pueden descargar varios paquetes de Microsoft Store destinados a diferentes plataformas y arquitecturas. --platform, --architecture se puede usar para filtrar los paquetes.{Locked="--platform--architecture"}No se pudo recuperar Microsoft Store licencia del paquete. La cuenta de id. de Microsoft Entra no es miembro de Administrador global, Administrador de usuarios o Administrador de licencias. Use --skip-license para omitir la recuperación de Microsoft Store licencia del paquete.{Locked="Global Administrator,User Administrator,License Administrator,--skip-license"}El paquete Microsoft Store no admite descargas.El paquete Microsoft Store no admite descargas.No se pudo recuperar Microsoft Store licencia del paquete. La cuenta de id. de Microsoft Entra no tiene el privilegio necesario.El parámetro no se puede pasar a través del límite de integridad.Instalador de cero bytes descargado; asegúrese de que la conexión de red funciona correctamente.Instalador de cero bytes descargado; asegúrese de que la conexión de red funciona correctamente.Administrar fuentesAdministrar fuentes con submenses. Las fuentes se pueden instalar, actualizar o desinstalar de forma similar a packages. FamiliaFormato"Faces" represents the typeface of the font family such as 'Bold' or 'Italic'Filtrar resultados por nombre de familiaCara"Face" represents the typeface of a font family such as 'Bold' or 'Italic'Rutas de accesoNo se encontró ninguna fuente que coincida con los criterios de entrada.Lista de fuentes instaladasMuestra todas las fuentes instaladas, todos los archivos de fuente o todos los detalles de una fuente específica.VersiónMódulos de configuraciónPowerShell Modules that are used for the Configuration featureEl instalador del paquete requiere autenticación. La solicitud de autenticación puede aparecer cuando sea necesario. La información autenticada se compartirá con la dirección URL de descarga del instalador.No se pudo descargar el instalador. Esta versión de winget no admite el método de autenticación de descarga del instalador. Intente actualizar a la versión de winget más reciente.{Locked="winget"}Error al descargar el instalador. Error de autenticación.Especificar la ruta al procesador de configuraciónComandos de recursos de DSC v3DSC stands for "Desired State Configuration". It should already have a locked translation.Los subcomandos aquí implementan recursos de Desired State Configuration (DSC) v3 para configurar WinGet y paquetes.Obtener el estado del recursoEstablecer el estado del recursoDescribir los cambios de estado necesariosProbar el estado del recursoEliminar el estado del recursoObtener todas las instancias de estadoValidar el contenido del grupoResolver el estado externoEjecutar el adaptadorObtener el esquema de recursosObtener el manifiesto del recursoAdministrar el estado del paqueteAdministrar paquetes mediante WinGet.Indica si una instancia debe existir o no.Indica si una instancia se encuentra en el estado deseado.El identificador del paquete.El origen del paquete.La versión del paquete.Método para hacer coincidir el identificador con un paquete.Indica que se debe instalar la última versión disponible del paquete.El modo de instalación que se utilizará si es necesario.El ámbito de destino del paquete.Indica si se aceptan acuerdos para orígenes y paquetes.Administrar el archivo de configuración del usuarioAdministrar la configuración del usuario de WinGet.Contenido del archivo JSON de configuración.La acción utilizada para aplicar la configuración.El valor se ha registrado para la correlaciónAdministrar la configuración de origenAdministrar las fuentes de WinGet.El nombre que se utilizará para el origen.El argumento para el origen.El tipo de origen.El nivel de confianza del origen.Indica si el origen se incluye cuando las llamadas no especifican un origen.Aplicando la unidad de configuración...Exportando la unidad de configuración...Obteniendo procesadores de unidad de configuración...Asegúrese de que el módulo requerido para la exportación [{0}] esté disponible{Locked="{0}"}No se pudo probar o adquirir el módulo requerido. La configuración relacionada no se exportará.Exportar [{0}]{Locked="{0}"}No se pudo exportar el recurso.No se pudieron obtener los procesadores de unidad. La configuración del paquete individual no se exportará.Directorio donde se escribirán los resultadosDesired State Configuration paquete no se encuentra en el sistema. Instalando el paquete...No se pudo instalar Desired State Configuration paquete. Instale el paquete manualmente o proporcione la ruta de acceso a dsc.exe mediante --processor-path argumento.{Locked="dsc.exe","--processor-path"}Objeto que contiene la configuración de administrador y sus valores.Administrar la configuración del administradorAdministrar la configuración del administrador de WinGet.Restablecer todas las configuraciones de administraciónSe han restablecido todas las configuraciones de administración.Información de MCPMCP stands for Model Context Protocol and should probably remain as-isInformación de MCP (Protocolo de contexto de modelo) para el Administrador de paquetes de Windows.Para configurar manualmente el Administrador de paquetes de Windows servidor MCP con el cliente MCP, use el siguiente fragmento JSON en el objeto `servers`:{Locked="`servers`"}
MCP stands for Model Context Protocol and should probably remain as-is.
An unlocalized JSON fragment will follow on another line.Habilitar Administrador de paquetes de Windows (servidor MCP)Versión del sistema operativo de destinoError al instalar una o varias fuentes.El archivo de fuente no es compatible y no se puede instalar.Una o varias fuentes del paquete de fuentes no se admiten y no se pueden instalar.Error al instalar la fuente; limpiando.Fuente ya instalada.Id. de paqueteWinGet admitidoTítuloNo se encontró el archivo de fuente.Error al desinstalar la fuente. Es posible que la fuente no esté en buen estado. Intente desinstalar después de reiniciar.Error de validación de fuente.Error al revertir la fuente. Es posible que la fuente no esté en buen estado. Intente desinstalar después de reiniciar.Mostrar información detallada del archivo de fuente.Error en la validación del paquete de fuentes.El intento de reversión de la instalación de fuentes con error no se realizó correctamente. Es posible que sea necesario reiniciar para desinstalar correctamente la fuente.Error al desinstalar el paquete de fuentes. Esto suele deberse a que el sistema o una aplicación están usando fuentes. Es posible que la desinstalación se haya realizado correctamente después de reiniciar el equipo.Aceptar"OK" means the font is in a good healthy stateDañada"Corrupt" refers to an install that is in a corrupted or bad state, and needs repair.EstadoDesconocidoEl paquete de fuentes ya está instalado.Mostrar información detallada sobre los paquetesProviding this argument causes the CLI to output additional details about installed application packages.Canal:Precedes a string value that names the delivery channel for the software package (ex. stable, beta).Identificador local:Precedes a value that is the unique identifier for the installed package on the local system.Nombre de familia de paquete:Precedes a value that is the APPX/MSIX package family name of the installed package.Código de producto:Precedes a value that is the Add/Remove Programs identifier in the registry. This is also the Product Code value as defined in MSI installers.Código de actualización:Precedes a value that is the MSI Upgrade Code for the installed package.Ámbito de la instalación:Precedes a value that is the scope of the installation of the package (ex. user, machine).Arquitectura instalada:Precedes a value that is the installed architecture of the package (ex. x86, x64, ARM64).Configuración regional instalada:Precedes a value that is the locale of the installed package.Ubicación instalada:Precedes a value that is the directory path to the installed package.Fuente de origen:Precedes a value that names the package source where the installed package originated from.Actualizaciones disponibles:Precedes a list of package upgrades available for the installed package.Categoría del instalador:Precedes a value that indicates the category of the installer for the installed package (ex. exe, msi, msix).Valor antiguoColumn title for listing edit changes.Nuevo valorColumn title for listing the new value.
================================================
FILE: Localization/Resources/fr-FR/Resources.resw
================================================
text/microsoft-resx2.0System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
================================================
FILE: Localization/Resources/fr-FR/winget.resw
================================================
text/microsoft-resx2.0System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089L’alias contigu n’est pas un indicateur : '{0}'{Locked="{0}"} Error message displayed when the user provides an adjoined alias that is not a flag argument. {0} is a placeholder replaced by the user input argument (e.g. '-ab').Alias de drapeau contigu introuvable : '{0}'{Locked="{0}"} Error message displayed when the user provides an adjoined flag alias argument that was not found. {0} is a placeholder replaced by the user input argument (e.g. '-ab').Les arguments suivants sont disponibles :Message displayed to inform the user about the available command line arguments.Les alias de commande suivants sont disponibles :Message displayed to inform the user about the available command line alias arguments.Les commandes suivantes sont disponibles :Title displayed to inform the user about the available commands.DisponibleAs in "a new version is available to upgrade to".Les options suivantes sont disponibles :Message displayed to inform the user about the available options.Les sous-commandes suivantes sont disponibles :Message displayed to inform the user about the available nested commands that run in context of the selected command.{0} mises à niveau disponibles.{Locked="{0}"} Message displayed to inform the user about available package upgrades. {0} is a placeholder replaced by the number of package upgrades.Utiliser le canal spécifié; par défaut, il s’agit du grand publiccommandeLabel displayed for a command to give the software.Filtrer les résultats par commandeDescription message displayed to inform the user about filtering the search results by a package command.La ligne de commande complète pour l’achèvementCette commande nécessite des privilèges d'administrateur pour être exécutée.Cette commande peut être utilisée pour demander la saisie semi-automatique de la ligne de commande sensible au contexte. La ligne de commande, la position du curseur et le mot à terminer sont transmis. La sortie est un ensemble de valeurs potentielles basées sur les entrées, avec une valeur possible par ligne.Active l’achèvement de la ligne de commande sensible au contexteAfficher au maximum le nombre spécifié de résultats (entre 1 et 1 000)TerminéLabel displayed when an operation completes or is done executing.Rechercher un package en utilisant une correspondance exacteDescription message displayed to inform the user about finding an application package using an exact matching criteria.Argument expérimental à des fins de démonstrationCette commande illustre comment implémenter une fonctionnalité expérimentale. Pour l’activer, accédez à « winget settings » et activez les fonctionnalités experimentalCmd ou experimentalArg.{Locked="winget settings"}Exemple de fonctionnalité expérimentaleUn argument positionnel a été trouvé lorsque aucune valeur n’était attendue : '{0}'{Locked="{0}"} Error message displayed when the user provides an extra positional argument when none was expected. {0} is a placeholder replaced by the user's extra argument input.Cette fonctionnalité est un travail en cours et peut être modifiée considérablement ou supprimée à l’avenir. Pour l’activer, modifiez vos paramètres ('winget settings') pour inclure la fonctionnalité expérimentale : '{0}'{Locked="winget settings","{0}"}. Error message displayed when the user uses an experimental feature that is disabled. {0} is a placeholder replaced by the experimental feature name.Affiche le statut des fonctionnalités expérimentales. Les fonctionnalités expérimentales peuvent être activées via « winget settings ».{Locked="winget settings"}Affiche le statut des fonctionnalités expérimentalesDésactivéActivéFonctionnalitéLienLes fonctionnalités expérimentales suivantes sont en cours.
Elles peuvent être configurées par le biais du fichier de paramètres « winget settings ».{Locked="winget settings"}PropriétéStatutFichier à hacherL’argument indicateur ne peut pas contenir de valeur contigüe : '{0}'{Locked="{0}"} Error message displayed when the user provides a flag argument containing an unexpected adjoined value. {0} is a placeholder replaced by the user input.Calcule le hachage d’un fichier local, approprié pour l’entrée dans un manifeste. Il peut également calculer le hachage du fichier de signature d’un paquet MSIX afin d’activer les installations en continu.Assistant pour le hachage des fichiers d’installationAffiche l’aide sur la commande sélectionnéePour en savoir plus sur une commande spécifique, passez-la à l’argument aide.Vous trouverez de l’aide supplémentaire sur : '{0}'{Locked="{0}"} Message displayed to inform the user about a link where they can learn more about the subject context. {0} is a placeholder replaced by a website address.Filtrer les résultats par identifiantSupprime les sorties d'avertissementLa licence d’utilisation de cette application vous est octroyée par son propriétaire.Microsoft n’est pas responsable des paquets tiers et n’accorde pas de licences à ceux-ci.Ce package est fourni via Microsoft Store. Le winget devra peut-être acquérir le package à partir du Microsoft Store pour le compte de l’utilisateur actuel.{Locked="winget"}Installe le package sélectionné, trouvé en recherchant une source configurée ou directement à partir d’un manifeste. Par défaut, la requête doit correspondre à l’id, name ou moniker du package sans respecter la casse. D’autres champs peuvent être utilisés en passant leur option appropriée. Par défaut, la commande install vérifie l’état d’installation du package et tente d’effectuer une mise à niveau, le cas échéant. Remplacez par --force pour effectuer une installation directe.{Locked="--force"}; id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Installe le package donnéLe code de hachage de l’installation ne correspond pas ; ceci ne peut pas être contourné lors d’une exécution en tant qu’administrateurLe hachage du programme d’installation ne correspond pas ; continuer en raison de --ignore-security-hash{Locked="--ignore-security-hash"}Le hachage de l'installateur ne correspond pas ; pour remplacer cette vérification, utilisez --ignore-security-hash.{Locked="--ignore-security-hash"}Le code de hachage de l’installation a été vérifié avec succèsInstallé correctementDémarrage du package d’installation... Merci de patienter.Ignorer l’échec de la vérification de hachage du programme d’installationIgnorer l’analyse des programmes malveillants effectuée dans le cadre de l’installation d’un package de type archive à partir du manifeste localDemander une installation interactive; l’intervention de l’utilisateur peut être nécessaireL’alias d’argument n’a pas été reconnu pour la commande actuelle : '{0}'{Locked="{0}"} Error message displayed when the user provides a command line argument alias that was not recognized for a selected command. {0} is a placeholder replaced by the user's argument alias input (e.g. '-a').Spécificateur d’argument non valide : '{0}'{Locked="{0}"} Error message displayed when the user provides an invalid argument specifier. {0} is a placeholder replaced by an argument specifier (e.g. '-').Le nom de l’argument n’a pas été reconnu pour la commande actuelle : '{0}'{Locked="{0}"} Error message displayed when the user provides an unrecognized command line argument name for the selected command. {0} is a placeholder replaced by the user's argument name input (e.g. '--example').Répertoires WingetHeader for a table detailing the directories Winget uses for key operations like logging and portable installsParamètres régionaux à utiliser (format BCP47){Locked="BCP47"}Contrat de licenceLiensLinks to different webpagesLa commande list affiche les packages installés sur le système, et indique si une mise à niveau est disponible. Des options supplémentaires peuvent être proposées pour filtrer la sortie, comme pour la commande search.{Locked="list","search"}Afficher les packages installésEmplacement d’installation (si pris en charge)Emplacement du journal (si pris en charge)Copyright (c) Microsoft Corporation. Tous droits réservés.Page d’accueilThe primary webpage for the softwareChemin d’accès au manifeste du packageLa validation du manifeste a échoué.La validation du manifeste a réussi.La validation des manifestes a réussi avec des avertissements.Valeur d’argument requise, mais aucune trouvé : '{0}'{Locked="{0}"} Error message displayed when the user does not provide a required command line argument value. {0} is a placeholder replaced by the argument name.Filtrer les résultats par nomLe fichier d’entrée sera traité en tant que MSIX; le hachage de la signature sera fourni s’il est signéImpossible de calculer le hachage de la signature MSIX.Échec de l’installation ou de la mise à niveau du package Microsoft Store en raison du blocage de l’application en question par une stratégieÉchec de l’installation ou de la mise à niveau du package Microsoft Store. Code d’erreur : {0}{Locked="{0}"} Error message displayed when a Microsoft Store application package fails to install or upgrade. {0} is a placeholder replaced by an error code.Échec de l’installation ou de la mise à niveau du package Microsoft Store en raison du blocage du client Microsoft Store par une stratégieVérification/demande en cours relative à l’acquisition du package...Plusieurs packages installés correspondent à vos critères saisis. Veuillez affiner votre recherche.Plusieurs packages correspondent à vos critères. Veuillez affiner votre recherche.Filtrer les résultats par nomAucun programme d’installation applicable n’a été trouvé. Pour plus d’informations, consultez les journaux.Aucune fonctionnalité expérimentale n’est actuellement disponible. Aucun package installé ne correspond aux critères saisis.Aucun package ne correspond aux critères sélectionnés.Désactive l’affichage VirtualTerminal{Locked="VirtualTerminal"}Ouvrir l’emplacement des journaux par défautoptionsOptions to change how a command worksRemplacer les arguments à transmettre au programme d’installationPackage : {0}{Locked="{0}"} Label displayed for a software package. {0} is a placeholder replaced by the software package name.Désolé... nous avons oublié de le faire...Position du curseur dans la ligne de commandeDéclaration de confidentialitéRequête utilisée pour rechercher un packageLa progression affiche un arc-en-ciel de couleursArgument obligatoire non fourni : '{0}'{Locked="{0}"} Error message displayed when the user does not provide a required command line argument. {0} is a placeholder replaced by an argument name.Affichage de l’avancement comme couleur par défautRecherches de packages à partir de sources configurées.Rechercher et afficher des informations de base sur les packagesIDAbbreviation of Identifier.CorrespondanceNomSourceentrées supplémentaires tronquées en raison de la limite de résultatsVersionLes erreurs suivantes ont été détectées lors de la validation des paramètres :Ouvrez les paramètres dans l’éditeur de texte JSON par défaut. Si aucun éditeur n’est configuré, ouvre les paramètres dans le bloc-notes. Pour les paramètres disponibles, consultez https://aka.ms/winget-settings Cette commande peut également être utilisée pour définir les paramètres de l’administrateur en fournissant un argument '---enable' ou '---disable'.{Locked="--enable"} {Locked="--disable"}Ouvrir les paramètres ou définir les paramètres d’administrateurErreur inattendue lors du chargement des paramètres. Vérifiez vos paramètres en exécutant la commande 'settings'.{Locked="'settings'"}CanalAffiche des informations sur un package spécifique. Par défaut, la requête doit correspondre de façon non sensible à la casse à l’ID, au nom ou au moniker du package. D’autres champs peuvent être utilisés en passant l’option appropriée.id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Affiche des informations sur un packageVersionDemander une installation sans assistanceSeul l’alias de caractère peut se produire après une seule – : '{0}'{Locked="{0}"} Error message displayed when the user provides more than a single character command line alias argument after an alias argument specifier '-'. {0} is a placeholder replaced by the user's argument input.Une source avec le nom spécifié existe déjà et fait référence à un autre emplacement :Une source portant un nom différent fait déjà référence à cet emplacement :Une source avec le nom spécifié existe déjà et fait référence au même emplacement :Ajout de la source :Ajoutez une nouvelle source. Une source fournit les données vous permettant de découvrir et d’installer des packages. Ajoutez une nouvelle source uniquement si elle est fiable en tant qu’emplacement sécurisé.Ajouter une nouvelle sourceArgument donné à la sourceRechercher un package à l’aide de la source indiquéeGérer les sources à l’aide des sous-commandes. Une source fournit les données vous permettant de découvrir et d’installer des packages. Ajoutez une nouvelle source uniquement si elle est fiable en tant qu’emplacement sécurisé.Gérer les sources des packagesModifiez les propriétés d’une source existante. Une source fournit les données pour vous permettre de découvrir et d’installer des packages.Modifier les propriétés d’une sourceSource de modification : {0}{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being edited. {0} is a placeholder replaced by the repository source name.La source nommée '{0}' est déjà dans l’état souhaité.{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being edited. {0} is a placeholder replaced by the repository source name.ArgumentValue given to source.Répertorier toutes les sources actuelles ou tous les détails d’une source précise.Répertorier les sources actuellesDonnéesData stored by the source.ChampThe name of a piece of information about a source.NomThe name of the source.IdentificateurThe source's unique identifier.Désolé... Nous n’avons pas pu trouver la source nommée : {0}Error message displayed when the user provides a repository source name that was not found. {0} is a placeholder replaced by the user input.Aucune source n’est configurée.TypeThe kind of source.Mis(e) à jourThe last time the source was updated.jamaisThe source has never been updated.ValeurThe value of information about a source.Nom de la sourceÉchec lors de l’ouverture de la ou des sources ; essayez la commande « source reset» si le problème persiste.{Locked="source reset"}Échec de l’ouverture de la source prédéfinie ; veuillez le signaler aux chargés de maintenance winget.{Locked="winget"}Suppression en cours de toutes les sources... Merci de patienter.Supprimer une source précise.Supprimer les sources actuellesSuppression de la source : {0}...{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being removed. {0} is a placeholder replaced by the repository source name.Réinitialisation en cours de toutes les sources... Merci de patienter.Cette commande supprime les sources existantes, en conservant éventuellement les données locales. Utilisée sans argument, elle supprime toutes les sources et ajoute les sources par défaut. Si une source nommée est fournie, seule cette source est supprimée.Réinitialiser les sourcesForce la réinitialisation des sourcesLes sources suivantes seront réinitialisées si l’option --force est proposée :{Locked="--force"}Réinitialisation de la source : {0}...{Locked="{0}"} Message displayed to inform the user about a repository source that is currently being reset. {0} is a placeholder replaced by the repository source name.Type de la sourceMise à jour en cours de toutes les sources... Merci de patienter.Mettre à jour toutes les sources ou uniquement une source précise.Mettre à jour les sources actuellesMise à jour de la source : {0}...{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being updated. {0} is a placeholder replaced by the repository source name.Filtrer les résultats par mot-cléMerci d’utiliser wingetAvis de tiersL’utilitaire de ligne de commande winget permet d’installer des applications et d’autres packages à partir de la ligne de commande.Afficher les informations générales de l’outilAfficher la version de l’outilArgument fourni plus de fois que le nombre autorisé : '{0}'{Locked="{0}"} Error message displayed when the user provides a command line argument more times than it is allowed. {0} is a placeholder replaced by the user's argument name input.Plusieurs arguments de comportement d’exécution fournis : '{0}'{Locked="{0}"} Error message displayed when the user provides more than one execution behavior argument when installing an application package. {0} is a placeholder replaced by the user specified execution behaviors (e.g. 'silent|interactive').Une erreur inattendue s'est produite lors de l'exécution de la commande :Désinstaller la version précédente du package pendant la mise à niveauCommande non reconnue : '{0}'{Locked="{0}"} Error message displayed when the user provides an unrecognized command. {0} is a placeholder replaced by the user input.Mettre à jour tous les paquets installés vers la dernière version si disponibleAucune mise à niveau applicable trouvée.Une version de package plus récente est disponible dans une source configurée, mais elle ne s’applique pas à votre système ou à la configuration requise.Mise à niveau disponible introuvable.Aucune version de package plus récente n’est disponible à partir des sources configurées.Mises à niveau du paquet sélectionné, trouvé en recherchant les paquets installés ou directement à partir d'un manifeste. Par défaut, la requête doit correspondre, sans respect de la casse, à l’identification, au nom ou au moniker du paquet. D’autres champs peuvent être utilisés en passant leur option appropriée. Si aucun argument n'est fourni, affiche les paquets avec des mises à jour disponibles.id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Affiche et effectue les mises à niveau disponibles.Utilisation : {0} {1}{Locked="{0} {1}"} Message displayed to provide the user with instructions on how to use a command. {0} is a placeholder replaced by the program name (e.g. 'winget'). {1} is a placeholder replaced by the pattern for using the selected command.Valide un manifeste à l’aide d’un ensemble de directives strict. Ceci est destiné à vous permettre de vérifier le manifeste avant de l’envoyer à un référentiel.Valide un fichier manifesteChemin d’accès au manifeste à validerActive la journalisation détaillée pour WinGetVeuillez vérifier que le fichier d’entrée est un MSIX signé valide.Utiliser la version indiquée; la version par défaut est la dernière versionAfficher les versions disponibles du packageLa valeur fournie avant l’achèvement est demandéeAucune version correspondante trouvée : {0}{Locked="{0}"} Error message displayed when the user attempts to upgrade an application package to a version that was not found. {0} is a placeholder replaced by the user's provided upgrade package version.Aucune source ne correspond à la valeur spécifiée : {0}{Locked="{0}"} Error message displayed when the user attempts to install or upgrade an application package from a repository source that was not found. {0} is a placeholder replaced by the user's repository source name input.Les sources configurées sont :Aucune source définie ; ajoutez-en une avec « source add » ou rétablissez les valeurs par défaut de « source reset »{Locked="source add","source reset"}TrouvéLe chemin d’accès est un répertoire : {0}{Locked="{0}"} Error message displayed when the user provides a system path that is a directory. {0} is a placeholder replaced by the provided directory path.Le fichier n'existe pas : {0}{Locked="{0}"} Error message displayed when the user provides a system file that does not exist. {0} is a placeholder replaced by the provided file path.Les arguments manifeste et requête de recherche locaux sont tous deux fournisJournauxLabel displayed for diagnostic files containing information about the application use.Le programme d’installation est bloqué par une stratégieLe programme d’installation a échoué vérification de sécuritéUn produit antivirus signale une infection dans le programme d’installationÉchec de la tentative de mise à jour de la source : {0}{Locked="{0}"} Error message displayed when an attempt to update the repository source fails. {0} is a placeholder replaced by the repository source name.Désinstalle le package sélectionné, que vous avez trouvé en effectuant une recherche dans la liste des packages installés ou directement à partir d’un manifeste. Par défaut, la requête doit correspondre de façon non sensible à la casse à l’ID, au nom ou au moniker du package. D’autres champs peuvent être utilisés en passant l’option appropriée.id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Désinstallation du paquet donnéDébut de la désinstallation du paquet...Désinstallé avec succèswinget ne peut pas trouver la commande de désinstallation pour ce package. Veuillez contacter l’éditeur du package pour obtenir de l’aide.{Locked="winget"}Désinstallation abandonnéeÉchec du programme de désinstallation avec le code de sortie : {0}{Locked="{0}"} Error message displayed when an attempt to uninstall an application package fails. {0} is a placeholder replaced by an error code.Exporte une liste des packages installésInstalle tous les packages listés dans un fichier.Installe tous les packages dans un fichierFichier dans lequel le résultat doit être écritFichier décrivant les packages à installerExporter les packages à partir de la source spécifiéeÉcrit une liste des packages installés dans un fichier. Les packages peuvent ensuite être installés à l’aide de la commande import.{Locked="import"}L’installation d’un ou plusieurs packages importés a échouéLa source requise pour l’importation n’est pas installée : {0}{Locked="{0}"} Error message displayed when the user attempts to import application package(s) from a repository source that is not installed. {0} is a placeholder replaced by the repository source name.Le package installé n’est pas disponible à partir d’une source : {0}{Locked="{0}"} Warning message displayed when the user attempts to export an installed application package that is not available from any repository source. {0} is a placeholder replaced by the installed package name.La version installée du package n’est pas disponible à partir d’aucune source : {0} {1} {2}{Locked="{0} {1} {2}"} Warning message displayed when the user attempts to export an installed application package with a version that is not available from any repository source. {0} is a placeholder replaced by the installed package identifier. {1} is a placeholder replaced by the installed package version. {2} is a placeholder replaced by the installed package channel.Aucun package n’a été trouvé dans le fichier d’importationLe fichier JSON n'est pas valideLe package est déjà installé : {0}{Locked="{0}"} Message displayed to inform the user that an application package is already installed. {0} is a placeholder replaced by the package identifier or search query.Ignorer les packages non disponiblesInclure les versions de paquets dans le fichier d’exportationIgnorer les versions de package du fichier d’importationLe chemin d’accès n’existe pas : {0}{Locked="{0}"} Error message displayed when the user provides a system path argument value that does not exist. {0} is a placeholder replaced by the user's provided path.Le fichier JSON ne spécifie pas de schéma reconnu.Sélectionner l’étendue d’installation (user ou machine){Locked="user","machine"} This argument allows the user to select between installing for just the user or for the entire machine.La valeur fournie pour l’argument '{0}' n’est pas valide ; les valeurs valides sont : {1}{Locked="{0}","{1}"} Error message displayed when the user provides an invalid command line argument value. {0} is a placeholder replaced by the argument name. {1} is a placeholder replaced by a list of valid options.Cette opération est désactivée par stratégie de groupe : {0}{Locked="{0}"} Error message displayed when the user performs a command operation that is disabled by a group policy. {0} is a placeholder replaced by a group policy description.Activer les sources supplémentaires du Programme d’installation de l’application WindowsActiver les sources autorisées du Programme d’installation de l’application WindowsActiver la source par défaut du Programme d’installation de l’application WindowsActiver les fonctionnalités expérimentales du Programme d’installation de l’application WindowsActiver la source Microsoft Store du Programme d’installation d’application WindowsActiver la source de polices Windows App InstallerActiver les paramètres du Gestionnaire de package WindowsActiver le Gestionnaire de package WindowsActiver les interfaces de ligne de commande Gestionnaire de package WindowsDéfinir l’intervalle en minutes de la mise à jour automatique source du Gestionnaire de package WindowsStratégie de groupeHeader for a table listing active Group PoliciesActiver les fichiers de manifeste locaux du Programme d'installation de l'application WindowsActiver le contournement de certificat épinglé de la source Microsoft Store de l’Installeur d'applications WindowsActiver le remplacement de l’analyse des programmes malveillants des archives locales Windows Programme d'installation d'applicationChamp : {0}{Locked="{0}"} Warning message displayed when a user setting field has invalid syntax or semantics. {0} is a placeholder replaced by the setting field path.Format de champ non valide.Valeur de champ non valide.Paramètre non valide dans la stratégie de groupe.Paramètres chargés à partir du fichier de sauvegarde.Erreur lors de l’analyse du message :Valeur : {0}{Locked="{0}"} Warning message displayed when a user setting value has invalid syntax or semantics. {0} is a placeholder replaced by the setting data value.Les fonctionnalités expérimentales suivantes sont en cours.
La configuration est désactivée en raison d’une stratégie de groupe.Le code de hachage du programme d’installation ne correspond pas.Activer le remplacement de code de hachage du Programme d’installation de l’application WindowsExportez les sources actuelles en tant que JSON pour la stratégie de groupe.Exporter les sources actuellesSource supplémentaireAn additional source required by policy.Source autoriséeA source that the user is allowed to add.La valeur fournie pour l’argument '{0}' n’est pas valide{Locked="{0}"} Error message displayed when the user provides an invalid command line argument value. {0} is a placeholder replaced by the argument name.AnnuléExterneLes packages trouvés dans cette importation ont les dépendances suivantes :Import command sentence showed before reporting dependenciesCe package nécessite les dépendances suivantes :Message shown before reporting dependenciesInstallation des dépendancesSource de dépendance introuvableLa recherche de package produit plusieurs résultats : {0}{Locked="{0}"} Error message displayed when application packages search yield more than one result. {0} is a placeholder replaced by the dependency package identifier.Dernière version introuvable pour le package : {0}{Locked="{0}"} Error message displayed when no suitable version found for the specific application package. {0} is a placeholder replaced by the package identifier.Aucun programme d’installation trouvé : {0}{Locked="{0}"} Error message displayed when no installer found for a manifest. {0} is a placeholder replaced by the manifest identifier.Version minimale requise non disponible pour le package : {0}{Locked="{0}"} Error message displayed when the minimum required version is not available for an application package. {0} is a placeholder replaced by the package identifier.Aucun résultat trouvéWhen package search yields no matchesA une boucleDependency graph has loopAucun programme d’installation approprié n’a été trouvé pour le manifeste : {0} version {1}{Locked="{0}","{1}"} Error message displayed when an attempt to get a preferred installer for a manifest fails. {0} is a placeholder replaced by the manifest identifier. {1} is a placeholder replaced by the manifest version.Erreur lors du traitement des dépendances de package. Voulez-vous continuer l’installation ?Prompt message shown when dependencies processing yields errors.Erreur lors du traitement des dépendances de package. Sortie...PackagesCe package comportait des dépendances qui n’étaient peut-être plus nécessaires :Uninstall command sentence showed before reporting dependenciesLe manifeste a les dépendances suivantes qui n’ont pas été validées ; vérifiez qu’ils sont valides :Validate command sentence showed before reporting dependenciesFonctionnalités de WindowsBibliothèques WindowsRechercher les dépendances de package à l’aide de la source spécifiéeFor getting package type dependencies when installing from a local manifestConditions générales du Windows StoreAccepter tous les contrats de licence pour les packagesL’installation du package exporté nécessite un contrat de licence : {0}{Locked="{0}"} Warning message displayed when an exported application package requires license agreement to install. {0} is a placeholder replaced by the package name.L’éditeur exige que vous consultiez les informations ci-dessus et acceptiez les contrats avant de procéder à l’installation.
Acceptez-vous les conditions ?Les contrats de package n’ont pas été acceptés. Opération annulée.Contrats :Auteur :Description :Programme d'installation :Paramètres régionaux du programme d’installation :ID de produit du Store :SHA256 du programme d’installation :Type du programme d’installation :URL du programme d’installation :Licence :URL de la licence :Moniker :Page d’accueil :Publisher :Mots-clés :Version :Dépendances :Fonctionnalités de Windows :Bibliothèques Windows :Dépendances de package :Dépendances externes :NonOuiÉchec de l’ouverture de la source ajoutée.Accepter tous les contrats sources pendant les opérations sourcesLa source '{0}' nécessite que vous consultiez les contrats suivants avant de l’utiliser.{Locked="{0}"} Message displayed to inform the user that a repository source requires viewing agreements before using. {0} is a placeholder replaced by the repository source name.Acceptez-vous toutes les conditions des contrats sources ?Un ou plusieurs contrats sources n’ont pas été acceptés. Opération annulée. Acceptez les contrats sources ou supprimez les sources correspondantes.La source nécessite que la région géographique à 2 lettres de l’ordinateur actuel soit envoyée au service principal pour fonctionner correctement (par exemple, « ÉTATS-UNIS »).Installation réussie. Redémarrez l’application pour terminer la mise à niveau.Optional Windows-Package-Manager REST source HTTP headerIgnorer l'en-tête facultatif car il n'est pas applicable pour cette source.L’en-tête facultatif n’est pas applicable sans spécifier de source : '{0}'{Locked="{0}"} Error message displayed when the user performs an operation (e.g install) and provides the HTTP 'header' argument without specifying the repository source. {0} is a placeholder replaced by the header argument name.Date de version :Distribution hors ligne prise en charge :ID de l’EditeurURL d’achat :URL de support de l’éditeur :URL de confidentialité :Copyright :URL de copyright :Notes de publication :URL des notes de publication :Échec lors de la recherche de la source ; les résultats ne seront pas inclus : {0}{Locked="{0}"} Warning message displayed when searching a repository source fails. {0} is a placeholder replaced by the repository source name.Échec lors de la recherche de la source : {0}{Locked="{0}"} Error message displayed when searching a repository source fails. {0} is a placeholder replaced by the repository source name.Cette fonctionnalité doit être activée par les administrateurs. Pour l’activer, exécutez « winget settings --enable {0} » en tant qu’administrateur.{Locked="winget settings --enable", "{0}"}. Error message displayed when the user uses a feature that needs to be enabled by administrators. {0} is a placeholder replaced by the admin setting.Active le paramètre d’administrateur spécifiqueDésactive le paramètre d’administrateur spécifique.Paramètre d’administration « {0} » activé.{Locked="{0}"} Message displayed when the user enables an admin setting. {0} is a placeholder replaced by the setting name.Paramètre d’administration « {0} » désactivé.{Locked="{0}"} Message displayed when the user disables an admin setting. {0} is a placeholder replaced by the setting name.Paramètre administrateurHeader for a table displaying admin settings.L’application est en cours d’exécution. Quittez l’application, puis réessayez.Les fichiers modifiés par le programme d’installation sont actuellement utilisés par une autre application. Quittez les applications, puis réessayez.Une autre installation est déjà en cours. Veuillez réessayez.Un ou plusieurs fichiers sont en cours d’utilisation. Quittez l’application, puis réessayez.Ce package a une dépendance manquante dans votre système.Votre PC n’a plus d’espace disponible. Libérez de l’espace, puis réessayez.Mémoire disponible insuffisante pour l’installation. Fermez les autres applications, puis réessayez.L’un des paramètres d’installation n’est pas valide. Le journal d’installation du package peut contenir des détails supplémentaires.Cette application nécessite une connectivité Internet. Connectez-vous à un réseau, puis réessayez.Cette application a rencontré une erreur lors de l’installation. Contactez le support.Redémarrez votre PC pour terminer l’installation.Votre PC redémarrera pour terminer l’installation.Échec de l’installation. Redémarrez votre PC, puis réessayez.L’installation a été annulée par l’utilisateur.Une autre version de cette application est déjà installée.Une version supérieure de cette application est déjà installée.Les stratégies d’organisation empêchent l’installation. Contactez votre administrateur.La configuration système actuelle ne prend pas en charge l’installation de ce package.Échec de l’installation avec une erreur du programme d’installation personnalisé. Contactez le support du package.L’installation a été abandonnéeÉchec du programme d’installation avec le code de sortie : {0}{Locked="{0}"} Error message displayed when the application installer fails. {0} is a placeholder replaced by an error code.Le journal du programme d’installation est disponible à l’adresse suivante : {0}{Locked="{0}"} Message displayed to inform the user about the system path of a diagnostic files containing information about the installer. {0} is a placeholder replaced by the diagnostic file system path.Les packages suivants ont été trouvés parmi les sources de travail.
Spécifiez l’un d’entre eux à l’aide de l’option --source pour continuer.{Locked="--source"} "working sources" as in "sources that are working correctly"Aucun package n’a été trouvé parmi les sources de travail."working sources" as in "sources that are working correctly"Il s’agit d’une version stable du Gestionnaire de package Windows. Si vous voulez essayer des fonctionnalités expérimentales, installez une version préliminaire. Des instructions sont disponibles sur GitHub : https://github.com/microsoft/winget-cli.{Locked="https://github.com/microsoft/winget-cli"}Gestionnaire de package Windows v{0}{Locked="{0}"} Label displaying the product name and version. {0} is a placeholder replaced by the product version.Ignorer les versions de paquets dans le fichier d’importationLe nombre de résultats demandé doit être compris entre 1 et 1 000.Arguments à passer au programme d’installation en plus des valeurs par défautUne version plus récente a été trouvée, mais la technologie d’installation est différente de la version actuelle installée. Désinstallez le package et installez la version la plus récente.La technologie d’installation de la version la plus récente spécifiée est différente de la version actuelle installée. Désinstallez le package et installez la version la plus récente.Gestionnaire de package Windows (Préversion) v{0}{Locked="{0}"} Label displaying the preview product name and pre-release version. {0} is a placeholder replaced by the product version.Sélectionner l’architectureMettre à niveau les packages même si leur version actuelle ne peut pas être déterminéeRépertorie les packages même si leur version actuelle ne peut pas être déterminée. Ne peut être utilisé qu’avec l’argument --upgrade-available{Locked="--upgrade-available"}Impossible de déterminer le numéro de version de ce package. Pour le mettre à niveau quand même, ajoutez l’argument --include-unknown à votre commande précédente.{Locked="--include-unknown"}{0} package(s) a(ont) des numéros de version qui ne peuvent pas être déterminés. Utilisez --include-unknown pour afficher tous les résultats.{Locked="{0}","--include-unknown"} {0} is a placeholder that is replaced by an integer number of packages that do not have notated versions. {0} package(s) sont épinglé(s) et doit(doivent) être explicitement mis à niveau.{Locked="{0}"} {0} is a placeholder that is replaced by an integer number of packages that require explicit upgrades.Les arguments fournis ne peuvent être utilisés qu’avec une requête.Architecture du système : {0}{Locked="{0}"} Label displayed for the system architecture. {0} is a placeholder replaced by the value of the system architecture (e.g. X64).Conserve tous les fichiers et répertoires créés par le package (portables)Supprimer tous les fichiers et répertoires du répertoire du package (portable)Appuyez sur Entrée pour continuer . . .Valeur pour renommer le fichier exécutable (portable)Invite l’utilisateur à appuyer sur une touche avant de quitterLe programme d’installation demande à s’exécuter en tant qu’administrateur. Attendez-vous à une invite.Le programme d’installation ne peut pas être exécuté à partir d’un contexte d’administrateur.Variable d’environnement de chemin modifiée ; redémarrez votre interpréteur de commandes pour utiliser la nouvelle valeur.Filtres à l’aide du code de produitUn package portable portant le même nom mais provenant d’une source différente existe déjà ; poursuite en raison de --force{Locked="--force"}Le volume ne prend pas en charge les points d’analyseLe nom de fichier spécifié n’est pas un nom de fichier valideRemplacement du fichier existant : {0}{Locked="{0}"} Warning message displayed to inform the user that an existing file is being overwritten. {0} is a placeholder replaced by the file system path.Aucun argument de sélection de package n’a été fourni ; consultez l’aide pour plus d’informations sur la recherche d’un package.Alias de ligne de commande ajouté :Répertoire des liens portables (ordinateur)Répertoire des liens portables (utilisateur)Racine de package portable (utilisateur)Racine du package portableRacine de package portable (x86)Échec de l’installation portable ; Nettoyage en cours...Le package Portable a été modifié ; continuer en raison de --force{Locked="--force"}Impossible de supprimer le package Portable, car il a été modifié ; pour remplacer cette vérification, utilisez : --force{Locked="--force"}Les fichiers restent dans le répertoire d’installation : {0}{Locked="{0}"} Warning message displayed when files remain in install directory. {0} is a placeholder replaced by the directory path.Purge du répertoire d’installation...Impossible de vider le répertoire d’installation, car il n’a pas été créé par WinGetLien associéDocumentation :Remarques : {0}{Locked="{0}"} Label displayed for installation notes. {0} is a placeholder replaced by installation notes.Notes d’installation :Un argument fourni n’est pas pris en charge pour ce packageÉchec de l’extraction du contenu de l’archiveLe fichier d’installation imbriqué n’existe pas. Vérifiez que le chemin d’accès relatif spécifié du programme d’installation imbriqué correspond à : {0}{Locked="{0}"} Error message displayed when nested installer file does not exist. {0} is a placeholder replaced by the nested installer file path.Chemin de fichier relatif non valide pour le programme d’installation imbriqué ; le chemin pointe vers un emplacement en dehors du répertoire d’installationAucun programme d’installation imbriqué spécifié pour ce packageUn seul programme d’installation imbriqué peut être spécifié pour un programme d’installation d’archive, sauf s’il s’agit d’un programme d’installation imbriqué portable ou de policeArguments de ligne de commande fournis incompatiblesRépertorie uniquement les packages pour lesquels une mise à niveau est disponibleLes packages suivants ont une mise à niveau disponible, mais nécessitent un ciblage explicite pour la mise à niveau :"require explicit targeting for upgrade" means that the package will not be upgraded with all others unless an extra flag is added, or the package is mentioned explicitlyTéléchargement en coursLabel displayed while downloading an application installer.Le type de programme d’installation imbriqué n’est pas pris en chargeCe programme d’installation est connu pour redémarrer le terminal ou l’interpréteur de commandesCe package nécessite un emplacement d’installationLes programmes d’installation suivants sont connus pour redémarrer le terminal ou l’interpréteur de commandes :Les programmes d’installation suivants nécessitent un emplacement d’installation :Spécifier la racine d’installation :Voulez-vous continuer ?Contrats pourThis will be followed by a package name, and then a list of license agreementsL’emplacement d’installation est requis par le package, mais il n’a pas été fourniDésactiver les invites interactivesDescription for a command line argument, shown next to it in the helpUn package existant a déjà été installé. Tentative de mise à niveau du package installé...Exécuter directement la commande et continuer avec des problèmes non liés à la sécuritéDescription for a command line argument, shown next to it in the helpUn package portable d’une autre source existe déjàExtraction de l’archive réussieExtraction des archives...L’analyse de l’archive a détecté un programme malveillant. Pour remplacer cette vérification, utilisez ---ignore-local-archive-malware-scan{Locked="--ignore-local-archive-malware-scan"}L’analyse de l’archive a détecté un programme malveillant. Continuer en raison de ---ignore-local-archive-malware-scan{Locked="--ignore-local-archive-malware-scan"}Ignore la mise à niveau si une version installée existe déjàUne version de package est déjà installée. Installation annulée.Impossible d’activer {0}. Ce paramètre est contrôlé par la stratégie. Pour plus d’informations, contactez votre administrateur système.{Locked="{0}"} The value will be replaced with the feature nameImpossible de désactiver {0}. Ce paramètre est contrôlé par la stratégie. Pour plus d’informations, contactez votre administrateur système.{Locked="{0}"} The value will be replaced with the feature nameAjoutez une nouvelle épingle. Une épingle peut limiter la mise à niveau par le Gestionnaire de package Windows d’un package vers des plages de versions spécifiques, ou l’empêcher de mettre à niveau le package. Un package épinglé peut toujours être mis à niveau seul et être mis à niveau depuis l’extérieur du Gestionnaire de package Windows. Par défaut, un package épinglé peut être mis à niveau en le mentionnant explicitement dans la commande « upgrade » ou en ajoutant l’indicateur « include-pinned » à« winget upgrade all ».{Locked{"'upgrade'"} Locked{"--include-pinned"} Locked{"winget upgrade --all"}Ajouter une nouvelle brocheGérez les épingles de package avec les sous-commandes. Une épingle peut limiter la mise à niveau par le Gestionnaire de package Windows d’un package vers des plages de versions spécifiques, ou l’empêcher de mettre à niveau le package. Un package épinglé peut toujours être mis à niveau seul et être mis à niveau depuis l’extérieur du Gestionnaire de package Windows.Gérer les broches de packageRépertoriez toutes les broches actuelles ou les détails complets d’un code confidentiel spécifique.Répertorier les épingles actuellesSupprimez un code confidentiel de package spécifique.Supprimer une broche de packageRéinitialisez toutes les broches existantes.Réinitialiser les codes confidentiels ?Version à laquelle épingler le package. Le caractère générique « * » peut être utilisé comme dernière partie de versionBloquer la mise à niveau jusqu’à ce que l’épingle soit supprimée, empêchant ainsi les arguments de remplacementÉpingler une version installée spécifiqueInstalléValue used in a table to indicate that a package comes from the list of packages installed in the machineExporter les paramètres au format JSONExporter les paramètresParamètres utilisateursLabel displayed for the file containing the user settings.Impossible de charger le fichier de paramètres. Utilisation des valeurs par défaut.Sélectionner le filtre d’étendue de package installé (user ou machine){Locked="user","machine"} This argument allows the user to select installed packages for just the user or for the entire machine.Épingle ajoutée avec succèsIl existe déjà une épingle pour le package {0}{Locked="{0}"} {0} is a placeholder that will be replaced by a package name. The message is shown when attempting to add a pin for a package that is already pinned.Une épingle existe déjà pour le package {0}. Remplacement en raison de l’argument --force.{Locked="--force"}{Locked="--force","{0}"} {0} is a placeholder that will be replaced by a package name.Un code confidentiel existe déjà pour le package {0}. Utilisez l’argument --force pour le remplacer.{Locked="--force","{0}"} {0} is a placeholder that will be replaced by a package name.Réinitialisation de toutes les épingles actives.Utilisez l’argument --force pour réinitialiser toutes les épingles. Les épingles suivantes seront supprimées :{Locked="--force"}Type d’épingleIl n’existe pas d’épingle pour le package {0}{Locked="{0}"} {0} is a placeholder that will be replaced by a package name. The message is shown when attempting to delete a pin for a package that is not pinned.Aucune épingle n’est configurée.Shown when listing or modifying existing pins if there are none.Réinitialisé correcte des épinglesShown after resetting (deleting) all the pinsImpossible d’ouvrir la base de données épinglée.Error message for when we cannot open the database containing package pins.Un argument fourni ne peut être utilisé que pour un seul packagePlusieurs arguments mutuellement exclusifs ont été fournis : {0}{Locked="{0}"} Error message shown when mutually incompatible command line arguments are used. {0} is a placeholder replaced by the arguments that cannot be specified togetherL’argument {0} ne peut être utilisé qu’avec {1}{Locked="{0}","{1}"} Error message shown when having an argument needs another to be present, but that is missing. {0} and {1} are replaced by the arguments. For example "Argument --include-unknown can only be used with --upgrade"DésactivéAs in enabled/disabledActivéAs in enabled/disabledÉtatHeader for a table listing the state (enabled/disabled) of Group Policies and SettingsRequête utilisée pour rechercher un packageLe package « {0} » est introuvable{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches returns no results. {0} is a placeholder replaced by the package name or query.Plusieurs packages trouvés pour : {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches returns more than one result. {0} is a placeholder replaced by the package name or query.Échec de la recherche pour : {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches fails. This message is for generic failures, we have more specific messages for when the search returns no results, or when it returns more than one result. {0} is a placeholder replaced by the package name or query.{0} package(s) ont une épingle qui doit être supprimée avant la mise à niveau{Locked="{0}"} {0} is a placeholder that is replaced by an integer number of packages with pins that prevent upgradeImpossible de mettre à niveau le package à l’aide de Winget. Utilisez la méthode fournie par l’éditeur pour mettre à niveau ce package.Mettre à niveau les packages même s’ils ont une épingle non bloquanteRépertorie les packages même s’ils ont un code confidentiel qui empêche la mise à niveau. Ne peut être utilisé qu’avec l’argument --upgrade-available{Locked="--upgrade-available"}L’épingle a été supprimée avec succèsUne version plus récente a été trouvée, mais le package a une épingle qui empêche sa mise à niveau.Le package est épinglé et ne peut pas être mis à niveau. Utilisez la commande « winget pin » pour afficher et modifier des épingles. Certains types d’épingle peuvent être ignorés avec l’argument --include-pinned.{Locked="winget pin","--include-pinned"} Error shown when we block an upgrade due to the package being pinned{0} package(s) ont des épingles qui empêchent la mise à niveau. Utilisez la commande « winget pin » pour afficher et modifier les épingles. L’utilisation de l’argument --include-pinned peut afficher plus de résultats.{Locked="winget pin","--include-pinned"} {0} is a placeholder replaced by an integer number of packagesGarantit que le système correspond à l’état souhaité comme décrit par la configuration fournie. Peut télécharger/exécuter des processeurs pour atteindre l’état souhaité. La configuration et les processeurs doivent être vérifiés pour s’assurer qu’ils sont dignes de confiance avant de les appliquer.Configure le système dans un état souhaitéAffiche les détails de la configuration fournie. Par défaut, le système ne sera pas modifié, mais certaines options entraîneront le téléchargement et/ou le chargement des fichiers.Affiche les détails d’une configurationVérifie que le système correspond à l’état souhaité comme décrit par la configuration fournie. Peut télécharger/exécuter des processeurs pour tester l’état souhaité. La configuration et les processeurs doivent être vérifiés pour s’assurer qu’ils sont dignes de confiance avant de les exécuter.Vérifie l’état souhaité du systèmeValide l’exactitude d’un fichier de configuration.Valide un fichier de configurationLe type du champ '{0}' dans le fichier de configuration est incorrect.{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the field name from the file.Chemin d’accès au fichier de configurationLe fichier de configuration n’est pas valide.La version du fichier de configuration {0} est inconnue.{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the version of the configuration file.Accepte l’avertissement de configuration, empêchant une invite interactiveAppliquerIndicates that this item is used to write stateAffirmerIndicates that this item is used to check/assert the state rather than write to itDépendances :{0}{Locked="{0}"} Label displaying a list of dependencies. {0} is replaced with a space separated list of identifiers referencing other items.Une partie de la configuration n’a pas été appliquée correctement.Échec de l’obtention d’informations détaillées sur la configuration.informerIndicates that this item is used to retrieve values for future use rather than writing themLocalUsed to indicate that the item is present on the device.Module : {0}{Locked="{0}"} Label displaying a module name. {0} is replaced with the name of the module from the user input file.Module : {0} par {1} [{2}]{Locked="{0}","{1}","{2}"} Label displaying module information. {0} is replaced by the module name. {1} is replaced by the module author. {2} is replaced by a string indicating the source of the module.Paramètres :Label for the values that are used as inputs for this item when applying stateLa configuration a été correctement appliquée.L'unité a bien été appliquée.Une autre configuration est appliquée au système. Cette configuration se poursuivra dès que possible...Vous êtes responsable de la compréhension des paramètres de configuration que vous choisissez d'exécuter. Microsoft n'est pas responsable du fichier de configuration que vous avez créé ou importé. Cette configuration peut modifier les paramètres de Windows, installer des logiciels, modifier les paramètres des logiciels (y compris les paramètres de sécurité) et accepter les accords d'utilisation des packages et services tiers en votre nom. En exécutant ce fichier de configuration, vous reconnaissez que vous comprenez et acceptez ces ressources et paramètres. Toutes les applications installées vous sont concédées sous licence par leurs propriétaires. Microsoft n'est pas responsable des packages ou services tiers et n'accorde aucune licence à ceux-ci.Legal approved. Do not change without approval.Avez-vous examiné la configuration et souhaitez-vous continuer à l’appliquer au système ?PM approved.La configuration est vide.La fonctionnalité [{0}] est introuvable.{Locked="{0}"} Error message displayed when a Windows feature was not found on the system.Échec de l’activation des dépendances de fonctionnalité Windows. Pour poursuivre l’installation, utilisez '--force'.{Locked="--force"}Redémarrage requis pour activer entièrement la ou les fonctionnalités Windows; pour remplacer cette vérification, utilisez « --force »."Windows Feature(s)" is the name of the options Windows features setting.Échec de l’activation des dépendances de fonctionnalité Windows ; continuer en raison de --force"Windows Feature(s)" is the name of the options Windows features setting.
{Locked="--force"}Activation [{0}]...{Locked="{0}"} Message displayed to the user regarding which Windows Feature is being enabled.Échec de l’activation [{0}] de la fonctionnalité : {1}{Locked="{0}","{1}"} An error when enabling a Windows Feature. {0} is a placeholder for the name of the Windows Feature.
{1} is a placeholder for the unrecognized error code.Redémarrage requis pour activer entièrement la ou les fonctionnalités Windows; continuer en raison de --force"Windows Feature(s)" is the name of the options Windows features setting.En attente de la fin d’une autre installation/désinstallation...Version épingléeTable header for the version to which a package is pinned; meaning it should not update from that version.<Consultez le fichier journal pour obtenir des détails supplémentaires>The brackets are intended to make the value stand out from other text which it will follow. Any locale appropriate mechanism that achieves this is acceptable.Récupération des détails de la configurationInitialisation du système de configurationLecture du fichier de configurationLe système n’est pas dans l’état souhaité déclaré par la configuration.Cette unité de configuration a échoué pour une raison inconnue : {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.Échec de l’unité de configuration en raison de la configuration : {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.Échec de l’unité de configuration lors de la tentative d’obtention de l’état actuel du système.Échec de l’unité de configuration lors de la tentative d’application de l’état souhaité.Échec de l’unité de configuration lors de la tentative de test de l’état actuel du système.Échec de l’unité de configuration en raison d’une erreur interne : {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.L’unité de configuration a échoué car une condition préalable n’est pas valide : {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.Échec de l’unité de configuration en raison de l’état du système : {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.Échec de l’unité de configuration lors de la tentative d’exécution : {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.La configuration contient l’identificateur '{0}' plusieurs fois.{Locked="{0}"} {0} is a placeholder that is replaced by the identifier string from the user input file.La dépendance «{0}» est introuvable dans la configuration.{Locked="{0}"} {0} is a placeholder that is replaced by the identifier string from the user input file.Cette unité de configuration a été ignorée manuellement.Le module de l’unité de configuration est disponible dans plusieurs emplacements avec la même version.Échec du chargement du module pour l’unité de configuration.Plusieurs correspondances ont été trouvées pour l’unité de configuration ; spécifiez le module pour sélectionner le module approprié.L’unité de configuration est introuvable.L’unité de configuration n’était pas dans le module comme prévu.Cette unité de configuration n’a pas été exécutée car une dépendance a échoué ou n’a pas été exécutée.Cette unité de configuration n’a pas été exécutée car une assertion a échoué ou a la valeur false.L’unité de configuration a retourné un résultat inattendu lors de l’exécution.Cette unité de configuration n’a pas été exécutée pour une raison inconnue : {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.La valeur du champ '{0}' n’est pas valide : {1}{Locked="{0}","{1}"} An error in reading a configuration file. {0} is a placeholder replaced by the field name from the file. {1} is a placeholder for the invalid value.Le champ « {0} » est manquant ou vide.{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the expected field name from the file.Voir {0} de ligne, {1} de colonne dans le fichier.{Locked="{0}","{1}"} Indicates the file location of the error, {0} and {1} are placeholders for numbers of the line and column, respectively.Annulation de l’opérationInstaller le package stub pour AppInstallerInstaller le package complet pour AppInstallerActiver les fonctionnalités étendues. Nécessite l’accès au store.L’option '--enable' et '--disable' ne peuvent pas être utilisées avec d’autres arguments.{Locked="--enable", "--disable"}Activation des fonctionnalités étendues. Nécessite l’accès au store.Les fonctionnalités étendues ne sont pas activées. Exécutez 'winget configure --enable' pour les activer.{Locked="winget configure --enable"}Les fonctionnalités étendues sont activées.Désactiver les fonctionnalités étendues. Nécessite l’accès au store.Désactivation des fonctionnalités étendues. Nécessite l’accès au store.Les fonctionnalités étendues sont désactivées.Ignore le traitement des dépendances de package et des fonctionnalités WindowsDépendances ignorées.Échec de l’actualisation de la variable PATH pour le processus. Les installations suivantes qui dépendent des modifications apportées à la variable PATH risquent d’échouer.{Locked="PATH"}Certaines unités de configuration ont échoué lors du test de leur état.Le système est dans l’état de configuration décrit.L’état de configuration n’a pas été testé.Le système n’est pas dans l’état de configuration décrit.Résultat de test inattendu : {0}{Locked="{0}"} Error message. {0} will be replaced with the unexpected value (a number).Avez-vous examiné la configuration et souhaitez-vous continuer à la vérifier sur le système ?Le fichier de configuration n’est pas un fichier YAML valide.{Locked="YAML"} YAML is a file format name.Cette unité de configuration fait partie d’un cycle de dépendance.La validation n’a détecté aucun problème.L’unité de configuration n’est disponible qu’en version préliminaire, mais elle n’est pas marquée de cette façon dans la configuration. Ajoutez 'allowPrerelease: true' au 'directives'.{Locked="allowPrerelease: true","directives"} These are values in the configuration file that are not localized.L’unité de configuration a été trouvée localement, mais elle est introuvable dans un catalogue configuré. Vérifiez qu’il est présent sur n’importe quel système avant d’appliquer la configuration.L’unité de configuration n’est pas disponible publiquement ; vérifiez que toute personne qui utilisera cette configuration y aura accès.Le module n’a pas été fourni. La spécification du module améliore les performances et empêche les collisions de noms futures.Télécharge le programme d’installation à partir du package sélectionné, trouvé en recherchant une source configurée ou directement à partir d’un manifeste. Par défaut, la requête doit correspondre, sans respect de la casse, à l’ID, au nom ou au moniker du package. D’autres champs peuvent être utilisés en passant leur option appropriée. Par défaut, la commande download télécharge le programme d’installation approprié dans le dossier Téléchargements de l’utilisateur.Télécharge le programme d’installation à partir d’un package donnéRépertoire dans lequel les installateurs sont téléchargésTéléchargement des dépendances :Programme d’installation téléchargé : {0}{Locked="{0}"} Full path of the downloaded installer.Sélectionner le type de programme d’installationTéléchargements du programme d’installationLe programme d’installation ne peut pas être téléchargé pour une installation hors connexion ultérieure. « --module-path allusers » nécessite des privilèges d’administrateur pour s’exécuter.{Locked="--module-path allusers"}Spécifie l’emplacement de stockage des modules sur l’ordinateur local. %LOCALAPPDATA%\Microsoft\WinGet\Configuration\Modules par défaut{Locked="%LOCALAPPDATA%\Microsoft\WinGet\Configuration\Modules"}La valeur '--module-path' doit être 'currentuser', 'allusers', 'default' ou un chemin absolu.{Locked="{--module-path}, {currentuser}, {allusers}, {default}}Activer la configuration Gestionnaire de package WindowsRécupérez des informations sur les erreurs. En fonction d’un nombre, la sortie contiendra des détails sur l’erreur, y compris le nom du symbole s’il s’agit d’une erreur spécifique à winget. En fonction d’une chaîne, les erreurs spécifiques à winget sont recherchées pour cette valeur.Obtenir des informations sur les erreursValeur à rechercher dans les informations sur l’erreurLe nombre donné est trop grand pour être un HRESULT.Code d’erreur inconnuErreur interneArguments de ligne de commande non validesÉchec de l’exécution de la commandeÉchec de l’ouverture du manifesteSignal d’annulation reçuÉchec de l’exécution de ShellExecuteImpossible de traiter le manifeste. La version du manifeste est supérieure à la version prise en charge. Mettez à jour le client.Échec du téléchargement du programme d’installationImpossible d’écrire dans l’index ; il s’agit d’une version de schéma supérieureL’index est endommagéLes informations sources configurées sont endommagéesLe nom de la source est déjà configuréLe type de source n’est pas valideLe fichier MSIX est un pack, et non un packageIl manque des données requises par la sourceAucun des installateurs n’est applicable pour le système actuelLe hachage du fichier du programme d’installation ne correspond pas au manifesteLe nom de la source n’existe pasL’emplacement source est déjà configuré sous un autre nomAucun package n’a été trouvéAucune source n’est configuréePlusieurs packages trouvés correspondant aux critèresAucun manifeste trouvé correspondant aux critèresÉchec de l’obtention du dossier public à partir du package sourceLa commande requiert des privilèges d’administrateur pour s’exécuterL’emplacement source n’est pas sécuriséLe client Microsoft Store est bloqué par la stratégieL’application Microsoft Store est bloquée par la stratégieLa fonctionnalité est en cours de développement. Il peut être activé à l’aide des paramètres winget.Échec de l’installation de l’application Microsoft StoreÉchec de l’exécution de la saisie semi-automatiqueÉchec de l’initialisation de l’analyseur YAMLUne clé YAML non valide a été rencontréeUne clé YAML dupliquée a été rencontréeOpération YAML non valideÉchec de la génération du document YAMLÉtat de l’émetteur YAML non valideDonnées YAML non validesErreur LibYAMLLa validation des manifestes a réussi avec des avertissementsLa validation du manifeste a échouéLe manifeste n’est pas valideAucune mise à jour applicable trouvéemises à niveau WinGet – toutes terminées sur des échecsDésolé, Nous n’avons pas pu effectuer la vérification de sécurité du programme d’installationLa taille du téléchargement ne correspond pas à la longueur de contenu attendueCommande de désinstallation introuvableÉchec de l’exécution de la commande de désinstallationErreur d’itérateur d’arrêt ICUErreur ICU casemapErreur d’expression régulière ICUÉchec de l’installation d’un ou de plusieurs packages importésImpossible de trouver un ou plusieurs packages demandésLe fichier JSON n’est pas valideL’emplacement source n’est pas distantLa source rest configurée n’est pas prise en chargeDonnées non valides retournées par la source restL’opération est bloquée par la stratégie de groupeErreur interne de l'API RestURL de source rest non valideType MIME non supporté renvoyé par l'API restanteVersion de contrat source rest non valideLes données sources sont endommagées ou falsifiéesErreur de lecture à partir du fluxLes contrats du package n’ont pas été acceptésErreur lors de la lecture de l’entrée dans l’inviteLa demande de recherche n’est pas prise en charge par une ou plusieurs sourcesLe point de terminaison de l'API de repos est introuvable.Échec de l’ouverture de la source.Les contrats sources n’ont pas été acceptésLa taille de l’en-tête dépasse la limite autorisée de 1 024 caractères. Réduisez la taille et réessayez.Fichier de ressources manquantÉchec de l’exécution de l’installation de MSILes arguments pour msiexec ne sont pas validesÉchec de l’ouverture d’une ou de plusieurs sourcesÉchec de la validation des dépendancesUn ou plusieurs packages sont manquantsColonne de table non valideLa version de mise à niveau n’est pas plus récente que la version installéeLa version de mise à niveau est inconnue et le remplacement n’est pas spécifiéErreur de conversion de l’ICUÉchec de l’installation du package portableLe volume ne prend pas en charge les points d’analyseUn package portable d’une autre source existe déjà.Impossible de créer le lien symbolique. Le chemin pointe vers un répertoire.Le programme d’installation ne peut pas être exécuté à partir d’un contexte d’administrateur.Échec de la désinstallation du package portableÉchec de la validation des valeurs DisplayVersion par rapport à l’index.Un ou plusieurs arguments ne sont pas pris en charge.Les caractères Null incorporés ne sont pas autorisés pour SQLiteImpossible de trouver le programme d’installation imbriqué dans l’archive.Échec de l’extraction de l’archive.Chemin de fichier relatif non valide fourni pour le programme d’installation imbriqué.Le certificat de serveur ne correspond à aucune des valeurs attendues.L’emplacement d’installation doit être fourni.Échec de l’analyse des programmes malveillants d’archivage.Au moins une version du package installée a été trouvée.Un code PIN existe déjà pour le package.Il n’y a pas de code PIN pour le package.Impossible d’ouvrir la base de données des codes PIN.Une ou plusieurs applications n’ont pas pu être installéesUne ou plusieurs applications n’ont pas pu être désinstallésUne ou plusieurs requêtes n’ont pas retourné exactement une correspondanceLe package a une broche qui empêche la mise à niveau.Le package actuellement installé est le package stubSignal d’arrêt de l’application reçuÉchec du téléchargement des dépendances de package.Échec du téléchargement du package. Le téléchargement pour une installation hors connexion est interdit.Un service requis est occupé ou indisponible. Réessayez plus tard.Le GUID fourni ne correspond pas à un état de reprise valide.La version actuelle du client ne correspondait pas à la version du client de l’état enregistré.Les données d’état de reprise ne sont pas valides.Impossible d’ouvrir la base de données de point de contrôle.Limite de reprise maximale dépassée.Informations d’authentification non valides.Méthode d’authentification non prise en charge.Échec de l'authentification.Échec de l’authentification. Authentification interactive requise.Échec de l’authentification. Annulé par l’utilisateur.Échec de l’authentification. Le compte authentifié n’est pas le compte souhaité.L’application est en cours d’exécution. Quittez l’application, puis réessayez.Une autre installation est déjà en cours. Veuillez réessayez.Un ou plusieurs fichiers sont en cours d’utilisation. Quittez l’application, puis réessayez.Ce package a une dépendance manquante dans votre système.Votre PC n’a plus d’espace disponible. Libérez de l’espace, puis réessayez.Mémoire disponible insuffisante pour l’installation. Fermez les autres applications, puis réessayez.Cette application nécessite une connectivité Internet. Connectez-vous à un réseau, puis réessayez.Cette application a rencontré une erreur lors de l’installation. Contactez le support.Redémarrez votre PC pour terminer l’installation.Échec de l’installation. Redémarrez votre PC, puis réessayez.Votre PC redémarrera pour terminer l’installation.L’installation a été annulée par l’utilisateur.Une autre version de cette application est déjà installée.Une version supérieure de cette application est déjà installée.Les stratégies d’organisation empêchent l’installation. Contactez votre administrateur.Échec de l'installation des dépendances de package.L’application est actuellement utilisée par une autre application.Paramètre non valide.Package non pris en charge par le système.Le programme d’installation ne prend pas en charge la mise à niveau d’un package existant.L'installation a échoué en raison d'une erreur du programme d'installation personnalisé.L’entrée Applications et fonctionnalités du package est introuvable.L’emplacement de l’installation n’est pas applicable.L’emplacement de l’installation est introuvable.Le hachage du fichier existant ne correspond pas.Fichier introuvable.Nous avons trouvé le fichier, mais n’avons pas vérifié le hachage.Désolé... Nous n’avons pas pu accéder au fichier.Le fichier de configuration n’est pas valide.La syntaxe YAML n’est pas valide.Un champ de configuration a un type non valide.La configuration présente une version inconnue.Une erreur s’est produite lors de l’application de la configuration.La configuration contient un identificateur en double.Il manque une dépendance à la configuration.La configuration a une dépendance non satisfaite.Échec d’une assertion pour l’unité de configuration.La configuration a été ignorée manuellement.L’utilisateur a refusé de poursuivre l’exécution.Le graphe des dépendances contient un cycle qui ne peut pas être résolu.La configuration a une valeur de champ non valide.Un champ manque à la configuration.Certaines unités de configuration ont échoué lors du test de leur état.L’état de configuration n’a pas été testé.Désolé... Nous n’avons pas pu installer l’unité de configuration.L’unité de configuration est introuvable.Plusieurs correspondances ont été trouvées pour l’unité de configuration ; spécifiez le module pour sélectionner le module approprié.Échec de l’unité de configuration lors de la tentative d’obtention de l’état actuel du système.Échec de l’unité de configuration lors de la tentative de test de l’état actuel du système.Échec de l’unité de configuration lors de la tentative d’application de l’état souhaité.Le module de l’unité de configuration est disponible dans plusieurs emplacements avec la même version.Échec du chargement du module pour l’unité de configuration.L’unité de configuration a retourné un résultat inattendu lors de l’exécution.Une unité contient un paramètre qui nécessite la racine de configuration.L’opération n’est pas prise en charge par le processeur de configuration.Non disponibleDépendances des fonctionnalités Windows activéesÉchec du chargement du module pour l’unité de configuration, car il nécessite des privilèges d’administrateur pour s’exécuter.Une unité contient un paramètre qui nécessite la racine de configuration.Échec du chargement du module pour l’unité de configuration, car il nécessite des privilèges d’administrateur pour s’exécuter.Reprend l’exécution d’une commande précédemment enregistrée en passant l’identificateur unique de la commande enregistrée. Permet de reprendre une commande exécutée qui a peut-être été arrêtée en raison d’un redémarrage.Reprend l’exécution d’une commande précédemment enregistrée.Identificateur unique de l’état enregistré à reprendreLa reprise de l’état à partir d’une version de client différente n’est pas prise en charge : {0}{Locked= "{0}"} Message displayed to inform the user that the client version of the resume state does not match the current client version. {0} is a placeholder for the client version that created the resume state.L’état de reprise n’existe pas : {0}{Locked="{0}"} Error message displayed when the user provides a guid that does not correspond to a valid saved state. {0} is a placeholder replaced by the provided guid string.Données introuvables dans l’état de reprise.Cette commande ne prend pas en charge la reprise.Autorise un redémarrage le cas échéantLancement du redémarrage pour terminer l’opération...Échec du lancement d’un redémarrage.L’opération de reprise dépasse la limite autorisée de {0} reprise(s). Pour reprendre manuellement, exécutez la commande '{1}'.{Locked="{0}", "{1}"} {0} is a placeholder that is replaced by an integer number of the number of allowed resumes. {1} is a placeholder for the command to run to perform a manual resume.Ignorer la limite de reprise d’un état enregistréSchéma d’URI non pris en charge : {0}{Locked="{0}"} Error message displayed when the provided uri is not supported. {0} is a placeholder replaced by the provided uri.URI mal formé : {0}{Locked="{0}"} Error message displayed when the provided uri is not well formed. {0} is a placeholder replaced by the provided uri.Échec de l’analyse {0} contenu des paramètres ou du contenu des paramètres de l’unité de configuration est vide.{Locked="{0}"} {0} is a placeholder replaced by the input winget configure resource unit type.l’argument requis est manquant dans l’unité de configuration {0} : {1}{Locked="{0},{1}"} {0} is a placeholder for the input winget configure resource unit type. {1} is placeholder for the missing arg.{0}'unité de configuration n’a pas d’argument recommandé : {1}{Locked="{0},{1}"} {0} is a placeholder for the input winget configure resource unit type. {1} is placeholder for the missing arg.L’unité de configuration WinGetSource est en conflit avec une source connue : {0}{Locked="WinGetSource,{0}"} {0} is a placeholder for the input winget source in the configuration unit settings.Assertions de l’unité de configuration WinGetSource sur une source tierce : {0}{Locked="WinGetSource,{0}"} {0} is a placeholder for the input winget source in the configuration unit settings.WinGetPackage déclare UseLatest et Version. ID du package : {0}{Locked="WinGetPackage,UseLatest,Version,{0}"}L’unité de configuration WinGetPackage déclare sur un package à partir d’une source tierce. ID du package : {0} ; Source : {1}{Locked="WinGetPackage,{0},{1}"}Le package d’unité de configuration WinGetPackage dépend d’une source tierce qui n’a pas été configurée précédemment. ID du package : {0} ; Source : {1}{Locked="WinGetPackage,{0},{1}"}Le package d’unité de configuration WinGetPackage dépend d’une source tierce. Il est recommandé de déclarer la dépendance dans la section uni dependsOn. ID du package : {0} ; Source : {1}{Locked="WinGetPackage,dependsOn,{0},{1}"}Impossible de valider le package d’unité de configuration WinGetPackage. Échec de l’ouverture de la source. ID du package : {0} ; Source : {1}{Locked="WinGetPackage,{0},{1}"}Impossible de valider le package d’unité de configuration WinGetPackage. Package introuvable. ID du package : {0}{Locked="WinGetPackage,{0}"}Impossible de valider le package d’unité de configuration WinGetPackage. Plusieurs packages trouvés. ID du package : {0}{Locked="WinGetPackage,{0}"}Impossible de valider le package d’unité de configuration WinGetPackage. Version de package introuvable. ID du package : {0} ; {1} de version{Locked="WinGetPackage,{0},{1}"}Package d’unité de configuration WinGetPackage spécifié avec une version spécifique alors qu’une seule version du package est disponible. ID du package :{0} ; version : {1}{Locked="WinGetPackage,{0},{1}"}Impossible de valider le package d’unité de configuration WinGetPackage. ID du package : {0}{Locked="WinGetPackage,{0}"}Spécifier la préférence de fenêtre d’authentification (silent, silentPreferred ou interactive){Locked="silent","silentPreferred","interactive"} This argument allows the user to select authentication window popup behavior.Spécifier le compte à utiliser pour l’authentificationÉchec de l’ajout de la source. Cette version winget ne prend pas en charge la méthode d’authentification de la source. Essayez de mettre à niveau vers la dernière version winget.{Locked="winget"}La source {0} requiert une authentification. L’invite d’authentification peut s’afficher en cas de besoin. Les informations authentifiées seront partagées avec la source pour l’autorisation d’accès.{Locked="{0}"}Répare le package sélectionné, trouvé en effectuant une recherche dans la liste des packages installés ou directement à partir d’un manifeste. Par défaut, la requête doit correspondre, sans respect de la casse, à l’ID, au nom ou au moniker du package. D’autres champs peuvent être utilisés en passant leur option appropriée.id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Répare le package sélectionnéLa commande de réparation de ce package est introuvable. Contactez l’éditeur du package pour obtenir de l’aide.La technologie du programme d’installation utilisée ne correspond pas à la version actuellement installée.Commande de réparation introuvable.La technologie du programme d’installation en cours d’utilisation ne prend pas en charge la réparation.L’opération de réparation s’est terminée correctement.Réparation abandonnéeDémarrage de la réparation du package...Échec de la réparation du package Microsoft Store. Code d'erreur : {0}{Locked="{0}"} Error message displayed when a Microsoft Store application package fails to repair. {0} is a placeholder replaced by an error code.Échec de l’opération de réparation.L’opération de réparation n’est pas applicable.Aucune version de package correspondante n’est disponible à partir des sources configurées.La configuration système actuelle ne prend pas en charge la réparation de ce package.La technologie de programme d’installation utilisée ne prend pas en charge la réparation.Le package installé pour l’étendue de l’utilisateur ne peut pas être réparé en cas d’exécution avec des privilèges d’administrateur.Les opérations de réparation impliquant des privilèges d’administrateur ne sont pas autorisées sur les packages installés dans l’étendue utilisateur.Échec de la réparation avec le code de sortie : {0}{Locked="{0}"} Error message displayed when an attempt to repair an application package fails. {0} is a placeholder replaced by an error code.La connexion SQLite a été interrompue pour éviter toute altération.Désinstaller toutes les versionsLa version à suivrePlusieurs versions de ce paquet sont installées. Soit vous affinez la recherche, soit vous passez l'argument `--version` pour en sélectionner une, soit vous passez l'option `--all-versions` pour les désinstaller toutes.{Locked="--version,--all-versions"}Activer les options de ligne de commande du gestionnaire de paquets WindowsDescribes a Group Policy that can enable the use of the --proxy option to set a proxyDéfinir un proxy à utiliser pour cette exécutionDésactiver l’utilisation du proxy pour cette exécutionImpossible de réinitialiser {0}. Ce paramètre est contrôlé par la stratégie. Pour plus d’informations, contactez votre administrateur système.{Locked="{0}"} The value will be replaced with the feature nameRéinitialiser les paramètres administratifs '{0}'.{Locked="{0}"} Message displayed after the user resets an admin setting to its default value. Reset is used as verb in past tense. {0} is a placeholder replaced by the setting name.Impossible de définir {0}. Ce paramètre est contrôlé par la stratégie. Pour plus d’informations, contactez votre administrateur système.{Locked="{0}"} The value will be replaced with the feature nameRégler le paramètre d'administration '{0}' sur '{1}'.{Locked="{0}"} Message displayed after the user sets the value of an admin setting. Set is used as a verb in past tense. {0} is a placeholder replaced by the setting name. {1} is a placeholder replaced Nom du paramètre à modifierValeur à définir pour le paramètre.Rétablit la valeur par défaut d’un paramètre d’administrateur.Rétablit la valeur par défaut d’un paramètre d’administrateur.Définit la valeur d'un paramètre administratif.Définit la valeur d'un paramètre administratif.Exclut une source de la recherche, sauf indication contraireExclut une source de la découverte (true ou false)Contenu expliciteNiveau de confiance de la source (aucun ou approuvé)Niveau de confianceÉchec de l'obtention du catalogue de paquets Microsoft Store.Aucun paquet Microsoft Store applicable n'a été trouvé dans le catalogue de paquets Microsoft Store.Échec de l'obtention des informations de téléchargement du paquet Microsoft Store.Aucun package Microsoft Store applicable n’a été trouvé pour le téléchargement.Échec de la récupération de la licence du paquet Microsoft Store.Aucun paquet Microsoft Store applicable n’a été trouvé.Vérification réussie du hachage du paquet Microsoft StoreMauvaise correspondance du hachage du paquet Microsoft StorePaquet Microsoft Store téléchargé : {0}{Locked="{0}"} Full path of the downloaded package.Le téléchargement du paquet Microsoft Store a échoué : {0}{Locked="{0}"} Package name.Le téléchargement du paquet Microsoft Store est terminéTéléchargement des principaux paquets à partir du Microsoft Store...Téléchargement de paquets de dépendances à partir du Microsoft Store...Récupération des informations de téléchargement des paquets Microsoft StoreÉchec de la récupération des informations de téléchargement du paquet Microsoft StoreRécupération de la licence du paquet Microsoft StoreLicence du paquet Microsoft Store sauvegardée : {0}{Locked="{0}"} License file full path.Échec de la récupération de la licence du paquet Microsoft StoreLe téléchargement du paquet Microsoft Store ne prend pas en charge l'argument --rename. Le paquet Microsoft Store utilisera les noms fournis par le catalogue Microsoft Store.{Locked="--rename"}Microsoft Store téléchargement du package nécessite une authentification par ID Microsoft Entra. L’invite d’authentification peut s’afficher en cas de besoin. Les informations authentifiées seront partagées avec services Microsoft pour l’autorisation d’accès. Pour Microsoft Store licence de package, le compte d’ID Microsoft Entra doit être membre de l’administrateur général, de l’administrateur utilisateur ou de l’administrateur de licences.{Locked="Global Administrator,User Administrator,License Administrator"}Ne pas récupérer la licence hors ligne du paquet Microsoft StoreSélectionner la plate-forme cibleAjout d'un fichier de configuration : {0}{Locked="{0}"}Exportation réussieObtenir les paramètres de configuration...Au moins --packageId et/ou --module avec --resource doit être fourni. Ou utilisez --all pour exporter toutes les configurations de package.{Locked="--packageId,--module, --resource, --all"}Vous ne pouvez pas utiliser les arguments --packageId, --module et --resource avec --all.{Locked="--packageId,--module, --resource, --all"}Exporte les ressources de configuration vers un fichier de configuration. Lorsqu’il est utilisé avec --all, exporte toutes les configurations de package. Lorsqu’il est utilisé avec --packageId, exporte une ressource WinGetPackage de l’ID de package donné. Lorsqu’il est utilisé avec --module et --resource, obtient les paramètres de la ressource et l’exporte vers le fichier de configuration. Si le fichier de configuration de sortie existe déjà, ajoute les ressources de configuration exportées.{Locked="WinGetPackage,--packageId,--module, --resource"}Exporte les ressources de configuration vers un fichier de configuration.Le module de la ressource à exporter.L'identifiant du paquet à exporter.La ressource de configuration à exporter.Permet d’exporter toutes les configurations de package.L'unité de configuration n'a pas réussi à obtenir ses propriétés.Échec de l'exportation de la configuration.Configuration de {0}{Locked="{0}"}Installer {0}{Locked="{0}"}Certaines données présentes dans le fichier de configuration ont été tronquées pour cette sortie ; inspecter le contenu du fichier pour en obtenir le contenu complet.<cette valeur a été tronquée ; consultez le contenu du fichier pour obtenir le texte complet>Keep some form of separator like the "<>" around the text so that it stands out from the preceding text.Affiche les détails de niveau supérieur pour les configurations qui ont été appliquées au système. Ces données peuvent ensuite être utilisées avec des commandes `configure` pour obtenir plus de détails.{Locked="`configure`"}Affiche l’historique de configurationOn ne trouve aucune configuration dans l'historique.Sélectionner des éléments de l’historiqueAucune configuration unique correspondant aux données fournies n’a été trouvée. Fournissez le nom complet ou une partie de l’identificateur qui correspond sans ambiguïté à la configuration souhaitée.Supprimer l’élément de l’historiquePremière applicationColumn header for date values indicating when a configuration was first applied to the system.IdentificateurNomOrigineChemin d'accèsLa configuration spécifiée est introuvable.TerminéThe state of processing an item.En coursThe state of processing an item.En attenteThe state of processing an item.InconnuThe state of processing an item.Surveiller l’état de la configuration.As in "to monitor the status of a configuration being applied".TerminéThe state of processing an item.En coursThe state of processing an item.En attenteThe state of processing an item.IgnoréThe state of processing an item.InconnuThe state of processing an item.Application démarréeWhen the configuration application started.Fin de l’applicationWhen the configuration application ended.RésultatDétailsÉtatThe state of processing an item.UnitéLe package n’est pas compatible avec la version ou la plateforme Windows actuelle.Supprimer l’affichage des détails de configuration initiale lorsque cela est possibleVous pouvez télécharger plusieurs packages Microsoft Store ciblant différentes plateformes et architectures. --platform, --architecture peuvent être utilisés pour filtrer les packages.{Locked="--platform--architecture"}Échec de la récupération de Microsoft Store licence de package. Le compte d’ID Microsoft Entra n’est pas membre de l’administrateur général, de l’administrateur d’utilisateurs ou de l’administrateur de licences. Utilisez --skip-license pour ignorer la récupération Microsoft Store licence de package.{Locked="Global Administrator,User Administrator,License Administrator,--skip-license"}Le package Microsoft Store ne prend pas en charge le téléchargement.Le package Microsoft Store ne prend pas en charge le téléchargement.Échec de la récupération de Microsoft Store licence de package. Le compte d’ID Microsoft Entra ne dispose pas des privilèges requis.Le paramètre ne peut pas être transmis au-delà de la limite d’intégrité.Programme d’installation zéro octet téléchargé ; vérifiez que votre connexion réseau fonctionne correctement.Programme d’installation zéro octet téléchargé ; vérifiez que votre connexion réseau fonctionne correctement.Gérer les policesGérez les polices avec des sous-commandes. Les polices peuvent être installées, mises à niveau ou désinstallées similaires à packages. FamilleVisages"Faces" represents the typeface of the font family such as 'Bold' or 'Italic'Filtrer les résultats par nom de familleVisage"Face" represents the typeface of a font family such as 'Bold' or 'Italic'Chemins d'accèsAucune police installée ne correspond aux critères d'entrée.Répertorier les polices installéesRépertoriez toutes les polices installées, tous les fichiers de police ou tous les détails d’une police spécifique.VersionModules de configurationPowerShell Modules that are used for the Configuration featureLe programme d’installation du package nécessite une authentification. L’invite d’authentification peut s’afficher en cas de besoin. Les informations authentifiées seront partagées avec l’URL de téléchargement du programme d’installation.Échec du téléchargement du programme d’installation. Cette version winget ne prend pas en charge la méthode d’authentification de téléchargement du programme d’installation. Essayez de mettre à niveau vers la dernière version winget.{Locked="winget"}Le téléchargement du programme d'installation a échoué. L'authentification a échoué.Spécifiez le chemin d’accès au processeur de configurationCommandes de ressources DSC v3DSC stands for "Desired State Configuration". It should already have a locked translation.Les sous-commandes implémentent ici des ressources Desired State Configuration (DSC) v3 pour configurer winget et packages.Obtenir l’état de la ressourceDéfinir l’état de la ressourceDécrire les changements d’état requisTester l’état de la ressourceSupprimer l’état de la ressourceObtenir toutes les instances d’étatValider le contenu du groupeRésoudre l’état externeExécuter l’adaptateurObtenir le schéma de ressourceObtenir le manifeste de ressourceGérer l’état du packageGérez les packages via WinGet.Indique si un instance doit ou existe.Indique si un instance est dans l’état souhaité.Identificateur du package.Source du package.Version du package.Méthode de mise en correspondance de l’identificateur avec un package.Indiquez que la dernière version disponible du package doit être installée.Mode d’installation à utiliser si nécessaire.Étendue cible du package.Indique s’il faut accepter les contrats pour les sources et les packages.Gérer le fichier de paramètres utilisateurGérez les paramètres utilisateur de WinGet.Contenu du fichier JSON des paramètres.Action utilisée pour appliquer les paramètres.La valeur est journalisée pour corrélationGérer la configuration de la sourceGérez les sources de WinGet.Nom à utiliser pour la source.Argument de la source.Type de la source.Niveau de confiance de la source.Indique si la source est incluse lorsque les appels ne spécifient pas de source.Application de l’unité de configuration...Exportation de l’unité de configuration...Obtention des processeurs d’unité de configuration...Vérifier le module requis pour l’exportation [{0}]{Locked="{0}"}Échec du test ou de l’acquisition du module requis. Les paramètres associés ne seront pas exportés.Exporter [{0}]{Locked="{0}"}Échec de l’exportation de la ressource.Échec de l’obtention des processeurs d’unités. Les paramètres de package individuels ne seront pas exportés.Répertoire dans lequel les résultats doivent être écritsDesired State Configuration package introuvable sur le système. Installation du package...Échec de l’installation du package Desired State Configuration. Installez le package manuellement ou indiquez le chemin d’accès à dsc.exe via --processor-path argument.{Locked="dsc.exe","--processor-path"}Objet contenant les paramètres de l’administrateur et leurs valeurs.Gérer les paramètres de l’administrateurGérez les paramètres d’administrateur de WinGet.Réinitialise tous les paramètres d’administrationTous les paramètres d’administration ont été réinitialisés.Informations MCPMCP stands for Model Context Protocol and should probably remain as-isInformations MCP (Model Context Protocol) pour le Gestionnaire de package Windows.Pour configurer manuellement le serveur Gestionnaire de package Windows MCP avec votre client MCP, utilisez le fragment JSON suivant dans l’objet `servers` :{Locked="`servers`"}
MCP stands for Model Context Protocol and should probably remain as-is.
An unlocalized JSON fragment will follow on another line.Activer le serveur MCP du Gestionnaire de package WindowsVersion du système d’exploitation cibleDésolé, échec de l’installation d’une ou plusieurs polices.Désolé, le fichier de police n’est pas pris en charge et ne peut pas être installé.Une ou plusieurs polices du package de polices ne sont pas prises en charge et ne peuvent pas être installées.Désolé, nous n’avons pas pu effectuer l’installation; nettoyage en cours.La police est déjà installée.ID de packageWinGet pris en chargeTitreFichier de police introuvable.Échec de la désinstallation de la police. La police n’est peut-être pas en bon état. Essayez de désinstaller après un redémarrage.La validation de la police a échoué.Échec de la restauration de police. La police n’est peut-être pas en bon état. Essayez de désinstaller après un redémarrage.Afficher les informations détaillées du fichier de police.Désolé, échec de la validation du package de polices.La tentative de restauration de l’installation de police ayant échoué a échoué. Un redémarrage peut être nécessaire pour désinstaller la police.Échec de la désinstallation du package de polices. Cela est souvent dû aux polices utilisées par le système ou une application. La désinstallation peut réussir après le redémarrage de votre ordinateur.OK"OK" means the font is in a good healthy stateEndommagé"Corrupt" refers to an install that is in a corrupted or bad state, and needs repair.StatutInconnuLe package de polices est déjà installé.Afficher des informations détaillées sur les packagesProviding this argument causes the CLI to output additional details about installed application packages.Canal :Precedes a string value that names the delivery channel for the software package (ex. stable, beta).Identifiant local :Precedes a value that is the unique identifier for the installed package on the local system.Nom de la famille de packages :Precedes a value that is the APPX/MSIX package family name of the installed package.Code du produit :Precedes a value that is the Add/Remove Programs identifier in the registry. This is also the Product Code value as defined in MSI installers.Code de mise à niveau :Precedes a value that is the MSI Upgrade Code for the installed package.Étendue de l’installation :Precedes a value that is the scope of the installation of the package (ex. user, machine).Architecture installée :Precedes a value that is the installed architecture of the package (ex. x86, x64, ARM64).Paramètres régionaux de l’installation :Precedes a value that is the locale of the installed package.Emplacement de l’installation :Precedes a value that is the directory path to the installed package.Source d’origine :Precedes a value that names the package source where the installed package originated from.Mises à niveau disponibles :Precedes a list of package upgrades available for the installed package.Catégorie du programme d’installation :Precedes a value that indicates the category of the installer for the installed package (ex. exe, msi, msix).Ancienne valeurColumn title for listing edit changes.Nouvelle valeurColumn title for listing the new value.
================================================
FILE: Localization/Resources/it-IT/Resources.resw
================================================
text/microsoft-resx2.0System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
================================================
FILE: Localization/Resources/it-IT/winget.resw
================================================
text/microsoft-resx2.0System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089L'alias adiacente non è un contrassegno: '{0}'{Locked="{0}"} Error message displayed when the user provides an adjoined alias that is not a flag argument. {0} is a placeholder replaced by the user input argument (e.g. '-ab').Alias del contrassegno adiacente non trovato: '{0}'{Locked="{0}"} Error message displayed when the user provides an adjoined flag alias argument that was not found. {0} is a placeholder replaced by the user input argument (e.g. '-ab').Sono disponibili i seguenti argomenti:Message displayed to inform the user about the available command line arguments.Sono disponibili gli alias di comando seguenti:Message displayed to inform the user about the available command line alias arguments.Sono disponibili i seguenti comandi:Title displayed to inform the user about the available commands.DisponibileAs in "a new version is available to upgrade to".Sono disponibili le seguenti opzioni:Message displayed to inform the user about the available options.Sono disponibili i seguenti comandi secondari:Message displayed to inform the user about the available nested commands that run in context of the selected command.{0} aggiornamenti disponibili.{Locked="{0}"} Message displayed to inform the user about available package upgrades. {0} is a placeholder replaced by the number of package upgrades.Usa il canale specificato; l'impostazione predefinita è General Audience (adatto a tutte le età)comandoLabel displayed for a command to give the software.Filtra i risultati per comandoDescription message displayed to inform the user about filtering the search results by a package command.Riga di comando completa per il completamentoQuesto comando richiede i privilegi di amministratore per l'esecuzione.Questo comando può essere utilizzato per richiedere il completamento della riga di comando sensibile al contesto. Vengono inseriti i dati della riga di comando, della posizione del cursore e della parola da completare. L'output è un insieme di valori possibili in base agli input, con un valore possibile per riga.Abilita il completamento della riga di comando con contestoNon mostra più del numero di risultati specificato (compreso tra 1 e 1000)FattoLabel displayed when an operation completes or is done executing.Trova pacchetto con corrispondenza esattaDescription message displayed to inform the user about finding an application package using an exact matching criteria.Argomento sperimentale a scopo dimostrativoQuesto comando è un esempio su come implementare una funzionalità sperimentale. Per attivare l'opzione “winget settings” e abilitare le funzionalità experimentalCmd o experimentalArg.{Locked="winget settings"}Esempio di funzionalità sperimentaleÈ stato trovato un argomento posizionale quando non ne era previsto nessuno: '{0}'{Locked="{0}"} Error message displayed when the user provides an extra positional argument when none was expected. {0} is a placeholder replaced by the user's extra argument input.Questa funzionalità è in fase di sviluppo e potrebbe essere modificata completamente o rimossa del tutto in futuro. Per abilitarla, modificare le impostazioni ('winget settings') per includere la funzionalità sperimentale: '{0}'{Locked="winget settings","{0}"}. Error message displayed when the user uses an experimental feature that is disabled. {0} is a placeholder replaced by the experimental feature name.Mostra lo stato delle funzionalità sperimentali. Le funzionalità sperimentali possono essere attivate tramite 'winget settings'.{Locked="winget settings"}Mostra lo stato delle funzionalità sperimentaliDisabilitateAbilitataFunzionalitàCollegamentoLe seguenti funzionalità sperimentali sono in corso.
Possono essere configurati tramite il file di impostazioni ' winget settings '.{Locked="winget settings"}ProprietàStatoFile su cui eseguire l'hashingL'argomento del contrassegno non può contenere un valore adiacente: '{0}'{Locked="{0}"} Error message displayed when the user provides a flag argument containing an unexpected adjoined value. {0} is a placeholder replaced by the user input.Calcola l'hash di un file locale, appropriato per l'ingresso in un manifesto. Può anche calcolare l'hash del file della firma di un pacchetto MSIX per abilitare le installazioni di streaming multimediale.Helper per eseguire l'hashing dei file di installazioneMostra la guida per il comando selezionatoPer altre informazioni su un comando specifico, passa alla Guida degli argomenti.Altre informazioni sono disponibili alla pagina: {0}{Locked="{0}"} Message displayed to inform the user about a link where they can learn more about the subject context. {0} is a placeholder replaced by a website address.Filtra i risultati per IDElimina gli output di avvisoQuesta applicazione viene concessa in licenza dal proprietario.Microsoft non è responsabile né concede alcuna licenza a pacchetti di terze parti.Questo pacchetto è stato fornito tramite Microsoft Store. winget potrebbe dover acquisire il pacchetto da Microsoft Store per conto dell'utente corrente.{Locked="winget"}Installa il pacchetto selezionato, trovato eseguendo una ricerca in un'origine configurata o direttamente da un manifesto. Per impostazione predefinita, la query deve corrispondere senza distinzione tra maiuscole e minuscole all'id, name o moniker del pacchetto. È possibile usare altri campi passando l'opzione appropriata. Per impostazione predefinita, il comando install controllerà lo stato di installazione del pacchetto e tenterà di eseguire un aggiornamento, se applicabile. Eseguire l'override con --force per eseguire un'installazione diretta.{Locked="--force"}; id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Installa il pacchetto specificatoHash di installazione non corrispondente. Questo non può essere ignorato durante l'esecuzione come amministratoreL’hash di installazione non corrisponde. Procedendo a causa di --ignore-security-hash{Locked="--ignore-security-hash"}Hash di installazione non corrispondente; Per eseguire l’override, seleziona use --ignore-security-hash{Locked="--ignore-security-hash"}Verifica dell'hash di installazione completataInstallazione riuscitaAvvio installazione pacchetto in corso...Ignora l'errore di controllo hash del programma di installazioneIgnora l'analisi malware eseguita durante l'installazione di un pacchetto di tipo di archivio dal manifesto localeRichiedi l'installazione interattiva; l'input dell'utente potrebbe essere necessarioAlias di argomento non riconosciuto per il comando corrente: '{0}'{Locked="{0}"} Error message displayed when the user provides a command line argument alias that was not recognized for a selected command. {0} is a placeholder replaced by the user's argument alias input (e.g. '-a').Identificatore di argomento non valido: '{0}'{Locked="{0}"} Error message displayed when the user provides an invalid argument specifier. {0} is a placeholder replaced by an argument specifier (e.g. '-').Nome argomento non riconosciuto per il comando corrente: '{0}'{Locked="{0}"} Error message displayed when the user provides an unrecognized command line argument name for the selected command. {0} is a placeholder replaced by the user's argument name input (e.g. '--example').Directory WinGetHeader for a table detailing the directories Winget uses for key operations like logging and portable installsImpostazioni locali da usare (formato BCP47){Locked="BCP47"}Contratto di licenzaCollegamentiLinks to different webpagesIl comando list mostra i pacchetti installati nel sistema nonché la disponibilità di un aggiornamento. È possibile fornire opzioni aggiuntive per filtrare l'output, molto simili al comando search.{Locked="list","search"}Visualizza pacchetti installatiPercorso di installazione (se supportato)Percorso log (se supportato)Copyright (c) Microsoft Corporation. Tutti i diritti sono riservati.Home pageThe primary webpage for the softwarePercorso del manifesto del pacchettoConvalida del manifesto non riuscita.Convalida del manifesto riuscita.La convalida del manifesto è stata effettuata con avvisi.Il valore dell'argomento necessario risulta mancante: '{0}'{Locked="{0}"} Error message displayed when the user does not provide a required command line argument value. {0} is a placeholder replaced by the argument name.Filtra i risultati in base al monikerIl file di input verrà considerato come MSIX; l'hash della firma verrà fornito se firmatoNon è possibile calcolare l'hash della firma MSIX.Non è stato possibile installare o aggiornare il pacchetto di Microsoft Store perché l'app specifica è bloccata dai criteriNon è stato possibile installare o aggiornare il pacchetto di Microsoft Store. Codice di errore: {0}{Locked="{0}"} Error message displayed when a Microsoft Store application package fails to install or upgrade. {0} is a placeholder replaced by an error code.Non è stato possibile installare o aggiornare il pacchetto Microsoft Store perché il client Microsoft Store è bloccato dai criteriVerifica/richiesta di acquisizione pacchetti...Trovati più pacchetti installati corrispondenti ai criteri di input. Ridefinire l'input.Multipli pacchetti hanno trovato criteri di input corrispondenti. Ridefinisci l'input.Filtra i risultati per nomeNessun programma di installazione applicabile trovato. Per ulteriori dettagli, vedere i log.Al momento non sono disponibili funzionalità sperimentali.Non è stato trovato alcun pacchetto installato corrispondente ai criteri di input.Nessun pacchetto trovato con criteri di input corrispondenti.Disabilita la visualizzazione di VirtualTerminal{Locked="VirtualTerminal"}Apri il percorso predefinito dei logopzioniOptions to change how a command worksSostituisci gli argomenti da trasmettere al programma di installazionePacchetto: {0}{Locked="{0}"} Label displayed for a software package. {0} is a placeholder replaced by the software package name.Ci siamo dimenticati di farlo...Posizione del cursore nella riga di comandoInformativa sulla privacyQuery usata per cercare un'appLo stato di avanzamento mostra un arcobaleno di coloriL'argomento obbligatorio non è stato fornito: '{0}'{Locked="{0}"} Error message displayed when the user does not provide a required command line argument. {0} is a placeholder replaced by an argument name.Lo stato di avanzamento viene mostrato come il colore predefinitoEsegue ricerche di pacchetti da origini configurate.Trova e mostra le informazioni di base dei pacchettiIdAbbreviation of Identifier.CorrispondenzaNomeOriginevoci aggiuntive troncate a causa del limite dei risultatiVersioneSono stati trovati i seguenti errori durante la convalida delle impostazioni:Aprire le impostazioni nell'editor di testo json predefinito. Se nessun editor è configurato, apre le impostazioni nel blocco note. Per le impostazioni disponibili, vedi https://aka.ms/winget-settings. Questo comando può essere usato anche per impostare le impostazioni dell'amministratore, fornendo gli argomenti --enable o --disable{Locked="--enable"} {Locked="--disable"}Aprire le impostazioni o predisporre le impostazioni di amministratoreErrore imprevisto durante il caricamento delle impostazioni. Verificare le impostazioni eseguendo il comando 'settings'.{Locked="'settings'"}CanaleVisualizza informazioni su un pacchetto specifico. Per impostazione predefinita, la query deve essere insensitively con l'ID, il nome o il moniker del pacchetto. Altri campi possono essere utilizzati passando l'opzione appropriata.id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Mostra informazioni su un pacchettoVersioneRichiedi l'installazione invisibile all'utenteSolo l'alias a carattere singolo può apparire dopo un singolo -: '{0}'{Locked="{0}"} Error message displayed when the user provides more than a single character command line alias argument after an alias argument specifier '-'. {0} is a placeholder replaced by the user's argument input.Esiste già un'origine con il nome specificato e si riferisce a un percorso diverso:Una fonte con un nome diverso fa già riferimento a questa posizione:Esiste già un'origine con il nome specificato e si riferisce allo stesso percorso:Aggiunta origine:Aggiungi una nuova origine. Un'origine fornisce i dati per individuare e installare i pacchetti. Aggiungi una nuova origine solo se la consideri attendibile.Aggiungi una nuova origineArgomento assegnato all'origineTrova il pacchetto usando l'origine specificataGestisci le origini con i comandi secondari. Un'origine fornisce i dati per individuare e installare i pacchetti. Aggiungi una nuova origine solo se la consideri attendibile.Gestisci le origini dei pacchettiModifica le proprietà di un'origine esistente. Un'origine fornisce i dati per l'individuazione e l'installazione dei pacchetti.Modifica proprietà di un'origineModifica origine: {0}{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being edited. {0} is a placeholder replaced by the repository source name.L'origine denominata '{0}' si trova già nello stato desiderato.{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being edited. {0} is a placeholder replaced by the repository source name.ArgomentoValue given to source.Elenca tutte le origini correnti o tutti i dettagli di un'origine specifica.Elenca le origini correntiDatiData stored by the source.CampoThe name of a piece of information about a source.NomeThe name of the source.IdentificatoreThe source's unique identifier.Non è stata trovata un'origine denominata: {0}Error message displayed when the user provides a repository source name that was not found. {0} is a placeholder replaced by the user input.Nessuna origine configurata.TipoThe kind of source.AggiornatoThe last time the source was updated.maiThe source has never been updated.ValoreThe value of information about a source.Nome dell'origineErrore durante l'apertura della/e origine/i; provare il comando 'source reset' se il problema persiste.{Locked="source reset"}Non è stato possibile aprire l'origine predefinita. Informare i gestori winget{Locked="winget"}Rimozione di tutte le origini in corso...Rimuovi un'origine specifica.Rimuovi le origini correntiRimozione origine in corso: {0}{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being removed. {0} is a placeholder replaced by the repository source name.Reimpostazione di tutte le origini in corso...Questo comando elimina le origini esistenti, ad esclusione dei dati locali. Senza alcun argomento, eliminerà tutte le origini e aggiungerà quelle predefinite. Se viene fornito il nome di un'origine specifica, verrà eliminata solo quella.Reimposta originiForza il reset delle originiLe origini seguenti verranno reimpostate se viene specificata l'opzione--force:{Locked="--force"}Reimpostazione origine in corso: {0}{Locked="{0}"} Message displayed to inform the user about a repository source that is currently being reset. {0} is a placeholder replaced by the repository source name.Tipo di origineAggiornamento di tutte le origini...Aggiorna tutte le origini o solo un'origine specifica.Aggiorna le origini correntiAggiornamento origine in corso: {0}{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being updated. {0} is a placeholder replaced by the repository source name.Filtra i risultati per tagGrazie per aver usato WinGetComunicazioni di terze partiL'utilità della riga di comando di Winget consente di installare le applicazioni e altri pacchetti dalla riga di comando.Visualizza le informazioni generali dello strumentoMostra la versione dello strumentoArgomento fornito più volte di quanto consentito: '{0}'{Locked="{0}"} Error message displayed when the user provides a command line argument more times than it is allowed. {0} is a placeholder replaced by the user's argument name input.Sono stati specificati più argomenti del comportamento di esecuzione: '{0}'{Locked="{0}"} Error message displayed when the user provides more than one execution behavior argument when installing an application package. {0} is a placeholder replaced by the user specified execution behaviors (e.g. 'silent|interactive').Si è verificato un errore imprevisto durante l'esecuzione del comando:Disinstalla la versione precedente del pacchetto durante l'aggiornamentoComando non riconosciuto: '{0}'{Locked="{0}"} Error message displayed when the user provides an unrecognized command. {0} is a placeholder replaced by the user input.Aggiorna tutti i pacchetti installati alla versione più recente se disponibileNon è stato trovato alcun aggiornamento applicabile.Una versione più recente del pacchetto è disponibile in un'origine configurata, ma non si applica al sistema o ai requisiti.Non sono stati trovati aggiornamenti disponibili.Non sono disponibili versioni più recenti del pacchetto dalle origini configurate.Aggiorna il pacchetto selezionato, trovato eseguendo la ricerca nell'elenco dei pacchetti installati o direttamente da un manifesto. Per impostazione predefinita, la query deve essere insensitively con l'ID, il nome o il moniker del pacchetto. Altri campi possono essere utilizzati passando l'opzione appropriata. Quando non vengono forniti argomenti, mostra i pacchetti con aggiornamenti disponibiliid, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Mostra ed esegue gli aggiornamenti disponibiliutilizzo: {0} {1}{Locked="{0} {1}"} Message displayed to provide the user with instructions on how to use a command. {0} is a placeholder replaced by the program name (e.g. 'winget'). {1} is a placeholder replaced by the pattern for using the selected command.Convalida un manifesto con un insieme di linee guida rigorose. Queste hanno lo scopo di consentirti di controllare il tuo manifesto prima di inviarlo a un repository.Convalida un file manifestoIl percorso del manifesto da convalidareAbilita la registrazione dettagliata per wingetVerifica che il file di input sia un MSIX valido e firmato.Usa la versione specificata; la versione predefinita è quella più recenteMostra le versioni disponibili del pacchettoÈ richiesto il valore specificato prima del completamentoNon sono state trovate versioni corrispondenti: {0}{Locked="{0}"} Error message displayed when the user attempts to upgrade an application package to a version that was not found. {0} is a placeholder replaced by the user's provided upgrade package version.Nessuna origine corrisponde al valore specificato: {0}{Locked="{0}"} Error message displayed when the user attempts to install or upgrade an application package from a repository source that was not found. {0} is a placeholder replaced by the user's repository source name input.Le origini configurate sono:Non è stata definita alcuna origine. Aggiungerne una con "source add" o ripristinare i valori predefiniti con "source reset"{Locked="source add","source reset"}TrovatoIl percorso è una directory: {0}{Locked="{0}"} Error message displayed when the user provides a system path that is a directory. {0} is a placeholder replaced by the provided directory path.Il file non esiste: {0}{Locked="{0}"} Error message displayed when the user provides a system file that does not exist. {0} is a placeholder replaced by the provided file path.Sono forniti argomenti sia per il manifesto locale che per la query di ricerca.LogLabel displayed for diagnostic files containing information about the application use.Programma di installazione bloccato dai criteriNon è stato possibile eseguire il controllo di sicurezza per il programma di installazioneUn antivirus ha rilevato una infezione nel programma di installazioneNon è stato possibile aggiornare l'origine: {0}{Locked="{0}"} Error message displayed when an attempt to update the repository source fails. {0} is a placeholder replaced by the repository source name.Disinstalla il pacchetto selezionato, trovato mediante la ricerca dell'elenco dei pacchetti installati o direttamente da un manifesto. Per impostazione predefinita, la query deve essere insensitively con l'ID, il nome o il moniker del pacchetto. Altri campi possono essere utilizzati passando l'opzione appropriata.id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Disinstalla il pacchetto specificatoAvvio disinstallazione pacchetto in corso...Disinstallazione completatawinget non riesce a individuare il comando di disinstallazione per questo pacchetto. Contattare l'autore del pacchetto per chiedere supporto.{Locked="winget"}Disinstallazione interrottaDisinstallazione non riuscita con codice di uscita: {0}{Locked="{0}"} Error message displayed when an attempt to uninstall an application package fails. {0} is a placeholder replaced by an error code.Esporta un elenco dei pacchetti installatiInstalla tutti i pacchetti elencati in un file.Installa tutti i pacchetti in un fileFile in cui deve essere scritto il risultatoFile che descrive i pacchetti da installareEsporta pacchetti dall'origine specificataScrive un elenco dei pacchetti installati in un file. I pacchetti possono quindi essere installati con il comando import.{Locked="import"}Impossibile installare uno o più pacchetti importatiL'origine necessaria per l'importazione non è installata: {0}{Locked="{0}"} Error message displayed when the user attempts to import application package(s) from a repository source that is not installed. {0} is a placeholder replaced by the repository source name.Il pacchetto installato non è disponibile in alcuna origine: {0}{Locked="{0}"} Warning message displayed when the user attempts to export an installed application package that is not available from any repository source. {0} is a placeholder replaced by the installed package name.La versione installata del pacchetto non è disponibile in alcuna origine: {0} {1} {2}{Locked="{0} {1} {2}"} Warning message displayed when the user attempts to export an installed application package with a version that is not available from any repository source. {0} is a placeholder replaced by the installed package identifier. {1} is a placeholder replaced by the installed package version. {2} is a placeholder replaced by the installed package channel.Nessun pacchetto trovato nel file di importazioneIl file JSON non è validoIl pacchetto è già installato: {0}{Locked="{0}"} Message displayed to inform the user that an application package is already installed. {0} is a placeholder replaced by the package identifier or search query.Ignora pacchetti non disponibiliIncludi versioni del pacchetto nel file di esportazioneIgnora versioni del pacchetto dal file di importazioneIl percorso non esiste: {0}{Locked="{0}"} Error message displayed when the user provides a system path argument value that does not exist. {0} is a placeholder replaced by the user's provided path.Il file JSON non specifica uno schema riconosciuto.Seleziona ambito di installazione (user o machine){Locked="user","machine"} This argument allows the user to select between installing for just the user or for the entire machine.Il valore specificato per l'argomento '{0}' non è valido. i valori validi sono: {1}{Locked="{0}","{1}"} Error message displayed when the user provides an invalid command line argument value. {0} is a placeholder replaced by the argument name. {1} is a placeholder replaced by a list of valid options.Operazione disabilitata da Criteri di gruppo: {0}{Locked="{0}"} Error message displayed when the user performs a command operation that is disabled by a group policy. {0} is a placeholder replaced by a group policy description.Abilita altre origini di programma di installazione app di WindowsAbilita le origini consentite del programma di installazione app di WindowsAbilita origine predefinita del programma di installazione app di WindowsAbilita funzionalità sperimentali del programma di installazione app di WindowsAbilita l'origine Microsoft Store del programma di installazione app di WindowsAbilita l'origine del carattere di Programma di installazione Windows AppAbilita le impostazioni di Gestione pacchetti WindowsAbilita Gestione pacchetti WindowsAbilita Gestione interfacce della riga di comando dei pacchetti WindowsImposta l’intervallo di aggiornamento automatico di origine Gestione pacchetti Windows in minutiCriteri di gruppoHeader for a table listing active Group PoliciesAbilita file manifesto locali del programma di installazione app di WindowsAbilita il bypass del certificato aggiunto di origine di Windows Programma di installazione app Microsoft StoreAbilita l'override dell'analisi malware dell'archivio locale di Programma di installazione app di WindowsCampo: {0}{Locked="{0}"} Warning message displayed when a user setting field has invalid syntax or semantics. {0} is a placeholder replaced by the setting field path.Formato del campo non valido.Valore campo non valido.Impostazione non valida dai criteri di gruppo.Caricamento delle impostazioni dal file di backup completato.Errore durante l'analisi del file:Valore: {0}{Locked="{0}"} Warning message displayed when a user setting value has invalid syntax or semantics. {0} is a placeholder replaced by the setting data value.Le seguenti funzionalità sperimentali sono in corso.
La configurazione è disabilitata a causa dei criteri di gruppo.L'hash del programma di installazione non corrisponde.Abilita sostituzione hash del programma di installazione app di WindowsEsporta origini correnti come JSON per criteri di gruppo.Esporta le origini correntiOrigine aggiuntivaAn additional source required by policy.Origine consentitaA source that the user is allowed to add.Il valore specificato per l'argomento '{0}' non è valido{Locked="{0}"} Error message displayed when the user provides an invalid command line argument value. {0} is a placeholder replaced by the argument name.AnnullatoEsternoI pacchetti trovati in questa importazione hanno le dipendenze seguenti:Import command sentence showed before reporting dependenciesQuesto pacchetto richiede le dipendenze seguenti:Message shown before reporting dependenciesInstallazione delle dipendenze:L'origine delle dipendenze non è stata trovataLa ricerca del pacchetto ha restituito più di un risultato: {0}{Locked="{0}"} Error message displayed when application packages search yield more than one result. {0} is a placeholder replaced by the dependency package identifier.Ultima versione non trovata per il pacchetto: {0}{Locked="{0}"} Error message displayed when no suitable version found for the specific application package. {0} is a placeholder replaced by the package identifier.Non sono stati trovati programmi di installazione: {0}{Locked="{0}"} Error message displayed when no installer found for a manifest. {0} is a placeholder replaced by the manifest identifier.Versione minima richiesta non disponibile per il pacchetto: {0}{Locked="{0}"} Error message displayed when the minimum required version is not available for an application package. {0} is a placeholder replaced by the package identifier.Nessuna corrispondenzaWhen package search yields no matchesCon cicloDependency graph has loopNon è stato trovato alcun programma di installazione adatto per il manifesto: {0} versione {1}{Locked="{0}","{1}"} Error message displayed when an attempt to get a preferred installer for a manifest fails. {0} is a placeholder replaced by the manifest identifier. {1} is a placeholder replaced by the manifest version.Errore durante l'elaborazione delle dipendenze del pacchetto. Vuoi continuare l'installazione?Prompt message shown when dependencies processing yields errors.Errore durante l'elaborazione delle dipendenze del pacchetto. Uscita in corso...PacchettiQuesto pacchetto contiene dipendenze che potrebbero non essere più necessarie:Uninstall command sentence showed before reporting dependenciesIl manifesto contiene le seguenti dipendenze che non sono state convalidate; assicurarsi che siano valide:Validate command sentence showed before reporting dependenciesFunzionalità WindowsRaccolte di WindowsTrova le dipendenze del pacchetto con l'origine specificataFor getting package type dependencies when installing from a local manifestCondizioni di Windows StoreAccetta tutti i contratti di licenza per i pacchettiIl pacchetto esportato richiede il contratto di licenza per l'installazione: {0}{Locked="{0}"} Warning message displayed when an exported application package requires license agreement to install. {0} is a placeholder replaced by the package name.L'editore richiede la visualizzazione delle informazioni precedenti e l'accettazione dei contratti prima dell'installazione.
Accetti le condizioni?Contratti del pacchetto non accettati. Operazione annullata.Contratti:Autore:Descrizione:Programma di installazione:Impostazioni locali del programma di installazione:ID prodotto dello Store:SHA256 del programma di installazione:Tipo di programma di installazione:URL del programma di installazione:Licenza:URL licenza:Moniker:Home page:Editore:Tag:Versione:Dipendenze:Funzionalità Windows:Raccolte di Windows:Dipendenze dei pacchetti:Dipendenze esterne:NoSìNon è stato possibile aprire l'origine aggiunta.Accetta tutti i contratti di origine durante le operazioni di originePrima di usare l'origine `{0}`, è necessario visualizzare i contratti seguenti.{Locked="{0}"} Message displayed to inform the user that a repository source requires viewing agreements before using. {0} is a placeholder replaced by the repository source name.Accetti tutte le condizioni dei contratti di origine?Uno o più contratti di origine non sono stati accettati. Operazione annullata. Accettare i contratti di origine o rimuovere le origini corrispondenti.L'origine richiede che l'area geografica di 2 lettere del computer corrente venga inviata al servizio back-end per funzionare correttamente ,ad esempio "STATI Uniti".Installazione completata. Riavviare l'applicazione per completare l'aggiornamento.Intestazione HTTP di origine REST di Windows-Package-Manager facoltativaL'intestazione facoltativa verrà ignorata perché non è applicabile per questa origine.L'intestazione facoltativa non è applicabile senza specificare un'origine: '{0}'{Locked="{0}"} Error message displayed when the user performs an operation (e.g install) and provides the HTTP 'header' argument without specifying the repository source. {0} is a placeholder replaced by the header argument name.Data di rilascio:Distribuzione offline supportata:URL editore:URL acquisto:URL supporto editore:URL privacy:Copyright:URL copyright:Note sulla versione:URL note sulla versione:Errore durante la ricerca nell'origine; i risultati non verranno inclusi: '{0}'{Locked="{0}"} Warning message displayed when searching a repository source fails. {0} is a placeholder replaced by the repository source name.Errore durante la ricerca nell'origine: '{0}'{Locked="{0}"} Error message displayed when searching a repository source fails. {0} is a placeholder replaced by the repository source name.Questa funzionalità deve essere abilitata dagli amministratori. Per abilitarlo, eseguire 'winget settings --enable {0}' come amministratore.{Locked="winget settings --enable", "{0}"}. Error message displayed when the user uses a feature that needs to be enabled by administrators. {0} is a placeholder replaced by the admin setting.Abilita l'impostazione amministratore specificaDisabilita l'impostazione di amministratore specificaImpostazione amministratore '{0}' abilitata.{Locked="{0}"} Message displayed when the user enables an admin setting. {0} is a placeholder replaced by the setting name.Impostazione amministratore '{0}' disabilitata.{Locked="{0}"} Message displayed when the user disables an admin setting. {0} is a placeholder replaced by the setting name.Impostazione amministrazioneHeader for a table displaying admin settings.L'applicazione è attualmente in esecuzione. Uscire dall'applicazione, quindi riprovare.I file modificati dal programma di installazione sono attualmente utilizzati da un'applicazione diversa. Chiudere le applicazioni, quindi riprovare.È già in corso un'altra installazione. Riprova più tardi.È in uso uno o più file. Uscire dall'applicazione, quindi riprovare.Nel sistema manca una dipendenza per questo pacchetto.Non c'è più spazio nel PC. Liberare spazio, quindi riprovare.Memoria insufficiente per l'installazione. Chiudi le altre applicazioni, quindi riprova.Uno dei parametri di installazione non è valido. Il log di installazione del pacchetto potrebbe contenere ulteriori dettagli.Questa applicazione richiede la connettività Internet. Connettiti a una rete e riprova.Errore dell'applicazione durante l'installazione. Contattare il supporto tecnico.Riavvia il PC per completare l'installazione..Il PC verrà riavviato per completare l'installazione.Installazione non riuscita. Riavvia il PC e riprova.Hai annullato l’installazione.È già installata un'altra versione di questa applicazione.È già installata una versione successiva di questa applicazione.I criteri dell'organizzazione impediscono l'installazione. Contattare l'amministratore.La configurazione di sistema corrente non supporta l'installazione di questo pacchetto.L'installazione non è riuscita con un errore del programma di installazione personalizzato. Contattare il supporto per i pacchetti.Installazione interrottaProgramma di installazione non riuscito con codice di uscita: '{0}'{Locked="{0}"} Error message displayed when the application installer fails. {0} is a placeholder replaced by an error code.Il log del programma di installazione è disponibile in: '{0}'{Locked="{0}"} Message displayed to inform the user about the system path of a diagnostic files containing information about the installer. {0} is a placeholder replaced by the diagnostic file system path.Sono stati trovati i pacchetti seguenti tra le origini di lavoro.
Specificarne uno utilizzando l'opzione --source per continuare.{Locked="--source"} "working sources" as in "sources that are working correctly"Non sono stati trovati pacchetti tra le origini di lavoro."working sources" as in "sources that are working correctly"Questa è una release stabile di Gestione pacchetti Windows. Se desideri provare funzionalità sperimentali, installa una build preliminare. Istruzioni disponibili su GitHub all'indirizzo https://github.com/microsoft/winget-cli.{Locked="https://github.com/microsoft/winget-cli"}Gestione pacchetti Windows v{0}{Locked="{0}"} Label displaying the product name and version. {0} is a placeholder replaced by the product version.Ignora versioni del pacchetto dal file di importazioneIl numero di risultati richiesto deve essere compreso tra 1 e 1000.Argomenti da passare al programma di installazione oltre ai valori predefinitiÈ stata trovata una versione più recente, ma la tecnologia di installazione è diversa dalla versione corrente installata. Disinstallare il pacchetto e installare la versione più recente.La tecnologia di installazione della versione più recente specificata è diversa dalla versione corrente installata. Disinstallare il pacchetto e installare la versione più recente.Gestione pacchetti Windows (Anteprima) v{0}{Locked="{0}"} Label displaying the preview product name and pre-release version. {0} is a placeholder replaced by the product version.Selezionare l'architetturaAggiorna i pacchetti anche se non è possibile determinare la versione correnteElenca i pacchetti anche se non è possibile determinare la versione corrente. Può essere utilizzato solo con l'argomento --upgrade-available{Locked="--upgrade-available"}Non è possibile determinare il numero di versione di questo pacchetto. Per aggiornarlo comunque, aggiungere l'argomento --include-unknown al comando precedente.{Locked="--include-unknown"}{0} pacchetti contengono numeri di versione che non possono essere determinati. Usare --include-unknown per visualizzare tutti i risultati.{Locked="{0}","--include-unknown"} {0} is a placeholder that is replaced by an integer number of packages that do not have notated versions. {0} pacchetti sono aggiunti e devono essere aggiornati in modo esplicito.{Locked="{0}"} {0} is a placeholder that is replaced by an integer number of packages that require explicit upgrades.Gli argomenti specificati possono essere usati solo con una query.Architettura di sistema: {0}{Locked="{0}"} Label displayed for the system architecture. {0} is a placeholder replaced by the value of the system architecture (e.g. X64).Conserva tutti i file e le directory creati dal pacchetto (portabile)Elimina tutti i file e le directory nella directory dei pacchetti (portabile)Premi INVIO per continuareValore per rinominare il file eseguibile (portabile)Richiede all'utente di premere un tasto qualsiasi prima di uscireIl programma di installazione richiederà l'esecuzione come amministratore. È previsto un prompt.Impossibile eseguire il programma di installazione da un contesto di amministratore.Variabile di ambiente del percorso modificata; riavviare la shell per usare il nuovo valore.Filtri che usano il codice prodottoEsiste già un pacchetto portabile con lo stesso nome ma proveniente da un'origine diversa; procedi a causa di --force{Locked="--force"}Il volume non supporta i dati reparse pointIl nome file specificato non è un nome di file validoSovrascrittura file esistente: {0}{Locked="{0}"} Warning message displayed to inform the user that an existing file is being overwritten. {0} is a placeholder replaced by the file system path.Non è stato specificato alcun argomento di selezione pacchetto; per informazioni dettagliate sulla ricerca di un pacchetto, vedere la Guida.Alias della riga di comando aggiunto:Directory collegamenti portabili (computer)Directory collegamenti portabili (utente)Radice pacchetto portabile (utente)Radice pacchetto portabileRadice pacchetto portabile (x86)Installazione portabile non riuscita; Pulizia...Il pacchetto portatile è stato modificato; procedimento causato da --force{Locked="--force"}Impossibile rimuovere il pacchetto portabile perché è stato modificato; per eseguire la sostituzione di questo controllo usare --force{Locked="--force"}I file rimangono nella directory di installazione: {0}{Locked="{0}"} Warning message displayed when files remain in install directory. {0} is a placeholder replaced by the directory path.Eliminazione della directory di installazione in corso...Non è possibile eliminare la directory di installazione, poiché non è stata creata da WinGet.Collegamento correlatoDocumentazione:Note: {0}{Locked="{0}"} Label displayed for installation notes. {0} is a placeholder replaced by installation notes.Note sull'installazione:Un argomento specificato non è supportato per questo pacchettoNon è stato possibile estrarre il contenuto dell'archivioIl file del programma di installazione annidato non esiste. Assicurarsi che il percorso relativo specificato del programma di installazione annidato corrisponda a: {0}{Locked="{0}"} Error message displayed when nested installer file does not exist. {0} is a placeholder replaced by the nested installer file path.Il percorso relativo del file del programma di installazione annidato non è valido. il percorso punta a un percorso esterno alla directory di installazioneNessun programma di installazione annidato specificato per questo pacchettoÈ possibile specificare un solo programma di installazione annidato per un programma di installazione di archivio, a meno che non si tratti di un programma di installazione portatile o annidato del tipo di carattereSono stati specificati argomenti della riga di comando incompatibiliElenca solo i pacchetti con un aggiornamento disponibilePer i pacchetti seguenti è disponibile un aggiornamento, ma è necessario un targeting esplicito per l'aggiornamento:"require explicit targeting for upgrade" means that the package will not be upgraded with all others unless an extra flag is added, or the package is mentioned explicitlyDownload in corsoLabel displayed while downloading an application installer.Il tipo di programma di installazione annidato non è supportatoQuesto programma di installazione riavvia il terminale o la shellQuesto pacchetto richiede un percorso di installazioneI programmi di installazione seguenti riavviano il terminale o la shell:I seguenti programmi di installazione richiedono un percorso di installazione:Specificare la radice di installazione:Continuare?Accordi perThis will be followed by a package name, and then a list of license agreementsIl percorso di installazione è richiesto dal pacchetto, ma non è stato specificatoDisabilita prompt interattiviDescription for a command line argument, shown next to it in the helpÈ stato trovato un pacchetto esistente già installato. Tentativo di aggiornamento del pacchetto installato...Esegui direttamente il comando e continua con problemi non correlati alla sicurezzaDescription for a command line argument, shown next to it in the helpEsiste già un pacchetto portabile da un'origine diversaEstrazione del file compresso completata con successo.Estrazione del file compressoL'analisi dell'archivio ha rilevato malware. Per eseguire l'override di questo controllo, usare --ignore-local-archive-malware-scan{Locked="--ignore-local-archive-malware-scan"}L’analisi dell'archivio ha rilevato un malware. Operazione in corso a causa di --ignore-local-archive-malware-scan{Locked="--ignore-local-archive-malware-scan"}Ignora l'aggiornamento se esiste già una versione installataÈ già installata una versione del pacchetto. Installazione annullata.Impossibile abilitare {0}. Questa impostazione è controllata dai criteri. Per ulteriori informazioni, contattare l'amministratore di sistema.{Locked="{0}"} The value will be replaced with the feature nameImpossibile disabilitare {0}. Questa impostazione è controllata dai criteri. Per ulteriori informazioni, contattare l'amministratore di sistema.{Locked="{0}"} The value will be replaced with the feature nameAggiungi un nuovo PIN. Un PIN può limitare il Gestione pacchetti Windows dall'aggiornamento di un pacchetto a intervalli di versioni specifici o impedire l'aggiornamento del pacchetto. Un pacchetto aggiunto potrebbe ancora essere aggiornato autonomamente ed essere aggiornato dall'esterno del Gestione pacchetti Windows. Per impostazione predefinita, è possibile aggiornare un pacchetto aggiunto menzionandolo in modo esplicito nel comando 'upgrade' o aggiungendo il flag '--include-pinned' a 'winget upgrade --all'.{Locked{"'upgrade'"} Locked{"--include-pinned"} Locked{"winget upgrade --all"}Aggiungi un nuovo pinGestione dei pin dei pacchetti con i sotto-comandi. Il pin può limitare l'aggiornamento di un pacchetto da parte di Gestione pacchetti Windows a intervalli specifici di versioni o può impedire l'aggiornamento del pacchetto stesso. Un pacchetto con il pin può comunque aggiornarsi da solo ed essere aggiornato dall'esterno di Gestione pacchetti Windows.Gestisci i pin del pacchettoElenca tutti i pin correnti o i dettagli completi di un pin specifico.Elenca i pin correntiRimuovi un pin specifico del pacchetto.Rimuovi un pin del pacchettoReimposta tutti i pin esistenti.Reimposta i pinVersione a cui aggiungere il pacchetto. È possibile usare il carattere jolly '*' come ultima parte della versioneBlocca l'aggiornamento fino a quando il pin non viene rimosso, evitando la sostituzione degli argomentiAggiungi una versione installata specificaInstallatoValue used in a table to indicate that a package comes from the list of packages installed in the machineEsporta le impostazioni come JSONImpostazioni di esportazioneImpostazioni utenteLabel displayed for the file containing the user settings.Non è stato possibile caricare il file delle impostazioni. Utilizzo dei valori predefiniti.Selezionare il filtro dell'ambito del pacchetto installato (user o machine){Locked="user","machine"} This argument allows the user to select installed packages for just the user or for the entire machine.Aggiunta del pin completataÈ già presente un PIN per il pacchetto {0}{Locked="{0}"} {0} is a placeholder that will be replaced by a package name. The message is shown when attempting to add a pin for a package that is already pinned.Per il pacchetto {0} esiste già un PIN. Sovrascrittura a causa dell'argomento --force.{Locked="--force"}{Locked="--force","{0}"} {0} is a placeholder that will be replaced by a package name.Per il pacchetto {0} esiste già un PIN. Utilizzare l'argomento --force per sovrascriverlo.{Locked="--force","{0}"} {0} is a placeholder that will be replaced by a package name.Reimpostazione di tutti i pin correnti.Utilizza l'argomento --force per reimpostare tutti i pin. I pin seguenti verranno rimossi:{Locked="--force"}Tipo di pinNessun PIN per il pacchetto {0}{Locked="{0}"} {0} is a placeholder that will be replaced by a package name. The message is shown when attempting to delete a pin for a package that is not pinned.Nessun PIN configurato.Shown when listing or modifying existing pins if there are none.Reimpostazione dei pin completataShown after resetting (deleting) all the pinsImpossibile aprire il database pin.Error message for when we cannot open the database containing package pins.È stato specificato un argomento che può essere usato solo per un pacchetto singoloSono stati specificati più argomenti che si escludono a vicenda: {0}{Locked="{0}"} Error message shown when mutually incompatible command line arguments are used. {0} is a placeholder replaced by the arguments that cannot be specified togetherL'argomento {0} può essere utilizzato solo con {1}{Locked="{0}","{1}"} Error message shown when having an argument needs another to be present, but that is missing. {0} and {1} are replaced by the arguments. For example "Argument --include-unknown can only be used with --upgrade"DisabilitateAs in enabled/disabledAbilitataAs in enabled/disabledStatoHeader for a table listing the state (enabled/disabled) of Group Policies and SettingsQuery usata per cercare un'appPacchetto non trovato: {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches returns no results. {0} is a placeholder replaced by the package name or query.Sono stati trovati più pacchetti per: {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches returns more than one result. {0} is a placeholder replaced by the package name or query.Ricerca non riuscita per: {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches fails. This message is for generic failures, we have more specific messages for when the search returns no results, or when it returns more than one result. {0} is a placeholder replaced by the package name or query.{0} pacchetti hanno un PIN che deve essere rimosso prima dell'aggiornamento{Locked="{0}"} {0} is a placeholder that is replaced by an integer number of packages with pins that prevent upgradeNon è possibile aggiornare il pacchetto con WinGet. Usare il metodo fornito dal server di pubblicazione per l'aggiornamento di questo pacchetto.Aggiorna i pacchetti anche se hanno un PIN non bloccanteElenca i pacchetti anche se hanno un PIN che impedisce l'aggiornamento. Può essere utilizzato solo con l'argomento --upgrade-available{Locked="--upgrade-available"}L'aggiunta è stata rimossaÈ stata trovata una versione più recente, ma il pacchetto contiene un PIN che impedisce l'aggiornamento.Il pacchetto è bloccato e non può essere aggiornato. Utilizza il comando 'winget pin' per visualizzare e modificare le scelte. Alcuni tipi di PIN possono essere ignorati con l'argomento --include-pinned.{Locked="winget pin","--include-pinned"} Error shown when we block an upgrade due to the package being pinned{0} pacchetti contiene pin che impediscono l'aggiornamento. Utilizza il comando 'winget pin' per visualizzare e modificare le scelte. L'utilizzo dell'argomento --include-pinned può mostrare più risultati.{Locked="winget pin","--include-pinned"} {0} is a placeholder replaced by an integer number of packagesAssicura che il sistema corrisponda allo stato desiderato, come descritto dalla configurazione fornita. Può scaricare/eseguire i processori per ottenere lo stato desiderato. La configurazione e i processori devono essere controllati per verificarne l'attendibilità prima di applicarli.Configura il sistema in uno stato desideratoMostra i dettagli della configurazione fornita. Per impostazione predefinita, il sistema non verrà modificato, ma alcune opzioni determineranno il download e/o il caricamento dei file.Mostra i dettagli di una configurazioneControlla che il sistema corrisponda allo stato desiderato come descritto dalla configurazione fornita. Può scaricare/eseguire processori per testare lo stato desiderato. Verificare che la configurazione e i processori siano attendibili prima di eseguirli.Controlla il sistema rispetto a uno stato desideratoConvalida un file di configurazione per la correttezza.Convalida un file di configurazioneIl tipo del campo '{0}' nel file di configurazione non è corretto.{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the field name from the file.Percorso del file di configurazioneIl file di configurazione non è valido.La versione del file di configurazione {0} non è nota.{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the version of the configuration file.Accetta l'avviso di configurazione, impedendo un prompt interattivoApplicaIndicates that this item is used to write stateAsserzioneIndicates that this item is used to check/assert the state rather than write to itDipendenze:{0}{Locked="{0}"} Label displaying a list of dependencies. {0} is replaced with a space separated list of identifiers referencing other items.Parte della configurazione non è stata applicata correttamente.Impossibile ottenere informazioni dettagliate sulla configurazione.InformareIndicates that this item is used to retrieve values for future use rather than writing themLocaleUsed to indicate that the item is present on the device.Modulo: {0}{Locked="{0}"} Label displaying a module name. {0} is replaced with the name of the module from the user input file.Modulo: {0} per {1} [{2}]{Locked="{0}","{1}","{2}"} Label displaying module information. {0} is replaced by the module name. {1} is replaced by the module author. {2} is replaced by a string indicating the source of the module.Impostazioni:Label for the values that are used as inputs for this item when applying stateLa configurazione è stata applicata.Unità applicata correttamente.È in corso l'applicazione di un'altra configurazione al sistema. Questa configurazione continuerà non appena possibile...È tua responsabilità comprendere le impostazioni di configurazione che scegli di eseguire. Microsoft non è responsabile del file di configurazione creato o importato. Questa configurazione può modificare le impostazioni in Windows, installare software, modificare le impostazioni del software (incluse le impostazioni di sicurezza) e accettare contratti utente per i pacchetti e i servizi di terze parti per conto dell'utente. Eseguendo questo file di configurazione, riconosci e accetti queste risorse e impostazioni. Tutte le applicazioni installate sono concesse in licenza dai proprietari. Microsoft non è responsabile né concede alcuna licenza a pacchetti o servizi di terze parti.Legal approved. Do not change without approval.La configurazione è stata esaminata e si desidera procedere con l'applicazione al sistema?PM approved.La configurazione è vuota.La funzionalità [{0}] non è stata trovata.{Locked="{0}"} Error message displayed when a Windows feature was not found on the system.Non è stato possibile abilitare le dipendenze delle funzionalità di Windows. Per procedere con l'installazione, usare '--force'.{Locked="--force"}Riavvio richiesto per abilitare completamente le funzioni di Windows; per ignorare questo controllo, usare '--force'."Windows Feature(s)" is the name of the options Windows features setting.Non è stato possibile abilitare le dipendenze delle funzionalità di Windows; in corso a causa di --force"Windows Feature(s)" is the name of the options Windows features setting.
{Locked="--force"}Abilitazione di [{0}] in corso...{Locked="{0}"} Message displayed to the user regarding which Windows Feature is being enabled.Non è stato possibile abilitare la funzionalità [{0}]: {1}{Locked="{0}","{1}"} An error when enabling a Windows Feature. {0} is a placeholder for the name of the Windows Feature.
{1} is a placeholder for the unrecognized error code.È necessario riavviare il sistema per abilitare completamente le funzionalità di Windows. procedi a causa di --force"Windows Feature(s)" is the name of the options Windows features setting.In attesa del completamento di un'altra installazione/disinstallazione...Versione aggiuntaTable header for the version to which a package is pinned; meaning it should not update from that version.<Per ulteriori dettagli vedi il file di log>The brackets are intended to make the value stand out from other text which it will follow. Any locale appropriate mechanism that achieves this is acceptable.Recupero dei dettagli della configurazioneInizializzazione del sistema di configurazioneLettura del file di configurazioneIl sistema non si trova nello stato desiderato dichiarato dalla configurazione.L'unità di configurazione non è riuscita per un motivo sconosciuto: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.L'unità di configurazione non è riuscita a causa della configurazione: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.Errore dell'unità di configurazione durante il tentativo di ottenere lo stato corrente del sistema.Errore dell'unità di configurazione durante il tentativo di applicare lo stato desiderato.Errore dell'unità di configurazione durante il tentativo di testare lo stato corrente del sistema.L'unità di configurazione non è riuscita a causa di un errore interno: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.L'unità di configurazione non è riuscita perché una condizione preliminare non è valida: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.L'unità di configurazione non è riuscita a causa dello stato del sistema: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.Errore dell'unità di configurazione durante il tentativo di esecuzione: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.La configurazione contiene l'identificatore '{0}' più volte.{Locked="{0}"} {0} is a placeholder that is replaced by the identifier string from the user input file.La dipendenza '{0}' non è stata trovata nella configurazione.{Locked="{0}"} {0} is a placeholder that is replaced by the identifier string from the user input file.Questa unità di configurazione è stata ignorata manualmente.Il modulo per l'unità di configurazione è disponibile in più località con la stessa versione.Caricamento del modulo per l'unità di configurazione non riuscito.Sono state trovate più corrispondenze per l'unità di configurazione; specificare il modulo per selezionare quello corretto.Impossibile trovare l'unità di configurazione.L'unità di configurazione non si trovava nel modulo come previsto.L'unità di configurazione non è stata eseguita perché una dipendenza non è riuscita o non è stata eseguita.L'unità di configurazione non è stata eseguita perché un'asserzione non è riuscita o è false.L'unità di configurazione ha restituito un risultato imprevisto durante l'esecuzione.L'unità di configurazione non è stata eseguita per un motivo sconosciuto: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.Il campo '{0}' ha un valore non valido: {1}{Locked="{0}","{1}"} An error in reading a configuration file. {0} is a placeholder replaced by the field name from the file. {1} is a placeholder for the invalid value.Il campo '{0}' è mancante o vuoto.{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the expected field name from the file.Vedere la riga {0}, la colonna {1} nel file.{Locked="{0}","{1}"} Indicates the file location of the error, {0} and {1} are placeholders for numbers of the line and column, respectively.Annullamento dell'operazioneInstalla il pacchetto di stub per AppInstallerInstalla il pacchetto completo per AppInstallerAbilita le funzionalità estese. Richiede l'accesso all'archivio.Non è possibile usare le opzioni "--enable" e "--disable" con altri argomenti.{Locked="--enable", "--disable"}Abilitazione delle funzionalità estese. Richiede l'accesso all'archivio.Le funzionalità estese non sono abilitate. Eseguire "winget configure --enable" per abilitarli.{Locked="winget configure --enable"}Le funzionalità estese sono abilitate.Disabilitare le funzionalità estese. Richiede l'accesso all'archivio.Disabilitazione delle funzionalità estese. Richiede l'accesso all'archivio.Le funzionalità estese sono disabilitate.Ignora l'elaborazione delle dipendenze dei pacchetti e delle funzionalità di WindowsDipendenze ignorate.Non è stato possibile aggiornare la variabile PATH per il processo. Le installazioni successive che dipendono dalle modifiche apportate alla variabile PATH potrebbero non riuscire.{Locked="PATH"}Errore di alcune unità di configurazione durante il test dello stato.Il sistema si trova nello stato di configurazione descritto.Lo stato della configurazione non è stato testato.Il sistema non si trova nello stato di configurazione descritto.Risultato del test imprevisto: {0}{Locked="{0}"} Error message. {0} will be replaced with the unexpected value (a number).La configurazione è stata esaminata e si desidera procedere con la verifica del sistema?Il file di configurazione non è un file di YAML valido.{Locked="YAML"} YAML is a file format name.Questa unità di configurazione fa parte di un ciclo di dipendenze.La convalida non ha rilevato problemi.L'unità di configurazione è disponibile solo come versione preliminare, ma non è contrassegnata in questo modo nella configurazione. Aggiungi 'allowPrerelease: true' alladirectives'.{Locked="allowPrerelease: true","directives"} These are values in the configuration file that are not localized.L'unità di configurazione è stata trovata localmente, ma non è stata trovata in alcun catalogo configurato. Verifica che sia presente in qualsiasi sistema prima di applicare la configurazione.L'unità di configurazione non è disponibile pubblicamente; assicurati che chiunque usi questa configurazione abbia accesso a tale configurazione.Il modulo non è stato specificato. La specifica del modulo migliora le prestazioni e impedisce future collisioni di nomi.Scarica il programma di installazione dal pacchetto selezionato, trovato eseguendo una ricerca in un'origine configurata o direttamente da un manifesto. Per impostazione predefinita, la query deve corrispondere senza distinzione tra maiuscole e minuscole all'ID, al nome o al moniker del pacchetto. È possibile usare altri campi passando l'opzione appropriata. Per impostazione predefinita, il comando download scaricherà il programma di installazione appropriato nella cartella Download dell'utente.Scarica il programma di installazione da un pacchetto specificoDirectory in cui vengono scaricati i programmi di installazioneDownload delle dipendenze:Programma di installazione scaricato: {0}{Locked="{0}"} Full path of the downloaded installer.Seleziona il tipo di programma di installazioneDownload del programma di installazioneNon è consentito scaricare il programma di installazione per un'installazione offline successiva. '--module-path allusers' richiede privilegi di amministratore per l'esecuzione.{Locked="--module-path allusers"}Specifica il percorso nel computer locale in cui archiviare i moduli. %LOCALAPPDATA%\Microsoft\WinGet\Configuration\Modules predefinito{Locked="%LOCALAPPDATA%\Microsoft\WinGet\Configuration\Modules"}Il valore di '--module-path' deve essere 'currentuser', 'allusers', 'default' o un percorso assoluto.{Locked="{--module-path}, {currentuser}, {allusers}, {default}}Abilita la configurazione di Gestione pacchettiRecupera informazioni sugli errori. Dato un numero, l'output conterrà i dettagli sull'errore, incluso il nome del simbolo se si tratta di un errore specifico di WinGet. In base a una stringa, viene eseguita la ricerca di questo valore negli errori specifici di WinGet.Ottenere informazioni sugli erroriValore da cercare nelle informazioni sull'erroreIl numero specificato è troppo grande per essere un HRESULT.Codice di errore sconosciutoErrore internoArgomenti della riga di comando non validiL'esecuzione del comando non è riuscitaApertura del manifesto non riuscitaSegnale di annullamento ricevutoL'esecuzione di ShellExecute non è riuscitaImpossibile elaborare il manifesto. La versione del manifesto è superiore a quella supportata. Aggiornare il client.Download del programma di installazione non riuscitoImpossibile scrivere nell'indice; è una versione dello schema superioreL'indice è danneggiatoLe informazioni di origine configurate sono danneggiateIl nome dell'origine è già configuratoIl tipo di origine non è validoIl file MSIX è un bundle, non un pacchettoMancano i dati richiesti dall'origineNessuno dei programmi di installazione è applicabile al sistema correnteL'hash del file del programma di installazione non corrisponde al manifestoIl nome di origine non esisteIl percorso di origine è già configurato con un altro nomeNessun pacchetto trovatoNessuna origine configurataSono stati trovati più pacchetti corrispondenti ai criteriNessun manifesto trovato corrispondente ai criteriNon è stato possibile ottenere la cartella pubblica dal pacchetto di origineIl comando richiede i privilegi di amministratore per essere eseguitoIl percorso di origine non è sicuroIl client Microsoft Store è bloccato dai criteriL'applicazione Microsoft Store è bloccata dai criteriLa funzionalità è attualmente in fase di sviluppo. Può essere abilitato con le impostazioni di WinGet.Non è stato possibile installare l'app Microsoft StoreNon è stato possibile eseguire il completamento automaticoNon è stato possibile inizializzare il parser YAMLÈ stata rilevata una chiave YAML non validaÈ stata rilevata una chiave YAML duplicataOperazione YAML non validaNon è stato possibile compilare il documento YAMLStato dell'emettitore YAML non validoDati YAML non validiErrore LibYAMLConvalida del manifesto riuscita con avvisoConvalida del manifesto non riuscitaIl manifesto non è validoNon è stato trovato alcun aggiornamento applicabileaggiornamento di winget -- tutto completato con erroriNon è stato possibile eseguire il controllo di sicurezza per il programma di installazioneLa dimensione del download non corrisponde alla lunghezza prevista del contenutoComando di disinstallazione non trovatoL'esecuzione del comando di disinstallazione non è riuscitaErrore iteratore di interruzione dell'ICUErrore casemap ICUErrore regex ICUNon è stato possibile installare uno o più pacchetti importatiNon è stato possibile trovare uno o più pacchetti richiestiIl file Json non è validoIl percorso di origine non è remotoL'origine rest configurata non è supportataDati non validi restituiti dall'origine restL'operazione è bloccata da Criteri di gruppoErrore interno dell'API RestL'URL dell'origine rest non è validoTipo MIME non supportato restituito dall'API RESTVersione del contratto di origine rest non validaI dati di origine sono danneggiati o manomessiErrore nella lettura del flussoI contratti del pacchetto non sono stati concordatiErrore durante la lettura dell'input nel promptLa richiesta di ricerca non è supportata da una o più originiL'endpoint dell'API REST non è stato trovato.Impossibile aprire l'origine.Contratti di origine non accettatiLe dimensioni dell'intestazione superano il limite consentito di 1024 caratteri. Ridurre le dimensioni e riprovare.File di risorse mancanteL'esecuzione dell'installazione MSI non è riuscitaGli argomenti per msiexec non sono validiNon è stato possibile aprire una o più originiNon è stato possibile convalidare le dipendenzeUno o più pacchetti mancantiColonna tabella non validaLa versione di aggiornamento non è più recente della versione installataLa versione dell'aggiornamento è sconosciuta e l'override non è specificatoErrore di conversione ICUNon è stato possibile installare il pacchetto portabileIl volume non supporta i punti di reparseEsiste già un pacchetto portabile di un'origine diversa.Impossibile creare il collegamento simbolico. Il percorso punta a una directory.Impossibile eseguire il programma di installazione da un contesto di amministratore.Non è stato possibile disinstallare il pacchetto portabileNon è stato possibile convalidare i valori DisplayVersion rispetto all'indice.Uno o più argomenti non sono supportati.I caratteri null incorporati non sono consentiti in SQLiteImpossibile trovare il programma di installazione annidato nell'archivio.Impossibile estrarre l'archivio.È stato specificato un percorso di file relativo non valido per il programma di installazione annidato.Il certificato del server non corrisponde ad alcun valore previsto.È necessario specificare il percorso di installazione.L'analisi del malware dell'archivio non è riuscita.È stata trovata almeno una versione del pacchetto installato.Esiste già un pin per il pacchetto.Nessun pin per il pacchetto.Impossibile aprire il database dei pin.Installazione di una o più applicazioni non riuscitaNon è stato possibile disinstallare una o più applicazioniUna o più query non hanno restituito esattamente una corrispondenzaIl pacchetto contiene un PIN che impedisce l'aggiornamento.Il pacchetto attualmente installato è il pacchetto stubSegnale di arresto dell'applicazione ricevutoNon è stato possibile scaricare le dipendenze del pacchetto.Non è stato possibile scaricare il pacchetto. Il download per l'installazione offline non è consentito.Un servizio richiesto è occupato o non disponibile. Riprova più tardi.Il GUID specificato non corrisponde a uno stato di ripresa valido.La versione corrente del client non corrisponde alla versione client dello stato salvato.I dati sullo stato di ripresa non sono validi.Impossibile aprire il database del checkpoint.È stato superato il limite massimo di ripresa.Informazioni di autenticazione non valide.Metodo di autenticazione non supportato.Autenticazione non riuscita.Impossibile eseguire l'autenticazione. È richiesta l'autenticazione interattiva.Impossibile eseguire l'autenticazione. Annullato dall'utente.Autenticazione non riuscita. L'account autenticato non è l'account desiderato.L'applicazione è attualmente in esecuzione. Uscire dall'applicazione, quindi riprovare.È già in corso un'altra installazione. Riprova più tardi.È in uso uno o più file. Uscire dall'applicazione, quindi riprovare.Nel sistema manca una dipendenza per questo pacchetto.Non c'è più spazio nel PC. Liberare spazio, quindi riprovare.Memoria insufficiente per l'installazione. Chiudi le altre applicazioni, quindi riprova.Questa applicazione richiede la connettività Internet. Connettiti a una rete e riprova.Errore dell'applicazione durante l'installazione. Contattare il supporto tecnico.Riavvia il PC per completare l'installazione..Installazione non riuscita. Riavvia il PC e riprova.Il PC verrà riavviato per completare l'installazione.Hai annullato l’installazione.È già installata un'altra versione di questa applicazione.È già installata una versione successiva di questa applicazione.I criteri dell'organizzazione impediscono l'installazione. Contattare l'amministratore.Non è stato possibile installare le dipendenze del pacchetto.L'applicazione è attualmente utilizzata da un'altra applicazione.Parametro non valido.Pacchetto non supportato dal sistema.Il programma di installazione non supporta l'aggiornamento di un pacchetto esistente.Installazione non riuscita a causa di un errore del programma di installazione personalizzato.La voce App e funzionalità per il pacchetto non è stata trovata.Il percorso di installazione non è applicabile.Il percorso di installazione non è stato trovato.L'hash del file esistente non corrisponde.File non trovato.Il file è stato trovato ma l'hash non è stato controllato.Impossibile accedere al file.Il file di configurazione non è valido.Sintassi YAML non valida.Un campo di configurazione ha un tipo non valido.La versione della configurazione è sconosciuta.Errore durante l'applicazione della configurazione.La configurazione contiene un identificatore duplicato.Nella configurazione manca una dipendenza.La configurazione ha una dipendenza non soddisfatta.Un'asserzione per l'unità di configurazione non è riuscita.La configurazione è stata ignorata manualmente.L'utente ha rifiutato di continuare l'esecuzione.Il grafico delle dipendenze contiene un ciclo che non può essere risolto.La configurazione contiene un valore di campo non valido.Nella configurazione manca un campo.Errore di alcune unità di configurazione durante il test dello stato.Lo stato della configurazione non è stato testato.L'unità di configurazione non è stata installata.Impossibile trovare l'unità di configurazione.Sono state trovate più corrispondenze per l'unità di configurazione; specificare il modulo per selezionare quello corretto.Errore dell'unità di configurazione durante il tentativo di ottenere lo stato corrente del sistema.Errore dell'unità di configurazione durante il tentativo di testare lo stato corrente del sistema.Errore dell'unità di configurazione durante il tentativo di applicare lo stato desiderato.Il modulo per l'unità di configurazione è disponibile in più località con la stessa versione.Caricamento del modulo per l'unità di configurazione non riuscito.L'unità di configurazione ha restituito un risultato imprevisto durante l'esecuzione.Un'unità contiene un'impostazione che richiede la radice di configurazione.Operazione non supportata dal processore di configurazione.Non disponibileLe dipendenze delle funzioni di Windows sono state abilitateIl caricamento del modulo per l'unità di configurazione non è riuscito perché richiede privilegi di amministratore per l'esecuzione.Un'unità contiene un'impostazione che richiede la radice di configurazione.Il caricamento del modulo per l'unità di configurazione non è riuscito perché richiede privilegi di amministratore per l'esecuzione.Riprende l'esecuzione di un comando salvato in precedenza passando l'identificatore univoco del comando salvato. Consente di riprendere un comando eseguito che potrebbe essere stato terminato a causa di un riavvio.Riprende l'esecuzione di un comando salvato in precedenza.Identificatore univoco dello stato salvato da riprendereLa ripresa dello stato da una versione client diversa non è supportata: {0}{Locked= "{0}"} Message displayed to inform the user that the client version of the resume state does not match the current client version. {0} is a placeholder for the client version that created the resume state.Lo stato di ripresa non esiste: {0}{Locked="{0}"} Error message displayed when the user provides a guid that does not correspond to a valid saved state. {0} is a placeholder replaced by the provided guid string.Non sono stati trovati dati nello stato di ripresa.Questo comando non supporta la ripresa.Consente un riavvio, se applicabileAvvio del riavvio per completare l'operazione...Non è stato possibile avviare un riavvio.L'operazione di ripresa supera il limite consentito di {0} curriculum. Per riprendere manualmente, eseguire il comando '{1}'.{Locked="{0}", "{1}"} {0} is a placeholder that is replaced by an integer number of the number of allowed resumes. {1} is a placeholder for the command to run to perform a manual resume.Ignora il limite per la ripresa di uno stato salvatoSchema Uri non supportato: {0}{Locked="{0}"} Error message displayed when the provided uri is not supported. {0} is a placeholder replaced by the provided uri.Uri non ben formato: {0}{Locked="{0}"} Error message displayed when the provided uri is not well formed. {0} is a placeholder replaced by the provided uri.Non è stato possibile analizzare {0} contenuto delle impostazioni dell'unità di configurazione o il contenuto delle impostazioni è vuoto.{Locked="{0}"} {0} is a placeholder replaced by the input winget configure resource unit type.argomento obbligatorio mancante nell'unità di configurazione {0}: {1}{Locked="{0},{1}"} {0} is a placeholder for the input winget configure resource unit type. {1} is placeholder for the missing arg.{0}'unità di configurazione non contiene l'argomento consigliato: {1}{Locked="{0},{1}"} {0} is a placeholder for the input winget configure resource unit type. {1} is placeholder for the missing arg.L'unità di configurazione WinGetSource è in conflitto con un'origine nota: {0}{Locked="WinGetSource,{0}"} {0} is a placeholder for the input winget source in the configuration unit settings.L'unità di configurazione WinGetSource asserisce su un'origine di terze parti: {0}{Locked="WinGetSource,{0}"} {0} is a placeholder for the input winget source in the configuration unit settings.WinGetPackage dichiara sia UseLatest che Version. ID pacchetto: {0}{Locked="WinGetPackage,UseLatest,Version,{0}"}L'unità di configurazione WinGetPackage asserisce un pacchetto da un'origine di terze parti. ID pacchetto: {0}; Origine: {1}{Locked="WinGetPackage,{0},{1}"}Il pacchetto dell'unità di configurazione WinGetPackage dipende da un'origine di terze parti non configurata in precedenza. ID pacchetto: {0}; Origine: {1}{Locked="WinGetPackage,{0},{1}"}Il pacchetto dell'unità di configurazione WinGetPackage dipende da un'origine di terze parti. È consigliabile dichiarare la dipendenza nella sezione dependsOn uni. ID pacchetto: {0}; Origine: {1}{Locked="WinGetPackage,dependsOn,{0},{1}"}Impossibile convalidare il pacchetto di unità di configurazione WinGetPackage. Apertura dell'origine non riuscita. ID pacchetto: {0}; Origine: {1}{Locked="WinGetPackage,{0},{1}"}Impossibile convalidare il pacchetto di unità di configurazione WinGetPackage. Pacchetto non trovato. ID pacchetto: {0}{Locked="WinGetPackage,{0}"}Impossibile convalidare il pacchetto di unità di configurazione WinGetPackage. Sono stati trovati più pacchetti. ID pacchetto: {0}{Locked="WinGetPackage,{0}"}Impossibile convalidare il pacchetto di unità di configurazione WinGetPackage. La versione del pacchetto non è stata trovata. ID pacchetto: {0}; Versione {1}{Locked="WinGetPackage,{0},{1}"}Pacchetto di unità di configurazione WinGetPackage specificato con una versione specifica, ma è disponibile una sola versione del pacchetto. ID pacchetto:{0}; Versione: {1}{Locked="WinGetPackage,{0},{1}"}Impossibile convalidare il pacchetto di unità di configurazione WinGetPackage. ID pacchetto: {0}{Locked="WinGetPackage,{0}"}Specifica la preferenza per la finestra di autenticazione (silent, silentPreferred o interactive){Locked="silent","silentPreferred","interactive"} This argument allows the user to select authentication window popup behavior.Specificare l'account da usare per l'autenticazioneNon è stato possibile aggiungere l'origine. Questa versione winget non supporta il metodo di autenticazione dell'origine. Provare a eseguire l'aggiornamento alla versione più recente winget.{Locked="winget"}L'origine {0} richiede l'autenticazione. La richiesta di autenticazione può essere visualizzata quando necessario. Le informazioni autenticate verranno condivise con l'origine per l'autorizzazione di accesso.{Locked="{0}"}Ripristina il pacchetto selezionato, trovato eseguendo una ricerca nell'elenco dei pacchetti installati o direttamente da un manifesto. Per impostazione predefinita, la query deve corrispondere senza distinzione tra maiuscole e minuscole all'ID, al nome o al moniker del pacchetto. È possibile usare altri campi passando l'opzione appropriata.id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Ripristina il pacchetto selezionatoImpossibile trovare il comando di ripristino per questo pacchetto. Contattare l'editore del pacchetto per ottenere supporto.La tecnologia del programma di installazione in uso non corrisponde alla versione attualmente installata.Comando di ripristino non trovato.La tecnologia del programma di installazione in uso non supporta il ripristino.L'operazione di ripristino è stata completata.Riparazione abbandonataAvvio del ripristino del pacchetto in corso...Non è stato possibile riparare il pacchetto Microsoft Store. Codice di errore: {0}{Locked="{0}"} Error message displayed when a Microsoft Store application package fails to repair. {0} is a placeholder replaced by an error code.L'operazione di ripristino non è riuscita.L'operazione di ripristino non è applicabile.Non sono disponibili versioni del pacchetto corrispondenti dalle origini configurate.La configurazione di sistema corrente non supporta il ripristino di questo pacchetto.La tecnologia del programma di installazione in uso non supporta il ripristino.Impossibile ripristinare il pacchetto installato per l'ambito utente durante l'esecuzione con privilegi di amministratore.Le operazioni di ripristino che richiedono privilegi di amministratore non sono consentite nei pacchetti installati nell'ambito utente.Ripristino non riuscito con codice di uscita: {0}{Locked="{0}"} Error message displayed when an attempt to repair an application package fails. {0} is a placeholder replaced by an error code.La connessione SQLite è stata terminata per evitare il danneggiamento.Disinstalla tutte le versioniVersione su cui intervenireSono installate più versioni di questo pacchetto. Affinare la ricerca, passare l'argomento '--version' per selezionarne uno oppure passare il flag '--all-versions' per disinstallarli tutti.{Locked="--version,--all-versions"}Abilita le opzioni della riga di comando del proxy Gestione pacchetti WindowsDescribes a Group Policy that can enable the use of the --proxy option to set a proxyImposta un proxy da usare per questa esecuzioneDisabilita l'uso del proxy per questa esecuzioneImpossibile reimpostare {0}. Questa impostazione è controllata dai criteri. Per ulteriori informazioni, contattare l'amministratore di sistema.{Locked="{0}"} The value will be replaced with the feature nameReimposta l'impostazione di amministrazione '{0}’.{Locked="{0}"} Message displayed after the user resets an admin setting to its default value. Reset is used as verb in past tense. {0} is a placeholder replaced by the setting name.Impossibile impostare {0}. Questa impostazione è controllata dai criteri. Per ulteriori informazioni, contattare l'amministratore di sistema.{Locked="{0}"} The value will be replaced with the feature nameEsegui l'impostazione di amministrazione '{0}' su '{1}'.{Locked="{0}"} Message displayed after the user sets the value of an admin setting. Set is used as a verb in past tense. {0} is a placeholder replaced by the setting name. {1} is a placeholder replaced Nome dell'impostazione da modificareValore da impostare per l'impostazione.Ripristina il valore predefinito di un'impostazione di amministrazione.Ripristina il valore predefinito di un'impostazione di amministrazione.Imposta il valore di un'impostazione di amministrazione.Imposta il valore di un'impostazione di amministrazione.Esclude un'origine dall'individuazione se non specificataEsclude un'origine dall'individuazione (vero o falso)Contenuti esplicitiLivello di attendibilità dell'origine (nessuno o attendibile)Livello di trustNon è possibile ottenere il catalogo pacchetti Microsoft Store.Non sono stati trovati pacchetti Microsoft Store applicabili dal catalogo pacchetti Microsoft Store.Non è possibile ottenere informazioni sul download del pacchetto Microsoft Store.Non sono stati trovati pacchetti Microsoft Store applicabili per il download.Non è stato possibile recuperare la licenza del pacchetto Microsoft Store.Non sono stati trovati pacchetti Microsoft Store applicabili.La verifica dell'hash del pacchetto Microsoft Store è stata completataMancata corrispondenza dell'hash del pacchetto Microsoft StorePacchetto Microsoft Store scaricato: {0}{Locked="{0}"} Full path of the downloaded package.Download del pacchetto Microsoft Store non riuscito: {0}{Locked="{0}"} Package name.Download del pacchetto Microsoft Store completatoDownload dei pacchetti principali da Microsoft Store...Download dei pacchetti di dipendenze da Microsoft Store...Recupero delle informazioni di download del pacchetto Microsoft StoreNon è possibile recuperare le informazioni sul download del pacchetto Microsoft StoreRecupero della licenza del pacchetto Microsoft StoreLicenza del pacchetto Microsoft Store salvata: {0}{Locked="{0}"} License file full path.Non è possibile recuperare la licenza del pacchetto Microsoft StoreIl download del pacchetto Microsoft Store non supporta l'argomento --rename. Il pacchetto Microsoft Store userà i nomi forniti dal catalogo Microsoft Store.{Locked="--rename"}Microsoft Store download del pacchetto richiede l'autenticazione con ID Microsoft Entra. La richiesta di autenticazione può essere visualizzata quando necessario. Le informazioni autenticate verranno condivise con servizi Microsoft per l'autorizzazione di accesso. Per Microsoft Store gestione delle licenze dei pacchetti, l'account ID Microsoft Entra deve essere membro dell'amministratore globale, dell'amministratore utente o dell'amministratore delle licenze.{Locked="Global Administrator,User Administrator,License Administrator"}Ignora il recupero della licenza offline del pacchetto Microsoft StoreSeleziona la piattaforma di destinazioneAggiunta del file di configurazione: {0}{Locked="{0}"}Esportazione completataRecupero delle impostazioni di configurazione in corso...È necessario specificare almeno --packageId e/o --module con --resource. In alternativa, usare --all per esportare tutte le configurazioni dei pacchetti.{Locked="--packageId,--module, --resource, --all"}Gli argomenti --packageId, --module e --resource non possono essere utilizzati insieme a --all.{Locked="--packageId,--module, --resource, --all"}Esporta le risorse di configurazione in un file di configurazione. Se usato con --all, esporta tutte le configurazioni dei pacchetti. Se usato con --packageId, esporta una risorsa WinGetPackage dell'ID pacchetto specificato. Se usato con --module e --resource, ottiene le impostazioni della risorsa ed esporta la risorsa nel file di configurazione. Se il file di configurazione di output esiste già, aggiunge le risorse di configurazione esportate.{Locked="WinGetPackage,--packageId,--module, --resource"}Esporta le risorse di configurazione in un file di configurazione.Modulo della risorsa da esportare.Identificatore del pacchetto da esportare.Risorsa di configurazione da esportare.Esporta tutte le configurazioni del pacchetto.Non è possibile ottenere le proprietà dell'unità di configurazione.Esportazione della configurazione non riuscita.Configura {0}{Locked="{0}"}Installa {0}{Locked="{0}"}Alcuni dati presenti nel file di configurazione sono stati troncati per questo output; controllare il contenuto completo del file.<questo valore è stato troncato; controlla il contenuto del file per il testo completo>Keep some form of separator like the "<>" around the text so that it stands out from the preceding text.Mostra i dettagli di alto livello per le configurazioni applicate al sistema. Questi dati possono quindi essere usati con `configure` comandi per ottenere maggiori dettagli.{Locked="`configure`"}Mostra la cronologia di configurazioneNon sono presenti configurazioni nella cronologia.Seleziona elementi dalla cronologiaImpossibile trovare una singola configurazione corrispondente ai dati forniti. Specificare il nome completo o parte dell'identificatore che corrisponda senza ambiguità alla configurazione desiderata.Rimuovi l'elemento dalla cronologiaPrima applicazioneColumn header for date values indicating when a configuration was first applied to the system.IdentificatoreNomeOriginePercorsoNon è possibile trovare la configurazione specificata.Operazione completataThe state of processing an item.In corsoThe state of processing an item.In sospesoThe state of processing an item.SconosciutoThe state of processing an item.Stato di configurazione monitoraggio.As in "to monitor the status of a configuration being applied".CompletatoThe state of processing an item.In corsoThe state of processing an item.In sospesoThe state of processing an item.IgnoratoThe state of processing an item.SconosciutoThe state of processing an item.Applicazione avviataWhen the configuration application started.Applicazione terminataWhen the configuration application ended.RisultatoDettagliStatoThe state of processing an item.UnitàIl pacchetto non è compatibile con la versione o la piattaforma Windows corrente.Non visualizzare i dettagli della configurazione iniziale quando possibileÈ possibile scaricare più pacchetti Microsoft Store destinati a piattaforme e architetture diverse. --platform, --architecture può essere usato per filtrare i pacchetti.{Locked="--platform--architecture"}Non è stato possibile recuperare Microsoft Store licenza del pacchetto. L'account ID Microsoft Entra non è membro di Amministratore globale, Amministratore utenti o Amministratore licenze. Usare --skip-license per ignorare il recupero Microsoft Store licenza del pacchetto.{Locked="Global Administrator,User Administrator,License Administrator,--skip-license"}Il pacchetto Microsoft Store non supporta il download.Il pacchetto Microsoft Store non supporta il download.Non è stato possibile recuperare Microsoft Store licenza del pacchetto. L'account id Microsoft Entra non dispone dei privilegi necessari.Il parametro non può essere passato oltre il limite di integrità.Programma di installazione a zero byte scaricato; verificare che la connessione di rete funzioni correttamente.Programma di installazione a zero byte scaricato; verificare che la connessione di rete funzioni correttamente.Gestire i tipi di carattereGestire i tipi di carattere con i sottocomandi. I tipi di carattere possono essere installati, aggiornati o disinstallati in modo simile ai pacchetti. FamigliaFacce"Faces" represents the typeface of the font family such as 'Bold' or 'Italic'Filtra i risultati per cognomeViso"Face" represents the typeface of a font family such as 'Bold' or 'Italic'PercorsiNessun tipo di carattere installato corrisponde ai criteri di input.Elencare i tipi di carattere installatiElenca tutti i tipi di carattere installati, tutti i file di tipi di carattere o i dettagli completi di un tipo di carattere specifico.VersioneModuli di configurazionePowerShell Modules that are used for the Configuration featureIl programma di installazione del pacchetto richiede l'autenticazione. La richiesta di autenticazione può essere visualizzata quando necessario. Le informazioni autenticate verranno condivise con l'URL di download del programma di installazione.Non è stato possibile scaricare il programma di installazione. Questa versione winget non supporta il metodo di autenticazione per il download del programma di installazione. Provare a eseguire l'aggiornamento alla versione più recente winget.{Locked="winget"}Download del programma di installazione non riuscito. Autenticazione non riuscita.Specifica il percorso del processore di configurazioneComandi delle risorse DSC v3DSC stands for "Desired State Configuration". It should already have a locked translation.I comandi secondari implementano le risorse Desired State Configuration (DSC) v3 per la configurazione di winget e pacchetti.Recupera stato della risorsaImposta stato della risorsaDescrivi le modifiche di stato necessarieTesta stato della risorsaElimina stato della risorsaRecupera tutte le istanze di statoConvalida contenuti del gruppoRisolvi stato esternoEsegui schedaRecupera schema della risorsaRecupera manifesto della risorsaGestisci stato del pacchettoGestisci pacchetti tramite WinGet.Indica se un'istanza deve esistere o meno.Indica se un'istanza si trova nello stato desiderato.Identificatore pacchetto.Origine pacchetto.Versione del pacchetto.Metodo per la corrispondenza dell'identificatore con un pacchetto.Indica che deve essere installata la versione più recente disponibile del pacchetto.Modalità di installazione da utilizzare, se necessario.Ambito di destinazione del pacchetto.Indica se accettare contratti per origini e pacchetti.Gestisci file delle impostazioni utenteGestisci le impostazioni utente di WinGet.Contenuto del file JSON delle impostazioni.Azione utilizzata per applicare le impostazioni.Il valore è registrato per la correlazioneGestisci configurazione di origineGestisci le origini di WinGet.Nome da utilizzare per l'origine.Argomento per l'origine.Tipo di origine.Livello di attendibilità dell'origine.Indica se l'origine è inclusa quando le chiamate non specificano un'origine.Applicazione dell'unità di configurazione in corso...Esportazione dell'unità di configurazione in corso...Recupero dei processori dell'unità di configurazione in corso...Assicurati che sia presente il modulo necessario per l'esportazione [{0}]{Locked="{0}"}Non è stato possibile testare o acquisire il modulo richiesto. Le impostazioni correlate non verranno esportate.Esporta [{0}]{Locked="{0}"}Esportazione della risorsa non riuscita.Impossibile ottenere i processori di unità. Le impostazioni dei singoli pacchetti non verranno esportate.Directory in cui devono essere scritti i risultatiPacchetto Desired State Configuration non trovato nel sistema. Installazione del pacchetto in corso...Non è stato possibile installare Desired State Configuration pacchetto. Installare il pacchetto manualmente o specificare il percorso per dsc.exe tramite --processor-path argomento.{Locked="dsc.exe","--processor-path"}Oggetto contenente le impostazioni di amministratore e i relativi valori.Gestisci impostazioni amministratoreGestisci impostazioni amministratore di WinGet.Reimposta tutte le impostazioni di amministrazioneReimpostazione di tutte le impostazioni di amministrazione.Informazioni MCPMCP stands for Model Context Protocol and should probably remain as-isInformazioni MCP (Model Context Protocol) per il Gestione pacchetti Windows.Per configurare manualmente il server MCP Gestione pacchetti Windows con il client MCP, usare il frammento JSON seguente nell'oggetto `servers`:{Locked="`servers`"}
MCP stands for Model Context Protocol and should probably remain as-is.
An unlocalized JSON fragment will follow on another line.Abilita Gestione pacchetti Windows server MCPVersione del sistema operativo di destinazioneImpossibile installare uno o più tipi di carattere.Il file dei tipi di carattere non è supportato e non può essere installato.Uno o più tipi di carattere nel pacchetto di tipi di carattere non sono supportati e non possono essere installati.Installazione del tipo di carattere non riuscita; pulizia.Tipo di carattere già installato.ID pacchettoWinGet supportatoTitoloIl file del tipo di carattere non è stato trovato.Disinstallazione del carattere non riuscita. Il tipo di carattere potrebbe non essere in uno stato valido. Provare a disinstallare dopo un riavvio.Convalida del tipo di carattere non riuscita.Rollback del tipo di carattere non riuscito. Il tipo di carattere potrebbe non essere in uno stato valido. Provare a disinstallare dopo un riavvio.Mostra informazioni dettagliate sul file del tipo di carattere.La convalida del pacchetto del tipo di carattere non è riuscita.Il tentativo di rollback per l'installazione del tipo di carattere non riuscita non è riuscito. Potrebbe essere necessario riavviare il sistema per disinstallare correttamente il tipo di carattere.Disinstallazione del pacchetto di caratteri non riuscita. Questo errore è spesso dovuto al fatto che i tipi di carattere sono in uso dal sistema o da un'applicazione. La disinstallazione potrebbe essere riuscita dopo il riavvio del computer.OK"OK" means the font is in a good healthy stateDanneggiata"Corrupt" refers to an install that is in a corrupted or bad state, and needs repair.StatoSconosciutoIl pacchetto di tipi di carattere è già installato.Visualizza informazioni dettagliate sui pacchettiProviding this argument causes the CLI to output additional details about installed application packages.Canale:Precedes a string value that names the delivery channel for the software package (ex. stable, beta).Identificatore locale:Precedes a value that is the unique identifier for the installed package on the local system.Nome della famiglia di pacchetti:Precedes a value that is the APPX/MSIX package family name of the installed package.Codice prodotto:Precedes a value that is the Add/Remove Programs identifier in the registry. This is also the Product Code value as defined in MSI installers.Codice aggiornamento:Precedes a value that is the MSI Upgrade Code for the installed package.Ambito installazione:Precedes a value that is the scope of the installation of the package (ex. user, machine).Architettura installata:Precedes a value that is the installed architecture of the package (ex. x86, x64, ARM64).Impostazioni locali installate:Precedes a value that is the locale of the installed package.Posizione installata:Precedes a value that is the directory path to the installed package.Origine:Precedes a value that names the package source where the installed package originated from.Aggiornamenti disponibili:Precedes a list of package upgrades available for the installed package.Categoria programma di installazione:Precedes a value that indicates the category of the installer for the installed package (ex. exe, msi, msix).Valore precedenteColumn title for listing edit changes.Nuovo valoreColumn title for listing the new value.
================================================
FILE: Localization/Resources/ja-JP/Resources.resw
================================================
text/microsoft-resx2.0System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
================================================
FILE: Localization/Resources/ja-JP/winget.resw
================================================
text/microsoft-resx2.0System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089隣接エイリアスがフラグではありません: '{0}'{Locked="{0}"} Error message displayed when the user provides an adjoined alias that is not a flag argument. {0} is a placeholder replaced by the user input argument (e.g. '-ab').隣接フラグエイリアスが見つかりません: '{0}'{Locked="{0}"} Error message displayed when the user provides an adjoined flag alias argument that was not found. {0} is a placeholder replaced by the user input argument (e.g. '-ab').次の引数を使用できます。Message displayed to inform the user about the available command line arguments.次のコマンド エイリアスを使用できます:Message displayed to inform the user about the available command line alias arguments.使用できるコマンドは次のとおりです:Title displayed to inform the user about the available commands.利用可能As in "a new version is available to upgrade to".次のオプションを使用できます。Message displayed to inform the user about the available options.次のサブコマンドを使用できます。Message displayed to inform the user about the available nested commands that run in context of the selected command.{0} アップグレードを利用できます。{Locked="{0}"} Message displayed to inform the user about available package upgrades. {0} is a placeholder replaced by the number of package upgrades.指定されたチャンネルを使用します。既定値は一般向けですコマンドLabel displayed for a command to give the software.コマンドによる結果のフィルター処理Description message displayed to inform the user about filtering the search results by a package command.完了するための完全なコマンド ラインこのコマンドを実行するには、管理者権限が必要です。このコマンドは、状況依存のコマンド ラインの完了を要求するために使用できます。コマンド ライン、カーソル位置、および完了する単語が渡されます。出力は、入力に基づいた一連の潜在的な値で、1 行に 1 つの可能な値が入ります。状況依存のコマンド ラインの完了を有効にする指定した数を超える結果を表示しない (1 ~ 1000)完了Label displayed when an operation completes or is done executing.完全一致を使用してパッケージを検索Description message displayed to inform the user about finding an application package using an exact matching criteria.デモを目的とした試験的引数このコマンドは、試験的な機能を実装する方法の例です。有効にするには、"winget settings"へと移動し、experimentalCmdまたはexperimentalArg機能を有効にします。{Locked="winget settings"}試験的な機能の例何も指定されていないときに位置引数が見つかりました: '{0}'{Locked="{0}"} Error message displayed when the user provides an extra positional argument when none was expected. {0} is a placeholder replaced by the user's extra argument input.この機能は進行中の作業であり、今後大幅に変更または完全に削除される可能性があります。これを有効にするには、設定 ('winget settings') を編集して試験的な機能を含めます: '{0}'{Locked="winget settings","{0}"}. Error message displayed when the user uses an experimental feature that is disabled. {0} is a placeholder replaced by the experimental feature name.試験的な機能の状態を表示します。試験的な機能は、"winget settings" を使用してオンにすることができます。{Locked="winget settings"}試験的な機能の状態を表示無効有効機能リンク次の試験的な機能が進行中です。
これらの設定は、設定ファイル'winget settings'を使用して構成できます。{Locked="winget settings"}プロパティ状態ハッシュするファイルフラグ引数に隣接する値を含めることはできません: '{0}'{Locked="{0}"} Error message displayed when the user provides a flag argument containing an unexpected adjoined value. {0} is a placeholder replaced by the user input.マニフェストへのエントリに適したローカル ファイルのハッシュを計算します。また、MSIX パッケージの署名ファイルのハッシュを計算して、ストリーミング インストールを有効にすることもできます。インストーラー ファイルをハッシュするヘルパー選択したコマンドに関するヘルプを表示特定のコマンドの詳細については、そのコマンドにヘルプ引数を渡します。その他のヘルプについては、次を参照してください: {0}{Locked="{0}"} Message displayed to inform the user about a link where they can learn more about the subject context. {0} is a placeholder replaced by a website address.ID で結果をフィルター処理警告出力を非表示にするこのアプリケーションは所有者からライセンス供与されます。Microsoft はサードパーティのパッケージに対して責任を負わず、ライセンスも付与しません。このパッケージは Microsoft Store から提供されています。winget は、現在のユーザーに代わって Microsoft Store からパッケージを取得する必要がある場合があります。{Locked="winget"}構成されたソースを探して見つけるかマニフェストから直接見つけて、選んだパッケージをインストールします。既定では、そのクエリはパッケージの id、name、または moniker と大文字小文字の区別なく一致する必要があります。その他のフィールドは、適切なオプションを渡すと使えます。既定では、install コマンドは、パッケージのインストール済み状態を確認し、アップグレードがあればそれを実行しようとします。直接インストールするには、--force を指定してオーバーライドします。{Locked="--force"}; id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.指定されたパッケージをインストールインストーラーのハッシュが一致しません; これは、管理者として実行している場合は上書きできませんインストーラーのハッシュが一致しません。--ignore-security-hash のため続行しています{Locked="--ignore-security-hash"}インストーラーのハッシュが一致しません。このチェックをオーバーライドするには、--ignore-security-hash を使用してください{Locked="--ignore-security-hash"}インストーラーハッシュが正常に検証されましたインストールが完了しましたパッケージのインストールを開始しています...インストーラーのハッシュのチェックが失敗しても無視しますローカル マニフェストからのアーカイブの種類のパッケージのインストールの一環として実行されたマルウェア スキャンを無視します対話式のインストールが要求されます。ユーザーの入力が必要になる場合があります引数のエイリアスが現在のコマンドに対して認識されませんでした: '{0}'{Locked="{0}"} Error message displayed when the user provides a command line argument alias that was not recognized for a selected command. {0} is a placeholder replaced by the user's argument alias input (e.g. '-a').無効な引数指定子: '{0}'{Locked="{0}"} Error message displayed when the user provides an invalid argument specifier. {0} is a placeholder replaced by an argument specifier (e.g. '-').引数名が現在のコマンドに対して認識されませんでした: '{0}'{Locked="{0}"} Error message displayed when the user provides an unrecognized command line argument name for the selected command. {0} is a placeholder replaced by the user's argument name input (e.g. '--example').Winget ディレクトリHeader for a table detailing the directories Winget uses for key operations like logging and portable installs使用するロケール (BCP47 形式){Locked="BCP47"}使用許諾契約リンクLinks to different webpageslist コマンドは、システムにインストールされているパッケージと、アップグレードを適用可能かどうかを表示します。search コマンドとよく似ていて、出力をフィルター処理するためのその他のオプションを指定できます。{Locked="list","search"}インストール済みパッケージを表示するインストール先 (サポートされている場合)ログの場所 (サポートされている場合)Copyright (c) Microsoft Corporation. All rights reserved.ホーム ページThe primary webpage for the softwareパッケージのマニフェストのパスマニフェストの検証に失敗しました。マニフェストの検証は成功しました。マニフェストの検証は成功しましたが、警告があります。引数の値は必須ですが、見つかりませんでした: '{0}'{Locked="{0}"} Error message displayed when the user does not provide a required command line argument value. {0} is a placeholder replaced by the argument name.モニカーで結果をフィルター処理入力ファイルは msix として扱われます。署名された場合、署名ハッシュが提供されますMSIX 署名ハッシュを計算できませんでした。特定のアプリがポリシーによってブロックされているため、Microsoft Store パッケージをインストールまたはアップグレードできませんでしたMicrosoft Store パッケージをインストールまたはアップグレードできませんでした。エラー コード: {0}{Locked="{0}"} Error message displayed when a Microsoft Store application package fails to install or upgrade. {0} is a placeholder replaced by an error code.Microsoft Store クライアントがポリシーによってブロックされているため、Microsoft Store パッケージをインストールまたはアップグレードできませんでしたパッケージ取得の確認/要求...複数のインストール済みパッケージが一致する入力条件を検出しました。入力内容を修正してください。複数のパッケージが入力条件に一致しました。入力内容を修正してください。名前で結果をフィルター処理該当するインストーラーが見つかりません。詳細については、ログを参照してください。現在、試験的な機能はありません。入力条件に一致するインストール済みのパッケージが見つかりませんでした。入力条件に一致するパッケージが見つかりませんでした。VirtualTerminal 表示を無効にする{Locked="VirtualTerminal"}既定のログの場所を開くオプションOptions to change how a command worksインストーラーに渡される引数を上書きパッケージ: {0}{Locked="{0}"} Label displayed for a software package. {0} is a placeholder replaced by the software package name.申し訳ございません。これを行うことを忘れました…コマンド ライン内のカーソルの位置プライバシーに関する声明パッケージの検索に使用されるクエリ進行状況は虹の色を表示します必須の引数が指定されていません: '{0}'{Locked="{0}"} Error message displayed when the user does not provide a required command line argument. {0} is a placeholder replaced by an argument name.既定の色としての進行状況の表示構成されたソースからパッケージを検索します。アプリの基本情報を見つけて表示IDAbbreviation of Identifier.一致名前ソース結果制限により、エントリがさらに切り捨てられましたバージョン次のエラーが検出されたため、設定を検証しています:既定の json テキスト エディターで設定を開きます。エディターが構成されていない場合は、メモ帳で設定を開きます。使用可能な設定については、https://aka.ms/winget-settings を参照してください。このコマンドを使用して、--enable または --disable 引数を指定して管理者設定を設定することもできます。{Locked="--enable"} {Locked="--disable"}設定を開くか、管理者設定を設定する設定の読み込み中に予期しないエラーが発生しました。'settings' コマンドを実行して、設定を確認してください。{Locked="'settings'"}チャネル特定のパッケージの情報を表示します。既定では、クエリはパッケージの ID、名前、モニカーに大文字小文字の区別なく一致する必要があります。その他のフィールドは、適切なオプションを渡すことで使用することができます。id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.パッケージに関する情報を表示しますバージョンサイレント インストールを要求単一の - の後に出現できるのは、1 文字の別名のみです: '{0}'{Locked="{0}"} Error message displayed when the user provides more than a single character command line alias argument after an alias argument specifier '-'. {0} is a placeholder replaced by the user's argument input.指定された名前のソースは既に存在し、別の場所を参照しています:別の名前のソースが、既に次の場所を参照しています:指定された名前のソースは既に存在し、同じ場所を参照しています:ソースを追加しています:新しいソースを追加します。ソースは、パッケージを検出してインストールするためのデータを提供します。安全な場所として信頼できる場合にのみ、新しいソースを追加してください。新しいソースを追加ソースに与えられた引数指定されたリソースを使用してパッケージを検索サブコマンドでソースを管理します。ソースは、パッケージを検出してインストールするためのデータを提供します。安全な場所として信頼できる場合にのみ、新しいソースを追加してください。パッケージのソースの管理既存のソースのプロパティを編集します。ソースは、パッケージを検出してインストールするためのデータを提供します。ソースのプロパティを編集しますソースの編集中: {0}{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being edited. {0} is a placeholder replaced by the repository source name.'{0}' という名前のソースは既に適切な状態です。{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being edited. {0} is a placeholder replaced by the repository source name.引数Value given to source.現在のすべてのソース、または特定のソースの完全な詳細を一覧表示します。現在のソースを一覧表示データData stored by the source.フィールドThe name of a piece of information about a source.名前The name of the source.IDThe source's unique identifier.次の名前のソースが見つかりませんでした: {0}Error message displayed when the user provides a repository source name that was not found. {0} is a placeholder replaced by the user input.構成されたソースがありません。種類The kind of source.更新されましたThe last time the source was updated.なしThe source has never been updated.値The value of information about a source.ソース名ソースを開くときに失敗しました;問題が解決しない場合は、'source reset' コマンドを試してください。{Locked="source reset"}定義済みのソースを開けませんでした; winget メンテナに報告してください。{Locked="winget"}すべてのソースを削除しています...特定のソースを削除します。現在のソースを削除ソースを削除しています: {0}...{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being removed. {0} is a placeholder replaced by the repository source name.すべてのソースをリセットしています...このコマンドは既存のソースを削除し、ローカル データを潜在的に残します。引数がないと、すべてのソースが削除され、既定値が追加されます。名前付きソースが提供されている場合、そのソースのみが削除されます。ソースをリセットソースのリセットの強制--force オプションを指定すると、次のソースがリセットされます:{Locked="--force"}ソースをリセットしています: {0}...{Locked="{0}"} Message displayed to inform the user about a repository source that is currently being reset. {0} is a placeholder replaced by the repository source name.ソースのタイプすべてのソースを更新しています...すべてのソースを更新するか、特定のソースのみを更新します。現在のソースを更新ソースを更新しています: {0}...{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being updated. {0} is a placeholder replaced by the repository source name.タグで結果をフィルター処理Winget をお使いいただきありがとうございますサード パーティに関する通知WinGet コマンド ライン ユーティリティを使用すると、コマンド ラインからアプリケーションやその他のパッケージをインストールできます。ツールの一般情報を表示ツールのバージョンを表示引数に指定された回数が許容回数を超えています: '{0}'{Locked="{0}"} Error message displayed when the user provides a command line argument more times than it is allowed. {0} is a placeholder replaced by the user's argument name input.複数の実行動作引数が指定されました: '{0}'{Locked="{0}"} Error message displayed when the user provides more than one execution behavior argument when installing an application package. {0} is a placeholder replaced by the user specified execution behaviors (e.g. 'silent|interactive').コマンドの実行中に予期しないエラーが発生しました:アップグレード中に以前のバージョンのパッケージをアンインストールする認識されないコマンド: '{0}'{Locked="{0}"} Error message displayed when the user provides an unrecognized command. {0} is a placeholder replaced by the user input.可能な場合はインストール済みのすべてのパッケージをアップグレードして最新状態にします適用可能なアップグレードは見つかりませんでした。構成されたソースでは新しいパッケージ バージョンを使用できますが、システムまたは要件には適用されません。利用可能なアップグレードが見つかりませんでした。構成されたソースから入手できる新しいパッケージ バージョンはありません。インストールされたパッケージ リスト、またはマニフェストから直接検索し、選択されたパッケージをアップグレードします。既定では、クエリはパッケージの ID、名前、モニカーに大文字小文字の区別なく一致する必要があります。その他のフィールドは、適切なオプションを渡すことで使用することができます。引数が指定されていない場合は、利用可能なアップグレードを含むパッケージが表示されますid, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.利用可能なアップグレードの表示と実行使用法: {0} {1}{Locked="{0} {1}"} Message displayed to provide the user with instructions on how to use a command. {0} is a placeholder replaced by the program name (e.g. 'winget'). {1} is a placeholder replaced by the pattern for using the selected command.厳密なガイドラインのセットを使用してマニフェストを検証します。これは、リポジトリに送信する前にマニフェストを確認できるようにすることを目的としています。マニフェスト ファイルを検証検証対象のマニフェストのパスWinGet の詳細ログを有効にする入力ファイルが有効な署名された MSIX であることを確認してください。指定されたバージョンを使用します。既定値は最新バージョンですパッケージの利用可能なバージョンを表示完了する前に提供された値が要求されます一致するバージョンが見つかりません: {0}{Locked="{0}"} Error message displayed when the user attempts to upgrade an application package to a version that was not found. {0} is a placeholder replaced by the user's provided upgrade package version.指定された値に一致するソースがありません: {0}{Locked="{0}"} Error message displayed when the user attempts to install or upgrade an application package from a repository source that was not found. {0} is a placeholder replaced by the user's repository source name input.構成されたソースは次のとおりです:ソースが定義されていません。[source add]で追加するか、[source reset]で規定値にリセットします{Locked="source add","source reset"}見つかりましたパスはディレクトリです: {0}{Locked="{0}"} Error message displayed when the user provides a system path that is a directory. {0} is a placeholder replaced by the provided directory path.ファイルが存在しません: {0}{Locked="{0}"} Error message displayed when the user provides a system file that does not exist. {0} is a placeholder replaced by the provided file path.ローカル マニフェストと検索クエリ引数の両方が指定されていますログLabel displayed for diagnostic files containing information about the application use.インストーラーはポリシーによってブロックされていますインストーラーのセキュリティチェックに失敗しましたウイルス対策製品がインストーラーに感染を報告しますソースを更新できませんでした: {0}{Locked="{0}"} Error message displayed when an attempt to update the repository source fails. {0} is a placeholder replaced by the repository source name.インストールされているパッケージリスト、またはマニフェストから検索し、選択したパッケージをアンインストールします。既定では、クエリはパッケージのID、名前、モニカーと大文字と小文字の区別なく一致する必要があります。その他のフィールドは、適切なオプションを渡すことで使用することができます。id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.指定されたパッケージをアンインストールパッケージのアンインストールを開始しています...正常にアンインストールされましたwinget は、このパッケージのアンインストールコマンドを見つけることができません。サポートについては、パッケージの発行元に問い合わせてください。{Locked="winget"}アンインストールが中止されましたアンインストールは次の終了コードで失敗しました: {0}{Locked="{0}"} Error message displayed when an attempt to uninstall an application package fails. {0} is a placeholder replaced by an error code.インストールされているパッケージのリストをエクスポートファイルに一覧表示されているすべてのパッケージをインストールします。ファイル中のすべてのパッケージをインストール結果が書き込まれるファイルインストールするパッケージを記述したファイル指定したソースからパッケージをエクスポートするインストールされているパッケージの一覧をファイルに書き込みます。その後、パッケージを import コマンドを使用してインストールできます。{Locked="import"}1つまたは複数のインポートされたパッケージをインストールできませんでしたインポートに必要なソースがインストールされていません: {0}{Locked="{0}"} Error message displayed when the user attempts to import application package(s) from a repository source that is not installed. {0} is a placeholder replaced by the repository source name.インストールされているパッケージはどのソースからも利用できません: {0}{Locked="{0}"} Warning message displayed when the user attempts to export an installed application package that is not available from any repository source. {0} is a placeholder replaced by the installed package name.インストールされているパッケージのバージョンは、どのソースからも使用できません: {0} {1} {2}{Locked="{0} {1} {2}"} Warning message displayed when the user attempts to export an installed application package with a version that is not available from any repository source. {0} is a placeholder replaced by the installed package identifier. {1} is a placeholder replaced by the installed package version. {2} is a placeholder replaced by the installed package channel.インポート ファイルにパッケージが見つかりませんJSON ファイルが無効ですパッケージは既にインストールされています: {0}{Locked="{0}"} Message displayed to inform the user that an application package is already installed. {0} is a placeholder replaced by the package identifier or search query.使用できないパッケージを無視するエクスポート ファイルにパッケージ バージョンを含めるインポート ファイルからパッケージ バージョンを無視するパスが存在しません: {0}{Locked="{0}"} Error message displayed when the user provides a system path argument value that does not exist. {0} is a placeholder replaced by the user's provided path.JSON ファイルでは、認識されるスキーマが指定されていません。インストールの範囲 (user または machine) の選択{Locked="user","machine"} This argument allows the user to select between installing for just the user or for the entire machine.'{0}' 引数に指定された値が無効です。有効な値: {1}{Locked="{0}","{1}"} Error message displayed when the user provides an invalid command line argument value. {0} is a placeholder replaced by the argument name. {1} is a placeholder replaced by a list of valid options.この操作はグループ ポリシーによって無効にされています: {0}{Locked="{0}"} Error message displayed when the user performs a command operation that is disabled by a group policy. {0} is a placeholder replaced by a group policy description.追加の Windows アプリ インストーラー ソースを有効にするWindows アプリ インストーラーの許可されたソースを有効にするWindows アプリ インストーラーの既定のソースを有効にするWindows アプリ インストーラーの試験的な機能を有効にするWindows アプリインストーラー Microsoft Store ソースを有効にするWindows App インストーラー フォント ソースを有効にするWindows パッケージ マネージャーを有効にするWindows パッケージ マネージャーを有効にするWindows パッケージ マネージャーのコマンド ライン インターフェイスを有効にするWindows パッケージ マネージャーのソース自動更新間隔を分単位で設定するグループ ポリシーHeader for a table listing active Group PoliciesWindows アプリ インストーラーのローカル マニフェスト ファイルを有効にするWindows アプリ インストーラーでの Microsoft Store ソースの固定証明書のバイパスを有効にするWindows アプリ インストーラー ローカル アーカイブ マルウェア スキャンの上書きを有効にするフィールド: {0}{Locked="{0}"} Warning message displayed when a user setting field has invalid syntax or semantics. {0} is a placeholder replaced by the setting field path.フィールド形式が無効です。無効なフィールド値です。グループ ポリシーの設定が無効です。バックアップ ファイルから設定を読み込みました。ファイルの解析エラー:値: {0}{Locked="{0}"} Warning message displayed when a user setting value has invalid syntax or semantics. {0} is a placeholder replaced by the setting data value.次の試験的な機能が進行中です。
グループポリシーにより、構成が無効になっています。インストーラーのハッシュが一致しません。Windows アプリ インストーラーのハッシュ上書きを有効にするグループポリシーの JSON として現在のソースをエクスポートします。現在のソースをエクスポートする追加のソースAn additional source required by policy.許可されたソースA source that the user is allowed to add.'{0}' 引数に指定された値が無効です{Locked="{0}"} Error message displayed when the user provides an invalid command line argument value. {0} is a placeholder replaced by the argument name.取り消し済み外部このインポートで見つかったパッケージには、次の依存関係があります:Import command sentence showed before reporting dependenciesこのパッケージには次の依存関係が必要です:Message shown before reporting dependencies依存関係をインストールしています依存ソースが見つかりませんパッケージ検索では、複数の結果が生成されます: {0}{Locked="{0}"} Error message displayed when application packages search yield more than one result. {0} is a placeholder replaced by the dependency package identifier.パッケージの最新バージョンが見つかりません: {0}{Locked="{0}"} Error message displayed when no suitable version found for the specific application package. {0} is a placeholder replaced by the package identifier.インストーラーが見つかりません: {0}{Locked="{0}"} Error message displayed when no installer found for a manifest. {0} is a placeholder replaced by the manifest identifier.パッケージに必要な最小バージョンは使用できません: {0}{Locked="{0}"} Error message displayed when the minimum required version is not available for an application package. {0} is a placeholder replaced by the package identifier.一致する項目はありませんWhen package search yields no matchesループを含むDependency graph has loopマニフェストに適したインストーラーが見つかりません: {0} バージョン {1}{Locked="{0}","{1}"} Error message displayed when an attempt to get a preferred installer for a manifest fails. {0} is a placeholder replaced by the manifest identifier. {1} is a placeholder replaced by the manifest version.パッケージ依存関係の処理中にエラーが発生しました。インストールを続行しますか?Prompt message shown when dependencies processing yields errors.パッケージ依存関係の処理中にエラーが発生しました。終了しています...パッケージこのパッケージには、不要になる可能性のある依存関係があります:Uninstall command sentence showed before reporting dependenciesマニフェストには、検証されていない次の依存関係があります。有効であることを確認してください:Validate command sentence showed before reporting dependenciesWindows の機能Windows ライブラリ指定されたリソースを使用してパッケージの依存関係を検索For getting package type dependencies when installing from a local manifestWindows ストアの使用条件パッケージのすべての使用許諾契約に同意するエクスポートされたパッケージをインストールするには、使用許諾契約書が必要です: {0}{Locked="{0}"} Warning message displayed when an exported application package requires license agreement to install. {0} is a placeholder replaced by the package name.発行元は、お客様がインストール前に上記の情報を表示し、契約に同意することを必要としています。
使用条件に同意しますか?パッケージ契約に同意しませんでした。操作が取り消されました。契約:作成者:説明:インストーラー:インストーラーのロケール:ストア製品 ID:インストーラーの SHA256:インストーラーの種類:インストーラーの URL:ライセンス:ライセンス URL:モニカー:ホーム ページ:公開元:タグ:バージョン:依存関係:Windows の機能:Windows ライブラリ:パッケージの依存関係:外部依存関係:いいえはい追加されたソースを開けませんでした。ソース操作中にすべてのソース契約に同意する'{0}' ソースでは、使用する前に次の契約を表示する必要があります。{Locked="{0}"} Message displayed to inform the user that a repository source requires viewing agreements before using. {0} is a placeholder replaced by the repository source name.すべてのソース契約条件に同意しますか?1 つ以上のソース契約が同意されませんでした。操作が取り消されました。ソース契約に同意するか、対応するソースを削除してください。ソースが正常に機能するには、現在のマシンの 2 文字の地理的リージョンをバックエンド サービスに送信する必要があります (例: "US")。正常にインストールされました。アップグレードを完了するには、アプリケーションを再起動してください。オプションの Windows-Package-Manager REST ソース HTTP ヘッダー省略可能なヘッダーは、このソースには適用できないため無視されます。省略可能なヘッダーは、ソースを指定しないと適用されません: '{0}'{Locked="{0}"} Error message displayed when the user performs an operation (e.g install) and provides the HTTP 'header' argument without specifying the repository source. {0} is a placeholder replaced by the header argument name.リリース日:オフライン配信をサポート:発行元 URL:購入 URL:発行元のサポート URL:プライバシー URL:著作権:著作権 URL:リリース ノート:リリース ノート URL:ソースの検索中にエラーが発生しました;結果は含まれません: {0}{Locked="{0}"} Warning message displayed when searching a repository source fails. {0} is a placeholder replaced by the repository source name.ソースの検索中に失敗しました: {0}{Locked="{0}"} Error message displayed when searching a repository source fails. {0} is a placeholder replaced by the repository source name.この機能は管理者が有効にする必要があります。有効にするには、'winget settings --enable {0}' を管理者として実行します。{Locked="winget settings --enable", "{0}"}. Error message displayed when the user uses a feature that needs to be enabled by administrators. {0} is a placeholder replaced by the admin setting.特定の管理者設定を有効にします特定の管理者設定を無効にします管理者設定 '{0}' を有効にしました。{Locked="{0}"} Message displayed when the user enables an admin setting. {0} is a placeholder replaced by the setting name.管理者設定 '{0}' を無効にしました。{Locked="{0}"} Message displayed when the user disables an admin setting. {0} is a placeholder replaced by the setting name.管理者設定Header for a table displaying admin settings.アプリケーションは現在実行中です。アプリケーションを終了してから、もう一度お試しください。インストーラーによって変更されたファイルは、現在別のアプリケーションで使用されています。アプリケーションを終了してから、もう一度お試しください。別のインストールが既に進行中です。後でもう一度お試しください。1 つ以上のファイルが使用されています。アプリケーションを終了してから、もう一度お試しください。このパッケージには、システムに依存関係がありません。PC にこれ以上空き領域がありません。空き領域を確保してから、もう一度やり直してください。インストールできるメモリが不足しています。他のアプリケーションを閉じてから、もう一度やり直してください。インストール パラメーターの 1 つが無効です。パッケージのインストール ログに追加の詳細が含まれている可能性があります。このアプリケーションにはインターネット接続が必要です。ネットワークに接続してから、もう一度お試しください。このアプリケーションのインストール中にエラーが発生しました。サポートにお問い合わせください。PC を再起動してインストールを完了します。PC が再起動してインストールが完了します。インストールに失敗しました。PC を再起動してから、もう一度お試しください。ユーザーがインストールを取り消しました。このアプリケーションの別のバージョンが既にインストールされています。このアプリケーションの上位バージョンは既にインストールされています。組織のポリシーが原因でインストールできません。管理者にお問い合わせください。現在のシステム構成では、このパッケージのインストールはサポートされていません。カスタム インストーラー エラーにより、インストールに失敗しました。パッケージ サポートにお問い合わせください。インストールが破棄されましたインストーラーが終了コードで失敗しました: {0}{Locked="{0}"} Error message displayed when the application installer fails. {0} is a placeholder replaced by an error code.インストーラー ログは次で入手できます: {0}{Locked="{0}"} Message displayed to inform the user about the system path of a diagnostic files containing information about the installer. {0} is a placeholder replaced by the diagnostic file system path.作業ソースの中以下のパッケージが見つかりました。
続行するには、'--source' オプションを使用していずれかのパッケージを指定してください。{Locked="--source"} "working sources" as in "sources that are working correctly"作業ソースの中にパッケージが見つかりませんでした。"working sources" as in "sources that are working correctly"これは、Windows パッケージ マネージャーの安定版リリースです。実験的な機能を試したい場合は、プレリリース ビルドをインストールしてください。手順は、GitHub (https://github.com/microsoft/winget-cli) で入手できます。{Locked="https://github.com/microsoft/winget-cli"}v{0} の Windows パッケージ マネージャー{Locked="{0}"} Label displaying the product name and version. {0} is a placeholder replaced by the product version.インポート ファイルのパッケージ バージョンを無視する要求された結果の数は 1 から 1000 の間である必要があります。既定値に加えてインストーラーに渡される引数新しいバージョンが見つかりましたが、インストールテクノロジが現在インストールされているバージョンと異なります。パッケージをアンインストールして、新しいバージョンをインストールしてください。指定された新しいバージョンのインストール テクノロジが、現在インストールされているバージョンと異なります。パッケージをアンインストールして、新しいバージョンをインストールしてください。Windows パッケージ マネージャー (プレビュー) v{0}{Locked="{0}"} Label displaying the preview product name and pre-release version. {0} is a placeholder replaced by the product version.アーキテクチャを選択する現在のバージョンを特定できない場合でもパッケージをアップグレードする現在のバージョンを特定できない場合でもパッケージを一覧表示します。--upgrade-available 引数でのみ使用できます{Locked="--upgrade-available"}このパッケージのバージョン番号を特定できません。とにかくアップグレードするには、前のコマンドに引数 --include-unknown を追加します。{Locked="--include-unknown"}{0} 個のパッケージのバージョン番号を判別できません。すべての結果を表示するには、--include-unknown を使用してください。{Locked="{0}","--include-unknown"} {0} is a placeholder that is replaced by an integer number of packages that do not have notated versions. {0} パッケージがピン留めされているため、明示的にアップグレードする必要があります。{Locked="{0}"} {0} is a placeholder that is replaced by an integer number of packages that require explicit upgrades.指定された引数はクエリでのみ使用できます。システム アーキテクチャ: {0}{Locked="{0}"} Label displayed for the system architecture. {0} is a placeholder replaced by the value of the system architecture (e.g. X64).パッケージ (ポータブル) によって作成されたすべてのファイルとディレクトリを保持しますパッケージ ディレクトリ (ポータブル) 内のすべてのファイルとディレクトリを削除します続行するには、Enter キーを押してください . . .実行可能ファイルの名前を変更する値 (ポータブル)終了する前に任意のキーを押すプロンプトをユーザーに表示しますインストーラーは管理者として実行するように要求します。プロンプトが表示されます。管理者コンテキストからインストーラーを実行することはできません。パス環境変数が変更されました; 新しい値を使用するにはシェルを再起動してください。製品コードを使用したフィルター同じ名前で、別のソースからのポータブル パッケージが既に存在します; --force が原因で続行しています{Locked="--force"}ボリュームは再パース ポイントをサポートしていません指定されたファイル名は有効なファイル名ではありません既存のファイルを上書きしています: {0}{Locked="{0}"} Warning message displayed to inform the user that an existing file is being overwritten. {0} is a placeholder replaced by the file system path.パッケージ選択引数が指定されていません; パッケージの検索の詳細については、ヘルプを参照してください。コマンド ライン エイリアスが追加されました:ポータブル リンク ディレクトリ (マシン)ポータブル リンク ディレクトリ (ユーザー)ポータブル パッケージ ルート (ユーザー)ポータブル パッケージ ルートポータブル パッケージ ルート (x86)ポータブル インストールに失敗しました; クリーンアップしています...移植可能パッケージは変更されています。--force が指定されているため続行しています{Locked="--force"}移植可能パッケージは、変更されているため削除できません。このチェックをオーバーライドするには、--force を指定します{Locked="--force"}ファイルはインストール ディレクトリに残ります: {0}{Locked="{0}"} Warning message displayed when files remain in install directory. {0} is a placeholder replaced by the directory path.インストール ディレクトリを破棄しています...WinGet によって作成されていないため、インストール ディレクトリを破棄することができません関連リンクDocumentation:メモ: {0}{Locked="{0}"} Label displayed for installation notes. {0} is a placeholder replaced by installation notes.インストールに関する注意:指定された引数はこのパッケージ用にはサポートされていませんアーカイブの内容を抽出できませんでした入れ子になったインストーラー ファイルが存在しません。入れ子になったインストーラーの指定された相対パスが一致することを確認します: {0}{Locked="{0}"} Error message displayed when nested installer file does not exist. {0} is a placeholder replaced by the nested installer file path.入れ子状態インストーラーへの相対ファイル パスが正しくありません。パスでインストール ディレクトリ以外の場所が示されていますこのパッケージ用には入れ子状態インストーラーは指定されていません移植可能なインストーラーまたはフォントで入れ子になったインストーラーでない限り、アーカイブ インストーラーに指定できる入れ子になったインストーラーは 1 つだけです互換性のないコマンド ライン引数が指定されましたアップグレードが利用可能なパッケージのみを一覧表示します次のパッケージにはアップグレードを適用可能ですが、アップグレードには明示的対象化が必要です:"require explicit targeting for upgrade" means that the package will not be upgraded with all others unless an extra flag is added, or the package is mentioned explicitlyダウンロード中Label displayed while downloading an application installer.入れ子状態インストーラーの種類には対応していませんこのインストーラーではターミナルまたはシェルが再起動されることがわかっていますこのパッケージにはインストール先の場所が必要です次のインストーラーではターミナルまたはシェルが再起動されることがわかっています次のインストーラーにはインストール先の場所が必要です:インストール ルートを指定してください:続行しますか?契約の対象This will be followed by a package name, and then a list of license agreementsパッケージにはインストール場所が必要ですが、指定されていませんでした対話型プロンプトを無効にしますDescription for a command line argument, shown next to it in the help既存のパッケージが既にインストールされています。インストールされているパッケージ...をアップグレードしようとしていますコマンドを直接実行し、セキュリティ関連でない問題の場合に続行しますDescription for a command line argument, shown next to it in the help別のソースからの移植可能パッケージが既に存在しますアーカイブが正常に展開されましたアーカイブを展開しています...アーカイブ スキャンでマルウェアが検出されました。このチェックをオーバーライドするには、--ignore-local-archive-malware-scan を使用します{Locked="--ignore-local-archive-malware-scan"}アーカイブ スキャンでマルウェアが検出されました。--ignore-local-archive-malware-scan により続行しています{Locked="--ignore-local-archive-malware-scan"}インストール済みバージョンが既に存在する場合はアップグレードをスキップしますパッケージ バージョンは既にインストールされています。インストールが取り消されました。{0}を有効にできません。この設定はポリシーによって制御されます。詳細については、システム管理者に問い合わせてください。{Locked="{0}"} The value will be replaced with the feature name{0}を無効にできません。この設定はポリシーによって制御されます。詳細については、システム管理者に問い合わせてください。{Locked="{0}"} The value will be replaced with the feature name新しいピンを追加します。ピン留めをすると、Windows パッケージ マネージャーがパッケージを特定のバージョンの範囲にアップグレードするのを制限したり、パッケージを完全にアップグレードできなくなる可能性があります。ピン留めされたパッケージは、それ自体でアップグレードされ、Windows パッケージ マネージャー外からアップグレードされる可能性があります。既定では、ピン留めされたパッケージをアップグレードするには、'upgrade' コマンドで明示的に指定するか、'--include-pinned' フラグを 'winget upgrade --all' に追加します。{Locked{"'upgrade'"} Locked{"--include-pinned"} Locked{"winget upgrade --all"}新しい PIN を追加するサブコマンドを使用してパッケージのピンを管理します。ピン留めすると、Windows パッケージ マネージャーがパッケージを特定のバージョンの範囲にアップグレードするのを制限したり、パッケージを完全にアップグレードできなくなる可能性があります。ピン留めされたパッケージは、それ自体でアップグレードされ、Windows パッケージ マネージャー外からアップグレードされる可能性があります。パッケージ ピンの管理現在のすべてのピン、または特定のピンの完全な詳細を一覧表示します。現在のピンを一覧表示する特定のパッケージ ピンを削除します。パッケージ ピンの削除既存のすべてのピンをリセットします。PIN をリセットパッケージをピン留めするバージョン。ワイルドカード '*' を最後のバージョン部分として使用できますピンが削除されるまで更新をブロックし、引数をオーバーライドできないようにしますインストールされている特定のバージョンをピン留めするインストール済みValue used in a table to indicate that a package comes from the list of packages installed in the machine設定を JSON としてエクスポート設定のエクスポートユーザー設定Label displayed for the file containing the user settings.設定ファイルを読み込めませんでした。既定値を使用しています。インストールされているパッケージ スコープ フィルター (user または machine) の選択{Locked="user","machine"} This argument allows the user to select installed packages for just the user or for the entire machine.ピンが正常に追加されましたパッケージ {0}の PIN は既に存在します{Locked="{0}"} {0} is a placeholder that will be replaced by a package name. The message is shown when attempting to add a pin for a package that is already pinned.パッケージ {0}の PIN は既に存在します。--force引数が原因で上書きしています。{Locked="--force"}{Locked="--force","{0}"} {0} is a placeholder that will be replaced by a package name.パッケージ {0}の PIN は既に存在します。--force引数を使用して上書きします。{Locked="--force","{0}"} {0} is a placeholder that will be replaced by a package name.現在のすべてのピンをリセットしています。--force 引数を使用して、すべてのピンをリセットします。次のピンが削除されます:{Locked="--force"}ピンの種類パッケージ {0} にピンがありません{Locked="{0}"} {0} is a placeholder that will be replaced by a package name. The message is shown when attempting to delete a pin for a package that is not pinned.ピンが構成されていません。Shown when listing or modifying existing pins if there are none.ピンが正常にリセットされましたShown after resetting (deleting) all the pinsピン データベースを開けません。Error message for when we cannot open the database containing package pins.1 つのパッケージにのみ使用できる引数が指定されました複数の相互排他的引数が指定されました: {0}{Locked="{0}"} Error message shown when mutually incompatible command line arguments are used. {0} is a placeholder replaced by the arguments that cannot be specified together引数 {0} は {1} でのみ使用できます{Locked="{0}","{1}"} Error message shown when having an argument needs another to be present, but that is missing. {0} and {1} are replaced by the arguments. For example "Argument --include-unknown can only be used with --upgrade"無効As in enabled/disabled有効As in enabled/disabled状態Header for a table listing the state (enabled/disabled) of Group Policies and Settingsパッケージの検索に使用されるクエリパッケージが見つかりません: {0}'{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches returns no results. {0} is a placeholder replaced by the package name or query.複数のパッケージが見つかりました: {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches returns more than one result. {0} is a placeholder replaced by the package name or query.検索に失敗しました: {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches fails. This message is for generic failures, we have more specific messages for when the search returns no results, or when it returns more than one result. {0} is a placeholder replaced by the package name or query.{0} 個のパッケージには、アップグレードする前に削除する必要があるピンがあります{Locked="{0}"} {0} is a placeholder that is replaced by an integer number of packages with pins that prevent upgradewinget を使用してパッケージをアップグレードすることはできません。このパッケージをアップグレードするには、発行元から提供された方法を使用してください。ブロックでないピンを持っている場合でもパッケージをアップグレードするアップグレードを妨げるピンがある場合でもパッケージを一覧表示します。--upgrade-available 引数でのみ使用できます{Locked="--upgrade-available"}ピンが正常に削除されました新しいバージョンが見つかりましたが、パッケージにアップグレードを止めるピンが含まれています。パッケージはピン留めされているため、アップグレードできません。ピンを表示および編集するには、'winget pin' コマンドを使用します。一部のピンの種類は、--include-pinned 引数を使用してバイパスできます。{Locked="winget pin","--include-pinned"} Error shown when we block an upgrade due to the package being pinned{0} 個のパッケージには、アップグレードを止めるピンがあります。'winget pin' コマンドを使用してピンを表示および編集します。--include-pinned 引数を使用すると、より多くの結果が表示される場合があります。{Locked="winget pin","--include-pinned"} {0} is a placeholder replaced by an integer number of packages指定された構成で説明されているように、システムが適切な状態と一致することを確認します。適切な状態を達成するために、プロセッサをダウンロードまたは実行してください。構成とプロセッサを実行する前に、それらが信頼できることを確認する必要があります。システムを適切な状態に構成します指定された構成の詳細を表示します。既定では、システムは変更されませんが、一部のオプションによってファイルがダウンロードまたは読み込まれます。構成の詳細を表示します指定された構成で説明されているように、システムが適切な状態と一致することを確認します。適切な状態をテストするために、プロセッサをダウンロードまたは実行してください。構成とプロセッサを実行する前に、それらが信頼できることを確認する必要があります。システムを適切な状態と照合します構成ファイルの正確性を検証します。構成ファイルを検証します構成ファイル'{0}'フィールドの種類が正しくありません。{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the field name from the file.構成ファイルへのパス構成ファイルが無効です。構成ファイル バージョン {0} は不明です。{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the version of the configuration file.構成の警告を受け入れ、対話型プロンプトを表示できないようにします適用Indicates that this item is used to write stateアサートIndicates that this item is used to check/assert the state rather than write to it依存関係:{0}{Locked="{0}"} Label displaying a list of dependencies. {0} is replaced with a space separated list of identifiers referencing other items.一部の構成が正常に適用されませんでした。構成に関する詳細情報を取得できませんでした。情報Indicates that this item is used to retrieve values for future use rather than writing themローカルUsed to indicate that the item is present on the device.モジュール: {0}{Locked="{0}"} Label displaying a module name. {0} is replaced with the name of the module from the user input file.モジュール: {1} [{2}] による {0}{Locked="{0}","{1}","{2}"} Label displaying module information. {0} is replaced by the module name. {1} is replaced by the module author. {2} is replaced by a string indicating the source of the module.設定:Label for the values that are used as inputs for this item when applying state構成が正常に適用されました。ユニットが正常に適用されました。別の構成がシステムに適用されています。この構成は可能な限り早く続行...実行を選択した構成設定について理解する責任はお客様にあります。お客様が作成またはインポートした構成ファイルについて、Microsoft は責任を負いません。この構成により、Windows の設定の変更、ソフトウェアのインストール、ソフトウェアの設定の変更 (セキュリティ設定を含む) が行われることや、サードパーティのパッケージとサービスに対するユーザー同意事項についてお客様の代理としての承諾が行われることがあります。この構成ファイルを実行することは、これらのリソースと設定を理解して同意したことの確認となります。インストールされるアプリケーションがある場合、それぞれの所有者からライセンスが付与されます。サードパーティのパッケージまたはサービスについて Microsoft は責任を負わず、ライセンスを付与することもありません。Legal approved. Do not change without approval.構成を確認してから、システムへの適用を続行しますか?PM approved.構成が空です。機能 [{0}] が見つかりませんでした。{Locked="{0}"} Error message displayed when a Windows feature was not found on the system.Windows 機能の依存関係を有効にできませんでした。インストールを続行するには、'--force'を使用します。{Locked="--force"}Windows 機能を完全に有効にするには再起動が必要です。このチェックをオーバーライドするには、'--force' を使用してください。"Windows Feature(s)" is the name of the options Windows features setting.Windows 機能の依存関係を有効にできませんでした;--forceが原因で続行しています"Windows Feature(s)" is the name of the options Windows features setting.
{Locked="--force"}[{0}] を有効にしています...{Locked="{0}"} Message displayed to the user regarding which Windows Feature is being enabled.[{0}] 機能を有効にできませんでした: {1}{Locked="{0}","{1}"} An error when enabling a Windows Feature. {0} is a placeholder for the name of the Windows Feature.
{1} is a placeholder for the unrecognized error code.Windows 機能を完全に有効にするには再起動が必要です。--force が原因で続行しています"Windows Feature(s)" is the name of the options Windows features setting.別のインストール/アンインストールが完了するのを待機しています...ピン留めされたバージョンTable header for the version to which a package is pinned; meaning it should not update from that version.<追加の詳細については、ログ ファイルを参照>The brackets are intended to make the value stand out from other text which it will follow. Any locale appropriate mechanism that achieves this is acceptable.構成の詳細を取得しています構成システムを初期化しています構成ファイルを読み取っていますこのシステムは、構成によってアサートされた適切な状態ではありません。この構成単位は不明な理由で失敗しました: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.構成が原因で構成単位が失敗しました: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.現在のシステム状態の取得中に構成単位が失敗しました。必要な状態の適用中に構成単位が失敗しました。現在のシステム状態のテスト中に構成単位が失敗しました。内部エラーのため、構成単位が失敗しました: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.必須条件が無効なため、構成単位が失敗しました: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.システムの状態が原因で構成単位が失敗しました: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.構成単位の実行中にエラーが発生しました: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.構成に識別子 '{0}' が複数回含まれています。{Locked="{0}"} {0} is a placeholder that is replaced by the identifier string from the user input file.依存関係 '{0}' が構成内に見つかりませんでした。{Locked="{0}"} {0} is a placeholder that is replaced by the identifier string from the user input file.この構成単位は手動でスキップされました。構成単位のモジュールは、同じバージョンの複数の場所で使用できます。構成単位のモジュールを読み込めませんでした。構成単位に一致する項目が複数見つかりました。モジュールを指定して、正しいモジュールを選択してください。構成単位が見つかりませんでした。構成単位がモジュール内に正しく含まれていませんでした。依存関係が失敗したか、実行されなかったため、この構成単位は実行されませんでした。アサートが失敗したか false であったため、この構成単位は実行されませんでした。構成単位が実行中に予期しない結果を返しました。この構成単位は不明な理由で実行されませんでした: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.フィールド '{0}'に無効な値が含まれています: {1}{Locked="{0}","{1}"} An error in reading a configuration file. {0} is a placeholder replaced by the field name from the file. {1} is a placeholder for the invalid value.フィールド '{0}' が見つからないか、空です。{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the expected field name from the file.ファイル内の行{0}、列{1}を参照してください。{Locked="{0}","{1}"} Indicates the file location of the error, {0} and {1} are placeholders for numbers of the line and column, respectively.操作を取り消していますAppInstaller のスタブ パッケージをインストールするAppInstaller のフル パッケージをインストールする拡張機能を有効にします。ストアへのアクセスが必要です。オプション '--enable' と '--disable' は他の引数で使用することはできません。{Locked="--enable", "--disable"}拡張機能を有効にしています。ストアへのアクセスが必要です。拡張機能が有効になっていません。'winget configure --enable' を実行して有効にします。{Locked="winget configure --enable"}拡張機能が有効になっています。拡張機能を無効にします。ストアへのアクセスが必要です。拡張機能を無効にしています。ストアへのアクセスが必要です。拡張機能は無効になっています。パッケージの依存関係と Windows 機能の処理をスキップする依存関係がスキップされました。プロセスの PATH 変数を更新できませんでした。PATH 変数への変更に依存する後続のインストールは失敗する可能性があります。{Locked="PATH"}状態のテスト中に一部の構成ユニットが失敗しました。システムは記述された構成状態です。構成の状態がテストされませんでした。システムは、記述された構成状態ではありません。予期しないテスト結果: {0}{Locked="{0}"} Error message. {0} will be replaced with the unexpected value (a number).構成を確認してから、システムに対する検証を続行しますか?構成ファイルが有効な YAML ファイルではありません。{Locked="YAML"} YAML is a file format name.この構成ユニットは依存関係サイクルの一部です。検証で問題は見つかりませんでした。構成ユニットはプレリリースとしてのみ使用できますが、構成内でそのようにマークされていません。'allowPrerelease: true' を 'directives' に追加してください。{Locked="allowPrerelease: true","directives"} These are values in the configuration file that are not localized.構成単位がローカルで見つかりましたが、構成されたカタログに見つかりませんでした。構成を適用する前に、それがシステムに存在することを確認してください。構成ユニットはパブリックに使用できません。この構成を使用するすべてのユーザーがアクセスできることを確認してください。モジュールが指定されませんでした。モジュールを指定すると、パフォーマンスが向上し、今後の名前の競合が回避されます。構成されたソースを探して見つけるかマニフェストから直接見つけて、選んだパッケージからインストーラをダウンロードします。既定では、そのクエリはパッケージの id、name、または moniker と大文字小文字の区別なく一致する必要があります。その他のフィールドは、適切なオプションを渡すと使えます。既定では、download コマンドによってユーザーのダウンロード フォルダーに該当するインストーラがダウンロードされます。指定されたパッケージからインストーラをダウンロードするインストーラのダウンロード先ディレクトリ依存関係をダウンロードしています:インストーラがダウンロードされました: {0}{Locked="{0}"} Full path of the downloaded installer.インストーラ タイプを選択するインストーラのダウンロードインストーラは、後でオフラインでインストールするためにダウンロードすることはできません。 `--module-path allusers` を実行するには管理者特権が必要です。{Locked="--module-path allusers"}モジュールを格納するローカル コンピューター上の場所を指定します。既定の %LOCALAPPDATA%\Microsoft\WinGet\Configuration\Modules{Locked="%LOCALAPPDATA%\Microsoft\WinGet\Configuration\Modules"}`--module-path` 値は、`currentuser`、`allusers`、`default`、または絶対パスである必要があります。{Locked="{--module-path}, {currentuser}, {allusers}, {default}}Windows パッケージ マネージャーの構成を有効にするエラーに関する情報を取得します。指定された数値は、winget 固有のエラーの場合のシンボル名を含む、エラーに関する詳細を出力に含めます。文字列を指定すると、winget 固有のエラーがこの値で検索されます。エラーに関する情報を取得するエラー情報内で検索する値指定された数値が大きすぎて HRESULT にできません。不明なエラー コード内部エラーコマンド ラインの引数が無効ですコマンドの実行に失敗しましたマニフェストを開けませんでした取り消しシグナルを受信しましたShellExecute の実行に失敗しましたマニフェストを処理できません。マニフェストのバージョンがサポートされているバージョンを超えています。クライアントを更新してください。インストーラーのダウンロードに失敗しましたインデックスに書き込めません;上位のスキーマ バージョンですインデックスが壊れています構成されたソース情報が壊れていますソース名は既に構成されていますソースの種類が無効ですMSIX ファイルがパッケージではなくバンドルですソースに必要なデータがありません現在のシステムに適用できるインストーラーはありませんインストーラー ファイルのハッシュがマニフェストと一致しませんソース名が存在しませんソースの場所は既に別の名前で構成されていますパッケージが見つかりませんソースが構成されていません条件に一致するパッケージが複数見つかりました条件に一致するマニフェストが見つかりませんでしたソース パッケージからパブリック フォルダーを取得できませんでしたコマンドを実行するには管理者権限が必要ですソースの場所がセキュリティで保護されていませんMicrosoft Store クライアントがポリシーによってブロックされていますMicrosoft Store アプリがポリシーによってブロックされていますこの機能は現在開発中です。winget 設定を使用して有効にできます。Microsoft Store アプリをインストールできませんでしたオート コンプリートを実行できませんでしたYAML パーサーの初期化に失敗しました無効な YAML キーが見つかりました重複している YAML キーが見つかりましたYAML 操作が無効ですYAML ドキュメントをビルドできませんでしたYAML エミッタの状態が無効ですYAML データが無効ですLibYAML エラーマニフェストの検証は成功しましたが、警告がありますマニフェストの検証に失敗しましたマニフェストが無効です適用可能な更新は見つかりませんでしたWinGet アップグレード -- すべて完了しましたが、エラーが発生しましたインストーラーのセキュリティ チェックに失敗しましたダウンロード サイズが予期されたコンテンツの長さと一致しませんアンインストール コマンドが見つかりませんアンインストール コマンドの実行に失敗しましたICU ブレーク反復子エラーICU ケースマップ エラーICU 正規表現エラー1 つ以上のインポートされたパッケージをインストールできませんでした1 つ以上の要求されたパッケージが見つかりませんでしたJSON ファイルが無効ですソースの場所がリモートではありません構成された REST ソースはサポートされていませんREST ソースによって無効なデータが返されました操作はグループ ポリシーによってブロックされていますRest API 内部エラーREST ソース URL が無効ですREST API によって返されたサポートされていない MIME の種類REST ソース コントラクト バージョンが無効ですソース データが壊れているか、改ざんされていますストリームからの読み込みエラーパッケージ契約に同意しませんでしたプロンプトで入力の読み取り中にエラーが発生しました検索要求は 1 つ以上のソースでサポートされていませんRest API エンドポイントが見つかりません。ソースを開けませんでした。ソース契約に同意しませんでしたヘッダーのサイズが許容される上限の 1024 文字を超えています。サイズを小さくして、もう一度お試しください。リソース ファイルがありませんMSI インストールの実行に失敗しましたmsiexec の引数が無効です1 つ以上のソースを開けませんでした依存関係の検証ができませんでした1 つ以上のパッケージが見つかりませんテーブル列が無効ですアップグレード バージョンが、インストールされているバージョンより新しくありませんアップグレード バージョンが不明で、オーバーライドが指定されていませんICU 変換エラーポータブル パッケージをインストールできませんでしたボリュームは再パース ポイントをサポートしていません別のソースからのポータブル パッケージが既に存在します。symlink を作成できません。パスはディレクトリを指しています。管理者コンテキストからインストーラーを実行することはできません。ポータブル パッケージをアンインストールできませんでしたインデックスに対して DisplayVersion 値を検証できませんでした。1 つ以上の引数がサポートされていません。SQLite では埋め込み Null 文字は使用できません入れ子になったインストーラーがアーカイブに見つかりませんでした。アーカイブを抽出できませんでした。指定された入れ子になったインストーラーへの相対ファイル パスが無効です。サーバー証明書が、予期された値のいずれにも一致しませんでした。インストールの場所を指定する必要があります。アーカイブのマルウェア スキャンに失敗しました。インストールされているパッケージのバージョンが少なくとも 1 つ見つかりました。パッケージの PIN が既に存在します。パッケージの PIN がありません。PIN データベースを開けません。1 つ以上のアプリケーションをインストールできませんでした1 つ以上のアプリケーションをアンインストールできませんでした1 つ以上のクエリで、返された結果が 1 つのみではありませんでしたパッケージがピン留めされているため、アップグレードできません。現在インストールされているパッケージはスタブ パッケージですアプリケーション シャットダウン シグナルを受信しましたパッケージの依存関係をダウンロードできませんでした。パッケージをダウンロードできませんでした。オフライン インストール用のダウンロードは禁止されています。必要なサービスがビジー状態であるか、利用できません。後でもう一度お試しください。指定された GUID は、有効な再開状態に対応していません。現在のクライアント バージョンは、保存された状態のクライアント バージョンと一致しませんでした。再開状態データが無効です。チェックポイント データベースを開けません。再開の上限を超えました。認証情報が無効です。認証方法がサポートされていません。認証に失敗しました。認証に失敗しました。対話型認証が必要です。認証に失敗しました。ユーザーにより取り消されました。認証に失敗しました。認証されたアカウントは目的のアカウントではありません。アプリケーションは現在実行中です。アプリケーションを終了してから、もう一度お試しください。別のインストールが既に進行中です。後でもう一度お試しください。1 つ以上のファイルが使用されています。アプリケーションを終了してから、もう一度お試しください。このパッケージには、システムに依存関係がありません。PC にこれ以上空き領域がありません。空き領域を確保してから、もう一度やり直してください。インストールできるメモリが不足しています。他のアプリケーションを閉じてから、もう一度やり直してください。このアプリケーションにはインターネット接続が必要です。ネットワークに接続してから、もう一度お試しください。このアプリケーションのインストール中にエラーが発生しました。サポートにお問い合わせください。PC を再起動してインストールを完了します。インストールに失敗しました。PC を再起動してから、もう一度お試しください。PC が再起動してインストールが完了します。ユーザーがインストールを取り消しました。このアプリケーションの別のバージョンが既にインストールされています。このアプリケーションの上位バージョンは既にインストールされています。組織のポリシーが原因でインストールできません。管理者にお問い合わせください。パッケージの依存関係をインストールできませんでした。アプリケーションは現在別のアプリケーションで使用されています。パラメーターが無効です。パッケージはシステムでサポートされていません。インストーラーは既存のパッケージのアップグレードをサポートしていません。カスタム インストーラー エラーにより、インストールに失敗しました。パッケージのアプリと機能エントリが見つかりませんでした。インストールの場所は適用できません。インストールの場所が見つかりませんでした。既存のファイルのハッシュが一致しませんでした。ファイルが見つかりませんでした。ファイルは見つかりましたが、ハッシュはチェックされませんでした。ファイルにアクセスできませんでした。構成ファイルが無効です。YAML 構文が無効です。構成フィールドの型が無効です。構成のバージョンが不明です。構成の適用中にエラーが発生しました。重複する識別子が構成に含まれています。構成に依存関係がありません。構成に不十分な依存関係があります。構成単位のアサーションが失敗しました。この構成は手動でスキップされました。ユーザーが実行の続行を拒否しました。依存関係グラフに、解決できない循環が含まれています。構成に無効なフィールド値が含まれています。構成にフィールドがありません。状態のテスト中に一部の構成ユニットが失敗しました。構成の状態がテストされませんでした。構成ユニットはインストールされませんでした。構成単位が見つかりませんでした。構成単位に一致する項目が複数見つかりました。モジュールを指定して、正しいモジュールを選択してください。現在のシステム状態の取得中に構成単位が失敗しました。現在のシステム状態のテスト中に構成単位が失敗しました。必要な状態の適用中に構成単位が失敗しました。構成単位のモジュールは、同じバージョンの複数の場所で使用できます。構成単位のモジュールを読み込めませんでした。構成単位が実行中に予期しない結果を返しました。ユニットに構成ルートを必要とする設定が含まれています。構成プロセッサでは操作がサポートされていません。利用不可Windows 機能の依存関係が正常に有効になりました構成単位のモジュールを読み込めませんでした。実行するには管理者特権が必要です。ユニットに構成ルートを必要とする設定が含まれています。構成単位のモジュールを読み込めませんでした。実行するには管理者特権が必要です。保存されたコマンドの一意識別子を渡すことで、以前に保存されたコマンドの実行を再開します。これは、再起動のために終了した可能性のある、実行されたコマンドを再開するために使用されます。以前に保存したコマンドの実行を再開します。再開する保存された状態の一意識別子別のクライアント バージョンからの状態の再開はサポートされていません: {0}{Locked= "{0}"} Message displayed to inform the user that the client version of the resume state does not match the current client version. {0} is a placeholder for the client version that created the resume state.再開状態が存在しません: {0}{Locked="{0}"} Error message displayed when the user provides a guid that does not correspond to a valid saved state. {0} is a placeholder replaced by the provided guid string.再開状態のデータが見つかりません。このコマンドは再開をサポートしていません。適用可能な場合は再起動を許可します再起動を開始して操作を完了しています...再起動を開始できませんでした。再開操作が、許可されている再開 {0} 制限を超えています。手動で再開するには、コマンド '{1}' を実行してください。{Locked="{0}", "{1}"} {0} is a placeholder that is replaced by an integer number of the number of allowed resumes. {1} is a placeholder for the command to run to perform a manual resume.保存された状態の再開の制限を無視するURI スキームはサポートされていません: {0}{Locked="{0}"} Error message displayed when the provided uri is not supported. {0} is a placeholder replaced by the provided uri.整形式の URL ではありません: {0}{Locked="{0}"} Error message displayed when the provided uri is not well formed. {0} is a placeholder replaced by the provided uri.構成単位の設定コンテンツ {0} 解析できなかったか、設定コンテンツが空です。{Locked="{0}"} {0} is a placeholder replaced by the input winget configure resource unit type.{0} 構成単位に必要な引数がありません: {1}{Locked="{0},{1}"} {0} is a placeholder for the input winget configure resource unit type. {1} is placeholder for the missing arg.{0} 構成単位に推奨引数がありません: {1}{Locked="{0},{1}"} {0} is a placeholder for the input winget configure resource unit type. {1} is placeholder for the missing arg.WinGetSource の構成ユニットが既知のソースと競合しています: {0}{Locked="WinGetSource,{0}"} {0} is a placeholder for the input winget source in the configuration unit settings.WinGetSource の構成ユニットがサード パーティのソースに対してアサートしています: {0}{Locked="WinGetSource,{0}"} {0} is a placeholder for the input winget source in the configuration unit settings.WinGetPackage で UseLatest と Version の両方が宣言されています。パッケージ ID: {0}{Locked="WinGetPackage,UseLatest,Version,{0}"}WinGetPackage 構成単位は、サード パーティのソースからのパッケージに対してアサートします。パッケージ ID: {0};ソース: {1}{Locked="WinGetPackage,{0},{1}"}WinGetPackage 構成単位パッケージは、以前に構成されていないサード パーティのソースに依存しています。パッケージ ID: {0};ソース: {1}{Locked="WinGetPackage,{0},{1}"}WinGetPackage 構成単位パッケージはサード パーティのソースに依存しています。uni dependsOn セクションで依存関係を宣言することをお勧めします。パッケージ ID: {0};ソース: {1}{Locked="WinGetPackage,dependsOn,{0},{1}"}WinGetPackage 構成単位パッケージを検証できません。ソースを開けませんでした。パッケージ ID: {0};ソース: {1}{Locked="WinGetPackage,{0},{1}"}WinGetPackage 構成単位パッケージを検証できません。パッケージが見つかりません。パッケージ ID: {0}{Locked="WinGetPackage,{0}"}WinGetPackage 構成単位パッケージを検証できません。複数のパッケージが見つかりました。パッケージ ID: {0}{Locked="WinGetPackage,{0}"}WinGetPackage 構成単位パッケージを検証できません。パッケージ バージョンが見つかりません。パッケージ ID: {0};バージョン {1}{Locked="WinGetPackage,{0},{1}"}特定のバージョンで指定された WinGetPackage 構成ユニット パッケージ。使用可能なパッケージのバージョンは 1 つだけです。パッケージ ID: {0}; バージョン: {1}{Locked="WinGetPackage,{0},{1}"}WinGetPackage 構成単位パッケージを検証できません。パッケージ ID: {0}{Locked="WinGetPackage,{0}"}認証ウィンドウの設定を指定する (silent、silentPreferred、または interactive){Locked="silent","silentPreferred","interactive"} This argument allows the user to select authentication window popup behavior.認証に使用するアカウントを指定しますソースを追加できませんでした。この winget バージョンは、ソースの認証方法をサポートしていません。最新の winget バージョンにアップグレードしてみてください。{Locked="winget"}{0} ソースには認証が必要です。必要に応じて認証プロンプトが表示されることがあります。認証された情報は、アクセス承認のためにソースと共有されます。{Locked="{0}"}インストールされたパッケージリスト、またはマニフェストから検索し、選択されたパッケージを修復します。既定では、クエリはパッケージのID、名前、モニカーに大文字小文字の区別なく一致する必要があります。その他のフィールドは、適切なオプションを渡すことで使用することができます。id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.選択したパッケージを修復しますこのパッケージの修復コマンドが見つかりません。サポートが必要な場合は、パッケージの発行元にお問い合わせください。使用中のインストーラー テクノロジが、現在インストールされているバージョンと一致しません。修復コマンドが見つかりません。使用中のインストーラー テクノロジは修復をサポートしていません。修復操作が正常に完了しました。修復が中止されましたパッケージの修復を開始しています...Microsoft Store パッケージを修復できませんでした。エラー コード: {0}{Locked="{0}"} Error message displayed when a Microsoft Store application package fails to repair. {0} is a placeholder replaced by an error code.修復操作に失敗しました。修復操作は適用できません。構成されたソースから入手できるパッケージ バージョンの中に、一致するものはありません。現在のシステム構成では、このパッケージの修復はサポートされていません。使用中のインストーラー テクノロジは修復をサポートしていません。管理者特権で実行している場合、ユーザー スコープ用にインストールされたパッケージは修復できません。管理者特権を含む修復操作は、ユーザースコープ内にインストールされたパッケージでは許可されていません。修復が終了コードで失敗しました: {0}{Locked="{0}"} Error message displayed when an attempt to repair an application package fails. {0} is a placeholder replaced by an error code.SQLite 接続は破損を防ぐために終了しました。すべてのバージョンをアンインストール処理するバージョンこのパッケージの複数のバージョンがインストールされています。検索を絞り込むか、'--version' 引数を渡して 1 つ選択するか、'--all-versions' フラグを渡してすべてをアンインストールしてください。{Locked="--version,--all-versions"}プロキシ コマンド ライン オプションWindows パッケージ マネージャー有効にするDescribes a Group Policy that can enable the use of the --proxy option to set a proxyこの実行に使用するプロキシを設定しますこの実行に対するプロキシの使用を無効にする{0} をリセットできません。この設定はポリシーによって制御されます。詳細については、システム管理者に問い合わせてください。{Locked="{0}"} The value will be replaced with the feature name管理者設定 '{0}' をリセットします。{Locked="{0}"} Message displayed after the user resets an admin setting to its default value. Reset is used as verb in past tense. {0} is a placeholder replaced by the setting name.{0} を設定できません。この設定はポリシーによって制御されます。詳細については、システム管理者に問い合わせてください。{Locked="{0}"} The value will be replaced with the feature name管理者設定の '{0}' を '{1}' に設定します。{Locked="{0}"} Message displayed after the user sets the value of an admin setting. Set is used as a verb in past tense. {0} is a placeholder replaced by the setting name. {1} is a placeholder replaced 変更する設定の名前設定に設定する値。管理者設定を既定値にリセットします。管理者設定を既定値にリセットします。管理者設定の値を設定します。管理者設定の値を設定します。指定しない限り、ソースを検出から除外しますソースを検出から除外します (true または false)成人指定ソースの信頼レベル (なしまたは信頼済み)信頼レベルMicrosoft Store パッケージ カタログを取得できませんでした。Microsoft Store パッケージ カタログから該当する Microsoft Store パッケージが見つかりません。Microsoft Store パッケージのダウンロード情報を取得できませんでした。ダウンロードする適用可能なMicrosoft Store パッケージが見つかりませんでした。Microsoft Store パッケージ ライセンスを取得できませんでした。該当する Microsoft Store パッケージが見つかりません。Microsoft Store パッケージ ハッシュの検証に成功しましたMicrosoft Store パッケージ ハッシュの不一致Microsoft Store パッケージがダウンロードされました: {0}{Locked="{0}"} Full path of the downloaded package.Microsoft Store パッケージのダウンロードに失敗しました: {0}{Locked="{0}"} Package name.Microsoft Store パッケージのダウンロードが完了しましたMicrosoft Store からメイン パッケージをダウンロードしています...Microsoft Store から依存パッケージをダウンロードしています...Microsoft Store パッケージのダウンロード情報を取得していますMicrosoft Store パッケージのダウンロード情報を取得できませんでしたMicrosoft Store パッケージ ライセンスを取得していますMicrosoft Store のパッケージ ライセンスを保存しました: {0}{Locked="{0}"} License file full path.Microsoft Store パッケージ ライセンスを取得できませんでしたMicrosoft Store パッケージのダウンロードでは、--rename 引数はサポートされていません。Microsoft Store パッケージでは、Microsoft Store カタログによって提供される名前が使用されます。{Locked="--rename"}Microsoft Store パッケージのダウンロードにはMicrosoft Entra ID 認証が必要です。必要に応じて認証プロンプトが表示されることがあります。認証された情報は、アクセス承認のためにMicrosoft サービスと共有されます。パッケージ ライセンスMicrosoft Storeするには、Microsoft Entra ID アカウントがグローバル管理者、ユーザー管理者、またはライセンス管理者のメンバーである必要があります。{Locked="Global Administrator,User Administrator,License Administrator"}Microsoft Store パッケージのオフライン ライセンスの取得をスキップしますターゲット プラットフォームの選択構成ファイルの追加: {0}{Locked="{0}"}エクスポートに成功しました構成設定を取得しています...--resource を含む --packageId または --module を少なくとも指定する必要があります。または、--all を使用して、すべてのパッケージ構成をエクスポートします。{Locked="--packageId,--module, --resource, --all"}引数 --packageId、--module、--resource を --all と共に使用することはできません。{Locked="--packageId,--module, --resource, --all"}構成リソースを構成ファイルにエクスポートします。--all と共に使用すると、すべてのパッケージ構成がエクスポートされます。--packageId と共に使用すると、指定されたパッケージ ID の WinGetPackage リソースがエクスポートされます。--module および --resource と共に使用する場合、リソースの設定を取得し、構成ファイルにエクスポートします。出力構成ファイルが既に存在する場合は、エクスポートされた構成リソースを追加します。{Locked="WinGetPackage,--packageId,--module, --resource"}構成リソースを構成ファイルにエクスポートします。エクスポートするリソースのモジュール。エクスポートするパッケージ識別子。エクスポートする構成リソース。すべてのパッケージ構成をエクスポートします。構成ユニットはプロパティの取得に失敗しました。構成をエクスポートできませんでした。{0} の構成{Locked="{0}"}{0} のインストール{Locked="{0}"}構成ファイルに存在するデータの一部が、この出力に対して切り捨てられました。ファイルの内容を検査して、完全なコンテンツを確認してください。<この値は切り捨てられています。完全なテキストについてはファイルの内容を調べてください>Keep some form of separator like the "<>" around the text so that it stands out from the preceding text.システムに適用された構成の詳細レベルを表示します。このデータは、`configure` コマンドと共に使用して、詳細を取得できます。{Locked="`configure`"}構成履歴の表示履歴に構成はありません。履歴からアイテムを選択する指定されたデータに一致する単一の構成が見つかりませんでした。必要な構成と厳密に一致する完全な名前または識別子の一部を指定してください。履歴からアイテムを削除する最初に適用された日Column header for date values indicating when a configuration was first applied to the system.ID名前元の場所パス指定された構成が見つかりませんでした。完了済みThe state of processing an item.処理中The state of processing an item.保留中The state of processing an item.不明The state of processing an item.構成状態を監視します。As in "to monitor the status of a configuration being applied".完了済みThe state of processing an item.処理中The state of processing an item.保留中The state of processing an item.スキップ済みThe state of processing an item.不明The state of processing an item.適用を開始しましたWhen the configuration application started.適用が終了しましたWhen the configuration application ended.結果詳細状態The state of processing an item.単位数パッケージは現在の Windows バージョンまたはプラットフォームと互換性がありません。可能な場合は初期設定の詳細を表示しない異なるプラットフォームとアーキテクチャを対象に、複数のMicrosoft Store パッケージをダウンロードできます。--platform、 --architecture を使用してパッケージをフィルター処理できます。{Locked="--platform--architecture"}Microsoft Store パッケージ ライセンスを取得できませんでした。Microsoft Entra ID アカウントは、グローバル管理者、ユーザー管理者、またはライセンス管理者のメンバーではありません。--skip-license を使用して、パッケージ ライセンスの取得Microsoft Storeスキップします。{Locked="Global Administrator,User Administrator,License Administrator,--skip-license"}Microsoft Store パッケージはダウンロードをサポートしていません。Microsoft Store パッケージはダウンロードをサポートしていません。Microsoft Store パッケージ ライセンスを取得できませんでした。Microsoft Entra ID アカウントに必要な特権がありません。整合性境界を越えてパラメーターを渡すことはできません。ゼロ バイト インストーラーをダウンロードしました;ネットワーク接続が正しく動作していることを確認してください。ゼロ バイト インストーラーをダウンロードしました;ネットワーク接続が正しく動作していることを確認してください。フォントの管理サブコマンドを使用してフォントを管理します。packages. と同様に、フォントをインストール、アップグレード、またはアンインストールできますファミリフェイス"Faces" represents the typeface of the font family such as 'Bold' or 'Italic'ファミリ名で結果をフィルター処理する顔"Face" represents the typeface of a font family such as 'Bold' or 'Italic'パス入力条件に一致するインストール済みのフォントが見つかりませんでした。インストール済みフォントを一覧表示しますインストールされているすべてのフォント、すべてのフォント ファイル、または特定のフォントの完全な詳細を一覧表示します。バージョン構成モジュールPowerShell Modules that are used for the Configuration featureパッケージ インストーラーには認証が必要です。必要に応じて認証プロンプトが表示されることがあります。認証された情報はインストーラーのダウンロード URL と共有されます。インストーラーをダウンロードできませんでした。この winget バージョンは、インストーラーのダウンロード認証方法をサポートしていません。最新の winget バージョンにアップグレードしてみてください。{Locked="winget"}インストーラーをダウンロードできませんでした。認証に失敗しました。構成プロセッサへのパスを指定するDSC v3 リソース コマンドDSC stands for "Desired State Configuration". It should already have a locked translation.ここでのサブコマンドは、winget とパッケージを構成するための Desired State Configuration (DSC) v3 リソースを実装しています。リソースの状態を取得するリソースの状態を設定する必要な状態の変更について説明するリソースの状態をテストするリソースの状態を削除するすべての状態インスタンスを取得するグループの内容を検証する外部状態を解決するアダプターを実行するリソース スキーマを取得するリソース マニフェストを取得するパッケージの状態を管理するwinget を使用してパッケージを管理します。インスタンスが存在するかどうかを示します。インスタンスが目的の状態かどうかを示します。パッケージの識別子。パッケージのソース。パッケージのバージョン。識別子とパッケージを照合するためのメソッドです。パッケージの使用可能な最新バージョンをインストールするように指示します。必要に応じて使用するインストール モード。パッケージのターゲット スコープ。ソースとパッケージの契約に同意するかどうかを示します。ユーザー設定ファイルを管理するwinget のユーザー設定を管理します。設定 JSON ファイルの内容。設定の適用に使用されるアクション。相関関係のために値がログに記録されますソースの構成を管理するwinget のソースを管理します。ソースに使用する名前。ソースの引数。ソースの種類。ソースの信頼レベル。呼び出しでソースが指定されていない場合にソースを含めるかどうか。構成単位を適用しています...構成単位をエクスポートしています...構成単位プロセッサを取得しています...エクスポートに必要なモジュールを確認する [{0}]{Locked="{0}"}必要なモジュールをテストまたは取得できませんでした。関連する設定はエクスポートされません。エクスポート [{0}]{Locked="{0}"}リソースをエクスポートできませんでした。ユニット プロセッサを取得できませんでした。個々のパッケージ設定はエクスポートされません。結果を書き込むディレクトリDesired State Configuration パッケージがシステムに見つかりません。パッケージ... をインストールしていますDesired State Configuration パッケージをインストールできませんでした。パッケージを手動でインストールするか、引数を使用して dsc.exe するパス --processor-path 指定してください。{Locked="dsc.exe","--processor-path"}管理者の設定とその値を含むオブジェクトです。管理者設定を管理するwinget の管理者設定を管理します。すべての管理者設定をリセットするすべての管理者設定がリセットされました。MCP 情報MCP stands for Model Context Protocol and should probably remain as-isWindows パッケージ マネージャーの MCP (モデル コンテキスト プロトコル) 情報。Windows パッケージ マネージャー MCP サーバーを MCP クライアントで手動で構成するには、`servers` オブジェクトで次の JSON フラグメントを使用します:{Locked="`servers`"}
MCP stands for Model Context Protocol and should probably remain as-is.
An unlocalized JSON fragment will follow on another line.Windows パッケージ マネージャー MCP サーバーを有効にするターゲット オペレーティング システムのバージョン1 つ以上のフォントのインストールに失敗しました。フォント ファイルはサポートされていないため、インストールできません。フォント パッケージ内の 1 つ以上のフォントがサポートされていないため、インストールできません。フォントのインストールに失敗しました。クリーンアップしています。フォントは既にインストールされています。パッケージ IDWinGet がサポートされていますタイトルフォント ファイルが見つかりません。フォントのアンインストールに失敗しました。フォントが正常な状態でない可能性があります。再起動後にアンインストールしてみてください。フォントの検証に失敗しました。フォントのロールバックに失敗しました。フォントが正常な状態でない可能性があります。再起動後にアンインストールしてみてください。フォント ファイルの詳細情報を表示します。フォント パッケージの検証に失敗しました。失敗したフォントのインストールのロールバックに失敗しました。フォントを正常にアンインストールするには、再起動が必要な場合があります。フォント パッケージのアンインストールに失敗しました。多くの場合、フォントがシステムまたはアプリケーションによって使用されていることが原因です。コンピューターの再起動後にアンインストールが正常に完了する可能性があります。OK"OK" means the font is in a good healthy state破損"Corrupt" refers to an install that is in a corrupted or bad state, and needs repair.状態不明フォント パッケージは既にインストールされています。パッケージに関する詳細情報を表示しますProviding this argument causes the CLI to output additional details about installed application packages.チャネル:Precedes a string value that names the delivery channel for the software package (ex. stable, beta).ローカル識別子:Precedes a value that is the unique identifier for the installed package on the local system.パッケージ ファミリ名:Precedes a value that is the APPX/MSIX package family name of the installed package.製品コード:Precedes a value that is the Add/Remove Programs identifier in the registry. This is also the Product Code value as defined in MSI installers.アップグレード コード:Precedes a value that is the MSI Upgrade Code for the installed package.インストール スコープ:Precedes a value that is the scope of the installation of the package (ex. user, machine).インストールされたアーキテクチャ:Precedes a value that is the installed architecture of the package (ex. x86, x64, ARM64).インストール ロケール:Precedes a value that is the locale of the installed package.インストール場所:Precedes a value that is the directory path to the installed package.ソース提供元:Precedes a value that names the package source where the installed package originated from.利用可能なアップグレード:Precedes a list of package upgrades available for the installed package.インストーラー カテゴリ:Precedes a value that indicates the category of the installer for the installed package (ex. exe, msi, msix).古い値Column title for listing edit changes.新しい値Column title for listing the new value.
================================================
FILE: Localization/Resources/ko-KR/Resources.resw
================================================
text/microsoft-resx2.0System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
================================================
FILE: Localization/Resources/ko-KR/winget.resw
================================================
text/microsoft-resx2.0System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089근접한 별칭이 플래그가 아님: '{0}'{Locked="{0}"} Error message displayed when the user provides an adjoined alias that is not a flag argument. {0} is a placeholder replaced by the user input argument (e.g. '-ab').근접한 플래그 별칭 찾을 수 없음: '{0}'{Locked="{0}"} Error message displayed when the user provides an adjoined flag alias argument that was not found. {0} is a placeholder replaced by the user input argument (e.g. '-ab').다음 인수를 사용할 수 있음Message displayed to inform the user about the available command line arguments.다음 명령 별칭을 사용할 수 있습니다.Message displayed to inform the user about the available command line alias arguments.다음 명령을 사용할 수 있음Title displayed to inform the user about the available commands.사용 가능As in "a new version is available to upgrade to".다음 선택 사항을 사용할 수 있음Message displayed to inform the user about the available options.다음 부명령어는 사용 할 수 없음Message displayed to inform the user about the available nested commands that run in context of the selected command.{0} 업그레이드를 사용할 수 있습니다.{Locked="{0}"} Message displayed to inform the user about available package upgrades. {0} is a placeholder replaced by the number of package upgrades.지정된 채널을 사용합니다(기본값은 일반 대상).명령Label displayed for a command to give the software.명령을 기준으로 결과 필터링Description message displayed to inform the user about filtering the search results by a package command.완료에 대한 전체 명령줄이 명령을 실행하려면 관리자 권한이 필요합니다.이 명령은 상황에 맞는 명령줄 완료를 요청하는 데 사용할 수 있습니다. 명령줄, 커서 위치 및 완료 할 단어가 전달됩니다. 출력은 입력을 기반으로 한 잠재적 값의 집합으로 한 줄당 하나의 값이 가능합니다.컨텍스트에 중요한 명령줄 완료를 사용합니다.지정된 수의 결과만 표시(1~1000 사이)완료Label displayed when an operation completes or is done executing.정확한 일치를 사용하여 패키지를 찾습니다.Description message displayed to inform the user about finding an application package using an exact matching criteria.데모용 실험 인수이 명령은 실험적 기능을 구현하는 방법에 대한 예입니다. 'winget settings'으로 이동하여 experimentalCmd 또는 experimentalArg 기능을 사용하려면{Locked="winget settings"}실험적 기능 예필요한 인수가 없을 때 위치 인수를 찾았습니다. '{0}'{Locked="{0}"} Error message displayed when the user provides an extra positional argument when none was expected. {0} is a placeholder replaced by the user's extra argument input.이 기능은 진행 중인 작업이며, 향후 크게 변경되거나 모두 제거될 수 있습니다. 사용하도록 설정하려면 설정('winget settings')을 편집하여 실험적 기능을 포함하세요. '{0}'{Locked="winget settings","{0}"}. Error message displayed when the user uses an experimental feature that is disabled. {0} is a placeholder replaced by the experimental feature name.실험적 기능의 상태를 표시합니다. 'winget settings' 통해 실험적 기능을 켤 수 있습니다.{Locked="winget settings"}실험적 기능의 상태 표시사용 안 함사용기능링크다음 실험적 기능이 진행 중입니다.
설정 파일 'winget settings'을 통해 설정을 구성할 수 있습니다.{Locked="winget settings"}속성상태해시할 파일플래그 인수는 근접하는 값을 포함할 수 없음: '{0}'{Locked="{0}"} Error message displayed when the user provides a flag argument containing an unexpected adjoined value. {0} is a placeholder replaced by the user input.매니페스트에 삽입하기에 적합한 로컬 파일의 해시를 계산합니다. 또한 MSIX 패키지의 서명 파일의 해시를 계산하여 스트리밍 설치를 사용하도록 할 수도 있습니다.해시 설치 관리자 파일 도우미선택한 명령에 대한 도움말을 표시특정 명령에 대한 자세한 내용을 보려면 도움말 인수에 해당 명령을 전달합니다.자세한 도움말은 다음의 위치에서 찾아볼 수 있음: {0}{Locked="{0}"} Message displayed to inform the user about a link where they can learn more about the subject context. {0} is a placeholder replaced by a website address.ID를 기준으로 결과 필터링경고 출력을 표시하지 않습니다.이 응용 프로그램의 라이선스는 그 소유자가 사용자에게 부여했습니다.Microsoft는 타사 패키지에 대한 책임을 지지 않고 라이선스를 부여하지도 않습니다.이 패키지는 Microsoft Store를 통해 제공됩니다. winget은 현재 사용자를 대신하여 Microsoft Store에서 패키지를 가져와야 할 수 있습니다.{Locked="winget"}구성된 원본을 검색하여 찾거나 매니페스트에서 직접 선택한 패키지를 설치합니다. 기본적으로 쿼리는 대소문자를 구분하지 않고 패키지의 id, 이름 (name) 또는 모니커와 (moniker) 일치해야 합니다. 다른 필드는 적절한 옵션을 전달하여 사용할 수 있습니다. 기본적으로 install 명령은 패키지 설치 상태를 확인하고 해당되는 경우 업그레이드를 시도합니다. 직접 설치를 수행하려면 --force로 재정의하세요.{Locked="--force"}; id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.지정된 패키지를 설치합니다.설치 관리자 해시가 일치하지 않습니다. 관리자로 실행할 경우 이 설정을 무시할 수 없습니다.설치 프로그램 해시가 일치하지 않습니다. --ignore-security-hash로 인한 진행{Locked="--ignore-security-hash"}설치 프로그램 해시가 일치하지 않습니다. 이 검사를 무시하려면 --ignore-security-hash를 사용하세요.{Locked="--ignore-security-hash"}설치 관리자 해시를 확인했습니다.설치 성공패키지 설치를 시작하는 중...설치 관리자 해시 확인 실패 무시로컬 매니페스트에서 보관 유형 패키지를 설치하는 동안 수행된 맬웨어 검색 무시대화형 설치를 요청합니다(사용자 입력이 필요할 수 있음).현재 명령에 대해 인수 별칭을 인식할 수 없음: '{0}'{Locked="{0}"} Error message displayed when the user provides a command line argument alias that was not recognized for a selected command. {0} is a placeholder replaced by the user's argument alias input (e.g. '-a').유효하지 않은 인수 특정자: '{0}'{Locked="{0}"} Error message displayed when the user provides an invalid argument specifier. {0} is a placeholder replaced by an argument specifier (e.g. '-').현재 명령에 대해 인수 이름을 인식할 수 없음: '{0}'{Locked="{0}"} Error message displayed when the user provides an unrecognized command line argument name for the selected command. {0} is a placeholder replaced by the user's argument name input (e.g. '--example').Winget 디렉터리Header for a table detailing the directories Winget uses for key operations like logging and portable installs사용할 로캘(BCP47 형식){Locked="BCP47"}라이선스 계약링크Links to different webpageslist 명령은 시스템에 설치된 패키지를 표시하거나 업그레이드를 사용할 수 있는지 여부를 표시합니다. search 명령과 같이 출력을 필터링하는 데 추가 옵션을 제공할 수 도 있습니다.{Locked="list","search"}설치된 패키지 표시설치할 위치(지원되는 경우)로그 위치(지원되는 경우)Copyright (c) Microsoft Corporation. All rights reserved.홈페이지The primary webpage for the software패키지의 매니페스트 경로매니페스트 유효성 검사에 실패했습니다.매니페스트 유효성 검사에 성공했습니다.매니페스트 유효성 검사에 성공했으나 경고가 발생했습니다.인수 값이 필수이지만 아무것도 찾지 못했음: '{0}'{Locked="{0}"} Error message displayed when the user does not provide a required command line argument value. {0} is a placeholder replaced by the argument name.결과를 모니커로 필터링합니다.입력 파일이 msix로 처리됩니다. (서명된 경우 서명 해시가 제공됨)MSIX 서명 해시를 계산하지 못했습니다.정책에 의해 특정 앱이 차단되어 Microsoft Store 패키지를 설치하거나 업그레이드하지 못했습니다.Microsoft Store 패키지를 설치하거나 업그레이드하지 못했습니다. 오류 코드: {0}{Locked="{0}"} Error message displayed when a Microsoft Store application package fails to install or upgrade. {0} is a placeholder replaced by an error code.Microsoft Store 클라이언트가 정책에 의해 차단되어 Microsoft Store 패키지를 설치 또는 업그레이드하지 못했습니다.패키지 획득을 확인/요청하는 중..입력 기준과 일치하는 여러 개의 패키지를 찾았습니다. 입력을 구체화하십시오.입력 조건과 일치하는 패키지가 여러 개 있습니다. 입력을 구체화하십시오.이름을 기준으로 결과 필터링적용 가능한 설치 관리자를 찾을 수 없습니다. 자세한 내용은 로그를 참조하십시오.현재 사용 가능한 실험적 기능이 없습니다. 입력 조건과 일치하는 설치된 패키지를 찾을 수 없습니다.입력 조건과 일치하는 패키지를 찾을 수 없습니다.VirtualTerminal 표시를 사용 안 함{Locked="VirtualTerminal"}기본 로그 위치 열기옵션Options to change how a command works설치 관리자에 전달할 인수 재정의패키지: {0}{Locked="{0}"} Label displayed for a software package. {0} is a placeholder replaced by the software package name.죄송합니다 .작업 수행을 하지 못했습니다.명령줄 내의 커서 위치개인정보처리방침패키지를 검색하는 데 사용되는 쿼리여러 가지 무지개의 색깔로 진행률 표시필수 인수가 제공 되지 않음: '{0}'{Locked="{0}"} Error message displayed when the user does not provide a required command line argument. {0} is a placeholder replaced by an argument name.기본 색깔로 진행률 표시구성된 원본에서 패키지를 검색합니다.패키지의 기본 정보를 찾아 표시장치 IDAbbreviation of Identifier.일치이름원본결과 한도로 잘렸습니다.버전설정의 유효성을 확인하는 동안 다음 오류가 발견되었습니다.기본 json 텍스트 편집기에서 설정을 엽니다. 편집기를 구성하지 않은 경우 메모장에서 설정을 엽니다. 사용 가능한 설정은 https://aka.ms/winget-settings를 참조하세요. 이 명령은 --enable 또는 --disable 함 인수를 제공하여 관리자 설정을 설정하는 데도 사용할 수 있습니다.{Locked="--enable"} {Locked="--disable"}설정 열기 또는 관리자 설정 설정설정을 로드하는 동안 예기치 않은 오류가 발생했습니다. 'settings' 명령을 실행하여 설정을 확인하세요.{Locked="'settings'"}채널특정 패키지에 대한 정보를 표시합니다. 기본적으로 쿼리는 패키지의 ID, 이름 또는 모양과 대/소문자를 구분하지 않는 다섯 번이 어려져야 합니다. 적절한 옵션을 전달하여 다른 필드를 사용할 수 있습니다.id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.패키지에 대한 정보 표시버전무인 설치 요청단일 문자 별칭만이 단일- 후에 나타남: '{0}'{Locked="{0}"} Error message displayed when the user provides more than a single character command line alias argument after an alias argument specifier '-'. {0} is a placeholder replaced by the user's argument input.지정한 이름의 원본이 이미 있으며 다른 위치를 참조합니다.원본이 다른 이름의 위치를 이미 참조합니다.지정한 이름의 소스가 이미 있으며 다음과 같이 동일한 위치를 참조합니다.원본을 추가하는 중:새 원본을 추가합니다. 원본은 패키지를 검색하고 설치할 수 있는 데이터를 제공합니다. 새 원본을 보안 위치로 신뢰하는 경우에만 새 원본을 추가합니다.새 원본 추가원본에 지정된 인수지정한 원본을 사용하여 패키지를 찾습니다.하위 명령을 사용하여 원본을 관리합니다. 원본은 패키지를 검색하고 설치할 수 있는 데이터를 제공합니다. 새 원본을 보안 위치로 신뢰하는 경우에만 새 원본을 추가합니다.패키지 원본 관리기존 원본의 속성을 편집합니다. 원본은 패키지를 검색하고 설치하는 데 사용할 데이터를 제공합니다.소스 속성 편집소스 편집 중: {0}{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being edited. {0} is a placeholder replaced by the repository source name.이름이 '{0}' 원본이 이미 원하는 상태에 있습니다.{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being edited. {0} is a placeholder replaced by the repository source name.인수Value given to source.현재의 모든 원본 또는 특정 원본의 전체 세부 정보를 목록에 추가합니다.현재의 원본을 목록에 추가데이터Data stored by the source.필드The name of a piece of information about a source.이름The name of the source.식별자The source's unique identifier.다음 이름의 원본을 찾지 못함: {0}Error message displayed when the user provides a repository source name that was not found. {0} is a placeholder replaced by the user input.구성된 원본이 없습니다.유형The kind of source.업데이트됨The last time the source was updated.사용 안 함The source has never been updated.값The value of information about a source.원본의 이름소스를 열 때 실패했습니다. 문제가 계속되면 'source reset' 명령을 사용해 보십시오.{Locked="source reset"}미리 정의된 출처를 열지 못했습니다. 유지 관리 winget 신고하세요.{Locked="winget"}모든 원본을 제거하는 중...특정 원본을 제거합니다.현재의 원본 제거출처를 제거하는 중: {0}...{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being removed. {0} is a placeholder replaced by the repository source name.모든 원본... 다시 설정이 명령은 기존 원본을 삭제하고, 잠정적으로 로컬 데이터는 그대로 둡니다. 인수가 없으면 모든 원본이 삭제되고 기본값이 추가됩니다. 명명된 원본이 제공되는 경우, 해당 원본만 삭제됩니다.원본 재설정원본을 강제로 초기화--force 옵션을 지정하면 다음 원본이 다시 설정됩니다.{Locked="--force"}원본을 다시 설정하는 중: {0}...{Locked="{0}"} Message displayed to inform the user about a repository source that is currently being reset. {0} is a placeholder replaced by the repository source name.원본의 형식모든 원본을 업데이트 중...모든 원본 또는 특정 원본만을 업데이트합니다.현재의 원본을 업데이트원본 업데이트 중: {0}...{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being updated. {0} is a placeholder replaced by the repository source name.태그를 기준으로 결과 필터링위젯을 이용해 주셔서 감사합니다타사 통지 사항원넷 명령줄 유틸리티를 사용하면 명령줄에서 응용 프로그램 및 기타 패키지를 설치할 수 있습니다.도구의 일반 정보를 표시도구의 버전을 표시인수가 허용 되는 횟수보다 더 많이 제공 됨: '{0}'{Locked="{0}"} Error message displayed when the user provides a command line argument more times than it is allowed. {0} is a placeholder replaced by the user's argument name input.둘 이상의 실행 동작 인수가 제공되었습니다. '{0}'{Locked="{0}"} Error message displayed when the user provides more than one execution behavior argument when installing an application package. {0} is a placeholder replaced by the user specified execution behaviors (e.g. 'silent|interactive').명령을 실행하는 동안 예기치 않은 오류가 발생했습니다.업그레이드하는 동안 이전 버전의 패키지 제거인식할 수 없는 명령임: '{0}'{Locked="{0}"} Error message displayed when the user provides an unrecognized command. {0} is a placeholder replaced by the user input.설치된 모든 패키지를 사용 가능한 경우 최신 패키지로 업그레이드적용 가능한 업그레이드를 찾을 수 없습니다.구성된 원본에서 최신 패키지 버전을 사용할 수 있지만 시스템 또는 요구 사항에는 적용되지 않습니다.사용 가능한 업그레이드를 찾을 수 없습니다.구성된 원본에서 사용할 수 있는 최신 패키지 버전이 없습니다.설치된 패키지 목록을 검색하거나 매니페스트에서 직접 찾은 선택한 패키지를 업그레이드합니다. 기본적으로 쿼리는 패키지의 ID, 이름 또는 모니커와 대/소문자를 구분하지 않아야 합니다. 다른 필드는 적절한 옵션을 전달하여 사용할 수 있습니다. 인수가 지정되지 않은 경우 업그레이드를 사용할 수 있는 패키지가 표시됩니다.id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.사용 가능한 업그레이드를 표시하고 수행합니다.사용 현황: {0} {1}{Locked="{0} {1}"} Message displayed to provide the user with instructions on how to use a command. {0} is a placeholder replaced by the program name (e.g. 'winget'). {1} is a placeholder replaced by the pattern for using the selected command.엄격한 지침의 집합을 사용하여 매니페스트의 유효성을 검사합니다. 이 기능은 리포지토리를 제출하기 전에 매니페스트를 확인할 수 있도록 하기 위한 목적을 가지고 있습니다.매니페스트 파일의 유효성 검사유효성을 검사할 매니페스트로의 경로WinGet에 대해 자세한 로깅을 설정합니다.입력 파일이 올바른 MSIX인지 확인하십시오.지정된 버전을 사용합니다. 기본값은 최신 버전입니다.패키지의 사용 가능한 버전을 표시합니다.완료되기 전에 제공한 값이 요청되었습니다.일치하는 버전을 찾을 수 없는 경우: {0}{Locked="{0}"} Error message displayed when the user attempts to upgrade an application package to a version that was not found. {0} is a placeholder replaced by the user's provided upgrade package version.지정된 값과 일치하는 원본이 없는 경우: {0}{Locked="{0}"} Error message displayed when the user attempts to install or upgrade an application package from a repository source that was not found. {0} is a placeholder replaced by the user's repository source name input.구성된 원본은 다음과 같습니다.정의된 원본이 없습니다. 'source add'를 사용해 추가하거나 'source reset'을 사용하여 기본값으로 다시 설정{Locked="source add","source reset"}찾음경로가 디렉터리임: {0}{Locked="{0}"} Error message displayed when the user provides a system path that is a directory. {0} is a placeholder replaced by the provided directory path.파일이 없음: {0}{Locked="{0}"} Error message displayed when the user provides a system file that does not exist. {0} is a placeholder replaced by the provided file path.로컬 매니페스트 및 검색 쿼리 인수가 모두 제공되었습니다.로그Label displayed for diagnostic files containing information about the application use.설치 프로그램이 정책에 의해 차단됨설치 관리자가 보안 검사를 하지 못했습니다바이러스 백신 제품이 설치 관리자의 감염을 보고합니다.원본을 업데이트하지 못했습니다. {0}{Locked="{0}"} Error message displayed when an attempt to update the repository source fails. {0} is a placeholder replaced by the repository source name.설치된 패키지 목록을 검색하거나 매니페스트에서 직접 찾은 선택한 패키지를 제거합니다. 기본적으로 쿼리는 패키지의 ID, 이름 또는 모양과 대/소문자를 구분하지 않는 것이 어떻게 되아야 합니다. 적절한 옵션을 전달하여 다른 필드를 사용할 수 있습니다.id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.지정된 패키지를 제거패키지 제거를 시작하는 중...성공적으로 제거됨winget 이 패키지에 대한 제거 명령을 찾을 수 없습니다. 지원을 위해 패키지 게시자에게 문의하세요.{Locked="winget"}제거가 중단됨설치 종료 코드로 인해 제거하지 못함: {0}{Locked="{0}"} Error message displayed when an attempt to uninstall an application package fails. {0} is a placeholder replaced by an error code.설치된 패키지 목록 내보내기파일에 나열된 모든 패키지를 설치합니다.파일에 있는 모든 패키지를 설치합니다.결과를 기록할 파일설치할 패키지를 설명하는 파일지정한 원본에서 패키지 내보내기설치된 패키지 목록을 파일에 기록합니다. 그런 다음 패키지를 import 명령과 함께 설치할 수 있습니다.{Locked="import"}가져온 패키지를 하나 이상 설치하지 못했습니다.가져오기에 필요한 원본이 설치되어 있지 않습니다. {0}{Locked="{0}"} Error message displayed when the user attempts to import application package(s) from a repository source that is not installed. {0} is a placeholder replaced by the repository source name.어떤 원본에서도 설치된 패키지를 사용할 수 없음: {0}{Locked="{0}"} Warning message displayed when the user attempts to export an installed application package that is not available from any repository source. {0} is a placeholder replaced by the installed package name.어떤 원본에서도 설치된 패키지 버전을 사용할 수 없음: {0} {1} {2}{Locked="{0} {1} {2}"} Warning message displayed when the user attempts to export an installed application package with a version that is not available from any repository source. {0} is a placeholder replaced by the installed package identifier. {1} is a placeholder replaced by the installed package version. {2} is a placeholder replaced by the installed package channel.가져오기 파일에 패키지가 없습니다.JSON 파일이 잘못되었습니다.패키지가 이미 설치되어 있음: {0}{Locked="{0}"} Message displayed to inform the user that an application package is already installed. {0} is a placeholder replaced by the package identifier or search query.사용할 수 없는 패키지 무시내보내기 파일에 패키지 버전 포함가져오기 파일에서 패키지 버전 무시경로가 존재하지 않음: {0}{Locked="{0}"} Error message displayed when the user provides a system path argument value that does not exist. {0} is a placeholder replaced by the user's provided path.JSON 파일에서 인식되는 스키마를 지정하지 않습니다.설치 범위 선택(user 또는 machine){Locked="user","machine"} This argument allows the user to select between installing for just the user or for the entire machine.'{0}' 인수에 제공된 값이 잘못되었습니다. 유효한 값: {1}{Locked="{0}","{1}"} Error message displayed when the user provides an invalid command line argument value. {0} is a placeholder replaced by the argument name. {1} is a placeholder replaced by a list of valid options.그룹 정책 이 작업을 사용하지 않도록 설정했습니다. {0}{Locked="{0}"} Error message displayed when the user performs a command operation that is disabled by a group policy. {0} is a placeholder replaced by a group policy description.추가 Windows 앱 설치 관리자 원본 사용Windows 앱 설치 관리자 허용된 원본 사용Windows 앱 설치 관리자 기본 원본 사용Windows 앱 설치 관리자 실험적 기능 사용Windows 앱 설치 관리자 Microsoft Store 소스 사용Windows App 설치 관리자 글꼴 원본 활성화Windows 패키지 관리자 설정 사용Windows 패키지 관리자 사용Windows 패키지 관리자 명령줄 인터페이스 활성화Windows 패키지 관리자 원본 자동 업데이트 간격(분) 설정그룹 정책Header for a table listing active Group PoliciesWindows 앱 설치 관리자 로컬 매니페스트 파일 사용Windows 앱 설치 관리자 Microsoft Store 원본 고정 인증서 바이패스 사용Windows 앱 설치 관리자 로컬 보관 맬웨어 검사 재정의 사용필드: {0}{Locked="{0}"} Warning message displayed when a user setting field has invalid syntax or semantics. {0} is a placeholder replaced by the setting field path.잘못된 필드 형식입니다.잘못된 필드 값그룹 정책에서 잘못된 설정백업 파일의 설정이 로드된 경우오류 구문 분석 파일:값: {0}{Locked="{0}"} Warning message displayed when a user setting value has invalid syntax or semantics. {0} is a placeholder replaced by the setting data value.다음 실험적 기능이 진행 중입니다.
그룹 정책으로 인해 구성을 사용할 수 없습니다.설치 관리자 해시가 일치하지 않습니다.Windows 앱 설치 관리자 해시 재정의 사용현재 원본을 그룹 정책에 대한 JSON으로 내보냅니다.현재 원본 내보내기추가 원본An additional source required by policy.허용된 원본A source that the user is allowed to add.'{0}' 인수에 제공된 값이 잘못되었습니다.{Locked="{0}"} Error message displayed when the user provides an invalid command line argument value. {0} is a placeholder replaced by the argument name.취소됨외부이 가져오기에서 찾은 패키지에는 다음과 같은 종속성이 있습니다.Import command sentence showed before reporting dependencies이 패키지에는 다음 종속성이 필요합니다.Message shown before reporting dependencies종속성 설치 중:종속성 원본을 찾을 수 없음패키지 검색 결과 두 개 이상 생성: {0}{Locked="{0}"} Error message displayed when application packages search yield more than one result. {0} is a placeholder replaced by the dependency package identifier.패키지에 대한 최신 버전을 찾을 수 없음: {0}{Locked="{0}"} Error message displayed when no suitable version found for the specific application package. {0} is a placeholder replaced by the package identifier.설치 프로그램을 찾을 수 없음: {0}{Locked="{0}"} Error message displayed when no installer found for a manifest. {0} is a placeholder replaced by the manifest identifier.패키지에 사용할 수 없는 최소 필수 버전: {0}{Locked="{0}"} Error message displayed when the minimum required version is not available for an application package. {0} is a placeholder replaced by the package identifier.일치하는 항목 없음When package search yields no matchesLoop 있음Dependency graph has loop매니페스트에 적합한 설치 관리자를 찾을 수 없습니다. {0} 버전 {1}{Locked="{0}","{1}"} Error message displayed when an attempt to get a preferred installer for a manifest fails. {0} is a placeholder replaced by the manifest identifier. {1} is a placeholder replaced by the manifest version.패키지 종속성을 처리하는 동안 오류가 발생했습니다. 설치를 계속하시겠나요?Prompt message shown when dependencies processing yields errors.패키지 종속성을 처리하는 동안 오류가 발생했습니다. 종료하는 중...패키지이 패키지에 더 이상 필요하지 않을 수 있는 종속성이 있습니다.Uninstall command sentence showed before reporting dependencies매니페스트에 유효성이 검사되지 않은 다음 종속성이 있습니다. 올바른지 확인하세요.Validate command sentence showed before reporting dependenciesWindows 기능Windows 라이브러리지정된 원본을 사용하여 패키지 종속성 찾기For getting package type dependencies when installing from a local manifestWindows 스토어 사용 약관패키지에 대한 모든 사용권 계약 수락내보낸 패키지를 설치하려면 사용권 계약이 필요합니다. {0}{Locked="{0}"} Warning message displayed when an exported application package requires license agreement to install. {0} is a placeholder replaced by the package name.게시자는 설치하기 전에 위의 정보를 보고 계약에 동의해야 합니다.
사용 약관에 동의하십니까?패키지 계약에 동의하지 않았습니다. 작업이 취소되었습니다.계약:만든 이:설명:설치 관리자:설치 관리자 로캘:Store 제품 ID:설치 관리자 SHA256:설치 관리자 유형:설치 관리자 URL:라이선스:라이선스 URL:모니커:홈페이지게시자:태그:버전:종속성:Windows 기능Windows 라이브러리:패키지 종속성:외부 종속성:아니요예추가된 원본을 열지 못했습니다.원본 작업 중 모든 원본 계약 수락'{0}' 원본을 사용하려면 다음 계약을 확인해야 합니다.{Locked="{0}"} Message displayed to inform the user that a repository source requires viewing agreements before using. {0} is a placeholder replaced by the repository source name.모든 원본 사용 약관에 동의하십니까?원본 계약 중 하나 이상이 동의하지 않았습니다. 작업이 취소되었습니다. 원본 계약에 동의하거나 해당 원본을 제거하세요.원본이 제대로 작동하려면 현재 컴퓨터의 두 글자 지리적 지역을 백 엔드 서비스로 보내야 합니다(예: "미국").설치되었습니다. 업그레이드를 완료하려면 애플리케이션을 다시 시작하세요.Windows-Package-Manager REST 원본 HTTP 헤더(선택 사항)선택적 헤더는 이 원본에 적용할 수 없으므로 무시합니다.원본을 지정하지 않으면 선택적 헤더를 적용할 수 없습니다. '{0}'{Locked="{0}"} Error message displayed when the user performs an operation (e.g install) and provides the HTTP 'header' argument without specifying the repository source. {0} is a placeholder replaced by the header argument name.릴리스 날짜:지원되는 오프라인 배포:게시자 URL:구매 URL:게시자 지원 URL:개인 정보 URL:저작권:저작권 URL:릴리스 정보:릴리스 정보 URL:원본을 검색하는 동안 실패했습니다. 결과가 포함되지 않습니다. {0}{Locked="{0}"} Warning message displayed when searching a repository source fails. {0} is a placeholder replaced by the repository source name.원본을 검색하는 동안 실패함: {0}{Locked="{0}"} Error message displayed when searching a repository source fails. {0} is a placeholder replaced by the repository source name.관리자가 이 기능을 사용하도록 설정해야 합니다. 사용하도록 설정하려면 관리자로 'winget settings --enable {0}'를 실행하세요.{Locked="winget settings --enable", "{0}"}. Error message displayed when the user uses a feature that needs to be enabled by administrators. {0} is a placeholder replaced by the admin setting.특정 관리자 설정을 사용하도록 설정합니다.특정 관리자 설정을 사용하지 않도록 설정합니다.관리자 설정 '{0}'을(를) 사용하도록 설정했습니다.{Locked="{0}"} Message displayed when the user enables an admin setting. {0} is a placeholder replaced by the setting name.관리자 설정 '{0}'을(를) 사용하지 않도록 설정했습니다.{Locked="{0}"} Message displayed when the user disables an admin setting. {0} is a placeholder replaced by the setting name.관리자 설정Header for a table displaying admin settings.응용 프로그램이 현재 실행 중입니다. 애플리케이션을 종료한 후 다시 시도하세요.설치 관리자가 수정한 파일을 현재 다른 응용 프로그램에서 사용하고 있습니다. 응용 프로그램을 종료한 후 다시 시도하십시오.다른 설치가 이미 진행 중입니다. 나중에 다시 시도하세요.하나 이상의 파일을 사용하고 있습니다. 애플리케이션을 종료한 후 다시 시도하세요.이 패키지에 시스템에 종속성이 없습니다.PC에 더 이상 공간이 없습니다. 공간을 확보한 후 다시 시도하세요.설치할 수 있는 메모리가 부족합니다. 다른 애플리케이션을 닫은 후 다시 시도하세요.설치 매개 변수 중 하나가 잘못되었습니다. 패키지 설치 로그에 추가 정보가 있을 수 있습니다.이 응용 프로그램을 사용하려면 인터넷에 연결해야 합니다. 네트워크에 연결한 후 다시 시도하세요.설치하는 동안 이 응용 프로그램에 오류가 발생했습니다. 고객 지원에 문의하세요.PC를 다시 시작하여 설치를 완료합니다.설치를 마치기 위해 PC가 다시 시작됩니다.설치하지 못했습니다. PC를 다시 시작한 후 다시 시도하세요.설치를 취소했습니다.이 응용 프로그램의 다른 버전이 이미 설치되어 있습니다.이 응용 프로그램의 상위 버전이 이미 설치되어 있습니다.조직 정책으로 인해 설치할 수 없습니다. 관리자에게 문의하세요.현재 시스템 구성에서는 이 패키지 설치를 지원하지 않습니다.사용자 지정 설치 관리자 오류로 인해 설치하지 못했습니다. 패키지 지원에 문의하세요.설치 중단됨설치 관리자가 종료 코드로 인해 실패함: {0}{Locked="{0}"} Error message displayed when the application installer fails. {0} is a placeholder replaced by an error code.설치 관리자 로그는 다음 위치에서 사용할 수 있음: {0}{Locked="{0}"} Message displayed to inform the user about the system path of a diagnostic files containing information about the installer. {0} is a placeholder replaced by the diagnostic file system path.다음 패키지가 작업 원본에서 발견되었습니다.
계속하려면 --source 옵션을 사용하여 둘 중 하나를 지정하십시오.{Locked="--source"} "working sources" as in "sources that are working correctly"작업 원본 중 패키지를 찾을 수 없습니다."working sources" as in "sources that are working correctly"이 릴리스는 Windows 패키지 관리자의 안정적인 릴리스입니다. 실험적인 기능을 사용해 보려면 시험판 빌드를 설치하세요. 지침은 GitHub(https://github.com/microsoft/winget-cli)에서 확인할 수 있습니다.{Locked="https://github.com/microsoft/winget-cli"}Windows 패키지 관리자 v{0}{Locked="{0}"} Label displaying the product name and version. {0} is a placeholder replaced by the product version.가져오기 파일의 패키지 버전 무시요청한 결과 수는 1에서 1000 사이여야 합니다.기본값 외에도 설치 관리자에 전달할 인수최신 버전을 찾았지만 설치 기술이 현재 설치된 버전과 다릅니다. 패키지를 제거하고 최신 버전을 설치하세요.지정된 최신 버전의 설치 기술이 현재 설치된 버전과 다릅니다. 패키지를 제거하고 최신 버전을 설치하세요.Windows 패키지 관리자(미리 보기) v{0}{Locked="{0}"} Label displaying the preview product name and pre-release version. {0} is a placeholder replaced by the product version.아키텍처를 선택하세요현재 버전을 확인할 수 없는 경우에도 패키지 업그레이드현재 버전을 확인할 수 없는 경우에도 패키지를 나열합니다. --upgrade-available 인수와 함께만 사용할 수 있습니다.{Locked="--upgrade-available"}이 패키지의 버전 번호를 확인할 수 없습니다. 그래도 업그레이드하려면 이전 명령에 인수 --include-unknown 추가하세요.{Locked="--include-unknown"}{0} 패키지에 확인할 수 없는 버전 번호가 있습니다. 모든 결과를 보려면 --include-unknown 사용하세요.{Locked="{0}","--include-unknown"} {0} is a placeholder that is replaced by an integer number of packages that do not have notated versions. {0} 패키지가 고정되어 있으므로 명시적으로 업그레이드해야 합니다.{Locked="{0}"} {0} is a placeholder that is replaced by an integer number of packages that require explicit upgrades.제공된 인수는 쿼리에서만 사용할 수 있습니다.시스템 아키텍처: {0}{Locked="{0}"} Label displayed for the system architecture. {0} is a placeholder replaced by the value of the system architecture (e.g. X64).패키지에서 만든 모든 파일 및 디렉터리를 유지합니다(이식 가능).패키지 디렉터리의 모든 파일 및 디렉터리를 삭제합니다(이식 가능).계속하려면 Enter 키를 누르세요 . . .실행 파일의 이름을 바꿀 값입니다(이식 가능).종료하기 전에 아무 키나 누르라는 메시지를 사용자에게 표시합니다.설치 관리자가 관리자 권한으로 실행을 요청합니다. 프롬프트가 표시됩니다.관리자 컨텍스트에서 설치 관리자를 실행할 수 없습니다.경로 환경 변수 수정됨; 셸을 다시 시작하여 새 값을 사용합니다.제품 코드를 사용하여 필터링이름이 같지만 다른 원본의 이식 가능한 패키지가 이미 있습니다. --force로 인해 계속 진행 중{Locked="--force"}볼륨에서 다시 지점 구문 분석을 지원하지 않습니다.지정한 파일 이름이 올바른 파일 이름이 아닙니다.기존 파일 덮어쓰기: {0}{Locked="{0}"} Warning message displayed to inform the user that an existing file is being overwritten. {0} is a placeholder replaced by the file system path.패키지 선택 인수가 제공되지 않았습니다. 패키지 찾기에 대한 자세한 내용은 도움말을 참조하세요.명령줄 별칭이 추가되었습니다.이식 가능한 링크 디렉터리(컴퓨터)이식 가능한 링크 디렉터리(사용자)이식 가능한 패키지 루트(사용자)이식 가능한 패키지 루트이식 가능한 패키지 루트(x86)이식 가능한 설치에 실패했습니다. 정리 중...휴대용 패키지가 수정되었습니다. --force로 인해 계속 진행{Locked="--force"}휴대용 패키지가 수정되었으므로 제거할 수 없습니다. 이 검사를 재정의하려면 --force 사용하세요.{Locked="--force"}파일은 설치 디렉터리에 남아 있음: {0}{Locked="{0}"} Warning message displayed when files remain in install directory. {0} is a placeholder replaced by the directory path.설치 디렉터리를 제거하는 중...WinGet에서 만들지 않았으므로 설치 디렉터리를 제거할 수 없습니다.관련 링크설명서:메모: {0}{Locked="{0}"} Label displayed for installation notes. {0} is a placeholder replaced by installation notes.설치 정보:제공된 인수는 이 패키지에 대해 지원되지 않습니다.보관 파일의 내용을 추출하지 못했습니다.중첩된 설치 관리자 파일이 없습니다. 중첩 설치 관리자의 지정한 상대 경로가 일치하는지 확인하세요. {0}{Locked="{0}"} Error message displayed when nested installer file does not exist. {0} is a placeholder replaced by the nested installer file path.중첩된 설치 관리자에 대한 상대 파일 경로가 잘못되었습니다. 경로가 설치 디렉터리 외부의 위치를 가리킵니다.이 패키지에 대해 중첩된 설치 관리자가 지정되지 않았습니다.보관 설치 관리자의 경우, 이식 가능 또는 글꼴 중첩 설치 관리자가 아니면 중첩 설치 관리자를 하나만 지정할 수 있습니다.제공된 호환되지 않는 명령줄 인수업그레이드를 사용할 수 있는 패키지만 나열합니다.다음 패키지에는 업그레이드를 사용할 수 있지만 업그레이드를 위해 명시적 대상 지정이 필요합니다."require explicit targeting for upgrade" means that the package will not be upgraded with all others unless an extra flag is added, or the package is mentioned explicitly다운로드 중Label displayed while downloading an application installer.중첩된 설치 관리자 유형은 지원되지 않습니다.이 설치 관리자는 터미널 또는 셸을 다시 시작하는 것으로 알려져 있습니다.이 패키지에는 설치 위치가 필요합니다.다음 설치 관리자는 터미널 또는 셸을 다시 시작하는 것으로 알려져 있습니다.다음 설치 관리자에는 설치 위치가 필요합니다.설치 루트 지정:계속하시겠습니까?다음에 대한 계약This will be followed by a package name, and then a list of license agreements설치 위치가 패키지에 필요하지만 제공되지 않았습니다.대화형 프롬프트 사용 안 함Description for a command line argument, shown next to it in the help이미 설치된 기존 패키지를 찾았습니다. 설치된 패키지를 업그레이드하는 중...명령을 직접 실행하고 보안과 관련되지 않은 문제를 계속 진행합니다.Description for a command line argument, shown next to it in the help다른 원본의 휴대용 패키지가 이미 있습니다.보관 파일을 추출했습니다.보관 파일을 추출하는 중...보관 검색에서 맬웨어가 검색되었습니다. 이 검사를 재정의하려면 --ignore-local-archive-malware-scan 사용하세요.{Locked="--ignore-local-archive-malware-scan"}보관 검색에서 맬웨어가 검색되었습니다. --ignore-local-archive-malware-scan 때문에 계속{Locked="--ignore-local-archive-malware-scan"}설치된 버전이 이미 있는 경우 업그레이드를 건너뜁니다.패키지 버전이 이미 설치되어 있습니다. 설치가 취소되었습니다.{0} 사용하도록 설정할 수 없습니다. 이 설정은 정책에 의해 제어됩니다. 자세한 내용은 시스템 관리자에게 문의하십시오.{Locked="{0}"} The value will be replaced with the feature name{0} 사용하지 않도록 설정할 수 없습니다. 이 설정은 정책에 의해 제어됩니다. 자세한 내용은 시스템 관리자에게 문의하십시오.{Locked="{0}"} The value will be replaced with the feature name새 핀을 추가합니다. 핀을 사용하면 Windows 패키지 관리자 패키지를 특정 버전의 범위로 업그레이드하지 못하도록 제한하거나 패키지를 완전히 업그레이드하지 못할 수 있습니다. 고정된 패키지는 자체적으로 업그레이드되고 Windows 패키지 관리자 외부에서 업그레이드될 수 있습니다. 기본적으로 고정된 패키지는 'upgrade' 명령에서 명시적으로 언급하거나 'winget upgrade --all'에 '--include-pinned' 플래그를 추가하여 업그레이드할 수 있습니다.{Locked{"'upgrade'"} Locked{"--include-pinned"} Locked{"winget upgrade --all"}새 핀 추가하위 명령을 사용하여 패키지 핀을 관리합니다. 핀은 Windows 패키지 관리자 패키지를 특정 버전의 범위로 업그레이드하지 못하도록 제한하거나 패키지를 완전히 업그레이드하지 못하게 할 수 있습니다. 고정된 패키지는 여전히 자체적으로 업그레이드되고 Windows 패키지 관리자 외부에서 업데이트될 수 있습니다.패키지 핀 관리현재의 모든 핀 또는 특정 핀의 전체 세부 정보를 목록에 추가합니다.현재 핀 나열특정 패키지 핀을 제거합니다.패키지 핀 제거모든 기존 핀을 다시 설정합니다.핀을 다시 설정하시겠습니까?패키지를 고정할 버전입니다. 와일드카드 '*'는 마지막 버전 부분으로 사용할 수 있습니다.PIN이 제거될 때까지 업그레이드 차단, 인수 재정의 방지설치된 특정 버전 고정설치됨Value used in a table to indicate that a package comes from the list of packages installed in the machine설정을 JSON으로 내보내기내보내기 설정사용자 설정Label displayed for the file containing the user settings.설정 파일을 로드할 수 없습니다. 기본값을 사용합니다.설치된 패키지 범위 필터 선택(user 또는 machine){Locked="user","machine"} This argument allows the user to select installed packages for just the user or for the entire machine.고정이 추가됨패키지 {0} 대한 PIN이 이미 있습니다.{Locked="{0}"} {0} is a placeholder that will be replaced by a package name. The message is shown when attempting to add a pin for a package that is already pinned.패키지 {0} PIN이 이미 있습니다. --force 인수로 인해 덮어씁니다.{Locked="--force"}{Locked="--force","{0}"} {0} is a placeholder that will be replaced by a package name.패키지 {0} 대한 PIN이 이미 있습니다. --force 인수를 사용하여 덮어쓰십시오.{Locked="--force","{0}"} {0} is a placeholder that will be replaced by a package name.현재의 모든 핀을 다시 설정하는 중입니다.--force 인수를 사용하여 모든 핀을 다시 설정합니다. 다음 핀이 제거됩니다.{Locked="--force"}고정 유형패키지 {0}에 대한 핀이 없습니다.{Locked="{0}"} {0} is a placeholder that will be replaced by a package name. The message is shown when attempting to delete a pin for a package that is not pinned.구성된 핀이 없습니다.Shown when listing or modifying existing pins if there are none.고정을 다시 설정했습니다.Shown after resetting (deleting) all the pins고정 데이터베이스를 열 수 없습니다.Error message for when we cannot open the database containing package pins.단일 패키지에만 사용할 수 있는 인수가 제공되었습니다.여러 상호 배타적 인수가 제공됨: {0}{Locked="{0}"} Error message shown when mutually incompatible command line arguments are used. {0} is a placeholder replaced by the arguments that cannot be specified together인수 {0} {1} 사용할 수 있습니다.{Locked="{0}","{1}"} Error message shown when having an argument needs another to be present, but that is missing. {0} and {1} are replaced by the arguments. For example "Argument --include-unknown can only be used with --upgrade"사용 안 함As in enabled/disabled사용As in enabled/disabled상태Header for a table listing the state (enabled/disabled) of Group Policies and Settings패키지를 검색하는 데 사용되는 쿼리패키지를 찾을 수 없음: '{0}' 패키지를 찾을 수 없습니다.{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches returns no results. {0} is a placeholder replaced by the package name or query.다음에 대해 여러 패키지를 차음: {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches returns more than one result. {0} is a placeholder replaced by the package name or query.다음에 대한 검색이 실패함: {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches fails. This message is for generic failures, we have more specific messages for when the search returns no results, or when it returns more than one result. {0} is a placeholder replaced by the package name or query.{0} 패키지에 업그레이드 전에 제거해야 하는 PIN이 있습니다.{Locked="{0}"} {0} is a placeholder that is replaced by an integer number of packages with pins that prevent upgradewinget을 사용하여 패키지를 업그레이드할 수 없습니다. 게시자가 제공한 메서드를 사용하여 이 패키지를 업그레이드하세요.차단되지 않는 PIN이 있는 경우에도 패키지 업그레이드업그레이드를 방해하는 핀이 있는 경우에도 패키지를 나열합니다. --upgrade-available 인수와 함께만 사용할 수 있습니다.{Locked="--upgrade-available"}고정을 제거했습니다.최신 버전을 찾았지만 패키지에 업그레이드를 방지하는 핀이 있습니다.패키지가 고정되어 있어 업그레이드할 수 없습니다. 'winget pin' 명령을 사용하여 핀을 보고 편집합니다. 일부 PIN 유형은 --include-pinned 인수를 사용하여 무시할 수 있습니다.{Locked="winget pin","--include-pinned"} Error shown when we block an upgrade due to the package being pinned{0} 패키지에 업그레이드를 방지하는 핀이 있습니다. 'winget pin' 명령을 사용하여 핀을 보고 편집합니다. --include-pinned 인수를 사용하면 더 많은 결과가 표시될 수 있습니다.{Locked="winget pin","--include-pinned"} {0} is a placeholder replaced by an integer number of packages시스템이 제공된 구성에 설명된 대로 원하는 상태와 일치하는지 확인합니다. 원하는 상태를 얻기 위해 프로세서를 다운로드/실행할 수 있습니다. 구성 및 프로세서를 적용하기 전에 신뢰할 수 있는지 확인해야 합니다.시스템을 원하는 상태로 구성합니다.제공된 구성의 세부 정보를 표시합니다. 기본적으로 시스템을 수정하지 않지만 일부 옵션을 사용하면 파일이 다운로드 및/또는 로드됩니다.구성 세부 정보 표시시스템이 제공된 구성에 설명된 대로 원하는 상태와 일치하는지 확인합니다. 원하는 상태를 테스트하기 위해 프로세서를 다운로드/실행할 수 있습니다. 구성 및 프로세서를 실행하기 전에 신뢰할 수 있는지 확인해야 합니다.원하는 상태에 대해 시스템을 확인합니다.구성 파일의 정확성을 검사합니다.구성 파일의 유효성을 검사합니다.구성 파일의 필드 '{0}' 형식이 잘못되었습니다.{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the field name from the file.구성 파일의 경로구성 파일이 잘못되었습니다.구성 파일 버전{0}을 알 수 없습니다.{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the version of the configuration file.대화형 프롬프트가 발생하지 않도록 구성 경고를 수락합니다.적용Indicates that this item is used to write state어설션Indicates that this item is used to check/assert the state rather than write to it종속성: {0}{Locked="{0}"} Label displaying a list of dependencies. {0} is replaced with a space separated list of identifiers referencing other items.일부 구성이 적용되지 않았습니다.구성에 대한 자세한 정보를 가져오지 못했습니다.알림Indicates that this item is used to retrieve values for future use rather than writing them로컬Used to indicate that the item is present on the device.모듈: {0}{Locked="{0}"} Label displaying a module name. {0} is replaced with the name of the module from the user input file.모듈: {0}, 작성자:{1}[{2}]{Locked="{0}","{1}","{2}"} Label displaying module information. {0} is replaced by the module name. {1} is replaced by the module author. {2} is replaced by a string indicating the source of the module.설정:Label for the values that are used as inputs for this item when applying state구성이 적용되었습니다.단위를 적용했습니다.시스템에 다른 구성이 적용되고 있습니다. 이 구성은 가능한 한 빨리...실행하도록 선택한 구성 설정을 확실히 파악해야 합니다. Microsoft는 사용자가 작성하거나 가져온 구성 파일에 대해 책임을 지지 않습니다. 이 구성은 Windows의 설정을 변경하고, 소프트웨어를 설치하고, 소프트웨어 설정(보안 설정 포함)을 변경하고, 사용자 대신 타사 패키지 및 서비스에 대한 사용자 계약에 동의할 수 있습니다. 이 구성 파일을 실행하면 이러한 리소스 및 설정을 이해하고 동의하는 것입니다. 설치된 모든 응용 프로그램은 소유자에 의해 사용이 허가됩니다. Microsoft는 타사 패키지 또는 서비스에 대한 책임을 지지 않으며 라이선스를 부여하지도 않습니다.Legal approved. Do not change without approval.구성을 검토했으며 계속 시스템에 적용하시겠습니까?PM approved.구성이 비어 있습니다.[{0}] 기능을 찾을 수 없습니다.{Locked="{0}"} Error message displayed when a Windows feature was not found on the system.Windows 기능 종속성을 사용하도록 설정하지 못했습니다. 설치를 계속하려면 '--force' 사용하세요.{Locked="--force"}Windows 기능을 완전히 사용하도록 설정하려면 다시 부팅해야 합니다. 이 검사 재정의하려면 '--force'를 사용하십시오."Windows Feature(s)" is the name of the options Windows features setting.Windows 기능 종속성을 사용하도록 설정하지 못했습니다. --force 때문에 계속"Windows Feature(s)" is the name of the options Windows features setting.
{Locked="--force"}[{0} ]활성화하는 중...{Locked="{0}"} Message displayed to the user regarding which Windows Feature is being enabled.[{0}] 기능을 사용하도록 설정하지 못했습니다.{1}{Locked="{0}","{1}"} An error when enabling a Windows Feature. {0} is a placeholder for the name of the Windows Feature.
{1} is a placeholder for the unrecognized error code.Windows 기능을 완전히 사용하도록 설정하려면 다시 부팅해야 합니다. --force로 인해 계속"Windows Feature(s)" is the name of the options Windows features setting.다른 설치/제거가 완료되기를 기다리는 중...고정된 버전Table header for the version to which a package is pinned; meaning it should not update from that version.<자세한 내용은 로그 파일을 참고하세요>The brackets are intended to make the value stand out from other text which it will follow. Any locale appropriate mechanism that achieves this is acceptable.구성 세부 정보를 검색하는 중구성 시스템을 초기화하는 중구성 파일을 읽는 중시스템이 구성에서 어설션된 원하는 상태가 아닙니다.알 수 없는 이유로 이 구성 단위가 실패했습니다. {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.구성으로 인해 구성 단위가 실패했습니다. {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.현재 시스템 상태를 가져오는 동안 구성 단위가 실패했습니다.원하는 상태를 적용하는 동안 구성 단위가 실패했습니다.현재 시스템 상태를 테스트하는 동안 구성 단위가 실패했습니다.내부 오류로 인해 구성 단위가 실패했습니다. {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.사전 조건이 잘못되어 구성 단위가 실패했습니다. {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.시스템 상태로 인해 구성 단위가 실패했습니다. {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.실행하는 동안 구성 단위가 실패했습니다. {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.구성에 식별자 '{0}'가 여러 번 포함되어 있습니다.{Locked="{0}"} {0} is a placeholder that is replaced by the identifier string from the user input file.구성에서 종속성 '{0}'을(를) 찾을 수 없습니다.{Locked="{0}"} {0} is a placeholder that is replaced by the identifier string from the user input file.이 구성 단위는 수동으로 건너뛰었습니다.구성 단위의 모듈은 같은 버전으로 여러 위치에서 사용할 수 있습니다.구성 단위에 대한 모듈을 로드하지 못했습니다.구성 단위와 일치하는 항목이 여러 개 있습니다. 모듈을 지정하여 올바른 모듈을 선택하십시오.구성 단위를 찾을 수 없습니다.구성 단위가 모듈에 예상대로 없습니다.종속성이 실패했거나 실행되지 않았기 때문에 이 구성 단위가 실행되지 않았습니다.어설션이 실패했거나 false이므로 이 구성 단위가 실행되지 않았습니다.구성 단위가 실행 중에 예기치 않은 결과를 반환했습니다.알 수 없는 이유로 이 구성 단위가 실행되지 않았습니다. {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.필드 '{0}' 값이 잘못되었습니다. {1}{Locked="{0}","{1}"} An error in reading a configuration file. {0} is a placeholder replaced by the field name from the file. {1} is a placeholder for the invalid value.'{0}' 필드가 없거나 비어 있습니다.{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the expected field name from the file.파일의 줄 {0}, 열 {1} 참조하세요.{Locked="{0}","{1}"} Indicates the file location of the error, {0} and {1} are placeholders for numbers of the line and column, respectively.작업 취소 중AppInstaller용 스텁 패키지 설치AppInstaller의 전체 패키지 설치확장 기능을 활성화합니다. 저장소 액세스 권한이 필요합니다.옵션 '--enable' 및 '--disable' 다른 인수와 함께 사용할 수 없습니다.{Locked="--enable", "--disable"}확장 기능을 활성화하는 중입니다. 저장소 액세스 권한이 필요합니다.확장 기능을 사용할 수 없습니다. 'winget configure --enable'를 실행하여 사용하도록 설정하세요.{Locked="winget configure --enable"}확장 기능이 활성화되어 있습니다.확장 기능을 비활성화합니다. 저장소 액세스 권한이 필요합니다.확장 기능을 비활성화하는 중입니다. 저장소 액세스 권한이 필요합니다.확장 기능이 비활성화되어 있습니다.패키지 종속성 및 Windows 기능 처리를 건너뜁니다.종속성을 건너뛰었습니다.프로세스의 PATH 변수를 새로 고치지 못했습니다. PATH 변수 변경에 따라 후속 설치가 실패할 수 있습니다.{Locked="PATH"}상태를 테스트하는 동안 일부 구성 단위가 실패했습니다.시스템이 설명된 구성 상태에 있습니다.구성 상태가 테스트되지 않았습니다.시스템이 설명된 구성 상태가 아닙니다.예상치 못한 테스트 결과: {0}{Locked="{0}"} Error message. {0} will be replaced with the unexpected value (a number).구성을 검토했으며 시스템에 대해 계속해서 확인하시겠습니까?구성 파일이 올바른 YAML 파일이 아닙니다.{Locked="YAML"} YAML is a file format name.이 구성 단위는 종속성 주기의 일부입니다.유효성 검사 결과 문제가 발견되지 않았습니다.구성 단위는 시험판으로만 제공되지만 구성에는 그런 방식으로 표시되지 않습니다. `directives`에 `allowPrerelease: true`를 추가합니다.{Locked="allowPrerelease: true","directives"} These are values in the configuration file that are not localized.구성 단위를 로컬에서 찾았지만 구성된 카탈로그에서 찾을 수 없습니다. 구성을 적용하기 전에 시스템에 있는지 확인하세요.구성 단위는 공개적으로 사용할 수 없습니다. 이 구성을 사용하는 사람은 누구나 해당 구성에 액세스할 수 있는지 확인하세요.모듈이 제공되지 않았습니다. 모듈을 지정하면 성능이 향상되고 이후 이름 충돌이 방지됩니다.구성된 소스를 검색하거나 매니페스트에서 직접 찾은 선택한 패키지에서 설치 관리자를 다운로드합니다. 기본적으로 쿼리는 대/소문자를 구분하지 않는 패키지의 ID, 이름 또는 모니커와 일치해야 합니다. 다른 필드는 해당 옵션을 전달하여 사용할 수 있습니다. 기본적으로 다운로드 명령은 적절한 설치 관리자를 사용자의 다운로드 폴더에 다운로드합니다.특정 패키지에서 설치 프로그램을 다운로드합니다.설치 프로그램이 다운로드되는 디렉터리종속성 다운로드 중:설치 프로그램 다운로드됨: {0}{Locked="{0}"} Full path of the downloaded installer.설치 프로그램 유형 선택설치 프로그램 다운로드나중에 오프라인 설치를 위해 설치 관리자를 다운로드할 수 없습니다. '--module-path allusers'를 실행하려면 관리자 권한이 필요합니다.{Locked="--module-path allusers"}모듈을 저장할 로컬 컴퓨터의 위치를 지정합니다. 기본값 %LOCALAPPDATA%\Microsoft\WinGet\Configuration\Modules{Locked="%LOCALAPPDATA%\Microsoft\WinGet\Configuration\Modules"}'--module-path' 값은 'currentuser', 'allusers', 'default' 또는 절대 경로여야 합니다.{Locked="{--module-path}, {currentuser}, {allusers}, {default}}Windows 패키지 관리자 구성 사용오류에 대한 정보를 검색합니다. 숫자로 지정하면 출력에 winget 특정 오류인 경우 기호 이름을 포함하여 오류에 대한 세부 정보가 포함됩니다. 문자열이 지정되면 winget 관련 오류가 이 값을 검색합니다.오류에 대한 정보 가져오기오류 정보 내에서 검색할 값입니다.주어진 숫자가 너무 커서 HRESULT가 될 수 없습니다.알 수 없는 오류 코드내부 오류잘못된 명령줄 인수명령을 실행하지 못했습니다.매니페스트를 열지 못했습니다.취소 신호 수신됨ShellExecute를 실행하지 못했습니다.매니페스트를 처리할 수 없습니다. 매니페스트 버전이 지원되는 버전보다 높습니다. 클라이언트를 업데이트하세요.설치 관리자를 다운로드하지 못했습니다.인덱스에 쓸 수 없습니다. 상위 스키마 버전입니다.인덱스가 손상되었습니다.구성된 원본 정보가 손상되었습니다.원본 이름이 이미 구성되어 있습니다.원본 유형이 잘못되었습니다.MSIX 파일은 패키지가 아닌 번들입니다.원본에 필요한 데이터가 없습니다.현재 시스템에 적용할 수 있는 설치 관리자가 없습니다.설치 관리자 파일의 해시가 매니페스트와 일치하지 않습니다.원본 이름이 없습니다.원본 위치가 이미 다른 이름으로 구성되어 있습니다.패키지를 찾을 수 없음원본이 구성되지 않았습니다.조건과 일치하는 여러 패키지가 있습니다.조건과 일치하는 매니페스트를 찾을 수 없습니다.원본 패키지에서 공용 폴더를 가져오지 못했습니다.명령을 실행하려면 관리자 권한이 필요합니다.원본 위치가 안전하지 않습니다.Microsoft Store 클라이언트가 정책에 의해 차단됨Microsoft Store 앱이 정책에 의해 차단됨이 기능은 현재 개발 중입니다. winget 설정을 사용하여 사용하도록 설정할 수 있습니다.Microsoft Store 앱을 설치하지 못했습니다.자동 완성을 수행하지 못했습니다.YAML 파서 초기화 실패잘못된 YAML 키가 발견되었습니다.중복된 YAML 키가 발견되었습니다.잘못된 YAML 작업YAML 문서를 빌드하지 못했습니다.잘못된 YAML 발신기 상태잘못된 YAML 데이터LibYAML 오류매니페스트 유효성 검사에 성공했으나 경고가 발생했습니다.매니페스트 유효성 검사 실패매니페스트가 잘못되었습니다.적용 가능한 업데이트를 찾을 수 없음winget 업그레이드 -- 모두 실패로 완료됨설치 관리자에서 보안 검사 실패다운로드 크기가 예상 콘텐츠 길이와 일치하지 않습니다.제거 명령을 찾을 수 없음제거 명령을 실행하지 못했습니다.ICU 중단 반복기 오류ICU casemap 오류ICU regex 오류가져온 패키지를 하나 이상 설치하지 못했습니다.요청한 패키지를 하나 이상 찾을 수 없습니다.Json 파일이 잘못되었습니다.원본 위치가 원격이 아닙니다.구성된 rest 원본은 지원되지 않습니다.REST 원본에서 반환된 데이터가 잘못되었습니다.작업이 그룹 정책 의해 차단되었습니다.Rest API 내부 오류잘못된 REST 원본 URLREST API에서 반환된 지원되지 않는 MIME 형식잘못된 REST 원본 계약 버전원본 데이터가 손상되었거나 변조되었습니다.스트림에서 읽는 동안 오류가 발생했습니다.패키지 계약이 다음에 동의하지 않았습니다.프롬프트에서 입력을 읽는 동안 오류가 발생했습니다.하나 이상의 원본에서 검색 요청을 지원하지 않습니다.나머지 API 엔드포인트를 찾을 수 없습니다.원본을 열지 못했습니다.원본 계약이 다음에 동의하지 않았습니다.헤더 크기가 허용되는 제한인 1024자를 초과합니다. 크기를 줄이고 다시 시도하세요.누락된 리소스 파일MSI 설치를 실행하지 못했습니다.msiexec에 대한 인수가 잘못되었습니다.하나 이상의 원본을 열지 못했습니다.종속성 유효성을 검사하지 못했습니다.하나 이상의 패키지가 없습니다.잘못된 테이블 열업그레이드 버전이 설치된 버전보다 최신 버전이 아닙니다.업그레이드 버전을 알 수 없으며 재정의가 지정되지 않았습니다.ICU 변환 오류휴대용 패키지를 설치하지 못했습니다.볼륨에서 다시 지점 구문 분석을 지원하지 않습니다.다른 원본의 휴대용 패키지가 이미 있습니다.symlink를 만들 수 없습니다. 경로가 디렉터리를 가리킵니다.관리자 컨텍스트에서 설치 관리자를 실행할 수 없습니다.휴대용 패키지를 제거하지 못했습니다.인덱스에 대해 DisplayVersion 값의 유효성을 검사하지 못했습니다.하나 이상의 인수가 지원되지 않습니다.포함된 null 문자는 SQLite에 대해 허용되지 않습니다.보관함에서 중첩 설치 관리자를 찾지 못했습니다.보관 파일을 추출하지 못했습니다.제공된 중첩 설치 관리자의 상대 파일 경로가 잘못되었습니다.서버 인증서가 필요한 값과 일치하지 않습니다.설치 위치를 제공해야 합니다.보관 맬웨어 검색에 실패했습니다.설치된 패키지의 버전을 하나 이상 찾았습니다.패키지에 대한 핀이 이미 있습니다.패키지에 대한 핀이 없습니다.고정 데이터베이스를 열 수 없습니다.하나 이상의 응용 프로그램을 설치하지 못했습니다.하나 이상의 애플리케이션을 제거하지 못했습니다.하나 이상의 쿼리가 정확히 하나의 일치 항목을 반환하지 않았습니다.패키지에 업그레이드를 방지하는 PIN이 있습니다.현재 설치된 패키지는 스텁 패키지입니다.응용 프로그램 종료 신호 수신됨패키지 종속성을 다운로드하지 못했습니다.패키지를 다운로드하지 못했습니다. 오프라인 설치를 위해 다운로드할 수 없습니다.필요한 서비스가 사용 중이거나 사용할 수 없습니다. 나중에 다시 시도하세요.제공된 GUID가 올바른 다시 시작 상태에 해당하지 않습니다.현재 클라이언트 버전이 저장된 상태의 클라이언트 버전과 일치하지 않습니다.다시 시작 상태 데이터가 잘못되었습니다.검사점 데이터베이스를 열 수 없습니다.최대 다시 시작 제한을 초과했습니다.잘못된 인증 정보입니다.지원되지 않는 인증 방법입니다.인증에 실패했습니다.인증에 실패했습니다. 대화형 인증이 필요합니다.인증에 실패했습니다. 사용자가 취소했습니다.인증에 실패했습니다. 인증된 계정이 원하는 계정이 아닙니다.응용 프로그램이 현재 실행 중입니다. 애플리케이션을 종료한 후 다시 시도하세요.다른 설치가 이미 진행 중입니다. 나중에 다시 시도하세요.하나 이상의 파일을 사용하고 있습니다. 애플리케이션을 종료한 후 다시 시도하세요.이 패키지에 시스템에 종속성이 없습니다.PC에 더 이상 공간이 없습니다. 공간을 확보한 후 다시 시도하세요.설치할 수 있는 메모리가 부족합니다. 다른 애플리케이션을 닫은 후 다시 시도하세요.이 응용 프로그램을 사용하려면 인터넷에 연결해야 합니다. 네트워크에 연결한 후 다시 시도하세요.설치하는 동안 이 응용 프로그램에 오류가 발생했습니다. 고객 지원에 문의하세요.PC를 다시 시작하여 설치를 완료합니다.설치하지 못했습니다. PC를 다시 시작한 후 다시 시도하세요.설치를 마치기 위해 PC가 다시 시작됩니다.설치를 취소했습니다.이 응용 프로그램의 다른 버전이 이미 설치되어 있습니다.이 응용 프로그램의 상위 버전이 이미 설치되어 있습니다.조직 정책으로 인해 설치할 수 없습니다. 관리자에게 문의하세요.패키지 종속성을 설치하지 못했습니다.현재 다른 응용 프로그램에서 응용 프로그램을 사용하고 있습니다.잘못된 매개 변수입니다.시스템에서 패키지가 지원되지 않습니다.설치 관리자가 기존 패키지 업그레이드를 지원하지 않습니다.사용자 지정 설치 관리자 오류로 설치하지 못했습니다.패키지에 대한 앱 및 기능 항목을 찾을 수 없습니다.설치 위치를 적용할 수 없습니다.설치 위치를 찾을 수 없습니다.기존 파일의 해시가 일치하지 않습니다.파일을 찾을 수 없습니다.파일을 찾았지만 해시가 확인되지 않았습니다.파일에 액세스할 수 없습니다.구성 파일이 잘못되었습니다.YAML 구문이 잘못되었습니다.구성 필드에 잘못된 형식이 있습니다.구성에 알 수 없는 버전이 있습니다.구성을 적용하는 동안 오류가 발생했습니다.구성에 중복 식별자가 포함되어 있습니다.구성에 종속성이 없습니다.구성에 만족스럽지 않은 종속성이 있습니다.구성 단위에 대한 어설션이 실패했습니다.구성을 수동으로 건너뛰었습니다.사용자가 실행을 계속하기를 거부했습니다.종속성 그래프 확인할 수 없는 주기가 포함되어 있습니다.구성에 잘못된 필드 값이 있습니다.구성에 필드가 없습니다.상태를 테스트하는 동안 일부 구성 단위가 실패했습니다.구성 상태가 테스트되지 않았습니다.구성 단위가 설치되지 않았습니다.구성 단위를 찾을 수 없습니다.구성 단위와 일치하는 항목이 여러 개 있습니다. 모듈을 지정하여 올바른 모듈을 선택하십시오.현재 시스템 상태를 가져오는 동안 구성 단위가 실패했습니다.현재 시스템 상태를 테스트하는 동안 구성 단위가 실패했습니다.원하는 상태를 적용하는 동안 구성 단위가 실패했습니다.구성 단위의 모듈은 같은 버전으로 여러 위치에서 사용할 수 있습니다.구성 단위에 대한 모듈을 로드하지 못했습니다.구성 단위가 실행 중에 예기치 않은 결과를 반환했습니다.구성 루트가 필요한 설정이 단위에 포함되어 있습니다.구성 프로세서에서 지원하지 않는 작업입니다.사용할 수 없음Windows 기능 종속성을 사용하도록 설정함구성 단위를 실행하려면 관리자 권한이 필요하므로 구성 단위에 대한 모듈을 로드하지 못했습니다.구성 루트가 필요한 설정이 단위에 포함되어 있습니다.구성 단위를 실행하려면 관리자 권한이 필요하므로 구성 단위에 대한 모듈을 로드하지 못했습니다.저장된 명령의 고유 식별자를 전달하여 이전에 저장한 명령의 실행을 다시 시작합니다. 다시 부팅으로 인해 종료되었을 수 있는 실행된 명령을 다시 시작하는 데 사용됩니다.이전에 저장된 명령의 실행을 다시 시작합니다.다시 시작할 저장된 상태의 고유 식별자입니다.다른 클라이언트 버전에서 상태를 다시 시작하는 것은 지원되지 않습니다. {0}{Locked= "{0}"} Message displayed to inform the user that the client version of the resume state does not match the current client version. {0} is a placeholder for the client version that created the resume state.다시 시작 상태가 없습니다. {0}{Locked="{0}"} Error message displayed when the user provides a guid that does not correspond to a valid saved state. {0} is a placeholder replaced by the provided guid string.다시 시작 상태에서 데이터를 찾을 수 없습니다.이 명령은 다시 시작이 지원되지 않습니다.해당하는 경우 다시 부팅 허용작업을 완료하기 위해 다시 부팅을 시작하는 중...다시 부팅을 시작하지 못했습니다.다시 시작 작업이 허용되는 {0} 다시 시작 제한을 초과합니다. 수동으로 다시 시작하려면 '{1}' 명령을 실행하십시오.{Locked="{0}", "{1}"} {0} is a placeholder that is replaced by an integer number of the number of allowed resumes. {1} is a placeholder for the command to run to perform a manual resume.저장된 상태 다시 시작 시 제한 무시{0} URI 체계는 지원되지 않습니다.{Locked="{0}"} Error message displayed when the provided uri is not supported. {0} is a placeholder replaced by the provided uri.URI 형식이 잘못되었습니다. {0}{Locked="{0}"} Error message displayed when the provided uri is not well formed. {0} is a placeholder replaced by the provided uri.구성 단위 설정 콘텐츠 또는 설정 콘텐츠가 비어 {0} 구문 분석하지 못했습니다.{Locked="{0}"} {0} is a placeholder replaced by the input winget configure resource unit type.{0} 구성 단위에 필수 인수가 없습니다. {1}{Locked="{0},{1}"} {0} is a placeholder for the input winget configure resource unit type. {1} is placeholder for the missing arg.{0} 구성 단위에 권장 인수가 없습니다. {1}{Locked="{0},{1}"} {0} is a placeholder for the input winget configure resource unit type. {1} is placeholder for the missing arg.WinGetSource 구성 단위가 알려진 원본과 충돌합니다. {0}{Locked="WinGetSource,{0}"} {0} is a placeholder for the input winget source in the configuration unit settings.WinGetSource 구성 단위는 타사 원본에서 어설션합니다. {0}{Locked="WinGetSource,{0}"} {0} is a placeholder for the input winget source in the configuration unit settings.WinGetPackage가 UseLatest와 Version을 모두 선언합니다. 패키지 ID: {0}{Locked="WinGetPackage,UseLatest,Version,{0}"}WinGetPackage 구성 단위는 타사 소스의 패키지에 대해 어설션합니다. 패키지 ID: {0}; 원본: {1}{Locked="WinGetPackage,{0},{1}"}WinGetPackage 구성 단위 패키지는 이전에 구성되지 않은 타사 원본에 종속됩니다. 패키지 ID: {0}; 원본: {1}{Locked="WinGetPackage,{0},{1}"}WinGetPackage 구성 단위 패키지는 타사 원본에 종속됩니다. uni dependsOn 섹션에 종속성을 선언하는 것이 좋습니다. 패키지 ID: {0}; 원본: {1}{Locked="WinGetPackage,dependsOn,{0},{1}"}WinGetPackage 구성 단위 패키지의 유효성을 검사할 수 없습니다. 원본을 열지 못했습니다. 패키지 ID: {0}; 원본: {1}{Locked="WinGetPackage,{0},{1}"}WinGetPackage 구성 단위 패키지의 유효성을 검사할 수 없습니다. 패키지를 찾을 수 없습니다. 패키지 ID: {0}{Locked="WinGetPackage,{0}"}WinGetPackage 구성 단위 패키지의 유효성을 검사할 수 없습니다. 패키지를 두 개 이상 찾았습니다. 패키지 ID: {0}{Locked="WinGetPackage,{0}"}WinGetPackage 구성 단위 패키지의 유효성을 검사할 수 없습니다. 패키지 버전을 찾을 수 없습니다. 패키지 ID: {0}; 버전 {1}{Locked="WinGetPackage,{0},{1}"}WinGetPackage 구성 단위 패키지는 특정 버전으로 지정되지만 하나의 패키지 버전만 사용할 수 있습니다. 패키지 ID: {0}, 버전: {1}{Locked="WinGetPackage,{0},{1}"}WinGetPackage 구성 단위 패키지의 유효성을 검사할 수 없습니다. 패키지 ID: {0}{Locked="WinGetPackage,{0}"}인증 창 기본 설정 지정(silent, silentPreferred 또는 interactive){Locked="silent","silentPreferred","interactive"} This argument allows the user to select authentication window popup behavior.인증에 사용할 계정 지정원본을 추가하지 못했습니다. 이 winget 버전에서는 원본의 인증 방법을 지원하지 않습니다. 최신 winget 버전으로 업그레이드해 보세요.{Locked="winget"}{0} 원본을 인증해야 합니다. 필요한 경우 인증 프롬프트가 표시될 수 있습니다. 인증된 정보는 액세스 권한 부여를 위해 원본과 공유됩니다.{Locked="{0}"}설치된 패키지 목록을 검색하거나 매니페스트에서 직접 선택한 패키지를 복구합니다. 기본적으로 쿼리는 대/소문자를 구분하지 않는 패키지의 ID, 이름 또는 모니커와 일치해야 합니다. 다른 필드는 해당 옵션을 전달하여 사용할 수 있습니다.id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.선택한 패키지를 복구합니다.이 패키지에 대한 복구 명령을 찾을 수 없습니다. 지원을 받으려면 패키지 게시자에 문의하세요.사용 중인 설치 관리자 기술이 현재 설치된 버전과 일치하지 않습니다.복구 명령을 찾을 수 없습니다.사용 중인 설치 관리자 기술이 복구를 지원하지 않습니다.복구 작업이 완료되었습니다.복구 중단됨패키지 복구를 시작하는 중...Microsoft Store 패키지를 복구하지 못했습니다. 오류 코드: {0}{Locked="{0}"} Error message displayed when a Microsoft Store application package fails to repair. {0} is a placeholder replaced by an error code.복구 작업에 실패했습니다.복구 작업은 적용할 수 없습니다.구성된 원본에서 사용할 수 있는 일치하는 패키지 버전이 없습니다.현재 시스템 구성은 이 패키지의 복구를 지원하지 않습니다.사용 중인 설치 관리자 기술이 복구를 지원하지 않습니다.관리자 권한으로 실행하는 경우 사용자 scope 위해 설치된 패키지를 복구할 수 없습니다.사용자 scope 내에 설치된 패키지에서는 관리자 권한과 관련된 복구 작업이 허용되지 않습니다.복구하지 못했습니다. 종료 코드: {0}{Locked="{0}"} Error message displayed when an attempt to repair an application package fails. {0} is a placeholder replaced by an error code.손상을 방지하기 위해 SQLite 연결을 종료했습니다.모든 버전 제거작업할 버전이 패키지의 여러 버전이 설치되어 있습니다. 검색을 구체화하거나,'--version' 인수를 전달하여 하나를 선택하거나, '--all-versions' 플래그를 전달하여 모두 제거하세요.{Locked="--version,--all-versions"}프록시 명령줄 옵션 Windows 패키지 관리자 사용Describes a Group Policy that can enable the use of the --proxy option to set a proxy이 실행에 사용할 프록시 설정이 실행에 프록시 사용 안 함{0} 다시 설정할 수 없습니다. 이 설정은 정책에 의해 제어됩니다. 자세한 내용은 시스템 관리자에게 문의하십시오.{Locked="{0}"} The value will be replaced with the feature name관리자 설정 ‘{0}’을(를) 초기화합니다.{Locked="{0}"} Message displayed after the user resets an admin setting to its default value. Reset is used as verb in past tense. {0} is a placeholder replaced by the setting name.{0} 설정할 수 없습니다. 이 설정은 정책에 의해 제어됩니다. 자세한 내용은 시스템 관리자에게 문의하십시오.{Locked="{0}"} The value will be replaced with the feature name관리자 설정 '{0}'을(를) '{1}'(으)로 설정합니다.{Locked="{0}"} Message displayed after the user sets the value of an admin setting. Set is used as a verb in past tense. {0} is a placeholder replaced by the setting name. {1} is a placeholder replaced 수정할 설정의 이름설정에 대해 설정할 값입니다.관리자 설정을 기본값으로 다시 설정합니다.관리자 설정을 기본값으로 다시 설정합니다.관리자 설정의 값을 설정합니다.관리자 설정의 값을 설정합니다.지정하지 않는 한 검색에서 원본 제외검색에서 원본 제외(true 또는 false)유해 콘텐츠원본의 신뢰 수준(없음 또는 신뢰할 수 없음)신뢰 수준Microsoft Store 패키지 카탈로그를 가져오지 못했습니다.Microsoft Store 패키지 카탈로그에서 적용 가능한 Microsoft Store 패키지를 찾을 수 없습니다.Microsoft Store 패키지 다운로드 정보를 가져오지 못했습니다.다운로드할 적용 가능한 Microsoft Store 패키지를 찾을 수 없습니다.Microsoft Store 패키지 라이선스를 검색하지 못했습니다.해당하는 Microsoft Store 패키지를 찾을 수 없습니다.Microsoft Store 패키지 해시가 성공적으로 확인되었습니다.Microsoft Store 패키지 해시 불일치Microsoft Store 패키지 다운로드됨: {0}{Locked="{0}"} Full path of the downloaded package.Microsoft Store 패키지 다운로드 실패: {0}{Locked="{0}"} Package name.Microsoft Store 패키지 다운로드 완료Microsoft Store 기본 패키지를 다운로드하는 중...Microsoft Store에서 종속성 패키지를 다운로드하는 중...Microsoft Store 패키지 다운로드 정보 검색Microsoft Store 패키지 다운로드 정보를 검색하지 못했습니다.Microsoft Store 패키지 라이선스 검색Microsoft Store 패키지 라이선스 저장됨: {0}{Locked="{0}"} License file full path.Microsoft Store 패키지 라이선스를 검색하지 못했습니다.Microsoft Store 패키지 다운로드는 --rename 인수를 지원하지 않습니다. Microsoft Store 패키지는 Microsoft Store 카탈로그에서 제공하는 이름을 사용합니다.{Locked="--rename"}Microsoft Store 패키지를 다운로드하려면 Microsoft Entra ID 인증이 필요합니다. 필요한 경우 인증 프롬프트가 표시될 수 있습니다. 인증된 정보는 액세스 권한 부여를 위해 Microsoft 서비스 공유됩니다. Microsoft Store 패키지 라이선스의 경우 Microsoft Entra ID 계정은 전역 관리자, 사용자 관리자 또는 라이선스 관리자의 구성원이어야 합니다.{Locked="Global Administrator,User Administrator,License Administrator"}Microsoft Store 패키지 오프라인 라이선스 검색 건너뛰기대상 플랫폼 선택구성 파일 추가: {0}{Locked="{0}"}내보냈습니다.구성 설정을 가져오는 중...--resource가 있는 --packageId 및/또는 --module 이상을 제공해야 합니다. 또는 --all을 사용하여 모든 패키지 구성을 내보냅니다.{Locked="--packageId,--module, --resource, --all"}--packageId, --module 및 --resource 인수는 --all과 함께 사용할 수 없습니다.{Locked="--packageId,--module, --resource, --all"}구성 리소스를 구성 파일로 내보냅니다. --all과 함께 사용하면 모든 패키지 구성을 내보냅니다. --packageId와 함께 사용하면 지정된 패키지 ID의 WinGetPackage 리소스를 내보냅니다. --module 및 --resource와 함께 사용하면 리소스의 설정을 가져오고 구성 파일로 내보냅니다. 출력 구성 파일이 이미 있으면 내보낸 구성 리소스를 추가합니다.{Locked="WinGetPackage,--packageId,--module, --resource"}구성 리소스를 구성 파일로 내보냅니다.내보낼 리소스의 모듈입니다.내보낼 패키지 식별자입니다.내보낼 구성 리소스입니다.모든 패키지 구성을 내보냅니다.구성 단위가 해당 속성을 가져오지 못했습니다.구성을 내보내지 못했습니다.{0} 구성{Locked="{0}"}{0} 설치{Locked="{0}"}구성 파일에 있는 일부 데이터가 이 출력에 대해 잘렸습니다. 파일 콘텐츠를 검사하여 전체 콘텐츠를 검사합니다.<이 값이 잘렸습니다. 전체 텍스트를 보려면 파일 내용을 검사합니다>Keep some form of separator like the "<>" around the text so that it stands out from the preceding text.시스템에 적용된 구성에 대한 높은 수준의 세부 정보를 표시합니다. 그런 다음 이 데이터를 `configure` 명령과 함께 사용하여 자세한 정보를 확인할 수 있습니다.{Locked="`configure`"}구성 기록 표시기록에 구성이 없습니다.기록에서 항목 선택제공된 데이터와 일치하는 단일 구성을 찾을 수 없습니다. 원하는 구성과 명확하게 일치하는 식별자의 전체 이름 또는 일부를 제공하십시오.기록에서 항목 제거처음 적용됨Column header for date values indicating when a configuration was first applied to the system.식별자이름원본경로지정한 구성을 찾을 수 없습니다.완료The state of processing an item.진행 중The state of processing an item.보류 중The state of processing an item.알 수 없음The state of processing an item.구성 상태를 모니터링합니다.As in "to monitor the status of a configuration being applied".완료The state of processing an item.진행 중The state of processing an item.보류 중The state of processing an item.건너뜀The state of processing an item.알 수 없음The state of processing an item.적용 시작됨When the configuration application started.적용 종료됨When the configuration application ended.결과세부 정보상태The state of processing an item.단위패키지가 현재 Windows 버전 또는 플랫폼과 호환되지 않습니다.가능한 경우 초기 구성 세부 정보를 표시하지 않음여러 플랫폼 및 아키텍처를 대상으로 하는 여러 Microsoft Store 패키지를 다운로드할 수 있습니다. --platform, --architecture를 사용하여 패키지를 필터링할 수 있습니다.{Locked="--platform--architecture"}Microsoft Store 패키지 라이선스를 검색하지 못했습니다. Microsoft Entra ID 계정이 전역 관리자, 사용자 관리자 또는 라이선스 관리자의 구성원이 아닙니다. --skip-license를 사용하여 Microsoft Store 패키지 라이선스 검색을 건너뜁니다.{Locked="Global Administrator,User Administrator,License Administrator,--skip-license"}Microsoft Store 패키지는 다운로드를 지원하지 않습니다.Microsoft Store 패키지는 다운로드를 지원하지 않습니다.Microsoft Store 패키지 라이선스를 검색하지 못했습니다. Microsoft Entra ID 계정에 필요한 권한이 없습니다.무결성 경계를 넘어 매개 변수를 전달할 수 없습니다.0 바이트 설치 관리자 다운로드됨; 네트워크 연결이 제대로 작동하는지 확인하십시오.0 바이트 설치 관리자 다운로드됨; 네트워크 연결이 제대로 작동하는지 확인하십시오.글꼴 관리하위 명령으로 글꼴을 관리합니다. 글꼴은 packages와 비슷하게 설치, 업그레이드 또는 제거할 수 있습니다. 가족얼굴"Faces" represents the typeface of the font family such as 'Bold' or 'Italic'성으로 결과 필터링얼굴"Face" represents the typeface of a font family such as 'Bold' or 'Italic'경로입력 조건과 일치하는 설치된 글꼴을 찾을 수 없습니다.설치된 글꼴 나열설치된 모든 글꼴, 모든 글꼴 파일 또는 특정 글꼴의 전체 세부 정보를 나열합니다.버전구성 모듈PowerShell Modules that are used for the Configuration feature패키지 설치 관리자에 인증이 필요합니다. 필요한 경우 인증 프롬프트가 표시될 수 있습니다. 인증된 정보는 설치 관리자 다운로드 URL과 공유됩니다.설치 관리자를 다운로드하지 못했습니다. 이 winget 버전에서는 설치 관리자 다운로드 인증 방법을 지원하지 않습니다. 최신 winget 버전으로 업그레이드해 보세요.{Locked="winget"}설치 관리자를 다운로드하지 못했습니다. 인증에 실패했습니다.구성 프로세서의 경로를 지정합니다.DSC v3 리소스 명령DSC stands for "Desired State Configuration". It should already have a locked translation.여기서 하위 명령은 WinGet 및 패키지를 구성하기 위한 DSC(Desired State Configuration) v3 리소스를 구현합니다.리소스 상태 가져오기리소스 상태 설정필요한 상태 변경 설명하기리소스 상태 테스트리소스 상태 삭제모든 상태 인스턴스 가져오기그룹 콘텐츠 유효성 검사외부 상태 해결어댑터 실행리소스 스키마 가져오기리소스 매니페스트 가져오기패키지 상태 관리WinGet을 통해 패키지를 관리하세요.instance 있는지 여부를 나타냅니다.instance 원하는 상태에 있는지 여부를 나타냅니다.패키지의 식별자입니다.패키지의 원본입니다.패키지 버전입니다.식별자를 패키지와 일치시키는 메서드입니다.사용 가능한 최신 버전의 패키지를 설치해야 합니다.필요한 경우 사용할 설치 모드입니다.패키지의 대상 범위입니다.소스 및 패키지에 대한 계약에 동의할지 여부를 나타냅니다.사용자 설정 파일 관리WinGet의 사용자 설정을 관리합니다.설정 JSON 파일 콘텐츠입니다.설정을 적용하는 데 사용되는 작업입니다.상관 관계를 위해 값이 기록되었습니다.데이터 원본 구성WinGet의 소스를 관리합니다.원본에 사용할 이름입니다.원본의 인수입니다.원본의 유형입니다.원본의 신뢰 수준입니다.호출 시 원본이 지정되지 않았을 때 원본이 포함되는지 여부입니다.구성 단위 적용 중...단위를 내보내는 중...구성 단위 프로세서를 가져오는 중...[{0}] 내보내기에 필요한 모듈을 확인하세요.{Locked="{0}"}필수 모듈을 테스트하거나 가져오지 못했습니다. 관련 설정을 내보내지 않습니다.[{0}] 내보내기{Locked="{0}"}리소스를 내보내지 못했습니다.단위 프로세서를 가져오지 못했습니다. 개별 패키지 설정을 내보내지 않습니다.결과를 쓸 디렉터리Desired State Configuration 패키지를 시스템에서 찾을 수 없습니다. 패키지... 설치 중Desired State Configuration 패키지를 설치하지 못했습니다. 패키지를 수동으로 설치하거나 --processor-path 인수를 통해 dsc.exe 경로를 제공하십시오.{Locked="dsc.exe","--processor-path"}관리자 설정 및 해당 값을 포함하는 개체입니다.관리자 설정 관리WinGet의 관리자 설정을 관리합니다.모든 관리자 설정을 초기화합니다.모든 관리자 설정이 초기화되었습니다.MCP 정보MCP stands for Model Context Protocol and should probably remain as-isWindows 패키지 관리자를 위한 MCP(모델 컨텍스트 프로토콜) 정보입니다.MCP 클라이언트를 사용하여 Windows 패키지 관리자 MCP 서버를 수동으로 구성하려면 `servers` 개체에서 다음 JSON 조각을 사용하십시오.{Locked="`servers`"}
MCP stands for Model Context Protocol and should probably remain as-is.
An unlocalized JSON fragment will follow on another line.WINDOWS 패키지 관리자 MCP 서버 활성화대상 OS 버전하나 이상의 글꼴을 설치하지 못했습니다.글꼴 파일이 지원되지 않으므로 설치할 수 없습니다.글꼴 패키지에 있는 하나 이상의 글꼴이 지원되지 않으므로 설치할 수 없습니다.글꼴 설치 실패, 정리하는 중입니다.글꼴이 이미 설치되어 있습니다.패키지 IDWinGet 지원됨제목글꼴 파일을 찾을 수 없습니다.글꼴을 제거하지 못했습니다. 글꼴 상태가 좋지 않을 수 있습니다. 다시 시작한 후 제거해 보세요.글꼴 유효성 검사에 실패했습니다.글꼴 롤백에 실패했습니다. 글꼴 상태가 좋지 않을 수 있습니다. 다시 시작한 후 제거해 보세요.글꼴 파일의 자세한 정보를 표시합니다.글꼴 패키지의 유효성을 검사하지 못했습니다.실패한 글꼴 설치에 대한 롤백 시도가 실패했습니다. 글꼴을 제거하려면 다시 시작해야 할 수 있습니다.글꼴 패키지를 제거하지 못했습니다. 시스템 또는 응용 프로그램에서 글꼴을 사용 중이기 때문인 경우가 많습니다. 컴퓨터를 다시 시작한 후 제거가 성공할 수 있습니다.확인"OK" means the font is in a good healthy state손상됨"Corrupt" refers to an install that is in a corrupted or bad state, and needs repair.상태알 수 없음글꼴 패키지가 이미 설치되어 있습니다.패키지에 대한 자세한 정보 표시Providing this argument causes the CLI to output additional details about installed application packages.채널:Precedes a string value that names the delivery channel for the software package (ex. stable, beta).로컬 식별자Precedes a value that is the unique identifier for the installed package on the local system.패키지 패밀리 이름:Precedes a value that is the APPX/MSIX package family name of the installed package.제품 코드:Precedes a value that is the Add/Remove Programs identifier in the registry. This is also the Product Code value as defined in MSI installers.업그레이드 코드:Precedes a value that is the MSI Upgrade Code for the installed package.설치된 범위:Precedes a value that is the scope of the installation of the package (ex. user, machine).설치된 아키텍처:Precedes a value that is the installed architecture of the package (ex. x86, x64, ARM64).설치된 지역:Precedes a value that is the locale of the installed package.설치된 위치:Precedes a value that is the directory path to the installed package.원본 소스:Precedes a value that names the package source where the installed package originated from.사용 가능한 업그레이드:Precedes a list of package upgrades available for the installed package.설치 관리자 범주:Precedes a value that indicates the category of the installer for the installed package (ex. exe, msi, msix).이전 값Column title for listing edit changes.새 값Column title for listing the new value.
================================================
FILE: Localization/Resources/pt-BR/Resources.resw
================================================
text/microsoft-resx2.0System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
================================================
FILE: Localization/Resources/pt-BR/winget.resw
================================================
text/microsoft-resx2.0System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Alias adjacente não é um sinalizador: "{0}"{Locked="{0}"} Error message displayed when the user provides an adjoined alias that is not a flag argument. {0} is a placeholder replaced by the user input argument (e.g. '-ab').Alias de sinalizador adjacente não encontrado: "{0}"{Locked="{0}"} Error message displayed when the user provides an adjoined flag alias argument that was not found. {0} is a placeholder replaced by the user input argument (e.g. '-ab').Os seguintes argumentos estão disponíveis:Message displayed to inform the user about the available command line arguments.Os seguintes nomes alternativos de comando estão disponíveis:Message displayed to inform the user about the available command line alias arguments.Os seguintes comandos estão disponíveis:Title displayed to inform the user about the available commands.DisponívelAs in "a new version is available to upgrade to".As seguintes opções estão disponíveis:Message displayed to inform the user about the available options.Os seguintes subcomandos estão disponíveis:Message displayed to inform the user about the available nested commands that run in context of the selected command.{0} atualizações disponíveis.{Locked="{0}"} Message displayed to inform the user about available package upgrades. {0} is a placeholder replaced by the number of package upgrades.Usar o canal especificado; o padrão é público geralcomandoLabel displayed for a command to give the software.Filtrar resultados por comandoDescription message displayed to inform the user about filtering the search results by a package command.A linha de comando completa para conclusãoEste comando requer privilégios de administrador para ser executado.Esse comando pode ser usado para solicitar a conclusão da linha de comando sensível ao contexto. A linha de comando, a posição do cursor e a palavra a ser completada são entregues. A saída é um conjunto de valores possíveis com base nas entradas, com um valor possível por linha.Habilita a conclusão da linha de comando sensível ao contextoNão mostrar mais do que o número especificado de resultados (entre 1 e 1000)ConcluídoLabel displayed when an operation completes or is done executing.Localizar pacote usando uma correspondência exataDescription message displayed to inform the user about finding an application package using an exact matching criteria.Argumento experimental para fins de demonstraçãoEste comando é um exemplo de como implementar um recurso experimental. Para ativar, vá para 'winget settings' e habilite os recursos experimentalCmd ou experimentalArg.{Locked="winget settings"}Exemplo de recurso experimentalFoi encontrado um argumento posicional quando nenhum era esperado: '{0}'{Locked="{0}"} Error message displayed when the user provides an extra positional argument when none was expected. {0} is a placeholder replaced by the user's extra argument input.Este recurso é um trabalho em andamento e pode ser alterado radicalmente ou removido completamente no futuro. Para habilita-lo, edite suas configurações ('winget settings') para incluir o recurso experimental: '{0}'{Locked="winget settings","{0}"}. Error message displayed when the user uses an experimental feature that is disabled. {0} is a placeholder replaced by the experimental feature name.Mostra o status dos recursos experimentais. Os recursos experimentais podem ser ativados por 'winget settings'.{Locked="winget settings"}Mostra o status dos recursos experimentaisDesabilitadoHabilitadoRecursoLinkOs seguintes recursos experimentais estão em andamento.
Eles podem ser configurados por meio do arquivo de configurações ' winget settings '.{Locked="winget settings"}PropriedadeStatusArquivo em que será gerado o hashArgumento sinalizado não pode conter valores adjacentes: "{0}"{Locked="{0}"} Error message displayed when the user provides a flag argument containing an unexpected adjoined value. {0} is a placeholder replaced by the user input.Calcula o hash de um arquivo local, apropriado para entrada em um manifesto. Ele também pode calcular o hash do arquivo de assinatura de um pacote MSIX para habilitar instalações de streaming.Ajuda para arquivos do instalador de hashMostra a ajuda sobre o comando selecionadoPara obter mais detalhes sobre um comando específico, passe o argumento help.Mais tópicos de ajuda podem ser encontrados em: {0}{Locked="{0}"} Message displayed to inform the user about a link where they can learn more about the subject context. {0} is a placeholder replaced by a website address.Filtrar resultados por idSuprime saídas de avisoEste aplicativo é licenciado para você pelo proprietário.A Microsoft não é responsável por, nem concede licenças a pacotes de terceiros.Este pacote é fornecido por meio da Microsoft Store. O winget talvez precise adquirir o pacote da Microsoft Store em nome do usuário atual.{Locked="winget"}Instala o pacote selecionado, seja encontrado pesquisando uma origem configurada ou diretamente de um manifesto. Por padrão, a consulta deve corresponder a maiúsculas e minúsculas a id, name ou moniker do pacote. Outros campos podem ser usados passando sua opção apropriada. Por padrão, o comando install verificará o status do pacote instalado e tentará realizar uma atualização, se aplicável. Substitua por --force para executar uma instalação direta.{Locked="--force"}; id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Instalar um determinado pacoteO hash do instalador não corresponde; Isto não pode ser substituído durante a execução como administradorO hash do instalador não corresponde; prosseguir devido à --ignore-security-hash{Locked="--ignore-security-hash"}O hash do instalador não corresponde; para substituir este uso de verificação --ignore-security-hash{Locked="--ignore-security-hash"}Hash do instalador verificado com êxitoInstalado com êxitoIniciando a instalação do pacote...Ignorar a falha na verificação do código hash do instaladorIgnorar a verificação de malware realizada como parte da instalação de um pacote de tipo de arquivo morto do manifesto localSolicitar instalação interativa; a entrada do usuário pode ser necessáriaO alias de argumento não foi reconhecido para o comando atual: '{0}'{Locked="{0}"} Error message displayed when the user provides a command line argument alias that was not recognized for a selected command. {0} is a placeholder replaced by the user's argument alias input (e.g. '-a').Especificador de argumento inválido: "{0}"{Locked="{0}"} Error message displayed when the user provides an invalid argument specifier. {0} is a placeholder replaced by an argument specifier (e.g. '-').O nome do argumento não foi reconhecido para o comando atual: '{0}'{Locked="{0}"} Error message displayed when the user provides an unrecognized command line argument name for the selected command. {0} is a placeholder replaced by the user's argument name input (e.g. '--example').Diretórios WingetHeader for a table detailing the directories Winget uses for key operations like logging and portable installsLocal para usar (formato BCP47){Locked="BCP47"}Contrato de LicençaLinksLinks to different webpagesO comando list exibe os pacotes instalados no sistema, bem como se uma atualização está disponível. Opções adicionais podem ser fornecidas para filtrar a saída, assim como o comando de pesquisa (search).{Locked="list","search"}Exibir os pacotes instaladosLocal para instalar (se houver suporte)Local do log (se houver suporte)Copyright (c) Microsoft Corporation. Todos os direitos reservados.Home pageThe primary webpage for the softwareO caminho para o manifesto do pacoteFalha na validação do manifesto.Êxito na validação do manifesto.Êxito na validação do manifesto com avisos.Valor de argumento obrigatório, mas nenhum encontrado: "{0}"{Locked="{0}"} Error message displayed when the user does not provide a required command line argument value. {0} is a placeholder replaced by the argument name.Filtrar resultados por monikerO arquivo de entrada será tratado como msix; hash de assinatura será fornecido se assinadoFalha ao calcular o hash de assinatura MSIX.Falha ao instalar ou atualizar o pacote da Microsoft Store porque o aplicativo específico está bloqueado pela políticaFalha ao instalar ou atualizar o pacote da Microsoft Store. Código de erro: {0}{Locked="{0}"} Error message displayed when a Microsoft Store application package fails to install or upgrade. {0} is a placeholder replaced by an error code.Falha ao instalar ou atualizar o pacote da Microsoft Store porque o cliente da Microsoft Store está bloqueado pela diretivaVerificando/solicitando aquisição de pacote...Vários pacotes instalados encontraram critérios de entrada correspondentes. Refine a entrada.Vários pacotes encontraram critérios de entrada correspondentes. Refine a entrada.Filtrar resultados por nomeNenhum instalador aplicável encontrado; consulte os logs para obter mais detalhes.Atualmente não há recursos experimentais disponíveis. Nenhum pacote instalado foi encontrado que corresponda aos critérios de entrada.Nenhum pacote encontrou os critérios de entrada correspondentes.Desabilita a exibição VirtualTerminal{Locked="VirtualTerminal"}Abrir o local padrão dos logsopçõesOptions to change how a command worksSubstituir argumentos para passar para o instaladorPacote: {0}{Locked="{0}"} Label displayed for a software package. {0} is a placeholder replaced by the software package name.Opa, esquecemos de fazer isso...A posição do cursor na linha de comandoPolítica de PrivacidadeA consulta usada para pesquisar um pacoteExibição de progresso arco-íris de coresArgumento necessário não fornecido: "{0}"{Locked="{0}"} Error message displayed when the user does not provide a required command line argument. {0} is a placeholder replaced by an argument name.Exibição de andamento como a cor padrãoPesquisas de pacotes de fontes configuradas.Localizar e mostrar informações básicas de pacotesIDAbbreviation of Identifier.CorrespondênciaNomeOrigementradas adicionais truncadas devido ao limite de resultadoVersãoAs seguintes falhas foram encontradas ao validar as configurações:Abre as configurações no editor de texto json padrão. Se nenhum editor estiver configurado, abre as configurações no bloco de notas. Para obter as configurações disponíveis, consulte https://aka.ms/winget-settings Este comando também pode ser usado para definir configurações de administrador fornecendo os argumentos --enable ou --disable{Locked="--enable"} {Locked="--disable"}Abra as configurações ou defina as configurações do administradorErro inesperado ao carregar as configurações. Verifique suas configurações executando o 'settings' comando.{Locked="'settings'"}CanalMostra informações sobre um pacote específico. Por padrão, a consulta deve corresponder de forma insensível à ID, ao nome ou ao moniker do pacote. Outros campos podem ser usados passando a opção apropriada.id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Mostra informações sobre um pacoteVersãoSolicitar uma instalação silenciosaSomente o alias de caractere único pode ocorrer após um único -: '{0}'{Locked="{0}"} Error message displayed when the user provides more than a single character command line alias argument after an alias argument specifier '-'. {0} is a placeholder replaced by the user's argument input.Uma origem com o nome fornecido já existe e se refere a um local diferente:Uma origem com um nome diferente já se refere a este local:Uma origem com o nome fornecido já existe e se refere ao mesmo local:Adicionando fonte:Adicione uma nova fonte. Uma fonte fornece dados para você descobrir e instalar pacotes. Adicione uma nova fonte apenas se você confiar nela como um local seguro.Adicionar uma nova origemArgumento fornecido à fonteEncontrar pacote usando a fonte especificadaGerencie fontes usando os subcomandos. Uma fonte fornece dados para você descobrir e instalar pacotes. Adicione uma nova fonte apenas se você confiar nela como um local seguro.Gerenciar fontes de pacotesEditar propriedades de uma fonte existente. Uma fonte fornece os dados para você descobrir e instalar pacotes.Editar propriedades da fonteEditando fonte: {0}{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being edited. {0} is a placeholder replaced by the repository source name.A fonte chamada '{0}' já está no estado desejado.{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being edited. {0} is a placeholder replaced by the repository source name.ArgumentoValue given to source.Liste todas as fontes atuais ou todos os detalhes de uma fonte específica.Listar fontes atuaisDadosData stored by the source.CampoThe name of a piece of information about a source.NomeThe name of the source.IdentificadorThe source's unique identifier.Não foi encontrada uma fonte chamada: {0}Error message displayed when the user provides a repository source name that was not found. {0} is a placeholder replaced by the user input.Não há fontes configuradas.DigitarThe kind of source.AtualizadaThe last time the source was updated.nuncaThe source has never been updated.ValorThe value of information about a source.Nome da fonteFalha ao abrir a origem(s); tentar o comando 'source reset' se o problema persistir.{Locked="source reset"}Falha ao abrir a origem predefinida; Relate aos mantenedores winget.{Locked="winget"}Removendo todas as fontes...Remover uma fonte específica.Remover fontes atuaisRemovendo fonte: {0}...{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being removed. {0} is a placeholder replaced by the repository source name.Redefinindo todas as fontes...Esse comando descarta fontes existentes, deixando potencialmente todos os dados locais para trás. Sem nenhum argumento, ele removerá todas as fontes e adicionará os padrões. Se uma fonte nomeada for fornecida, só essa fonte será descartada.Redefinir fontesForça a redefinição das fontesAs seguintes fontes serão redefinidas se a opção--force for fornecida:{Locked="--force"}Redefinindo fonte: {0}...{Locked="{0}"} Message displayed to inform the user about a repository source that is currently being reset. {0} is a placeholder replaced by the repository source name.Tipo da fonteAtualizando todas as fontes...Atualizar todas as fontes ou apenas uma fonte específica.Atualizar fontes atuaisAtualizando fonte: {0}...{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being updated. {0} is a placeholder replaced by the repository source name.Filtrar resultados por rótuloObrigado por usar o wingetAvisos de TerceirosO programa utilitário de linha de comando winget permite instalar aplicativos e outros pacotes a partir da linha de comando.Exibir informações gerais da ferramentaExibir a versão da ferramentaArgumento fornecido mais vezes do que o permitido: "{0}"{Locked="{0}"} Error message displayed when the user provides a command line argument more times than it is allowed. {0} is a placeholder replaced by the user's argument name input.Mais de um argumento de comportamento de execução fornecido: '{0}'{Locked="{0}"} Error message displayed when the user provides more than one execution behavior argument when installing an application package. {0} is a placeholder replaced by the user specified execution behaviors (e.g. 'silent|interactive').Ocorreu um erro inesperado ao executar o comando:Desinstalar a versão anterior do pacote durante a atualizaçãoComando não reconhecido: "{0}"{Locked="{0}"} Error message displayed when the user provides an unrecognized command. {0} is a placeholder replaced by the user input.Atualizar todos os pacotes instalados para o mais recente, se disponívelNenhuma atualização aplicável foi encontrada.Uma versão de pacote mais recente está disponível em uma origem configurada, mas não se aplica ao seu sistema ou requisitos.Nenhuma atualização disponível foi encontrada.Nenhuma versão de pacote mais recente está disponível nas origens configuradas.Atualiza o pacote selecionado, encontrado pesquisando a lista de pacotes instalados ou diretamente de um manifesto. Por padrão, a consulta deve corresponder, sem diferenciação entre maiúsculas e minúsculas, à id, name ou ao moniker do pacote. Outros campos podem ser usados passando a opção apropriada. Quando nenhum argumento é fornecido, mostra os pacotes com atualizações disponíveisid, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Mostra e executa atualizações disponíveisuso: {0} {1}{Locked="{0} {1}"} Message displayed to provide the user with instructions on how to use a command. {0} is a placeholder replaced by the program name (e.g. 'winget'). {1} is a placeholder replaced by the pattern for using the selected command.Valida um manifesto usando um conjunto estrito de diretrizes. O objetivo é permitir que você verifique o manifesto antes de enviá-lo para um repositório.Valida um arquivo de manifestoO caminho para o manifesto a ser validadoHabilita o registro em log detalhado para wingetVerifique se o arquivo de entrada é um MSIX assinado válido.Usar a versão especificada. O padrão é a versão mais recenteMostrar versões disponíveis do pacoteO valor fornecido antes da conclusão é solicitadoNenhuma versão correspondente foi encontrada: {0}{Locked="{0}"} Error message displayed when the user attempts to upgrade an application package to a version that was not found. {0} is a placeholder replaced by the user's provided upgrade package version.Nenhuma fonte corresponde ao valor fornecido: {0}{Locked="{0}"} Error message displayed when the user attempts to install or upgrade an application package from a repository source that was not found. {0} is a placeholder replaced by the user's repository source name input.As fontes configuradas são:Nenhuma fonte definida; adicionar um com 'source add' ou redefinir para os padrões com 'source reset'{Locked="source add","source reset"}EncontradoO caminho é um diretório: {0}{Locked="{0}"} Error message displayed when the user provides a system path that is a directory. {0} is a placeholder replaced by the provided directory path.O arquivo {0} não existe.{Locked="{0}"} Error message displayed when the user provides a system file that does not exist. {0} is a placeholder replaced by the provided file path.Tanto o manifesto local quanto os argumentos de consulta de pesquisa são fornecidosRegistrosLabel displayed for diagnostic files containing information about the application use.O instalador foi bloqueado pela políticaO instalador falhou na verificação de segurançaUm produto antivírus relata uma infecção no instaladorFalha ao tentar atualizar a origem: {0}{Locked="{0}"} Error message displayed when an attempt to update the repository source fails. {0} is a placeholder replaced by the repository source name.Desinstala o pacote selecionado, encontrado pesquisando a lista de pacotes instalados ou diretamente de um manifesto. Por padrão, a consulta deve corresponder de forma insensível à ID, ao nome ou ao moniker do pacote. Outros campos podem ser usados passando a opção apropriada.id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Desinstala um determinado pacoteIniciando a desinstalação do pacote...Desinstalado com êxitowinget não é possível localizar o comando Uninstall deste pacote. Entre no fornecedor do pacote para obter suporte.{Locked="winget"}Desinstalação abandonadaFalha na desinstalação com o código de saída: {0}{Locked="{0}"} Error message displayed when an attempt to uninstall an application package fails. {0} is a placeholder replaced by an error code.Exporta uma lista dos pacotes instaladosInstala todos os pacotes listados em um arquivo.Instala todos os pacotes em um arquivoArquivo em que o resultado deve ser gravadoArquivo descrevendo os pacotes que serão instaladosExportar pacotes a partir da fonte especificadaGrava uma lista de pacotes instalados em um arquivo. Os pacotes podem ser instalados com o comando import.{Locked="import"}Um ou mais pacotes importados não foram instaladosA origem necessária para a importação não está instalada: {0}{Locked="{0}"} Error message displayed when the user attempts to import application package(s) from a repository source that is not installed. {0} is a placeholder replaced by the repository source name.Pacote instalado não disponível em nenhuma fonte: {0}{Locked="{0}"} Warning message displayed when the user attempts to export an installed application package that is not available from any repository source. {0} is a placeholder replaced by the installed package name.Versão instalada do pacote não disponível em nenhuma fonte: {0} {1} {2}{Locked="{0} {1} {2}"} Warning message displayed when the user attempts to export an installed application package with a version that is not available from any repository source. {0} is a placeholder replaced by the installed package identifier. {1} is a placeholder replaced by the installed package version. {2} is a placeholder replaced by the installed package channel.Não foram encontrados pacotes no arquivo de importaçãoArquivo JSON não é válidoO pacote já está instalado: {0}{Locked="{0}"} Message displayed to inform the user that an application package is already installed. {0} is a placeholder replaced by the package identifier or search query.Ignorar os pacotes indisponíveisIncluir versões de pacote no arquivo de exportaçãoIgnorar as versões de pacote do arquivo de importaçãoO caminho não existe: {0}{Locked="{0}"} Error message displayed when the user provides a system path argument value that does not exist. {0} is a placeholder replaced by the user's provided path.O arquivo JSON não especifica um esquema reconhecido.Selecione instalar escopo (user ou machine){Locked="user","machine"} This argument allows the user to select between installing for just the user or for the entire machine.O valor fornecido para o argumento '{0}' é inválido; os valores válidos são: {1}{Locked="{0}","{1}"} Error message displayed when the user provides an invalid command line argument value. {0} is a placeholder replaced by the argument name. {1} is a placeholder replaced by a list of valid options.Esta operação foi desabilitada por Política de Grupo: {0}{Locked="{0}"} Error message displayed when the user performs a command operation that is disabled by a group policy. {0} is a placeholder replaced by a group policy description.Habilitar as Fontes Adicionais do Instalador de Aplicativos do WindowsHabilitar as Fontes permitidas do Instalador de Aplicativos do WindowsHabilitar a Fonte Padrão do Instalador de Aplicativos do WindowsHabilitar os Recursos Experimentais do Instalador de Aplicativos do WindowsHabilitar a Fonte da Microsoft Store do Instalador de Aplicativos do WindowsHabilitar a origem da fonte do Instalador de Windows AppHabilitar as Configurações do Gerenciador de Pacotes do WindowsHabilitar o Gerenciador de Pacotes do WindowsHabilitar interfaces de linha de comando do Gerenciador de Pacotes do WindowsDefinir o Intervalo de Atualização Automática da Fonte do Gerenciador de Pacotes do Windows em MinutosPolítica de GrupoHeader for a table listing active Group PoliciesHabilitar o Arquivos de Manifesto Local do Instalador de Aplicativos do WindowsHabilitar Ignorar o Certificado Fixado de Origem da Microsoft Store do Instalador de Aplicativo do WindowsHabilitar a Substituição de Escaneamento de Malware de Arquivo Morto Local do Instalador de aplicativo do WindowsCampo: {0}{Locked="{0}"} Warning message displayed when a user setting field has invalid syntax or semantics. {0} is a placeholder replaced by the setting field path.O formato de campo é inválido.O valor de campo é inválido.A configuração da Política de Grupo é inválida.Configurações carregadas a partir do arquivo de backup.Arquivo de análise de erros:Valor: {0}{Locked="{0}"} Warning message displayed when a user setting value has invalid syntax or semantics. {0} is a placeholder replaced by the setting data value.Os seguintes recursos experimentais estão em andamento.
A configuração está desabilitada devido à política de grupo.O hash do instalador não corresponde.Habilitar a Substituição do Hash do Instalador de Aplicativos do WindowsExportar as fontes atuais como JSON para a política de grupo.Exportar fontes atuaisFonte adicionalAn additional source required by policy.Fonte permitidaA source that the user is allowed to add.O valor fornecido para o argumento '{0}' é inválido{Locked="{0}"} Error message displayed when the user provides an invalid command line argument value. {0} is a placeholder replaced by the argument name.CanceladoExternoOs pacotes encontrados nesta importação têm as seguintes dependências:Import command sentence showed before reporting dependenciesEste pacote requer as seguintes dependências:Message shown before reporting dependenciesInstalando dependências:Origem da dependência não encontradaA pesquisa de pacote produz mais de um resultado: {0}{Locked="{0}"} Error message displayed when application packages search yield more than one result. {0} is a placeholder replaced by the dependency package identifier.Versão mais recente não encontrada para o pacote: {0}{Locked="{0}"} Error message displayed when no suitable version found for the specific application package. {0} is a placeholder replaced by the package identifier.Nenhum instalador encontrado: {0}{Locked="{0}"} Error message displayed when no installer found for a manifest. {0} is a placeholder replaced by the manifest identifier.Versão mínima exigida não disponível para o pacote: {0}{Locked="{0}"} Error message displayed when the minimum required version is not available for an application package. {0} is a placeholder replaced by the package identifier.Nenhuma correspondênciaWhen package search yields no matchesTem loopDependency graph has loopNenhum instalador adequado encontrado para o manifesto: {0} versão {1}{Locked="{0}","{1}"} Error message displayed when an attempt to get a preferred installer for a manifest fails. {0} is a placeholder replaced by the manifest identifier. {1} is a placeholder replaced by the manifest version.Erro ao processar as dependências do pacote. Deseja continuar com a instalação?Prompt message shown when dependencies processing yields errors.Erro ao processar as dependências do pacote. Saindo...PacotesEste pacote tinha dependências que podem não ser mais necessárias:Uninstall command sentence showed before reporting dependenciesO manifesto tem as seguintes dependências que não foram validadas; verifique se eles são válidos:Validate command sentence showed before reporting dependenciesRecursos do WindowsBibliotecas do WindowsEncontre as dependências de pacotes usando a origem especificadaFor getting package type dependencies when installing from a local manifestTermos da Windows StoreAceitar todos os contratos de licença para pacotesO pacote exportado requer o contrato de licença para instalar: {0}{Locked="{0}"} Warning message displayed when an exported application package requires license agreement to install. {0} is a placeholder replaced by the package name.O editor requer que você exiba as informações acima e aceite os contratos antes de instalar.
Você concorda com os termos?Os contratos de pacote não foram concordados. Operação cancelada.Acordos:Autor:Descrição:Instaladora:Local do instalador:Id do Produto da Microsoft Store:Instalador SHA256:Tipo de instalador:URL do instalador:Licença:URL da licença:Moniker:Página inicial:Fornecedor:Marcas:Versão:Dependências:Recursos do Windows:Bibliotecas do Windows:Dependências do pacote:Dependências externas:NãoSimFalha ao abrir a fonte adicionada.Aceitar todos os acordos de origem durante as operações de origemA fonte '{0}' requer que você exiba os seguintes contratos antes de usar.{Locked="{0}"} Message displayed to inform the user that a repository source requires viewing agreements before using. {0} is a placeholder replaced by the repository source name.Você concorda com todos os termos dos contratos de origem?Um ou mais contratos de origem não foram concordados. Operação cancelada. Aceite os contratos de origem ou remova as fontes correspondentes.A origem requer que a região geográfica de duas letras do computador atual seja enviada ao serviço de back-end para funcionar corretamente (por exemplo, "EUA").Instalado com êxito. Reinicie o aplicativo para concluir a atualização.Cabeçalho HTTP de origem REST opcional do Gerenciador de Pacotes do WindowsIgnorando o cabeçalho opcional, pois ele não é aplicável a esta fonte.O cabeçalho opcional não é aplicável sem especificar uma fonte: '{0}'{Locked="{0}"} Error message displayed when the user performs an operation (e.g install) and provides the HTTP 'header' argument without specifying the repository source. {0} is a placeholder replaced by the header argument name.Data do Lançamento:Distribuição Offline Com Suporte:URL do Fornecedor:URL de compra:URL de Suporte do Fornecedor:URL de Privacidade:Copyright:Copyright URL:Notas de VersãoURL de Notas de Versão:Falha ao pesquisar origem; os resultados não serão incluídos: {0}{Locked="{0}"} Warning message displayed when searching a repository source fails. {0} is a placeholder replaced by the repository source name.Falha na pesquisa da origem: {0}{Locked="{0}"} Error message displayed when searching a repository source fails. {0} is a placeholder replaced by the repository source name.Este recurso precisa ser habilitado pelos administradores. Para habilita-lo, execute 'winget settings --enable {0}' como administrador.{Locked="winget settings --enable", "{0}"}. Error message displayed when the user uses a feature that needs to be enabled by administrators. {0} is a placeholder replaced by the admin setting.Habilitar a configuração específica do administradorDesabilitar a configuração específica do administradorConfiguração de administrador "{0}" habilitada.{Locked="{0}"} Message displayed when the user enables an admin setting. {0} is a placeholder replaced by the setting name.Configuração de administrador "{0}" desabilitada.{Locked="{0}"} Message displayed when the user disables an admin setting. {0} is a placeholder replaced by the setting name.Configuração do AdministradorHeader for a table displaying admin settings.O aplicativo está em execução no momento. Saia do aplicativo e tente novamente.Os arquivos modificados pelo instalador estão sendo usados por um aplicativo diferente. Saia dos aplicativos e tente novamente.Outra instalação já está em andamento. Tente novamente mais tarde.Um ou mais arquivos estão sendo usados. Saia do aplicativo e tente novamente.Este pacote tem uma dependência ausente do sistema.Não há mais espaço no computador. Libere espaço e tente novamente.Não há memória suficiente disponível para instalar. Fechar outros aplicativos e depois tentar novamente.Um dos parâmetros de instalação é inválido. O log de instalação do pacote pode ter detalhes adicionais.Este aplicativo requer conectividade com a Internet. Conecte-se a uma rede e tente novamente.Este aplicativo encontrou um erro durante a instalação. Entre em contato com o suporte.Reiniciar seu PC para terminar a instalação.Seu PC será reiniciado para terminar a instalação.Falha na instalação. Reinicie o computador e tente novamente.Você cancelou a instalação.Outra versão deste aplicativo já está instalada.Uma versão superior deste aplicativo já está instalada.As políticas da organização estão impedindo a instalação. Entre em contato com o administrador.A configuração atual do sistema não dá suporte à instalação deste pacote.Falha na instalação com um erro de instalador personalizado. Entre em contato com o suporte do pacote.Instalação abandonadaO instalador falhou com o código de saída: {0}{Locked="{0}"} Error message displayed when the application installer fails. {0} is a placeholder replaced by an error code.O registro do instalador está disponível em: {0}{Locked="{0}"} Message displayed to inform the user about the system path of a diagnostic files containing information about the installer. {0} is a placeholder replaced by the diagnostic file system path.Os seguintes pacotes foram encontrados entre as fontes de trabalho.
Especifique um deles usando a opção --source para continuar.{Locked="--source"} "working sources" as in "sources that are working correctly"Nenhum pacote foi encontrado entre as fontes de trabalho."working sources" as in "sources that are working correctly"Esta é uma versão estável do Gerenciador de Pacotes do Windows. Se quiser experimentar os recursos experimentais, instale uma versão de pré-lançamento. As instruções estão disponíveis no GitHub em https://github.com/microsoft/winget-cli.{Locked="https://github.com/microsoft/winget-cli"}Gerenciador de Pacotes do Windows v{0}{Locked="{0}"} Label displaying the product name and version. {0} is a placeholder replaced by the product version.Ignorar versões do pacote no arquivo de importaçãoO número solicitado de resultados deve estar entre 1 e 1000.Argumentos a serem passados para o instalador, além dos padrõesUma versão mais recente foi encontrada, mas a tecnologia de instalação é diferente da versão atual instalada. Desinstale o pacote e instale a versão mais recente.A tecnologia de instalação da versão mais recente especificada é diferente da versão atual instalada. Desinstale o pacote e instale a versão mais recente.Gerenciador de Pacotes do Windows (Pré-visualização) v{0}{Locked="{0}"} Label displaying the preview product name and pre-release version. {0} is a placeholder replaced by the product version.Selecionar a arquiteturaAtualizar pacotes mesmo que a versão atual não seja determinadaListe pacotes mesmo que sua versão atual não possa ser determinada. Só pode ser usado com o argumento --upgrade-available{Locked="--upgrade-available"}Não é possível determinar o número de versão deste pacote. Para atualizá-lo mesmo assim, adicione o argumento --include-unknown ao comando anterior.{Locked="--include-unknown"}{0} pacotes têm números de versão que não podem ser determinados. Use --include-unknown para ver todos os resultados.{Locked="{0}","--include-unknown"} {0} is a placeholder that is replaced by an integer number of packages that do not have notated versions. {0} os pacotes estão fixados e precisam ser atualizados explicitamente.{Locked="{0}"} {0} is a placeholder that is replaced by an integer number of packages that require explicit upgrades.Os argumentos fornecidos só podem ser usados com uma consulta.Arquitetura do Sistema: {0}{Locked="{0}"} Label displayed for the system architecture. {0} is a placeholder replaced by the value of the system architecture (e.g. X64).Retém todos os arquivos e diretórios criados pelo pacote (portátil)Exclui todos os arquivos e diretórios no diretório do pacote (portátil)Pressione Enter para continuar . . .O valor para renomear o arquivo executável (portátil)Solicita que o usuário pressione qualquer tecla antes de sairO instalador solicitará que você execute como administrador. Espere uma solicitação.O instalador não pode ser executado de um contexto de administrador.Variável de ambiente do caminho modificada; reinicie seu shell para usar o novo valor.Filtros usando o código do produtoJá existe um pacote portátil com o mesmo nome, mas de uma fonte diferente; prosseguir devido a --force{Locked="--force"}O volume não suporta pontos de nova análiseO nome de arquivo especificado não é um nome de arquivo válidoSubstituindo arquivo existente: {0}{Locked="{0}"} Warning message displayed to inform the user that an existing file is being overwritten. {0} is a placeholder replaced by the file system path.Nenhum argumento de seleção de pacote foi fornecido; consulte a ajuda para obter detalhes sobre como encontrar um pacote.O alias da linha de comando foi adicionado:Diretório de Links Portáteis (Computador)Diretório de Links Portáteis (Usuário)Raiz do Pacote Portátil (Usuário)Raiz do Pacote PortátilRaiz do Pacote Portátil (x86)Falha na instalação portátil; Limpando...O pacote portátil foi modificado; continuando devido a --force{Locked="--force"}Não é possível remover o pacote Portátil, pois ele foi modificado; para substituir essa verificação, use --force{Locked="--force"}Os arquivos permanecem no diretório de instalação: {0}{Locked="{0}"} Warning message displayed when files remain in install directory. {0} is a placeholder replaced by the directory path.Limpando o diretório de instalação...Não é possível limpar o diretório de instalação porque ele não foi criado pelo wingetLink RelacionadoDocumentação:Observações: {0}{Locked="{0}"} Label displayed for installation notes. {0} is a placeholder replaced by installation notes.Notas da instalação:Não há suporte para um argumento fornecido para este pacoteFalha ao extrair o conteúdo do arquivo mortoO arquivo do instalador aninhado não existe. Verifique se o caminho relativo especificado das correspondentes do instalador aninhado: {0}{Locked="{0}"} Error message displayed when nested installer file does not exist. {0} is a placeholder replaced by the nested installer file path.Caminho de arquivo relativo inválido para o instalador aninhado; caminho aponta para um local fora do diretório de instalaçãoNenhum instalador aninhado especificado para esse pacoteSomente um instalador aninhado pode ser especificado para um instalador de arquivo morto, a menos que ele seja um instalador portátil ou aninhado de fonteArgumentos de linha de comando incompatíveis fornecidosLista somente os pacotes que têm uma atualização disponívelOs pacotes a seguir têm uma atualização disponível, mas exigem uma segmentação explícita para atualização:"require explicit targeting for upgrade" means that the package will not be upgraded with all others unless an extra flag is added, or the package is mentioned explicitlyBaixandoLabel displayed while downloading an application installer.O tipo de instalador aninhado não é suportadoEste instalador é conhecido por reiniciar o terminal ou shellEste pacote exige um local de instalaçãoSabe-se que os seguintes instaladores reiniciam o terminal ou o shell:Os seguintes instaladores exigem um local de instalação:Especifique a raiz da instalação:Deseja continuar?Contratos paraThis will be followed by a package name, and then a list of license agreementsO local de instalação é exigido pelo pacote, mas não foi fornecidoDesabilitar os prompts interativosDescription for a command line argument, shown next to it in the helpFoi encontrado um pacote existente já instalado. Tentando atualizar o pacote instalado...Execute diretamente o comando e continue com problemas não relacionados à segurançaDescription for a command line argument, shown next to it in the helpJá existe um pacote portátil de uma fonte diferenteArquivo extraído com êxitoExtraindo arquivo...Malware detectado na verificação de arquivo morto. Para substituir essa verificação, use --ignore-local-archive-malware-scan{Locked="--ignore-local-archive-malware-scan"}A verificação de arquivo morto detectou malware. Prosseguir devido a --ignore-local-archive-malware-scan{Locked="--ignore-local-archive-malware-scan"}Ignora a atualização se uma versão instalada já existirUma versão do pacote já está instalada. Instalação cancelada.Não é possível habilitar {0}. Esta configuração é controlada pela política. Para obter mais informações, contate o administrador do sistema.{Locked="{0}"} The value will be replaced with the feature nameNão é possível desabilitar {0}. Esta configuração é controlada pela política. Para obter mais informações, contate o administrador do sistema.{Locked="{0}"} The value will be replaced with the feature nameAdiciona um novo marcador. Um marcador pode limitar o Gerenciador de Pacotes do Windows de atualizar um pacote para intervalos específicos de versões ou pode impedir que ele atualize completamente o pacote. Um pacote fixado ainda pode ser atualizado por conta própria e ser atualizado de fora do Gerenciador de Pacotes do Windows. Por padrão, um pacote fixado pode ser atualizado mencionando-o explicitamente no comando "upgrade" ou adicionando o sinalizador "--include-pinned" a "winget upgrade --all".{Locked{"'upgrade'"} Locked{"--include-pinned"} Locked{"winget upgrade --all"}Adicionar um novo pinGerencie pinos de pacote com os sub-comandos. Um PIN pode limitar o Gerenciador de Pacotes do Windows de atualizar um pacote para intervalos específicos de versões ou pode impedir que ele atualize totalmente o pacote. Um pacote fixado ainda pode ser atualizado por conta própria e ser atualizado de fora da Gerenciador de Pacotes do Windows.Gerenciar pinos de pacoteListar todos os pins atuais ou detalhes completos de um PIN específico.Listar pinos atuaisRemove um pin de pacote específico.Remover um pin de pacoteRedefine todos os pinos existentes.Redefinir pinosVersão na qual fixar o pacote. O curinga '*' pode ser usado como a última parte da versãoBloquear a atualização até que o pin seja removido, impedindo a substituição de argumentosFixar uma versão instalada específicaInstaladoValue used in a table to indicate that a package comes from the list of packages installed in the machineExportar configurações como JSONExportar configuraçõesConfigurações do UsuárioLabel displayed for the file containing the user settings.Não foi possível carregar o arquivo de configurações. Usando valores padrão.Selecione o filtro de escopo do pacote instalado (user ou machine){Locked="user","machine"} This argument allows the user to select installed packages for just the user or for the entire machine.Marcador adicionado com êxitoJá existe um PIN para o pacote {0}{Locked="{0}"} {0} is a placeholder that will be replaced by a package name. The message is shown when attempting to add a pin for a package that is already pinned.Já existe um PIN para o pacote {0}. Substituindo devido ao argumento --force.{Locked="--force"}{Locked="--force","{0}"} {0} is a placeholder that will be replaced by a package name.Já existe um PIN para o pacote {0}. Use o --force para substituí-lo.{Locked="--force","{0}"} {0} is a placeholder that will be replaced by a package name.Redefinindo todos os marcadores atuais.Use o argumento --force para redefinir todos os marcadores. Os seguintes marcadores seriam removidos:{Locked="--force"}Tipo de marcadorNão há marcador para o pacote {0}{Locked="{0}"} {0} is a placeholder that will be replaced by a package name. The message is shown when attempting to delete a pin for a package that is not pinned.Não há martcadores configurados.Shown when listing or modifying existing pins if there are none.Marcadores redefinidos com êxitoShown after resetting (deleting) all the pinsNão é possível abrir o banco de dados do marcador.Error message for when we cannot open the database containing package pins.Foi fornecido um argumento que só pode ser usado para um único pacoteVários argumentos mutuamente exclusivos fornecidos: {0}{Locked="{0}"} Error message shown when mutually incompatible command line arguments are used. {0} is a placeholder replaced by the arguments that cannot be specified togetherO {0} argumento só pode ser usado com {1}{Locked="{0}","{1}"} Error message shown when having an argument needs another to be present, but that is missing. {0} and {1} are replaced by the arguments. For example "Argument --include-unknown can only be used with --upgrade"DesabilitadoAs in enabled/disabledHabilitadoAs in enabled/disabledEstadoHeader for a table listing the state (enabled/disabled) of Group Policies and SettingsA consulta usada para pesquisar um pacotePacote não encontrado: {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches returns no results. {0} is a placeholder replaced by the package name or query.Vários pacotes encontrados para: {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches returns more than one result. {0} is a placeholder replaced by the package name or query.Falha na pesquisa por: {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches fails. This message is for generic failures, we have more specific messages for when the search returns no results, or when it returns more than one result. {0} is a placeholder replaced by the package name or query.{0} pacote(s) têm um pin que precisa ser removido antes da atualização{Locked="{0}"} {0} is a placeholder that is replaced by an integer number of packages with pins that prevent upgradeO pacote não pode ser atualizado usando winget. Use o método fornecido pelo editor para atualizar este pacote.Atualizar pacotes mesmo que eles tenham um marcador sem bloqueioListe os pacotes mesmo que eles tenham um PIN que impeça a atualização. Só pode ser usado com o argumento --upgrade-available{Locked="--upgrade-available"}Marcador removido com êxitoUma versão mais recente foi encontrada, mas o pacote tem um PIN que impede de atualize-o.O pacote está fixado e não pode ser atualizado. Use o 'winget pin' para exibir e editar pinos. Alguns tipos de pinos podem ser ignorados com o --include-pinned especificado.{Locked="winget pin","--include-pinned"} Error shown when we block an upgrade due to the package being pinned{0} pacotes têm pinos que impedem a atualização. Use o 'winget pin' para exibir e editar pinos. O uso do --include-pinned pode mostrar mais resultados.{Locked="winget pin","--include-pinned"} {0} is a placeholder replaced by an integer number of packagesGarante que o sistema corresponda ao estado desejado conforme descrito pela configuração fornecida. Pode baixar/executar processadores para atingir o estado desejado. A configuração e os processadores devem ser verificados para garantir que eles sejam confiáveis antes de apá-los.Configura o sistema em um estado desejadoMostra detalhes da configuração fornecida. Por padrão, não modificará o sistema, mas algumas opções fará com que os arquivos sejam baixados e/ou carregados.Mostra detalhes de uma configuraçãoVerifica se o sistema corresponde ao estado desejado conforme descrito pela configuração fornecida. Pode baixar/executar processadores para testar o estado desejado. A configuração e os processadores devem ser verificados para garantir que eles sejam confiáveis antes de executá-los.Verifica o sistema em relação a um estado desejadoValida um arquivo de configuração para correção.Valida um arquivo de configuraçãoO campo "{0}" no arquivo de configuração é do tipo errado.{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the field name from the file.O caminho para o arquivo de configuraçãoO arquivo de configuração é inválido.A versão do arquivo {0} não é conhecida.{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the version of the configuration file.Aceita o aviso de configuração, impedindo um prompt interativoAplicarIndicates that this item is used to write stateDeclararIndicates that this item is used to check/assert the state rather than write to itDependências:{0}{Locked="{0}"} Label displaying a list of dependencies. {0} is replaced with a space separated list of identifiers referencing other items.Parte da configuração não foi aplicada com êxito.Falha ao obter informações detalhadas sobre a configuração.InformarIndicates that this item is used to retrieve values for future use rather than writing themLocalUsed to indicate that the item is present on the device.Módulo: {0}{Locked="{0}"} Label displaying a module name. {0} is replaced with the name of the module from the user input file.Módulo: {0} por {1} [{2}]{Locked="{0}","{1}","{2}"} Label displaying module information. {0} is replaced by the module name. {1} is replaced by the module author. {2} is replaced by a string indicating the source of the module.Configurações:Label for the values that are used as inputs for this item when applying stateConfiguração aplicada com êxito.Unidade aplicada com êxito.Outra configuração está sendo aplicada ao sistema. Esta configuração continuará assim que possível...Você é responsável por entender as definições de configuração que você está escolhendo executar. A Microsoft não é responsável pelo arquivo de configuração que você criou ou importou. Essa configuração pode alterar as configurações no Windows, instalar software, alterar configurações de software (incluindo configurações de segurança) e aceitar contratos de usuário para pacotes e serviços de terceiros em seu nome. Ao executar esse arquivo de configuração, você reconhece que entende e concorda com esses recursos e configurações. Todos os aplicativos instalados são licenciados para você por seus proprietários. A Microsoft não é responsável nem concede licenças a pacotes ou serviços de terceiros.Legal approved. Do not change without approval.Você releou a configuração e gostaria de continuar aplicando-a ao sistema?PM approved.A configuração está vazia.O recurso [{0}] não foi encontrado.{Locked="{0}"} Error message displayed when a Windows feature was not found on the system.Falha ao habilitar as dependências do Recurso do Windows. Para continuar com a instalação, use '--force'.{Locked="--force"}Reinicialização necessária para habilitar totalmente o(s) Recurso(s) do Windows; para substituir este marcar use '--force'."Windows Feature(s)" is the name of the options Windows features setting.Falha ao habilitar as dependências do Recurso do Windows; continuar devido a --force"Windows Feature(s)" is the name of the options Windows features setting.
{Locked="--force"}Habilitando o [{0}]...{Locked="{0}"} Message displayed to the user regarding which Windows Feature is being enabled.Falha ao habilitar o recurso [{0}]: {1}{Locked="{0}","{1}"} An error when enabling a Windows Feature. {0} is a placeholder for the name of the Windows Feature.
{1} is a placeholder for the unrecognized error code.Reinicialização necessária para habilitar totalmente o(s) Recurso(s) do Windows; prosseguir devido a --force"Windows Feature(s)" is the name of the options Windows features setting.Aguardando a conclusão de outra instalação/desinstalação...Versão fixadaTable header for the version to which a package is pinned; meaning it should not update from that version.<See the log file for additional details>The brackets are intended to make the value stand out from other text which it will follow. Any locale appropriate mechanism that achieves this is acceptable.Recuperando detalhes de configuraçãoInicializando o sistema de configuraçãoLendo arquivo de configuraçãoO sistema não está no estado desejado declarado pela configuração.Esta unidade de configuração falhou por um motivo desconhecido: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.A unidade de configuração falhou devido à configuração: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.A unidade de configuração falhou ao tentar obter o estado atual do sistema.A unidade de configuração falhou ao tentar aplicar o estado desejado.A unidade de configuração falhou ao tentar testar o estado atual do sistema.A unidade de configuração falhou devido a um erro interno: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.A unidade de configuração falhou devido a uma pré-condição não ser válida: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.A unidade de configuração falhou devido ao estado do sistema: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.A unidade de configuração falhou ao tentar executar: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.A configuração contém o identificador "{0}" várias vezes.{Locked="{0}"} {0} is a placeholder that is replaced by the identifier string from the user input file.A dependência "{0}" não foi encontrada na configuração.{Locked="{0}"} {0} is a placeholder that is replaced by the identifier string from the user input file.Esta unidade de configuração foi ignorada manualmente.O módulo para a unidade de configuração está disponível em vários locais com a mesma versão.Falha ao carregar o módulo para a unidade de configuração.Foram encontradas várias correspondências para a unidade de configuração. Especifique o módulo para selecionar o correto.Não foi possível encontrar a unidade de configuração.A unidade de configuração não estava no módulo conforme o esperado.Esta unidade de configuração não foi executada porque uma dependência falhou ou não foi executada.Esta unidade de configuração não foi executada porque uma asserção falhou ou era falsa.A unidade de configuração retornou um resultado inesperado durante a execução.Esta unidade de configuração não foi executada por um motivo desconhecido: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.O campo "{0}" tem um valor inválido: {1}{Locked="{0}","{1}"} An error in reading a configuration file. {0} is a placeholder replaced by the field name from the file. {1} is a placeholder for the invalid value.O campo "{0}" está ausente ou vazio.{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the expected field name from the file.Consulte a linha {0}, coluna {1} no arquivo.{Locked="{0}","{1}"} Indicates the file location of the error, {0} and {1} are placeholders for numbers of the line and column, respectively.Cancelando operação...Instalar o pacote stub para AppInstallerInstalar o pacote completo do AppInstallerHabilitar recursos avançados. Requer acesso ao repositório.A '--enable' e '--disable' não podem ser usadas com outros argumentos.{Locked="--enable", "--disable"}Habilitando recursos avançados. Requer acesso ao repositório.Os recursos estendidos não estão habilitados. Execute 'winget configure --enable' para habilite-os.{Locked="winget configure --enable"}Os recursos avançados estão habilitados.Desabilitar recursos avançados. Requer acesso ao repositório.Desabilitando recursos avançados. Requer acesso ao repositório.Os recursos avançados estão desabilitados.Ignora o processamento de dependências de pacote e recursos do WindowsDependências ignoradas.Falha ao atualizar PATH variável para o processo. As próximas instalação que dependem de alterações na PATH variável poderão falhar.{Locked="PATH"}Algumas das unidades de configuração falharam ao testar seu estado.O sistema está no estado de configuração descrito.O estado de configuração não foi testado.O sistema não está no estado de configuração descrito.Resultado de teste inesperado: {0}{Locked="{0}"} Error message. {0} will be replaced with the unexpected value (a number).Você releou a configuração e gostaria de continuar a verificá-la no sistema?O arquivo de configuração não é um arquivo YAML válido.{Locked="YAML"} YAML is a file format name.Esta unidade de configuração faz parte de um ciclo de dependência.A validação não encontrou problemas.A unidade de configuração só está disponível como um pré-lançamento, mas não está marcada dessa forma na configuração. Adicione 'allowPrerelease: true' ao 'directives'.{Locked="allowPrerelease: true","directives"} These are values in the configuration file that are not localized.A unidade de configuração foi encontrada localmente, mas não pôde ser encontrada em nenhum catálogo configurado. Verifique se ele está presente em qualquer sistema antes de aplicar a configuração.A unidade de configuração não está disponível publicamente; verifique se qualquer pessoa que usará essa configuração tem acesso a ela.O módulo não foi fornecido. A especificação do módulo melhora o desempenho e impede futuras colisões de nomes.Baixa o instalador do pacote selecionado, encontrado pesquisando uma fonte configurada ou diretamente de um manifesto. Por padrão, a consulta deve corresponder sem diferenciar maiúsculas de minúsculas à ID, ao nome ou ao moniker do pacote. Outros campos podem ser usados passando a opção apropriada. Por padrão, o comando de download baixará o instalador apropriado para a pasta Downloads do usuário.Baixa o instalador de um determinado pacoteDiretório para o qual os instaladores são baixadosBaixando dependências:Instalador baixado: {0}{Locked="{0}"} Full path of the downloaded installer.Selecione o tipo de instaladorDownloads do InstaladorO instalador está proibido de ser baixado para instalação offline posterior. '--module-path allusers' requer privilégios de administrador para ser executado.{Locked="--module-path allusers"}Especifica o local no computador local para armazenar módulos. Padrão %LOCALAPPDATA%\Microsoft\WinGet\Configuration\Modules{Locked="%LOCALAPPDATA%\Microsoft\WinGet\Configuration\Modules"}O valor '--module-path' deve ser 'currentuser', 'allusers', 'default' ou um caminho absoluto.{Locked="{--module-path}, {currentuser}, {allusers}, {default}}Habilitar as Configurações do Gerenciador de Pacotes do WindowsRecuperar informações sobre erros. Dado um número, a saída conterá detalhes sobre o erro, incluindo o nome do símbolo se for um erro específico do winget. Dado uma cadeia de caracteres, os erros específicos do winget são pesquisados para esse valor.Obter informações sobre errosUm valor a ser pesquisado dentro das informações de erroO número fornecido é muito grande para ser um HRESULT.Código de erro desconhecidoERRO INTERNOArgumentos da linha de comando inválidosFalha na execução do comandoFalha na abertura do manifestoSinal de cancelamento recebidoFalha na execução do ShellExecuteNão é possível processar o manifesto. A versão do manifesto é maior do que a suportada. Atualize o cliente.Falha no download do instaladorNão é possível gravar no índice; é uma versão de esquema superiorO índice está corrompidoAs informações da origem configurada estão corrompidasO nome da origem já está configuradoO tipo de fonte é inválidoO arquivo MSIX é um pacote, não um pacoteOs dados exigidos pela origem estão ausentesNenhum dos instaladores é aplicável ao sistema atualO hash do arquivo do instalador não corresponde ao manifestoO nome da origem não existeO local de origem já está configurado com outro nomeNenhum pacote encontradoNenhuma fonte está configuradaVários pacotes encontrados que correspondem aos critériosNenhum manifesto encontrado que corresponda aos critériosFalha ao obter a pasta Pública do pacote de origemO comando requer privilégios de administrador para ser executadoO local de origem não é seguroO cliente da Microsoft Store está bloqueado pela políticaO aplicativo da Microsoft Store está bloqueado pela políticaO recurso está atualmente em desenvolvimento. Pode ser habilitado usando configurações de winget.Falha ao instalar o aplicativo da Microsoft StoreFalha ao executar a conclusão automáticaFalha ao inicializar o analisador YAMLEncontrou uma chave YAML inválidaEncontrou uma chave YAML duplicadaOperação YAML inválidaFalha ao criar o documento YAMLO estado do emissor YAML é inválidoDados YAML inválidosErro da LibYAMLA validação do manifesto foi bem-sucedida com um avisoFalha na validação do manifestoO manifesto é inválidoNenhuma atualização aplicável foi encontradaA atualização do winget --all foi concluída com falhasFalha na verificação de segurança do instaladorO tamanho do download não corresponde ao tamanho do conteúdo esperadoComando de desinstalação não encontradoFalha na execução do comando de desinstalaçãoErro no iterador de interrupção de ICUErro no mapa de casos da ICUErro de regex ICUFalha ao instalar um ou mais pacotes importadosNão foi possível localizar um ou mais pacotes solicitadosO arquivo Json é inválidoO local de origem não é remotoNão há suporte para a origem REST configuradaDados inválidos retornados pela origem RESTA operação está bloqueada pela Política de GrupoErro interno da API RestURL de origem REST inválidaTipo MIME sem suporte retornado pela API restVersão inválida do contrato da origem RESTOs dados de origem estão corrompidos ou adulteradosErro na leitura do fluxoOs contratos de pacotes não foram aceitosErro na leitura da entrada no promptUma ou mais fontes não dão suporte à solicitação de pesquisaO ponto de extremidade da API rest não foi encontrado.Falha ao abrir a origem.Os contratos de origem não foram aceitosO tamanho do cabeçalho excede o limite permitido de 1024 caracteres. Reduza o tamanho e tente novamente.Arquivo de recurso ausenteFalha na execução da instalação MSIOs argumentos para o msiexec são inválidosFalha ao abrir uma ou mais fontesFalha na validação das dependênciasUm ou mais pacotes estão ausentesColuna de tabela inválidaA versão de atualização não é mais recente do que a versão instaladaA versão de atualização é desconhecida e a substituição não foi especificadaErro de conversão de ICUFalha ao instalar o pacote portátilNão há suporte para pontos de reparo no volumeJá existe um pacote portátil de uma fonte diferente.Não é possível criar o link simbólico. O caminho aponta para um diretório.O instalador não pode ser executado de um contexto de administrador.Falha ao desinstalar o pacote portátilFalha ao validar os valores de DisplayVersion em relação ao índice.Não há suporte para um ou mais argumentos.Os caracteres nulos inseridos não são permitidos no SQLiteFalha ao localizar o instalador aninhado no arquivo morto.Falha ao extrair o arquivo.Caminho de arquivo relativo inválido para o instalador aninhado fornecido.O certificado do servidor não correspondeu a nenhum dos valores esperados.O local de instalação deve ser fornecido.Falha na verificação do arquivo de malware.Encontrada pelo menos uma versão do pacote instalado.Já existe uma marcação para o pacote.Não há pino para o pacote.Não é possível abrir o banco de dados de pinos.Falha na instalação de um ou mais aplicativosFalha na desinstalação de um ou mais aplicativosUma ou mais consultas não retornaram exatamente uma correspondênciaO pacote tem um PIN que impede a atualização.O pacote atualmente instalado é o pacote stubSinal de desligamento do aplicativo recebidoFalha no download das dependências do pacote.Falha ao baixar o pacote. O download para instalação offline é proibido.Um serviço necessário está ocupado ou indisponível. Tente novamente mais tarde.O guid fornecido não corresponde a um estado de retomada válido.A versão atual do cliente não correspondeu à versão do cliente do estado salvo.Os dados do estado de retomada são inválidos.Não é possível abrir o banco de dados de pontos de verificação.Excedeu o limite máximo de retomadas.Informações de autenticação inválidas.Não há suporte para o método de autenticação.Falha na autenticação.Falha na autenticação. É necessária autenticação interativa.Falha na autenticação. Usuário cancelado.Falha na autenticação. A conta autenticada não é a conta desejada.O aplicativo está em execução no momento. Saia do aplicativo e tente novamente.Outra instalação já está em andamento. Tente novamente mais tarde.Um ou mais arquivos estão sendo usados. Saia do aplicativo e tente novamente.Este pacote tem uma dependência ausente do sistema.Não há mais espaço no computador. Libere espaço e tente novamente.Não há memória suficiente disponível para instalar. Fechar outros aplicativos e depois tentar novamente.Este aplicativo requer conectividade com a Internet. Conecte-se a uma rede e tente novamente.Este aplicativo encontrou um erro durante a instalação. Entre em contato com o suporte.Reiniciar seu PC para terminar a instalação.Falha na instalação. Reinicie o computador e tente novamente.Seu PC será reiniciado para terminar a instalação.Você cancelou a instalação.Outra versão deste aplicativo já está instalada.Uma versão superior deste aplicativo já está instalada.As políticas da organização estão impedindo a instalação. Entre em contato com o administrador.Falha ao instalar as dependências do pacote.O aplicativo está sendo usado por outro aplicativo no momento.Parâmetro inválido.Não há suporte para o pacote no sistema.O instalador não oferece suporte à atualização de um pacote existente.A instalação falhou com um erro do instalador personalizado.Não foi possível encontrar a Entrada de Aplicativos e Recursos do pacote.O local de instalação não é aplicável.Não foi possível encontrar o local da instalação.O hash do arquivo existente não correspondeu.Arquivo não encontrado.O arquivo foi encontrado, mas o hash não foi verificado.O arquivo não pôde ser acessado.O arquivo de configuração é inválido.A sintaxe YAML é inválida.Um campo de configuração tem um tipo inválido.A configuração tem uma versão desconhecida.Ocorreu um erro ao aplicar a configuração.A configuração contém um identificador duplicado.Uma dependência está ausente na configuração.A configuração tem uma dependência não atendida.Falha na instrução de declaração da unidade de configuração.A configuração foi ignorada manualmente.O usuário se recusou a continuar a execução.O grafo de dependência contém um ciclo que não pode ser resolvido.A configuração tem um valor de campo inválido.A configuração está ausente em um campo.Algumas das unidades de configuração falharam ao testar seu estado.O estado de configuração não foi testado.A unidade de configuração não foi instalada.Não foi possível encontrar a unidade de configuração.Foram encontradas várias correspondências para a unidade de configuração. Especifique o módulo para selecionar o correto.A unidade de configuração falhou ao tentar obter o estado atual do sistema.A unidade de configuração falhou ao tentar testar o estado atual do sistema.A unidade de configuração falhou ao tentar aplicar o estado desejado.O módulo para a unidade de configuração está disponível em vários locais com a mesma versão.Falha ao carregar o módulo para a unidade de configuração.A unidade de configuração retornou um resultado inesperado durante a execução.Uma unidade contém uma configuração que requer a raiz de configuração.Não há suporte para a operação no processador de configuração.Não disponívelHabilitação bem-sucedida das Dependências de Recursos do WindowsFalha ao carregar o módulo para a unidade de configuração porque ele requer privilégios de administrador para ser executado.Uma unidade contém uma configuração que requer a raiz de configuração.Falha ao carregar o módulo para a unidade de configuração porque ele requer privilégios de administrador para ser executado.Retoma a execução de um comando salvo anteriormente passando o identificador exclusivo do comando salvo. Isso é usado para retomar um comando executado que pode ter sido encerrado devido a uma reinicialização.Retoma a execução de um comando salvo anteriormente.O identificador exclusivo do estado salvo a ser retomadoNão há suporte para retomar o estado de uma versão de cliente diferente: {0}{Locked= "{0}"} Message displayed to inform the user that the client version of the resume state does not match the current client version. {0} is a placeholder for the client version that created the resume state.O estado de retomada não existe: {0}{Locked="{0}"} Error message displayed when the user provides a guid that does not correspond to a valid saved state. {0} is a placeholder replaced by the provided guid string.Nenhum dado encontrado no estado do retomada.Esse comando não dá suporte à retomada.Permite uma reinicialização, se aplicávelIniciando a reinicialização para concluir a operação...Falha ao iniciar uma reinicialização.A operação retomar excede o limite permitido de {0} retomada(s). Para retomar manualmente, execute o comando '{1}'.{Locked="{0}", "{1}"} {0} is a placeholder that is replaced by an integer number of the number of allowed resumes. {1} is a placeholder for the command to run to perform a manual resume.Ignorar o limite para retomar um estado salvoNão há suporte para o esquema de URI: {0}{Locked="{0}"} Error message displayed when the provided uri is not supported. {0} is a placeholder replaced by the provided uri.O Uri não está bem formado: {0}{Locked="{0}"} Error message displayed when the provided uri is not well formed. {0} is a placeholder replaced by the provided uri.Falha ao analisar {0} conteúdo das configurações da unidade de configuração ou se o conteúdo das configurações está vazio.{Locked="{0}"} {0} is a placeholder replaced by the input winget configure resource unit type.{0} unidade de configuração não tem o argumento necessário: {1}{Locked="{0},{1}"} {0} is a placeholder for the input winget configure resource unit type. {1} is placeholder for the missing arg.{0} unidade de configuração não tem o argumento recomendado: {1}{Locked="{0},{1}"} {0} is a placeholder for the input winget configure resource unit type. {1} is placeholder for the missing arg.A unidade de configuração WinGetSource está em conflito com uma fonte conhecida: {0}{Locked="WinGetSource,{0}"} {0} is a placeholder for the input winget source in the configuration unit settings.A unidade de configuração WinGetSource asser em uma fonte de terceiros: {0}{Locked="WinGetSource,{0}"} {0} is a placeholder for the input winget source in the configuration unit settings.WinGetPackage declara UseLatest e Version. ID do Pacote: {0}{Locked="WinGetPackage,UseLatest,Version,{0}"}A unidade de configuração WinGetPackage asser em um pacote de origem de terceiros. ID do Pacote: {0}; Origem: {1}{Locked="WinGetPackage,{0},{1}"}O pacote da unidade de configuração WinGetPackage depende de uma fonte de terceiros que não foi configurada anteriormente. ID do Pacote: {0}; Origem: {1}{Locked="WinGetPackage,{0},{1}"}O pacote da unidade de configuração WinGetPackage depende de uma fonte de terceiros. É recomendável declarar a dependência na seção uni dependsOn. ID do Pacote: {0}; Origem: {1}{Locked="WinGetPackage,dependsOn,{0},{1}"}O pacote da unidade de configuração WinGetPackage não pode ser validado. Falha ao abrir o código-fonte. ID do Pacote: {0}; Origem: {1}{Locked="WinGetPackage,{0},{1}"}O pacote da unidade de configuração WinGetPackage não pode ser validado. Pacote não encontrado. ID do Pacote: {0}{Locked="WinGetPackage,{0}"}O pacote da unidade de configuração WinGetPackage não pode ser validado. Mais de um pacote encontrado. ID do Pacote: {0}{Locked="WinGetPackage,{0}"}O pacote da unidade de configuração WinGetPackage não pode ser validado. Versão do pacote não encontrada. ID do Pacote: {0}; Versão {1}{Locked="WinGetPackage,{0},{1}"}Pacote da unidade de configuração do WinGetPackage especificado com uma versão específica enquanto apenas uma versão do pacote estiver disponível. ID do pacote: {0}; Versão: {1}{Locked="WinGetPackage,{0},{1}"}O pacote da unidade de configuração WinGetPackage não pode ser validado. ID do Pacote: {0}{Locked="WinGetPackage,{0}"}Especificar a preferência da janela de autenticação (silent, silentPreferred ou interactive){Locked="silent","silentPreferred","interactive"} This argument allows the user to select authentication window popup behavior.Especifique a conta a ser usada para autenticaçãoFalha ao adicionar origem. Esta winget não dá suporte ao método de autenticação da origem. Tente atualizar para a versão mais winget versão.{Locked="winget"}A fonte {0} requer autenticação. O prompt de autenticação pode aparecer quando necessário. As informações autenticadas serão compartilhadas com a origem para autorização de acesso.{Locked="{0}"}Repara o pacote selecionado, encontrado pesquisando a lista de pacotes instalados ou diretamente de um manifesto. Por padrão, a consulta deve corresponder sem diferenciar maiúsculas de minúsculas à ID, ao nome ou ao moniker do pacote. Outros campos podem ser usados passando a opção apropriada.id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Repara o pacote selecionadoO comando de reparo deste pacote não foi encontrado. Entre em contato com o fornecedor do pacote para obter suporte.A tecnologia do instalador em uso não corresponde à versão instalada no momento.Comando de reparo não encontrado.A tecnologia do instalador em uso não dá suporte ao reparo.A operação de reparo foi concluída com êxito.Reparo abandonadoInício do reparo do pacote...Falha ao reparar o pacote da Microsoft Store. Código de erro: {0}{Locked="{0}"} Error message displayed when a Microsoft Store application package fails to repair. {0} is a placeholder replaced by an error code.Falha na operação de reparo.A operação de reparo não é aplicável.Nenhuma versão de pacote correspondente está disponível nas origens configuradas.A configuração atual do sistema não dá suporte ao reparo deste pacote.A tecnologia do instalador em uso não dá suporte ao reparo.O pacote instalado para o escopo do usuário não pode ser reparado durante a execução com privilégios de administrador.Operações de reparo envolvendo privilégios de administrador não são permitidas em pacotes instalados no escopo do usuário.O reparo falhou com o código de saída: {0}{Locked="{0}"} Error message displayed when an attempt to repair an application package fails. {0} is a placeholder replaced by an error code.A conexão SQLite foi encerrada para evitar danos.Desinstale todas as versõesA versão para agirVárias versões deste pacote estão instaladas. Refine a pesquisa, passe o argumento '--version' para selecionar um ou passe o sinalizador '--all-versions' para desinstalar todos eles.{Locked="--version,--all-versions"}Habilitar Gerenciador de Pacotes do Windows de linha de comando do proxy atualDescribes a Group Policy that can enable the use of the --proxy option to set a proxyDefinir um proxy a ser usado para esta execuçãoDesabilitar o uso de proxy para esta execuçãoNão é possível redefinir {0}. Esta configuração é controlada pela política. Para obter mais informações, contate o administrador do sistema.{Locked="{0}"} The value will be replaced with the feature nameRedefinir configuração de administrador '{0}'.{Locked="{0}"} Message displayed after the user resets an admin setting to its default value. Reset is used as verb in past tense. {0} is a placeholder replaced by the setting name.Não é possível definir {0}. Esta configuração é controlada pela política. Para obter mais informações, contate o administrador do sistema.{Locked="{0}"} The value will be replaced with the feature nameDefina a configuração de administrador '{0}' para '{1}'.{Locked="{0}"} Message displayed after the user sets the value of an admin setting. Set is used as a verb in past tense. {0} is a placeholder replaced by the setting name. {1} is a placeholder replaced Nome da configuração a ser modificadaValor a ser definido para a configuração.Redefine uma configuração de administrador para seu valor padrão.Redefine uma configuração de administrador para seu valor padrão.Define o valor de uma configuração de administrador.Define o valor de uma configuração de administrador.Exclui uma fonte da descoberta, a menos que especificadoExclui uma origem da descoberta (true ou false)ExplícitoNível de confiança da origem (nenhum ou confiável)Nível de ConfiançaFalha ao obter o catálogo do pacotes da Microsoft Store.Nenhum pacote aplicável da Microsoft Store encontrado no catálogo dos pacotes da Microsoft Store.Recuperando informações de download do pacote Microsoft Store.Nenhum pacote aplicável da Microsoft Store para download.Falha ao recuperar a licença do pacote da Microsoft Store.Nenhum pacote aplicável da Microsoft Store encontrado.Hash do pacote da Microsoft Store verificado com êxitoIncompatibilidade de hash do pacote da Microsoft StorePacote da Microsoft Store baixado: {0}{Locked="{0}"} Full path of the downloaded package.Falha no download do pacote da Microsoft Store: {0}{Locked="{0}"} Package name.Download do pacote da Microsoft Store concluídoBaixando pacotes principais da Microsoft Store...Baixando pacotes de dependências da Microsoft Store...Recuperando informações de download de pacotes da Microsoft StoreFalha ao recuperar informações de download do pacote da Microsoft StoreRecuperando licença do pacote da Microsoft StoreLicença do pacote da Microsoft Store salva: {0}{Locked="{0}"} License file full path.Falha ao recuperar a licença do pacote da Microsoft StoreO download do pacote da Microsoft Store não dá suporte ao argumento --rename. O pacote da Microsoft Store usará nomes fornecidos pelo catálogo da Microsoft Store.{Locked="--rename"}Microsoft Store download do pacote requer Microsoft Entra de ID. O prompt de autenticação pode aparecer quando necessário. As informações autenticadas serão compartilhadas com serviços Microsoft autorização de acesso. Para Microsoft Store pacote de licenciamento, a Microsoft Entra ID do cliente precisa ser membro do Administrador Global, do Administrador de Usuários ou do Administrador de Licenças.{Locked="Global Administrator,User Administrator,License Administrator"}Ignora a recuperação da licença offline do pacote da Microsoft StoreSelecione a plataforma de destinoAdicionando arquivo de configuração: {0}{Locked="{0}"}Exportado com êxitoObtendo definições de configuração...Pelo menos --packageId e/ou --module com --resource devem ser fornecidos. Ou use --all para exportar todas as configurações de pacote.{Locked="--packageId,--module, --resource, --all"}Os argumentos --packageId, --module e --resource não podem ser usados com --all.{Locked="--packageId,--module, --resource, --all"}Exporta recursos de configuração para um arquivo de configuração. Quando usado com --all, exporta todas as configurações de pacote. Quando usado com --packageId, exporta um recurso WinGetPackage da ID do pacote fornecida. Quando usado com --module e --resource, obtém as configurações do recurso e exporta-o para o arquivo de configuração. Se o arquivo de configuração de saída já existir, anexa os recursos de configuração exportados.{Locked="WinGetPackage,--packageId,--module, --resource"}Exporta recursos de configuração para um arquivo de configuração.O módulo do recurso a ser exportado.O identificador do pacote a ser exportado.O recurso de configuração a ser exportado.Exporta todas as configurações de pacotes.Falha na unidade de configuração ao obter suas propriedades.Falha na exportação da configuração.Configurar {0}{Locked="{0}"}Instalar {0}{Locked="{0}"}Alguns dos dados presentes no arquivo de configuração foram truncados para esta saída; inspecione o conteúdo do arquivo para obter o conteúdo completo.<este valor foi truncado; inspecione o conteúdo do arquivo para obter o texto completo>Keep some form of separator like the "<>" around the text so that it stands out from the preceding text.Mostra os detalhes de alto nível das configurações que foram aplicadas ao sistema. Em seguida, os dados podem ser usados com `configure` para obter mais detalhes.{Locked="`configure`"}Mostra o histórico de configuraçõesNão há configurações no histórico.Selecionar itens do históricoNão foi encontrada nenhuma configuração única que corresponda aos dados fornecidos. Forneça o nome completo ou parte do identificador que corresponda ineiguamente à configuração desejada.Remover o item do históricoPrimeira AplicaçãoColumn header for date values indicating when a configuration was first applied to the system.IdentificadorNomeOrigemCaminhoNão foi possível encontrar a configuração especificada.ConcluídasThe state of processing an item.Em andamentoThe state of processing an item.PendenteThe state of processing an item.DesconhecidoThe state of processing an item.Monitorar o status da configuração.As in "to monitor the status of a configuration being applied".ConcluídasThe state of processing an item.Em andamentoThe state of processing an item.PendenteThe state of processing an item.IgnoradoThe state of processing an item.DesconhecidoThe state of processing an item.Aplicação IniciadaWhen the configuration application started.Aplicação EncerradaWhen the configuration application ended.ResultadoDetalhesEstadoThe state of processing an item.UnidadeO pacote não é compatível com a versão ou plataforma atual do Windows.Suprimir a exibição dos detalhes da configuração inicial quando possívelVários Microsoft Store podem ser baixados direcionando diferentes plataformas e arquiteturas. --platform, --architecture pode ser usado para filtrar os pacotes.{Locked="--platform--architecture"}Falha ao recuperar a Microsoft Store do pacote. A Microsoft Entra ID do cliente não é membro do Administrador Global, do Administrador de Usuários ou do Administrador de Licenças. Use --skip-license para ignorar a recuperação Microsoft Store de pacote.{Locked="Global Administrator,User Administrator,License Administrator,--skip-license"}O Microsoft Store não dá suporte ao download.O Microsoft Store não dá suporte ao download.Falha ao recuperar a Microsoft Store do pacote. A Microsoft Entra de ID não tem o privilégio necessário.O parâmetro não pode ser passado através do limite de integridade.Instalador de zero bytes baixado; verifique se a conexão de rede está funcionando corretamente.Instalador de zero bytes baixado; verifique se a conexão de rede está funcionando corretamente.Gerenciar fontesGerencie fontes com sub-comandos. As fontes podem ser instaladas, atualizadas ou desinstaladas semelhantes a packages. FamíliaFonte"Faces" represents the typeface of the font family such as 'Bold' or 'Italic'Filtrar resultados por nome da famíliaRosto"Face" represents the typeface of a font family such as 'Bold' or 'Italic'CaminhosNenhuma fonte instalada foi encontrada que corresponda aos critérios de entrada.Listar fontes instaladasListar todas as fontes instaladas, todos os arquivos de fonte ou detalhes completos de uma fonte específica.VersãoMódulos de ConfiguraçãoPowerShell Modules that are used for the Configuration featureO instalador do pacote requer autenticação. O prompt de autenticação pode aparecer quando necessário. As informações autenticadas serão compartilhadas com a URL de download do instalador.Falha ao baixar o instalador. Esta winget não dá suporte ao método de autenticação de download do instalador. Tente atualizar para a versão mais winget versão.{Locked="winget"}Falha ao baixar o instalador. Falha na autenticação.Especificar o caminho para o processador de configuraçãoComandos de recurso DSC v3DSC stands for "Desired State Configuration". It should already have a locked translation.Os sub-comandos aqui implementam recursos Desired State Configuration (DSC) v3 para configurar o winget e os pacotes.Obter o estado do recursoDefinir o estado do recursoDescrever as alterações de estado necessáriasTestar o estado do recursoExcluir o estado do recursoObter todas as instâncias de estadoValidar o conteúdo do grupoResolver o estado externoExecutar o adaptadorObter o esquema do recursoObter o manifesto do recursoGerenciar o estado do pacoteGerencie pacotes por meio do WinGet.Indica se uma instância deve ou não existir.Indica se uma instância está no estado desejado.O identificador do pacote.A origem do pacote.A versão do pacote.O método para correspondência do identificador com um pacote.Indique que a versão mais recente disponível do pacote deve ser instalada.O modo de instalação a ser usado, se necessário.O escopo de destino do pacote.Indica se os contratos de fontes e pacotes devem ser aceitos.Gerenciar o arquivo de configurações do usuárioGerencie as configurações de usuário do WinGet.O conteúdo do arquivo JSON de configurações.A ação utilizada para aplicar as configurações.O valor está registrado para correlaçãoGerenciar a configuração da origemGerencie as fontes do WinGet.O nome a ser usado para a origem.O argumento para a origem.O tipo da origem.O nível de confiança da origem.Se a origem é incluída quando as chamadas não especificam uma origem.Aplicando a unidade de configuração...Exportando a unidade de configuração...Obtendo processadores de unidade de configuração...Garantir o módulo necessário para exportação [{0}]{Locked="{0}"}Falha ao testar ou adquirir o módulo necessário. As configurações relacionadas não serão exportadas.Exportar [{0}]{Locked="{0}"}Falha ao exportar o recurso.Falha ao obter processadores de unidade. As configurações de pacote individuais não serão exportadas.Diretório em que os resultados devem ser gravadosDesired State Configuration pacote não encontrado no sistema. Instalando o pacote...Falha ao instalar Desired State Configuration pacote. Instale o pacote manualmente ou forneça o caminho para dsc.exe por meio --processor-path argumento.{Locked="dsc.exe","--processor-path"}Um objeto que contém as configurações de administrador e seus valores.Gerenciar as configurações de administradorGerencie as configurações de administrador do WinGet.Redefinindo todas as configurações de administradorTodas as configurações de administrador foram redefinidas.Informações MCPMCP stands for Model Context Protocol and should probably remain as-isInformações do MCP (Protocolo de Contexto de Modelo) do Gerenciador de Pacotes do Windows.Para configurar manualmente o Gerenciador de Pacotes do Windows MCP com o cliente MCP, use o seguinte fragmento JSON no objeto `servers` servidor:{Locked="`servers`"}
MCP stands for Model Context Protocol and should probably remain as-is.
An unlocalized JSON fragment will follow on another line.Habilitar o servidor MCP do Gerenciador de pacotes do WindowsVersão do Sistema Operacional de destinoFalha ao instalar uma ou mais fontes.Não há suporte para o arquivo de fonte e ele não pode ser instalado.Não há suporte para uma ou mais fontes no pacote de fontes e ela não pode ser instalada.Falha na instalação da fonte; limpando.Fonte já instalada.ID do pacoteWinGet com suporteTítuloArquivo da fonte não encontrado.Falha na desinstalação da fonte. A fonte pode não estar em um bom estado. Tente desinstalar após uma reinicialização.Falha na validação da fonte.Falha na reversão da fonte. A fonte pode não estar em um bom estado. Tente desinstalar após uma reinicialização.Mostrar informações detalhadas do arquivo da fonte.Falha na validação do pacote de fontes.A tentativa de reversão da instalação de fonte com falha não foi bem-sucedida. Uma reinicialização pode ser necessária para desinstalar a fonte com êxito.Falha na desinstalação do pacote de fontes. Isso geralmente ocorre devido às fontes que estão sendo usadas pelo sistema ou por um aplicativo. A desinstalação pode ser bem-sucedida após a reinicialização do computador.OK"OK" means the font is in a good healthy stateCorrompido"Corrupt" refers to an install that is in a corrupted or bad state, and needs repair.StatusDesconhecidoO pacote de fontes já está instalado.Mostrar informações detalhadas sobre os pacotes instaladosProviding this argument causes the CLI to output additional details about installed application packages.Canal:Precedes a string value that names the delivery channel for the software package (ex. stable, beta).Identificador Local:Precedes a value that is the unique identifier for the installed package on the local system.Nome da Família de Pacotes:Precedes a value that is the APPX/MSIX package family name of the installed package.Código do Produto:Precedes a value that is the Add/Remove Programs identifier in the registry. This is also the Product Code value as defined in MSI installers.Código de Atualização:Precedes a value that is the MSI Upgrade Code for the installed package.Escopo da Instalação:Precedes a value that is the scope of the installation of the package (ex. user, machine).Arquitetura Instalada:Precedes a value that is the installed architecture of the package (ex. x86, x64, ARM64).Localidade da Instalação:Precedes a value that is the locale of the installed package.Local de Instalação:Precedes a value that is the directory path to the installed package.Fonte de Origem:Precedes a value that names the package source where the installed package originated from.Atualizações Disponíveis:Precedes a list of package upgrades available for the installed package.Categoria do Instalador:Precedes a value that indicates the category of the installer for the installed package (ex. exe, msi, msix).Valor AntigoColumn title for listing edit changes.Novo ValorColumn title for listing the new value.
================================================
FILE: Localization/Resources/ru-RU/Resources.resw
================================================
text/microsoft-resx2.0System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
================================================
FILE: Localization/Resources/ru-RU/winget.resw
================================================
text/microsoft-resx2.0System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089Присоединенный псевдоним не является флагом: "{0}"{Locked="{0}"} Error message displayed when the user provides an adjoined alias that is not a flag argument. {0} is a placeholder replaced by the user input argument (e.g. '-ab').Псевдоним присоединенного флага не найден: "{0}"{Locked="{0}"} Error message displayed when the user provides an adjoined flag alias argument that was not found. {0} is a placeholder replaced by the user input argument (e.g. '-ab').Доступны следующие аргументы:Message displayed to inform the user about the available command line arguments.Доступны следующие псевдонимы команд.Message displayed to inform the user about the available command line alias arguments.Применимы следующие команды:Title displayed to inform the user about the available commands.ДоступноAs in "a new version is available to upgrade to".Доступны следующие опции:Message displayed to inform the user about the available options.Доступны следующие подкоманды:Message displayed to inform the user about the available nested commands that run in context of the selected command.Доступны обновления: {0}.{Locked="{0}"} Message displayed to inform the user about available package upgrades. {0} is a placeholder replaced by the number of package upgrades.Использовать указанный канал; по умолчанию предназначено для широкой аудиториикомандаLabel displayed for a command to give the software.Фильтровать результаты по командеDescription message displayed to inform the user about filtering the search results by a package command.Полная командная строка для завершенияДля выполнения этой команды требуются права администратора.Эту команду можно использовать для запроса завершения контекстной командной строки. Передается командная строка, положение курсора и слово для завершения. Выходные данные представляют собой набор потенциальных значений, основанных на входных данных, по одному возможному значению на строку.Разрешает завершение контекстной командной строкиПоказать не более указанного числа результатов (от 1 до 1000)ГотовоLabel displayed when an operation completes or is done executing.Поиск пакета по точному совпадениюDescription message displayed to inform the user about finding an application package using an exact matching criteria.Экспериментальный аргумент для демонстрацииЭта команда является примером реализации экспериментального компонента. Чтобы включить его, перейдите к файлу "winget settings" и включите компоненты experimentalCmd или experimentalArg.{Locked="winget settings"}Пример экспериментального компонентаНайден позиционный аргумент, когда не ожидалось: "{0}"{Locked="{0}"} Error message displayed when the user provides an extra positional argument when none was expected. {0} is a placeholder replaced by the user's extra argument input.Этот компонент находится в процессе разработки. В будущем он может быть существенно изменен или полностью удален. Чтобы включить его, измените параметры ("winget settings"), чтобы включить экспериментальный компонент: "{0}"{Locked="winget settings","{0}"}. Error message displayed when the user uses an experimental feature that is disabled. {0} is a placeholder replaced by the experimental feature name.Показывает состояние экспериментальных компонентов. Экспериментальные компоненты можно включить с помощью команды "winget settings".{Locked="winget settings"}Показывает состояние экспериментальных компонентовОтключеноВключеноКомпонентСсылкаСледующие экспериментальные компоненты находятся в процессе разработки.
Их можно настроить с помощью файла параметров "winget settings".{Locked="winget settings"}СвойствоСостояниеФайл для хэшированияАргумент флага не может содержать присоединенное значение: "{0}"{Locked="{0}"} Error message displayed when the user provides a flag argument containing an unexpected adjoined value. {0} is a placeholder replaced by the user input.Вычисляет хэш локального файла, подходящий для записи в манифест. Он также может вычислить хэш файла подписи для MSIX-пакета, чтобы разрешить потоковые установки.Вспомогательное приложение для хэширования файлов установщикаОтображает справку по выбранной командеДля более подробной информации о конкретной команде передайте ей аргумент справки.Дополнительную справку см. по адресу: {0}{Locked="{0}"} Message displayed to inform the user about a link where they can learn more about the subject context. {0} is a placeholder replaced by a website address.Фильтровать результаты по идентификаторуПодавляет вывод предупрежденийЛицензия на это приложение предоставлена вам владельцем.Корпорация Майкрософт не несет ответственность за сторонние пакеты и не предоставляет для них никакие лицензии.Этот пакет предоставляется через Microsoft Store. Программе winget может потребоваться получить пакет в Microsoft Store от имени текущего пользователя.{Locked="winget"}Устанавливает выбранный пакет, найденный путем поиска в настроенном источнике или непосредственно из манифеста. По умолчанию запрос должен сравнить id, name или moniker пакета (без учета регистра). Можно использовать и другие поля, указав соответствующий параметр. По умолчанию команда установки проверяет состояние установки пакета и, если применимо, пытается выполнить обновление. Переопределите с помощью параметра --force для прямой установки.{Locked="--force"}; id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Установка указанного пакетаХэш установщика не совпадает. Невозможно переопределить этот параметр при запуске от имени администратора.Хеш установщика не совпадает. Продолжение работы, так как указан параметр --ignore-security-hash{Locked="--ignore-security-hash"}Хэш установщика не совпадает. Чтобы переопределить это ограничение, используйте параметр --ignore-security-hash{Locked="--ignore-security-hash"}Хэш установщика успешно проверенУспешно установленоЗапуск установки пакета...Игнорировать ошибку проверки хэша установщикаИгнорирование проверки вредоносных программ, выполняемое как часть установки пакета архивного типа из локального манифеста.Запросить интерактивную установку; может потребоваться ввод данных пользователемПсевдоним аргумента не был распознан для текущей команды: "{0}"{Locked="{0}"} Error message displayed when the user provides a command line argument alias that was not recognized for a selected command. {0} is a placeholder replaced by the user's argument alias input (e.g. '-a').Неверный указатель аргумента: "{0}"{Locked="{0}"} Error message displayed when the user provides an invalid argument specifier. {0} is a placeholder replaced by an argument specifier (e.g. '-').Имя аргумента не распознано для текущей команды: "{0}"{Locked="{0}"} Error message displayed when the user provides an unrecognized command line argument name for the selected command. {0} is a placeholder replaced by the user's argument name input (e.g. '--example').Каталоги WinGetHeader for a table detailing the directories Winget uses for key operations like logging and portable installsИспользуемый языковой стандарт (формат BCP47){Locked="BCP47"}Лицензионное соглашениеСсылкиLinks to different webpagesКоманда list отображает пакеты, установленные в системе, а также доступность обновления. Для фильтрации выходных данных можно указать дополнительные параметры по аналогии с командой search.{Locked="list","search"}Отображать установленные пакетыМесто для установки (если поддерживается)Расположение журнала (если поддерживается)(с) Корпорация Майкрософт (Microsoft Corporation). Все права защищены.Домашняя страницаThe primary webpage for the softwareПуть к манифесту пакетаОшибка проверки манифеста.Проверка манифеста выполнена успешно.Проверка манифеста выполнена с предупреждениями.Требуется значение аргумента, но ничего не найдено: "{0}"{Locked="{0}"} Error message displayed when the user does not provide a required command line argument value. {0} is a placeholder replaced by the argument name.Фильтровать результаты по моникеруВходной файл будет обрабатываться как формат MSIX; при наличии подписи будет предоставлен хэш подписиНе удалось вычислить хэш подписи MSIX.Не удалось установить или обновить пакет Microsoft Store, так как конкретное приложение заблокировано политикойНе удалось установить или обновить пакет Microsoft Store. Код ошибки: {0}{Locked="{0}"} Error message displayed when a Microsoft Store application package fails to install or upgrade. {0} is a placeholder replaced by an error code.Не удалось установить или обновить пакет Microsoft Store, так как клиент Microsoft Store заблокирован политикойПроверка/запрос сведений о получении пакета...Обнаружено несколько установленных пакетов, соответствующих введенным условиям. Уточните условия.Обнаружено несколько пакетов, совпадающих с введенными условиями. Уточните условия.Фильтровать результаты по имениПрименимый установщик не найден. Дополнительные сведения см. в журналах.В настоящее время нет доступных экспериментальных компонентов. Не найдены установленные пакеты, соответствующие введенным условиям.Не найдены пакеты, совпадающие с введенными условиями.Отключает дисплей VirtualTerminal{Locked="VirtualTerminal"}Открыть расположение журналов по умолчаниюпараметрыOptions to change how a command worksПереопределить аргументы, передаваемые установщикуПакет: {0}{Locked="{0}"} Label displayed for a software package. {0} is a placeholder replaced by the software package name.К сожалению, мы забыли сделать это...Положение курсора в командной строкеЗаявление о конфиденциальностиЗапрос, используемый для поиска пакетаОтображение хода выполнения в виде радуги цветовОбязательный аргумент не указан: "{0}"{Locked="{0}"} Error message displayed when the user does not provide a required command line argument. {0} is a placeholder replaced by an argument name.Отображение хода выполнения в виде стандартного цветаПоиск пакетов в настроенных источниках.Поиск и отображение базовых сведений о пакетахИДAbbreviation of Identifier.СовпадениеИмяИсточникдополнительные записи усечены из-за ограничения количества результатовВерсияОбнаружены следующие ошибки при проверке параметров:Открытие параметров в текстовом редакторе JSON по умолчанию. Если редактор не настроен, параметры будут открыты в Блокноте. Доступные параметры см. по адресу https://aka.ms/winget-settings С помощью этой команды также можно настраивать параметры администратора, указав аргумент --enable или --disable.{Locked="--enable"} {Locked="--disable"}Открыть параметры или настроить параметры администратораНепредвиденная ошибка при загрузке параметров. Проверьте параметры, выполнив команду 'settings'.{Locked="'settings'"}КаналОтображает сведения о конкретном пакете. По умолчанию запрос должен сравнить идентификатор, имя или моникер пакета (без учета регистра). Можно использовать и другие поля, указав соответствующий параметр.id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Показывает сведения о пакетеВерсияЗапросить автоматическую установкуТолько один псевдоним символа может появляться после одного символа -: "{0}"{Locked="{0}"} Error message displayed when the user provides more than a single character command line alias argument after an alias argument specifier '-'. {0} is a placeholder replaced by the user's argument input.Источник с указанным именем уже существует и ссылается на другое расположение:На это расположение уже ссылается источник с другим именем:Источник с указанным именем уже существует и ссылается на это же расположение:Добавление источника:Добавление нового источника. Источник предоставляет данные для обнаружения и установки пакетов. Добавляйте новый источник только в том случае, если вы доверяете ему как надежному расположению.Добавление нового источникаАргумент, предоставленный источникуПоиск пакета с помощью указанного источникаУправление источниками с помощью подкоманд. Источник предоставляет данные для обнаружения и установки пакетов. Добавляйте новый источник только в том случае, если вы доверяете ему как надежному расположению.Управление источниками пакетовИзменение свойств существующего источника. Источник предоставляет данные для обнаружения и установки пакетов.Изменить свойства источникаРедактирование источника: {0}{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being edited. {0} is a placeholder replaced by the repository source name.Источник с '{0}' уже находится в нужном состоянии.{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being edited. {0} is a placeholder replaced by the repository source name.АргументValue given to source.Перечисление всех текущих источников или полных сведений об определенном источнике.Перечисление текущих источниковДанныеData stored by the source.ПолеThe name of a piece of information about a source.ИмяThe name of the source.ИдентификаторThe source's unique identifier.Не найден источник с именем: {0}Error message displayed when the user provides a repository source name that was not found. {0} is a placeholder replaced by the user input.Нет настроенных источников.ТипThe kind of source.ОбновленоThe last time the source was updated.никогдаThe source has never been updated.ЗначениеThe value of information about a source.Имя источникаСбой при открытии источников; выполните команду ''source reset'', если проблема повторится.{Locked="source reset"}Не удалось открыть предопределенный источник. Сообщите об этом специалистам по обслуживанию winget.{Locked="winget"}Удаление всех источников...Удаление определенного источника.Удаление текущих источниковУдаление источника: {0}...{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being removed. {0} is a placeholder replaced by the repository source name.Сброс всех источников...Эта команда удаляет существующие источники, в результате чего могут остаться локальные данные. При отсутствии аргументов она удаляет все источники и добавляет значения по умолчанию. Если указан именованный источник, удаляется только он.Сброс источниковПринудительный сброс источниковЕсли задан параметр --force, будут сброшены следующие источники:{Locked="--force"}Сброс источника: {0}...{Locked="{0}"} Message displayed to inform the user about a repository source that is currently being reset. {0} is a placeholder replaced by the repository source name.Тип источникаОбновление всех источников...Обновление всех источников или только определенного источника.Обновление текущих источниковОбновление источника: {0}...{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being updated. {0} is a placeholder replaced by the repository source name.Фильтровать результаты по тегуБлагодарим за использование виджетаУведомления третьих сторонПрограмма командной строки winget дает возможность устанавливать приложения и другие пакеты из командной строки.Отображать общие сведения об инструментеОтобразить версию инструментаАргумент предоставлен больше раз, чем разрешено: "{0}"{Locked="{0}"} Error message displayed when the user provides a command line argument more times than it is allowed. {0} is a placeholder replaced by the user's argument name input.Указано несколько аргументов поведения выполнения: '{0}'{Locked="{0}"} Error message displayed when the user provides more than one execution behavior argument when installing an application package. {0} is a placeholder replaced by the user specified execution behaviors (e.g. 'silent|interactive').При выполнении команды произошла непредвиденная ошибка:Удалить предыдущую версию пакета во время обновленияНераспознанная команда: "{0}"{Locked="{0}"} Error message displayed when the user provides an unrecognized command. {0} is a placeholder replaced by the user input.Обновить все установленные пакеты до последней версии, если она доступнаПрименимые обновления не найдены.В настроенном источнике доступна более новая версия пакета, но она не применяется к системе или требованиям.Доступные обновления не найдены.Более новые версии пакетов недоступны в настроенных источниках.Обновляет выбранный пакет, обнаруженный путем поиска в списке установленных пакетов или непосредственно из манифеста приложения. По умолчанию запрос должен соответствовать идентификатору, имени или пути ссылки пакета (без учета регистра). Можно использовать и другие поля, указав соответствующий параметр. Если аргументы не указаны, показывает пакеты с доступными обновлениямиid, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Отображает и выполняет доступные обновленияиспользование: {0} {1}{Locked="{0} {1}"} Message displayed to provide the user with instructions on how to use a command. {0} is a placeholder replaced by the program name (e.g. 'winget'). {1} is a placeholder replaced by the pattern for using the selected command.Проверяет манифест с помощью строгого набора рекомендаций. Это позволяет вам проверить манифест перед отправкой в репозиторий.Утверждает файл манифестаПуть к манифесту, подлежащему утверждениюВключает ведение подробного журнала для WinGetУбедитесь, что входной файл является допустимым подписанным MSIX-файлом.Использовать указанную версию; по умолчанию используется последняя версияПоказать доступные версии пакетаЗначение, указанное до запроса завершенияНе найдены совпадающие версии: {0}{Locked="{0}"} Error message displayed when the user attempts to upgrade an application package to a version that was not found. {0} is a placeholder replaced by the user's provided upgrade package version.Нет источников, совпадающих с указанным значением: {0}{Locked="{0}"} Error message displayed when the user attempts to install or upgrade an application package from a repository source that was not found. {0} is a placeholder replaced by the user's repository source name input.Настроенные источники:Источники не указаны. Добавьте источник с помощью команды "source add" или восстановите значения по умолчанию с помощью "source reset"{Locked="source add","source reset"}НайденоУказан путь к каталогу: {0}{Locked="{0}"} Error message displayed when the user provides a system path that is a directory. {0} is a placeholder replaced by the provided directory path.Файл не существует: {0}{Locked="{0}"} Error message displayed when the user provides a system file that does not exist. {0} is a placeholder replaced by the provided file path.Предоставляются аргументы и локального манифеста, и поискового запросаЖурналыLabel displayed for diagnostic files containing information about the application use.Установщик заблокирован политикойУстановщик не прошел проверку безопасностиАнтивирусная программа сообщает о заражении в установщикеНе удалось обновить источник: {0}{Locked="{0}"} Error message displayed when an attempt to update the repository source fails. {0} is a placeholder replaced by the repository source name.Удаление выбранного пакета, обнаруженного путем поиска в списке установленных пакетов либо непосредственно из манифеста. По умолчанию запрос должен соответствовать идентификатору, имени или моникеру пакета (без учета регистра). Можно использовать и другие поля, указав соответствующий параметр.id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Удаление указанного пакетаЗапуск удаления пакета...Удаленоwinget не может найти команду удаления для пакета. Обратитесь за помощью к издателю пакетов.{Locked="winget"}Удаление прекращеноНе удалось удалить. Код выхода: {0}{Locked="{0}"} Error message displayed when an attempt to uninstall an application package fails. {0} is a placeholder replaced by an error code.Экспортирует список установленных пакетовУстановка всех пакетов, перечисленных в файле.Устанавливает все пакеты в файлеФайл, в который будет записан результатФайл с описанием устанавливаемых пакетовЭкспорт пакетов из указанного источникаЗаписывает список установленных пакетов в файл. После этого пакеты можно установить командой import.{Locked="import"}Не удалось установить один или несколько импортированных пакетовИсточник, необходимый для импорта, не установлен: {0}{Locked="{0}"} Error message displayed when the user attempts to import application package(s) from a repository source that is not installed. {0} is a placeholder replaced by the repository source name.Установленный пакет недоступен из любого источника: {0}{Locked="{0}"} Warning message displayed when the user attempts to export an installed application package that is not available from any repository source. {0} is a placeholder replaced by the installed package name.Установленная версия пакета недоступна из любого источника: {0} {1} {2}{Locked="{0} {1} {2}"} Warning message displayed when the user attempts to export an installed application package with a version that is not available from any repository source. {0} is a placeholder replaced by the installed package identifier. {1} is a placeholder replaced by the installed package version. {2} is a placeholder replaced by the installed package channel.Пакеты в файле импорта не найденыФайл JSON не является допустимымПакет уже установлен: {0}{Locked="{0}"} Message displayed to inform the user that an application package is already installed. {0} is a placeholder replaced by the package identifier or search query.Игнорировать недоступные пакетыВключить версии пакетов в файл экспортаИгнорировать версии пакета из файла импортаПуть не существует: {0}{Locked="{0}"} Error message displayed when the user provides a system path argument value that does not exist. {0} is a placeholder replaced by the user's provided path.В JSON-файле не указана распознанная схема.Выберите область установки (user или machine){Locked="user","machine"} This argument allows the user to select between installing for just the user or for the entire machine.Для аргумента "{0}" указано недопустимое значение; допустимые значения: {1}{Locked="{0}","{1}"} Error message displayed when the user provides an invalid command line argument value. {0} is a placeholder replaced by the argument name. {1} is a placeholder replaced by a list of valid options.Эта операция отключена групповая политика: {0}{Locked="{0}"} Error message displayed when the user performs a command operation that is disabled by a group policy. {0} is a placeholder replaced by a group policy description.Включить дополнительные источники Установщика приложений для WindowsВключить разрешенные источники Установщика приложений для WindowsВключить источник по умолчанию Установщика приложений для WindowsВключить экспериментальные функции Установщика приложений для WindowsВключить источник Microsoft Store Установщика приложений для WindowsВключить источник шрифтов Установщика Windows AppВключить параметры Диспетчера пакетов WindowsВключить Диспетчер пакетов WindowsВключить интерфейсы командной строки Диспетчера пакетов WindowsЗадать интервал автоматического обновления источника Диспетчера пакетов Windows в минутахГрупповая политикаHeader for a table listing active Group PoliciesВключить локальные файлы манифестов Установщика приложений для WindowsВключить обход закрепленного сертификата источника Microsoft Store Установщика приложений для WindowsВключение переопределения сканирования вредоносных программ в локальном архиве установщика приложений WindowsПоле: {0}{Locked="{0}"} Warning message displayed when a user setting field has invalid syntax or semantics. {0} is a placeholder replaced by the setting field path.Недопустимый формат поля.Недопустимое значение поля.Недопустимый параметр из групповой политики.Загруженные параметры из файла резервной копии.Ошибка при анализе файла:Значение: {0}{Locked="{0}"} Warning message displayed when a user setting value has invalid syntax or semantics. {0} is a placeholder replaced by the setting data value.Выполняются следующие экспериментальные функции.
Конфигурация отключена из-за групповой политики.Хэш-код установщика не совпадает.Включить переопределение хэша Установщика приложений для WindowsЭкспорт текущих источников в формате JSON для групповой политики.Экспорт текущих источниковДополнительный источникAn additional source required by policy.Разрешенный источникA source that the user is allowed to add.Для аргумента "{0}" указано недопустимое значение{Locked="{0}"} Error message displayed when the user provides an invalid command line argument value. {0} is a placeholder replaced by the argument name.ОтмененоВнешниеУ пакетов, обнаруженных в этом импорте, следующие зависимости:Import command sentence showed before reporting dependenciesДля этого пакета требуются следующие зависимости:Message shown before reporting dependenciesУстановка зависимостей:Источник зависимостей не найденПоиск пакетов дает несколько результатов: {0}{Locked="{0}"} Error message displayed when application packages search yield more than one result. {0} is a placeholder replaced by the dependency package identifier.Не найдена последняя версия для пакета: {0}{Locked="{0}"} Error message displayed when no suitable version found for the specific application package. {0} is a placeholder replaced by the package identifier.Установщики не найдены: {0}{Locked="{0}"} Error message displayed when no installer found for a manifest. {0} is a placeholder replaced by the manifest identifier.Для пакета недоступна минимальная необходимая версия: {0}{Locked="{0}"} Error message displayed when the minimum required version is not available for an application package. {0} is a placeholder replaced by the package identifier.Нет совпаденийWhen package search yields no matchesСодержит циклDependency graph has loopНе найден подходящий установщик для манифеста: {0} версии {1}{Locked="{0}","{1}"} Error message displayed when an attempt to get a preferred installer for a manifest fails. {0} is a placeholder replaced by the manifest identifier. {1} is a placeholder replaced by the manifest version.Ошибка обработки зависимостей пакета. Продолжить установку?Prompt message shown when dependencies processing yields errors.Ошибка обработки зависимостей пакета. Выход...ПакетыУ этого пакета есть зависимости, которые могут больше не требоваться:Uninstall command sentence showed before reporting dependenciesМанифест содержит следующие непроверенные зависимости; убедитесь, что они действительны:Validate command sentence showed before reporting dependenciesКомпоненты WindowsБиблиотеки WindowsПоиск зависимостей пакета с помощью указанного источникаFor getting package type dependencies when installing from a local manifestУсловия Windows StoreПринять все лицензионные соглашения для пакетовДля установки экспортированного пакета требуется лицензионное соглашение: {0}{Locked="{0}"} Warning message displayed when an exported application package requires license agreement to install. {0} is a placeholder replaced by the package name.Издатель требует, чтобы вы просмотрели указанную выше информацию и приняли соглашения перед установкой.
Вы согласны с условиями?Соглашения для пакетов не приняты. Операция отменена.Соглашения:Автор:Описание:Установщик:Языковой стандарт установщика:Идентификатор продукта в Store:SHA256 установщика:Тип установщика:URL-адрес установщика:Лицензия:URL-адрес лицензии:Моникер:Домашняя страница:Издатель:Теги:Версия:Зависимости:Компоненты Windows:Библиотеки Windows:Зависимости пакетов:Внешние зависимости:НетДаНе удалось открыть добавленный источник.Принимать все соглашения источников во время операций с источникамиПеред использованием источника "{0}" необходимо просмотреть следующие соглашения.{Locked="{0}"} Message displayed to inform the user that a repository source requires viewing agreements before using. {0} is a placeholder replaced by the repository source name.Вы согласны со всеми условиями исходных соглашений?Соглашения для одного или нескольких источников не приняты. Операция отменена. Примите соглашения источников или удалите эти источники.Для правильной работы источника требуется отправить во внутреннюю службу двухбуквенный код текущего региона компьютера (например, "RU").Успешно установлено. Перезапустите приложение, чтобы завершить обновление.Необязательный HTTP-заголовок источника REST Windows-Package-ManagerНеобязательный заголовок игнорируется, поскольку он неприменим для этого источника.Необязательный заголовок неприменим, если не указан источник: "{0}"{Locked="{0}"} Error message displayed when the user performs an operation (e.g install) and provides the HTTP 'header' argument without specifying the repository source. {0} is a placeholder replaced by the header argument name.Дата выпуска:Поддерживается автономное распространение:URL-адрес издателя:URL-адрес покупки:URL-адрес службы поддержки издателя:URL-адрес заявления о конфиденциальности:Авторское право:URL-адрес заявления об авторских правах:Заметки о выпуске:URL-адрес заметок о выпуске:Сбой при поиске в источнике; результаты не будут включены: {0}{Locked="{0}"} Warning message displayed when searching a repository source fails. {0} is a placeholder replaced by the repository source name.Сбой при поиске в источнике: {0}{Locked="{0}"} Error message displayed when searching a repository source fails. {0} is a placeholder replaced by the repository source name.Эту функцию должен включить администратор. Чтобы включить ее, выполните команду "winget settings --enable {0}" от имени администратора.{Locked="winget settings --enable", "{0}"}. Error message displayed when the user uses a feature that needs to be enabled by administrators. {0} is a placeholder replaced by the admin setting.Включает определенный параметр администратораОтключает определенный параметр администратораВключен параметр администратора "{0}".{Locked="{0}"} Message displayed when the user enables an admin setting. {0} is a placeholder replaced by the setting name.Отключен параметр администратора "{0}".{Locked="{0}"} Message displayed when the user disables an admin setting. {0} is a placeholder replaced by the setting name.Параметр администратораHeader for a table displaying admin settings.Приложение сейчас запущено. Выйдите из приложения и повторите попытку.Файлы, измененные установщиком, в настоящее время используются другим приложением. Выйдите из приложений и повторите попытку.Уже выполняется другая установка. Повторите попытку позже.Используется один или несколько файлов. Выйдите из приложения и повторите попытку.У этого пакета отсутствует зависимость в вашей системе.На вашем компьютере больше нет места. Освободите место и повторите попытку.Недостаточно памяти для установки. Закройте другие приложения и повторите попытку.Один из параметров установки недопустим. Дополнительные сведения могут содержаться в журнале установки пакета.Для этого приложения требуется подключение к Интернету. Подключитесь к сети и повторите попытку.Приложение обнаружило ошибку во время установки. Обратитесь в службу поддержки.Перезапустите компьютер, чтобы завершить установку.Ваш компьютер будет перезагружен, чтобы завершить установку.Сбой установки. Перезагрузите компьютер и повторите попытку.Вы отменили установку.Уже установлена другая версия этого приложения.Уже установлена более поздняя версия этого приложения.Установка запрещена политиками организации. Обратитесь к администратору.Текущая конфигурация системы не поддерживает установку этого пакета.Сбой установки из-за ошибки настраиваемого установщика. Обратитесь в службу поддержки пакета.Установка прерванаСбой установки с кодом выхода: {0}{Locked="{0}"} Error message displayed when the application installer fails. {0} is a placeholder replaced by an error code.Журнал установщика доступен по адресу: {0}{Locked="{0}"} Message displayed to inform the user about the system path of a diagnostic files containing information about the installer. {0} is a placeholder replaced by the diagnostic file system path.Среди рабочих источников найдены следующие пакеты.
Чтобы продолжить, укажите один из них, используя параметр "--source".{Locked="--source"} "working sources" as in "sources that are working correctly"Пакеты не найдены среди рабочих источников."working sources" as in "sources that are working correctly"Это стабильный выпуск Диспетчера пакетов Windows. Чтобы попробовать экспериментальные функции, установите предварительную сборку. Инструкции доступны в GitHub по ссылке https://github.com/microsoft/winget-cli.{Locked="https://github.com/microsoft/winget-cli"}Диспетчер пакетов Windows версии {0}{Locked="{0}"} Label displaying the product name and version. {0} is a placeholder replaced by the product version.Игнорировать версии пакета в файле импортаЗапрошенное число результатов должно находиться в диапазоне от 1 до 1000.Аргументы, передаваемые установщику в дополнение к параметрам по умолчаниюОбнаружена более новая версия, но технология установки отличается от текущей установленной версии. Удалите пакет и установите более новую версию.Указанная технология установки более новой версии отличается от текущей установленной версии. Удалите пакет и установите более новую версию.Диспетчер пакетов Windows (предварительная версия) версии {0}{Locked="{0}"} Label displaying the preview product name and pre-release version. {0} is a placeholder replaced by the product version.Выберите архитектуруОбновить пакеты, даже если не удается определить их текущую версиюСписок пакетов, даже если их текущая версия не может быть определена. Можно использовать только с аргументом --upgrade-available.{Locked="--upgrade-available"}Невозможно определить номер версии этого пакета. Чтобы все равно обновить его, добавьте аргумент --include-unknown к предыдущей команде.{Locked="--include-unknown"}Несколько ({0}) пакетов содержат номера версий, которые невозможно определить. Используйте параметр --include-unknown для просмотра всех результатов.{Locked="{0}","--include-unknown"} {0} is a placeholder that is replaced by an integer number of packages that do not have notated versions. Несколько ({0}) пакетов закреплены и должны быть явно обновлены.{Locked="{0}"} {0} is a placeholder that is replaced by an integer number of packages that require explicit upgrades.Указанные аргументы можно использовать только с запросом.Архитектура системы: {0}{Locked="{0}"} Label displayed for the system architecture. {0} is a placeholder replaced by the value of the system architecture (e.g. X64).Сохраняет все файлы и каталоги, созданные пакетом (переносной)Удаляет все файлы и каталоги в каталоге пакета (переносной)Для продолжения нажмите клавишу ВВОД . . .Значение для переименования исполняемого файла (переносной)Запрашивает нажатие любой клавиши пользователем перед выходомУстановщик запросит запуск от имени администратора. Ожидайте запроса.Не удается запустить установщик из контекста администратора.Переменная среды пути изменена; перезапустите оболочку, чтобы использовать новое значение.Фильтры с использованием кода продуктаПереносной пакет с таким именем, но из другого источника уже существует; выполняется из-за параметра --force{Locked="--force"}Том не поддерживает точки повторного анализаУказанное имя файла не является допустимым именем файлаПерезапись существующего файла:{0}{Locked="{0}"} Warning message displayed to inform the user that an existing file is being overwritten. {0} is a placeholder replaced by the file system path.Не указан аргумент выбора пакета; дополнительные сведения о поиске пакета см. в справке.Добавлен псевдоним командной строки:Каталог переносимых ссылок (компьютер)Каталог переносимых ссылок (пользователь)Корень переносимого пакета (пользователь)Корень переносимого пакетаКорень переносимого пакета (x86)Сбой переносной установки; Очистка...Переносимый пакет был изменен. Продолжение работы, так как указан параметр --force{Locked="--force"}Не удалось удалить переносимый пакет, так как он был изменен. Чтобы переопределить эту проверку, используйте параметр --force{Locked="--force"}Файлы, остающиеся в каталоге установки:: {0}{Locked="{0}"} Warning message displayed when files remain in install directory. {0} is a placeholder replaced by the directory path.Очистка каталога установки...Не удается очистить каталог установки, так как он не был создан с помощью WinGetСвязанная ссылкаДокументация:Заметки: {0}{Locked="{0}"} Label displayed for installation notes. {0} is a placeholder replaced by installation notes.Примечания по установке:Указанный аргумент не поддерживается для этого пакетаНе удалось извлечь содержимое архиваВложенный файл установщика не существует. Убедитесь, что указанный относительный путь вложенного установщика совпадает: {0}{Locked="{0}"} Error message displayed when nested installer file does not exist. {0} is a placeholder replaced by the nested installer file path.Недопустимый относительный путь к файлу для вложенного установщика. Путь указывает на расположение за пределами каталога установкиДля этого пакета не указаны вложенные установщикиДля установщика архива можно указать только один вложенный установщик, если только он не является переносимым или вложенным установщиком шрифтовУказаны несовместимые аргументы командной строкиПеречисляет только пакеты с доступным обновлениемДля следующих пакетов доступно обновление, но для обновления требуется явный выбор целевого объекта."require explicit targeting for upgrade" means that the package will not be upgraded with all others unless an extra flag is added, or the package is mentioned explicitlyСкачиваниеLabel displayed while downloading an application installer.Вложенный тип установщика не поддерживаетсяИзвестно, что установщик перезапускает терминал или оболочкуДля этого пакета требуется расположение установкиИзвестно, что следующие установщики перезапускают терминал или оболочку.Для следующих установщиков требуется расположение установки.Укажите корень установки:Вы хотите продолжить?Соглашения дляThis will be followed by a package name, and then a list of license agreementsДля пакета требуется расположение установки, но оно не было предоставленоОтключить интерактивные запросыDescription for a command line argument, shown next to it in the helpНайден существующий установленный пакет. Попытка обновления установленного пакета...Выполнить команду напрямую и продолжить с проблемами, не связанными с безопасностьюDescription for a command line argument, shown next to it in the helpПереносимый пакет из другого источника уже существуетАрхив извлеченИзвлечение архива...При проверке архива обнаружено вредоносное ПО. Чтобы переопределить эту проверку, используйте --ignore-local-archive-malware-scan{Locked="--ignore-local-archive-malware-scan"}При проверке архива обнаружено вредоносное ПО. Продолжено из-за --ignore-local-archive-malware-scan{Locked="--ignore-local-archive-malware-scan"}Пропускает обновление, если установленная версия уже существуетВерсия пакета уже установлена. Установка отменена.Не удается включить {0}. Этот параметр управляется политикой. Для получения дополнительных сведений обратитесь к системному администратору.{Locked="{0}"} The value will be replaced with the feature nameНе удается отключить {0}. Этот параметр управляется политикой. Для получения дополнительных сведений обратитесь к системному администратору.{Locked="{0}"} The value will be replaced with the feature nameДобавление нового закрепления. Закрепление может помешать Диспетчеру пакетов Windows обновить пакет до определенных диапазонов версий или предотвратить обновление пакета. Закрепленный пакет может по-прежнему обновляться сам и обновляться вне Диспетчера пакетов Windows. По умолчанию закрепленный пакет можно обновить, явно указав его в команде "upgrade" или добавив флаг "--include-pinned" в "winget upgrade --all".{Locked{"'upgrade'"} Locked{"--include-pinned"} Locked{"winget upgrade --all"}Добавление нового закрепленияУправление закреплениями пакетов с помощью подкоманд. Закрепление может помешать Диспетчеру пакетов Windows обновить пакет до определенных диапазонов версий или предотвратить обновление пакета. Закрепленный пакет может по-прежнему обновляться сам и обновляться вне Диспетчера пакетов Windows.Управление закреплениями пакетовСписок всех текущих контактов или полных сведений о конкретном закреплении.Список текущих закрепленийУдаление закрепления определенного пакета.Удаление закрепления пакетаСброс всех существующих закреплений.Сбросить закрепленияВерсия для закрепления пакета. Подстановочный знак "*" можно использовать как часть последней версииБлокировать обновление до тех пор, пока закрепление не будет удалено. Это предотвращает переопределение аргументовЗакрепить определенную установленную версиюУстановленоValue used in a table to indicate that a package comes from the list of packages installed in the machineЭкспорт параметров в формате JSONПараметры экспортаПараметры пользователяLabel displayed for the file containing the user settings.Не удалось загрузить файл параметров. Используются значения по умолчанию.Выберите фильтр установленных пакетов (для user или machine){Locked="user","machine"} This argument allows the user to select installed packages for just the user or for the entire machine.Закрепление добавленоПакет {0} уже закреплен{Locked="{0}"} {0} is a placeholder that will be replaced by a package name. The message is shown when attempting to add a pin for a package that is already pinned.Пакет {0} уже закреплен. Перезапись из-за аргумента --force.{Locked="--force"}{Locked="--force","{0}"} {0} is a placeholder that will be replaced by a package name.Пин-код для пакета {0}. Используйте аргумент --force, чтобы перезаписать его.{Locked="--force","{0}"} {0} is a placeholder that will be replaced by a package name.Сброс всех текущих закреплений.Используйте аргумент --force для сброса всех закреплений. Будут удалены следующие закрепления:{Locked="--force"}Тип закрепленияНет закрепления для пакета {0}{Locked="{0}"} {0} is a placeholder that will be replaced by a package name. The message is shown when attempting to delete a pin for a package that is not pinned.Закрепления не настроены.Shown when listing or modifying existing pins if there are none.Закрепления сброшеныShown after resetting (deleting) all the pinsНе удалось открыть базу данных закреплений.Error message for when we cannot open the database containing package pins.Указан аргумент, который можно использовать только для одного пакетаУказано несколько взаимоисключающих аргументов: {0}{Locked="{0}"} Error message shown when mutually incompatible command line arguments are used. {0} is a placeholder replaced by the arguments that cannot be specified togetherАргумент {0} может использоваться только с {1}{Locked="{0}","{1}"} Error message shown when having an argument needs another to be present, but that is missing. {0} and {1} are replaced by the arguments. For example "Argument --include-unknown can only be used with --upgrade"ОтключеноAs in enabled/disabledВключеноAs in enabled/disabledСостояниеHeader for a table listing the state (enabled/disabled) of Group Policies and SettingsЗапрос, используемый для поиска пакетаПакет не найден: {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches returns no results. {0} is a placeholder replaced by the package name or query.Найдено несколько пакетов для: {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches returns more than one result. {0} is a placeholder replaced by the package name or query.Сбой поиска для: {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches fails. This message is for generic failures, we have more specific messages for when the search returns no results, or when it returns more than one result. {0} is a placeholder replaced by the package name or query.Несколько ({0}) пакетов используют закрепление, которое необходимо удалить перед обновлением{Locked="{0}"} {0} is a placeholder that is replaced by an integer number of packages with pins that prevent upgradeНевозможно обновить пакет с помощью winget. Для обновления этого пакета используйте метод, предоставленный издателем.Обновление пакетов, даже если они используют неблокирующее закреплениеСписок пакетов, даже если у них есть ПИН-код, который блокирует обновление. Можно использовать только с аргументом --upgrade-available.{Locked="--upgrade-available"}Закрепление удаленоОбнаружена более новая версия, но пакет содержит закрепление, которое не позволяет обновить его.Пакет закреплен и не может быть обновлен. Используйте команду "winget pin" для просмотра и изменения закреплений. Некоторые типы закреплений можно обойти с помощью аргумента --include-pinned.{Locked="winget pin","--include-pinned"} Error shown when we block an upgrade due to the package being pinnedНесколько ({0}) пакетов используют закрепления, которые препятствуют обновлению. Воспользуйтесь командой "winget pin" для просмотра и изменения закреплений. Использование аргумента --include-pinned может привести к отображению дополнительных результатов.{Locked="winget pin","--include-pinned"} {0} is a placeholder replaced by an integer number of packagesГарантирует, что система соответствует нужному состоянию, как описано в указанной конфигурации. Может скачивать/выполнять обработчики для достижения нужного состояния. Необходимо проверить надежность конфигурации и обработчиков перед их применением.Настройка системы в нужное состояниеОтображает сведения об указанной конфигурации. По умолчанию система не изменяется, но некоторые параметры будут вызывать скачивание и/или загрузку файлов.Отображение сведений о конфигурацииПроверяет, соответствует ли система нужному состоянию, как описано в указанной конфигурации. Может скачивать/выполнять обработчики для тестирования нужного состояния. Необходимо проверить надежность конфигурации и обработчиков перед их выполнением.Проверяет систему на соответствие нужному состояниюПроверяет правильность файла конфигурации.Проверяет файл конфигурацииНедопустимый '{0}' в файле конфигурации.{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the field name from the file.Путь к файлу конфигурацииФайл конфигурации недопустим.Версия файла конфигурации {0} неизвестна.{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the version of the configuration file.Принимает предупреждение конфигурации, препятствующее интерактивному запросуПрименитьIndicates that this item is used to write stateДекларацияIndicates that this item is used to check/assert the state rather than write to itЗависимости:{0}{Locked="{0}"} Label displaying a list of dependencies. {0} is replaced with a space separated list of identifiers referencing other items.Не удалось применить часть конфигурации.Не удалось получить подробные сведения о конфигурации.ИнформированиеIndicates that this item is used to retrieve values for future use rather than writing themЛокальныйUsed to indicate that the item is present on the device.Модуль: {0}{Locked="{0}"} Label displaying a module name. {0} is replaced with the name of the module from the user input file.Модуль: {0} от {1} [{2}]{Locked="{0}","{1}","{2}"} Label displaying module information. {0} is replaced by the module name. {1} is replaced by the module author. {2} is replaced by a string indicating the source of the module.Параметры:Label for the values that are used as inputs for this item when applying stateКонфигурация применена.Элемент успешно применен.К системе применяется другая конфигурация. Эта конфигурация будет продолжена, как только это будет возможно...Вы самостоятельно отвечаете за понимание параметров конфигурации, которую собираетесь выполнить. Корпорация Майкрософт не несет ответственности за файл конфигурации, который вы создали или импортировали. Эта конфигурация может изменить параметры Windows, установить программное обеспечение, изменить параметры установленного программного обеспечения (включая параметры безопасности), а также принять от вашего имени пользовательские соглашения для сторонних пакетов программ и служб. Запуская этот файл конфигурации, вы подтверждаете, что понимаете состав этих ресурсов и параметров и соглашаетесь их применить. Любые установленные приложения лицензируются их владельцами. Майкрософт не несет ответственности за сторонние пакеты программ или службы и не предоставляет для них никаких лицензий.Legal approved. Do not change without approval.Вы проверили конфигурацию и хотите продолжить ее применение к системе?PM approved.Конфигурация пуста.Компонент [{0}] не найден.{Locked="{0}"} Error message displayed when a Windows feature was not found on the system.Не удалось включить зависимости компонентов Windows. Чтобы продолжить установку, используйте "--force".{Locked="--force"}Для полного включения компонентов Windows требуется перезагрузка. Чтобы переопределить эту проверку, используйте "--force"."Windows Feature(s)" is the name of the options Windows features setting.Не удалось включить зависимости компонентов Windows; продолжение из-за --force"Windows Feature(s)" is the name of the options Windows features setting.
{Locked="--force"}Включение компонента [{0}]…{Locked="{0}"} Message displayed to the user regarding which Windows Feature is being enabled.Не удалось включить компонент [{0}]: {1}{Locked="{0}","{1}"} An error when enabling a Windows Feature. {0} is a placeholder for the name of the Windows Feature.
{1} is a placeholder for the unrecognized error code.Для полного включения компонентов Windows требуется перезагрузка; продолжение из-за --force"Windows Feature(s)" is the name of the options Windows features setting.Ожидание завершения другой установки или удаления...Закрепленная версияTable header for the version to which a package is pinned; meaning it should not update from that version.<Дополнительные сведения см. в файле журнала>The brackets are intended to make the value stand out from other text which it will follow. Any locale appropriate mechanism that achieves this is acceptable.Получение сведений о конфигурацииИнициализация системы конфигурацииЧтение файла конфигурацииСистема не находится в нужном состоянии, утвержденном конфигурацией.Сбой этой единицы конфигурации по неизвестной причине: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.Сбой единицы конфигурации из-за конфигурации: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.Сбой блока конфигурации при попытке получить текущее состояние системы.Сбой блока конфигурации при попытке применить нужное состояние.Сбой блока конфигурации при попытке проверить текущее состояние системы.Сбой единицы конфигурации из-за внутренней ошибки: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.Сбой единицы конфигурации из-за недопустимого предварительного условия: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.Сбой единицы конфигурации из-за состояния системы: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.Сбой модуля конфигурации при попытке запуска: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.Конфигурация содержит идентификатор "{0}" несколько раз.{Locked="{0}"} {0} is a placeholder that is replaced by the identifier string from the user input file.Зависимость "{0}" не найдена в конфигурации.{Locked="{0}"} {0} is a placeholder that is replaced by the identifier string from the user input file.Этот блок конфигурации был пропущен вручную.Модуль для блока конфигурации доступен в нескольких расположениях с одинаковой версией.Не удалось загрузить модуль для единицы конфигурации.Обнаружено несколько соответствий для блока конфигурации. Укажите модуль, чтобы выбрать правильный вариант.Не удалось найти блок конфигурации.Блок конфигурации отсутствовал в ожидаемом модуле.Этот блок конфигурации не был запущен из-за сбоя зависимости или невыполненного запуска зависимости.Этот блок конфигурации не был запущен из-за сбоя утверждения или неверного утверждения.Модуль конфигурации вернул непредвиденный результат во время выполнения.Эта единица конфигурации не была запущена по неизвестной причине: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.Поле '{0}' имеет недопустимое значение: {1}{Locked="{0}","{1}"} An error in reading a configuration file. {0} is a placeholder replaced by the field name from the file. {1} is a placeholder for the invalid value.Поле "{0}" отсутствует или пусто.{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the expected field name from the file.См. {0} строку, столбец {1} в файле.{Locked="{0}","{1}"} Indicates the file location of the error, {0} and {1} are placeholders for numbers of the line and column, respectively.Выполняется отмена операцииУстановить пакет заглушки для AppInstallerУстановить полный пакет для AppInstallerВключите расширенные функции. Требуется доступ к хранилищу.Параметры "--enable" и "--disable" нельзя использовать с другими аргументами.{Locked="--enable", "--disable"}Включение расширенных функций. Требуется доступ к хранилищу.Расширенные функции не включены. Выполните "winget configure --enable", чтобы включить их.{Locked="winget configure --enable"}Расширенные функции включены.Отключить расширенные функции. Требуется доступ к хранилищу.Отключение расширенных функций. Требуется доступ к хранилищу.Расширенные функции отключены.Пропускает обработку зависимостей пакетов и компонентов WindowsЗависимости пропущены.Не удалось обновить переменную PATH для процесса. Последующие установки, зависящие от изменений переменной PATH, могут быть завершиться сбоем.{Locked="PATH"}Сбой некоторых модулей конфигурации при проверке их состояния.Система находится в описанном состоянии конфигурации.Состояние конфигурации не протестировано.Система не находится в описанном состоянии конфигурации.Непредвиденный результат теста: {0}{Locked="{0}"} Error message. {0} will be replaced with the unexpected value (a number).Вы просмотрели конфигурацию и хотите продолжить ее проверку в системе?Файл конфигурации не является допустимым YAML файла.{Locked="YAML"} YAML is a file format name.Этот модуль конфигурации является частью цикла зависимостей.Проверка не обнаружила проблем.Модуль конфигурации доступен только в качестве предварительной версии, но не помечен так в конфигурации. Добавьте "allowPrerelease: true" в "directives".{Locked="allowPrerelease: true","directives"} These are values in the configuration file that are not localized.Модуль конфигурации найден локально, но не найден ни в одном из настроенных каталогов. Перед применением конфигурации убедитесь, что он присутствует в какой-либо системе.Модуль конфигурации не является общедоступным. Убедитесь, что у любого пользователя, который будет применять эту конфигурацию, есть к ней доступ.Модуль не указан. Указание модуля повышает производительность и предотвращает конфликты имен в будущем.Скачивание установщика из выбранного пакета, найденного путем поиска настроенного источника или непосредственно из манифеста. По умолчанию запрос должен без учета регистра совпадать с идентификатором, именем или моникером пакета. Другие поля можно использовать путем передачи соответствующего параметра. По умолчанию команда скачивания загрузит соответствующий установщик в папку загрузок пользователя.Скачивание установщика из указанного пакетаКаталог, в который скачиваются установщикиЗагрузка зависимостей:Установщик скачан: {0}{Locked="{0}"} Full path of the downloaded installer.Выберите тип установщикаСкачивания установщикаЗагрузка установщика для более поздней автономной установки запрещена. Для выполнения команды --module-path allusers требуются права администратора.{Locked="--module-path allusers"}Указывает расположение на локальном компьютере для хранения модулей. По умолчанию: %LOCALAPPDATA%\Microsoft\WinGet\Configuration\Modules.{Locked="%LOCALAPPDATA%\Microsoft\WinGet\Configuration\Modules"}Для --module-path должно быть задано значение currentuser, allusers, default или абсолютный путь.{Locked="{--module-path}, {currentuser}, {allusers}, {default}}Включить конфигурацию Диспетчера пакетов WindowsПолучение сведений об ошибках. Если указано число, выходные данные будут содержать сведения об ошибке, включая имя символа, если это ошибка winget. При указании строки для этого значения будут искаться ошибки, относящиеся к winget.Получить информацию об ошибкахЗначение для поиска в сведениях об ошибкеУказанное число слишком велико для HRESULT.Неизвестный код ошибкиВнутренняя ошибкаНедопустимые аргументы командной строкиНе удалось выполнить командуНе удалось открыть манифестПолучен сигнал отменыСбой при выполнении ShellExecuteНе удается обработать манифест. Версия манифеста выше поддерживаемой. Обновите клиент.Не удалось скачать установщикНе удается выполнить запись в индекс; более поздняя версия схемыИндекс поврежденСведения о настроенном источнике поврежденыИмя источника уже настроеноНедопустимый тип источникаФайл MSIX является набором, а не пакетомОтсутствуют данные, требуемые источникомНи один из установщиков не подходит для текущей системыХэш файла установщика не соответствует манифестуИмя источника не существуетИсходное расположение уже настроено под другим именемПакеты не найденыИсточники не настроеныНайдено несколько пакетов, соответствующих условиямСоответствующих условиям манифестов не найденоНе удалось получить общедоступную папку из исходного пакетаДля выполнения команды требуются права администратораИсходное расположение не защищеноКлиент Microsoft Store заблокирован политикойПриложение Microsoft Store заблокировано политикойЭта функция сейчас находится в разработке. Его можно включить с помощью параметров winget.Не удалось установить приложение Microsoft StoreНе удалось выполнить автозаполнениеНе удается инициализировать средство синтаксического анализа YAMLОбнаружен недопустимый ключ YAMLОбнаружен повторяющийся ключ YAMLНедопустимая операция YAMLНе удалось создать документ YAMLНедопустимое состояние передатчика YAMLНедопустимые данные YAMLОшибка LibYAMLПроверка манифеста завершена с предупреждениямиОшибка проверки манифестаНедопустимый манифестПрименимые обновления не найденыКоманда winget upgrade --all завершилась с ошибкамиУстановщик не прошел проверку безопасностиРазмер скачиваемого файла не соответствует ожидаемому размеру содержимогоКоманда удаления не найденаНе удалось выполнить команду удаленияОшибка итератора прерывания ICUОшибка сопоставления регистра ICUОшибка регулярного выражения ICUНе удалось установить один или несколько импортированных пакетовНе удалось найти один или несколько запрошенного пакетаНедопустимый JSON-файлРасположение источника не является удаленнымНастроенный источник REST не поддерживаетсяИсточник REST вернул недопустимые данныеОперация заблокирована групповой политикойВнутренняя ошибка REST APIНедопустимый URL-адрес источника RESTREST API вернул неподдерживаемый тип MIMEНедопустимая версия контракта источника RESTИсходные данные повреждены или незаконно измененыОшибка чтения из потокаСоглашения для пакетов не принятыОшибка при чтении входных данных в запросеЗапрос поиска не поддерживается одним или несколькими источникамиКонечная точка REST API не найдена.Не удалось открыть источник.Соглашения для источников не принятыРазмер заголовка превышает допустимый предел в 1024 символа. Уменьшите размер и повторите попытку.Отсутствует файл ресурсовНе удалось выполнить установку MSIНедопустимые аргументы для msiexecНе удалось открыть один или несколько источниковНе удалось проверить зависимостиОтсутствует один или несколько пакетовНедопустимый столбец таблицыВерсия обновления не новее установленной версииВерсия обновления неизвестна, и переопределение не указаноОшибка преобразования ICUНе удалось установить переносимый пакетТом не поддерживает точки повторного анализаПереносимый пакет из другого источника уже существует.Не удалось создать symlink. Путь указывает на каталог.Не удается запустить установщик из контекста администратора.Не удалось удалить переносимый пакетНе удалось проверить значения DisplayVersion на соответствие индексу.Один или несколько аргументов не поддерживаются.Внедренные нуль-символы запрещены для SQLiteНе удалось найти вложенный установщик в архиве.Не удалось извлечь из архива.Указан недопустимый относительный путь к вложенным установщикам.Сертификат сервера не соответствует ни одному из ожидаемых значений.Необходимо указать папку для установки.Не удалось проверить архив на наличие вредоносных программ.Найдена по крайней мере одна версия установленного пакета.Закрепление для пакета уже существует.Нет закрепления для пакета.Не удалось открыть базу данных закреплений.Не удалось установить одно или несколько приложенийНе удалось удалить одно или несколько приложенийОдин или несколько запросов вернули больше одного совпаденияПакет защищен ПИН-кодом, что не позволяет выполнить обновление.Установленный пакет является заглушкойПолучен сигнал завершения работы приложенияНе удалось скачать зависимости пакета.Не удалось скачать пакет. Скачивание для автономной установки запрещено.Требуемая служба занята или недоступна. Повторите попытку позже.Указанный GUID не соответствует допустимому состоянию возобновления.Текущая версия клиента не соответствует версии клиента сохраненного состояния.Недопустимые данные о состоянии возобновления.Не удалось открыть базу данных контрольных точек.Превышено максимальное ограничение возобновления.Неверные сведения для проверки подлинности.Метод проверки подлинности не поддерживается.Произошел сбой проверки подлинности.Сбой проверки подлинности. Требуется интерактивная проверка подлинности.Сбой проверки подлинности. Отменено пользователем.Сбой проверки подлинности. Прошедшая проверку подлинности учетная запись не подходит.Приложение сейчас запущено. Выйдите из приложения и повторите попытку.Уже выполняется другая установка. Повторите попытку позже.Используется один или несколько файлов. Выйдите из приложения и повторите попытку.У этого пакета отсутствует зависимость в вашей системе.На вашем компьютере больше нет места. Освободите место и повторите попытку.Недостаточно памяти для установки. Закройте другие приложения и повторите попытку.Для этого приложения требуется подключение к Интернету. Подключитесь к сети и повторите попытку.Приложение обнаружило ошибку во время установки. Обратитесь в службу поддержки.Перезапустите компьютер, чтобы завершить установку.Сбой установки. Перезагрузите компьютер и повторите попытку.Ваш компьютер будет перезагружен, чтобы завершить установку.Вы отменили установку.Уже установлена другая версия этого приложения.Уже установлена более поздняя версия этого приложения.Установка запрещена политиками организации. Обратитесь к администратору.Не удалось установить зависимости пакета.Приложение сейчас используется другим приложением.Недопустимый параметр.Пакет не поддерживается системой.Установщик не поддерживает обновление существующего пакета.Установка завершилась сбоем из-за ошибки пользовательского установщика.Не удалось найти запись "Приложения и компоненты" для пакета.Расположение установки неприменимо.Не удалось найти расположение установки.Хэш существующего файла не совпадает.Файл не найден.Файл найден, но хэш не был проверен.Не удалось получить доступ к файлу.Файл конфигурации недопустим.Синтаксис YAML недопустим.Поле конфигурации относится к недопустимому типу.Версия конфигурации неизвестна.Произошла ошибка при применении конфигурации.Конфигурация содержит повторяющийся идентификатор.В конфигурации отсутствует зависимость.В конфигурации есть неудовлетворенная зависимость.Сбой утверждения для блока конфигурации.Конфигурация пропущена вручную.Пользователь отклонил продолжение выполнения.Этот граф зависимостей содержит цикл, который невозможно разрешить.В конфигурации есть недопустимое значение поля.В конфигурации отсутствует поле.Сбой некоторых модулей конфигурации при проверке их состояния.Состояние конфигурации не протестировано.Блок конфигурации не установлен.Не удалось найти блок конфигурации.Обнаружено несколько соответствий для единицы конфигурации; укажите модуль, чтобы выбрать правильный модуль.Сбой единицы конфигурации при попытке получить текущее состояние системы.Сбой единицы конфигурации при попытке проверить текущее состояние системы.Сбой блока конфигурации при попытке применить нужное состояние.Модуль для блока конфигурации доступен в нескольких расположениях с одинаковой версией.Не удалось загрузить модуль для единицы конфигурации.Модуль конфигурации вернул непредвиденный результат во время выполнения.Блок содержит параметр, требующий корня конфигурации.Операция не поддерживается обработчиком конфигурации.НедоступноЗависимости компонентов Windows включеныНе удалось загрузить модуль для единицы конфигурации, так как для его запуска требуются права администратора.Блок содержит параметр, требующий корня конфигурации.Не удалось загрузить модуль для единицы конфигурации, так как для его запуска требуются права администратора.Возобновление выполнения ранее сохраненной команды путем передачи уникального идентификатора сохраненной команды. Используется для возобновления выполнения команды, которая может быть прервана из-за перезагрузки.Возобновление выполнения ранее сохраненной команды.Уникальный идентификатор сохраненного состояния для возобновленияВозобновление состояния из другой версии клиента не поддерживается: {0}{Locked= "{0}"} Message displayed to inform the user that the client version of the resume state does not match the current client version. {0} is a placeholder for the client version that created the resume state.Состояние возобновления не существует: {0}{Locked="{0}"} Error message displayed when the user provides a guid that does not correspond to a valid saved state. {0} is a placeholder replaced by the provided guid string.Не найдены данные в состоянии возобновления.Эта команда не поддерживает возобновление.Разрешает перезагрузку, если применимоЗапуск перезагрузки для завершения операции...Не удалось инициировать перезагрузку.Операция возобновления превышает допустимый предел {0} возобновления. Чтобы возобновить работу вручную, выполните команду "{1}".{Locked="{0}", "{1}"} {0} is a placeholder that is replaced by an integer number of the number of allowed resumes. {1} is a placeholder for the command to run to perform a manual resume.Игнорировать ограничение на возобновление сохраненного состоянияСхема URI не поддерживается: {0}{Locked="{0}"} Error message displayed when the provided uri is not supported. {0} is a placeholder replaced by the provided uri.Неправильный формат URI: {0}{Locked="{0}"} Error message displayed when the provided uri is not well formed. {0} is a placeholder replaced by the provided uri.Не удалось проанализировать {0} содержимое параметров единицы конфигурации или содержимое параметров пусто.{Locked="{0}"} {0} is a placeholder replaced by the input winget configure resource unit type.В блоке конфигурации {0} отсутствует требуемый аргумент: {1}{Locked="{0},{1}"} {0} is a placeholder for the input winget configure resource unit type. {1} is placeholder for the missing arg.В блоке конфигурации {0} отсутствует рекомендуемый аргумент: {1}{Locked="{0},{1}"} {0} is a placeholder for the input winget configure resource unit type. {1} is placeholder for the missing arg.Блок конфигурации WinGetSource конфликтует с известным источником: {0}{Locked="WinGetSource,{0}"} {0} is a placeholder for the input winget source in the configuration unit settings.Блок конфигурации WinGetSource утверждает сторонний источник: {0}{Locked="WinGetSource,{0}"} {0} is a placeholder for the input winget source in the configuration unit settings.WinGetPackage объявляет UseLatest и Version. Идентификатор пакета: {0}{Locked="WinGetPackage,UseLatest,Version,{0}"}Единица конфигурации WinGetPackage утверждает пакет из стороннего источника. Идентификатор пакета: {0}; Источник: {1}{Locked="WinGetPackage,{0},{1}"}Пакет единиц конфигурации WinGetPackage зависит от стороннего источника, не настроенного ранее. Идентификатор пакета: {0}; Источник: {1}{Locked="WinGetPackage,{0},{1}"}Пакет единиц конфигурации WinGetPackage зависит от стороннего источника. Рекомендуется объявить зависимость в разделе uni dependsOn. Идентификатор пакета: {0}; Источник: {1}{Locked="WinGetPackage,dependsOn,{0},{1}"}Не удается проверить пакет единиц конфигурации WinGetPackage. Не удалось открыть источник. Идентификатор пакета: {0}; Источник: {1}{Locked="WinGetPackage,{0},{1}"}Не удается проверить пакет единиц конфигурации WinGetPackage. Пакет не найден. Идентификатор пакета: {0}{Locked="WinGetPackage,{0}"}Не удается проверить пакет единиц конфигурации WinGetPackage. Найдено несколько пакетов. Идентификатор пакета: {0}{Locked="WinGetPackage,{0}"}Не удается проверить пакет единиц конфигурации WinGetPackage. Версия пакета не найдена. Идентификатор пакета: {0}; Версия {1}{Locked="WinGetPackage,{0},{1}"}Пакет блока конфигурации WinGetPackage указан с определенной версией, но доступна только одна версия пакета. Идентификатор пакета:{0}; версия: {1}{Locked="WinGetPackage,{0},{1}"}Не удается проверить пакет единиц конфигурации WinGetPackage. Идентификатор пакета: {0}{Locked="WinGetPackage,{0}"}Укажите предпочтительный режим окна проверки подлинности (silent, silentPreferred или interactive){Locked="silent","silentPreferred","interactive"} This argument allows the user to select authentication window popup behavior.Укажите учетную запись, которая будет использоваться для проверки подлинностиНе удалось добавить источник. Эта winget не поддерживает метод проверки подлинности источника. Попробуйте обновиться до последней winget версии.{Locked="winget"}Источник {0} требует проверки подлинности. При необходимости может появиться запрос проверки подлинности. Сведения, прошедшие проверку подлинности, будут предоставлены источнику для авторизации доступа.{Locked="{0}"}Восстановление выбранного пакета путем поиска в списке установленных пакетов или непосредственно из манифеста. По умолчанию запрос должен без учета регистра совпадать с идентификатором, именем или моникером пакета. Другие поля можно использовать путем передачи соответствующего параметра.id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.Восстановление выбранного пакетаНе удается найти команду восстановления для этого пакета. Обратитесь за поддержкой к издателю пакета.Используемая технология установщика не соответствует установленной версии.Команда восстановления не найдена.Используемая технология установщика не поддерживает восстановление.Операция восстановления успешно завершена.Восстановление прерваноЗапуск восстановления пакета...Не удалось восстановить пакет Microsoft Store. Код ошибки: {0}{Locked="{0}"} Error message displayed when a Microsoft Store application package fails to repair. {0} is a placeholder replaced by an error code.Не удалось выполнить операцию восстановления.Операция восстановления неприменима.В настроенных источниках недоступны соответствующие версии пакетов.Текущая конфигурация системы не поддерживает восстановление этого пакета.Используемая технология установщика не поддерживает восстановление.Пакет, установленный для область не может быть восстановлен при выполнении с правами администратора.Операции восстановления с правами администратора не разрешены для пакетов, установленных в пользовательском область.Сбой восстановления с кодом выхода: {0}{Locked="{0}"} Error message displayed when an attempt to repair an application package fails. {0} is a placeholder replaced by an error code.Подключение SQLite было разорвано для предотвращения повреждения.Удалить все версииВерсия для действийУстановлено несколько версий этого пакета. Уточните условия поиска, передайте аргумент "--version", чтобы выбрать его, или передайте флаг "--all-versions", чтобы удалить все из них.{Locked="--version,--all-versions"}Включить Диспетчер пакетов Windows командной строки прокси-сервераDescribes a Group Policy that can enable the use of the --proxy option to set a proxyЗадать прокси-сервер для этого выполненияОтключить использование прокси-сервера для этого выполненияНе удается сбросить {0}. Этот параметр управляется политикой. Для получения дополнительных сведений обратитесь к системному администратору.{Locked="{0}"} The value will be replaced with the feature nameСброс параметра администратора "{0}".{Locked="{0}"} Message displayed after the user resets an admin setting to its default value. Reset is used as verb in past tense. {0} is a placeholder replaced by the setting name.Невозможно задать {0}. Этот параметр управляется политикой. Для получения дополнительных сведений обратитесь к системному администратору.{Locked="{0}"} The value will be replaced with the feature nameЗадайте для параметра администратора "{0}" значение "{1}".{Locked="{0}"} Message displayed after the user sets the value of an admin setting. Set is used as a verb in past tense. {0} is a placeholder replaced by the setting name. {1} is a placeholder replaced Имя изменяемого параметраЗначение, настраиваемое для параметра.Сбрасывает значение по умолчанию для параметра администратора.Сбрасывает значение по умолчанию для параметра администратора.Задает значение параметра администратора.Задает значение параметра администратора.Исключает источник из обнаружения, если не указаноИсключить источник из обнаружения (true или false)Возрастные ограниченияУровень доверия источника (нет или недоверенный)Уровень доверияНе удалось получить каталог пакетов Microsoft Store.Применимый пакет Microsoft Store не найден в каталоге пакетов Microsoft Store.Не удалось получить сведения о скачивании пакета Microsoft Store.Не найден применимый Microsoft Store для скачивания.Не удалось получить лицензию пакета Microsoft Store.Применимый пакет Microsoft Store не найден.Хэш пакета Microsoft Store успешно проверенНесоответствие хэша пакета Microsoft StoreПакет Microsoft Store скачан: {0}{Locked="{0}"} Full path of the downloaded package.Не удалось скачать пакет Microsoft Store: {0}{Locked="{0}"} Package name.Скачивание пакета Microsoft Store завершеноСкачивание основных пакетов из Microsoft Store...Скачивание пакетов зависимостей из Microsoft Store...Получение сведений о скачивании пакета Microsoft StoreНе удалось получить сведения о скачивании пакета Microsoft StoreПолучение лицензии пакета Microsoft StoreЛицензия пакета Microsoft Store сохранена: {0}{Locked="{0}"} License file full path.Не удалось получить лицензию пакета Microsoft StoreСкачивание пакета Microsoft Store не поддерживает аргумент --rename. Пакет Microsoft Store будет использовать имена, предоставленные каталогом Microsoft Store.{Locked="--rename"}Microsoft Store загрузки пакета требуется Microsoft Entra проверки подлинности. При необходимости может появиться запрос проверки подлинности. Сведения, прошедшие проверку подлинности, будут предоставлены службы Майкрософт для авторизации доступа. Для Microsoft Store лицензирования пакетов учетная запись Microsoft Entra идентификатора должна быть членом глобального администратора, администратора пользователей или администратора лицензий.{Locked="Global Administrator,User Administrator,License Administrator"}Пропускает получение автономной лицензии пакета Microsoft StoreВыбор целевой платформыДобавление файла конфигурации: {0}{Locked="{0}"}Экспорт успешно выполненПолучение параметров конфигурации...Необходимо указать хотя бы --packageId и (или) --module с параметром --resource. Либо используйте --all для экспорта всех конфигураций пакетов.{Locked="--packageId,--module, --resource, --all"}Аргументы --packageId, --module и --resource нельзя использовать с параметром --all.{Locked="--packageId,--module, --resource, --all"}Экспорт ресурсов конфигурации в файл конфигурации. При использовании с --all выполняется экспорт всех конфигураций пакетов. При использовании с --packageId выполняется экспорт ресурса WinGetPackage указанного идентификатора пакета. При использовании с --module и --resource обеспечивается получение параметров ресурса и его экспорт в файл конфигурации. Если выходной файл конфигурации уже существует, добавляет экспортированные ресурсы конфигурации.{Locked="WinGetPackage,--packageId,--module, --resource"}Экспорт ресурсов конфигурации в файл конфигурации.Модуль ресурса для экспорта.Идентификатор пакета для экспорта.Ресурс конфигурации для экспорта.Экспортирует все конфигурации пакетов.Единице конфигурации не удалось получить свойства.Не удалось экспортировать конфигурацию.{0}: настройка{Locked="{0}"}Установить {0}{Locked="{0}"}Некоторые данные в файле конфигурации были усечены для этого вывода; проверьте содержимое файла на наличие полного содержимого.<это значение было усечено; проверьте содержимое файла на наличие полного текста>Keep some form of separator like the "<>" around the text so that it stands out from the preceding text.Отображение сведений о конфигурациях высокого уровня, которые были применены к системе. Эти данные можно использовать с командами `configure` для получения дополнительных сведений.{Locked="`configure`"}Отображает журнал конфигурацииВ журнале нет конфигураций.Выбор элементов из журналаНе удалось найти одну конфигурацию, соответствующую предоставленным данным. Укажите полное имя или часть идентификатора, однозначно соответствующую требуемой конфигурации.Удалить элемент из журналаПервое применениеColumn header for date values indicating when a configuration was first applied to the system.ИдентификаторИмяИсточникПутьНе удалось найти указанную конфигурацию.ЗавершеноThe state of processing an item.ВыполняетсяThe state of processing an item.ОжиданиеThe state of processing an item.НеизвестноThe state of processing an item.Отслеживайте состояние конфигурации.As in "to monitor the status of a configuration being applied".ЗавершеноThe state of processing an item.ВыполняетсяThe state of processing an item.ОжиданиеThe state of processing an item.ПропущеноThe state of processing an item.НеизвестноThe state of processing an item.Применение начатоWhen the configuration application started.Применение завершеноWhen the configuration application ended.РезультатПодробностиОбласть/крайThe state of processing an item.ЕдиницаПакет несовместим с текущей версией Windows или платформой.По возможности не отображать сведения о начальной конфигурацииМожно Microsoft Store несколько пакетов, нацеленных на разные платформы и архитектуры. --platform, --architecture можно использовать для фильтрации пакетов.{Locked="--platform--architecture"}Не удалось получить Microsoft Store пакета. Учетная Microsoft Entra идентификатора не является членом группы "Глобальный администратор", "Администратор пользователей" или "Администратор лицензий". Используйте --skip-license, чтобы пропустить получение Microsoft Store пакета.{Locked="Global Administrator,User Administrator,License Administrator,--skip-license"}Пакет Microsoft Store не поддерживает скачивание.Пакет Microsoft Store не поддерживает скачивание.Не удалось получить Microsoft Store пакета. Учетная Microsoft Entra идентификатора учетной записи не имеет необходимых привилегий.Параметр нельзя передать через границу целостности.Скачан установщик нулевого байта. Убедитесь, что ваше сетевое подключение работает правильно.Скачан установщик нулевого байта. Убедитесь, что ваше сетевое подключение работает правильно.Управление шрифтамиУправляйте шрифтами с помощью подкоманд. Шрифты можно устанавливать, обновлять и удалять, как пакеты. СемействоЛица"Faces" represents the typeface of the font family such as 'Bold' or 'Italic'Фильтровать результаты по фамилииЛицо"Face" represents the typeface of a font family such as 'Bold' or 'Italic'ПутиНи один установленный шрифт не соответствует заданному критерию.Получить список установленных шрифтовСписок всех установленных шрифтов, всех файлов шрифтов или полных сведений о конкретном шрифте.ВерсияМодули конфигурацииPowerShell Modules that are used for the Configuration featureУстановщику пакета требуется проверка подлинности. При необходимости может появиться запрос проверки подлинности. Сведения, прошедшие проверку подлинности, будут предоставлены с URL-адресом скачивания установщика.Не удалось скачать установщик. Эта winget не поддерживает метод проверки подлинности скачивания установщиком. Попробуйте обновиться до последней winget версии.{Locked="winget"}Не удалось скачать установщик. Проверка подлинности не пройдена.Укажите путь к процессору конфигурацииКоманды ресурсов DSC v3DSC stands for "Desired State Configuration". It should already have a locked translation.Вложенные команды реализуют Desired State Configuration (DSC) версии 3 для настройки winget и пакетов.Получить состояние ресурсаЗадать состояние ресурсаОпишите необходимые изменения состоянияПроверьте состояние ресурсаУдалить состояние ресурсаПолучить все экземпляры состоянияУтвердить контент группыРазрешить внешнее состояниеЗапустить адаптерПолучить схему ресурсовПолучить манифест ресурсаУправление состоянием пакетаУправление пакетами через winget.Указывает, существует экземпляр или должен существовать.Указывает, находится ли экземпляр в желаемом состоянии.Идентификатор пакета.Источник пакета.Версия пакета.Метод сопоставления идентификатора с пакетом.Укажите, что следует установить последнюю доступную версию пакета.Режим установки, который следует использовать при необходимости.Целевая область пакета.Указывает, следует ли принимать соглашения для источников и пакетов.Управление файлом настроек пользователяУправление настройками пользователя winget.Содержимое файла настроек JSON.Действие, используемое для применения настроек.Значение регистрируется для корреляцииУправление конфигурацией источникаУправляйте источниками winget.Имя, используемое для источника.Аргумент в пользу источника.Тип источника.Уровень доверия источника.Включается ли источник, если в вызовах источник не указан.Применение единицы конфигурации...Экспорт единицы конфигурации...Получение процессоров единиц конфигурации...Обеспечьте необходимый модуль для экспорта [{0}]{Locked="{0}"}Не удалось проверить или получить требуемый модуль. Связанные параметры не будут экспортированы.Экспортировать [{0}]{Locked="{0}"}Не удалось экспортировать ресурс.Не удалось получить модульные процессоры. Отдельные параметры пакета не будут экспортированы.Директория, в которую будут записаны результатыDesired State Configuration пакет не найден в системе. Установка пакета...Не удалось установить Desired State Configuration пакета. Установите пакет вручную или укажите путь для dsc.exe с помощью --processor-path аргумента.{Locked="dsc.exe","--processor-path"}Объект, содержащий настройки администратора и их значения.Управление настройками администратораУправление параметрами администратора winget.Сбрасывает все настройки администратораВсе настройки администратора сброшены.Сведения об MCPMCP stands for Model Context Protocol and should probably remain as-isСведения MCP (протокол контекста модели) для Диспетчер пакетов Windows.Чтобы вручную настроить Диспетчер пакетов Windows MCP-сервера с клиентом MCP, используйте следующий фрагмент JSON в `servers` объекта:{Locked="`servers`"}
MCP stands for Model Context Protocol and should probably remain as-is.
An unlocalized JSON fragment will follow on another line.Включить сервер MCP Диспетчера пакетов WindowsЦелевая версия ОСНе удалось установить один или несколько шрифтов.Файл шрифта не поддерживается и не может быть установлен.Один или несколько шрифтов в пакете шрифтов не поддерживаются и не могут быть установлены.Сбой установки шрифта; выполняется очистка.Шрифт уже установлен.Идентификатор пакетаПоддержка WinGetНазваниеФайл шрифта не найден.Не удалось удалить шрифт. Возможно, шрифт находится в неудовлетворительном состоянии. Попробуйте удалить после перезапуска.Сбой проверки шрифта.Сбой отката шрифта. Возможно, шрифт поврежден. Попробуйте удалить после перезагрузки.Показать подробную информацию о файле шрифта.Сбой проверки пакета шрифтов.Не удалось выполнить откат для неудачной установки шрифта. Для успешного удаления шрифта может потребоваться перезагрузка.Не удалось удалить пакет шрифтов. Часто это связано с тем, что шрифты используются системой или приложением. Удаление может быть успешным после перезагрузки компьютера.ОК"OK" means the font is in a good healthy stateПовреждено"Corrupt" refers to an install that is in a corrupted or bad state, and needs repair.СостояниеНеизвестноПакет шрифтов уже установлен.Показать подробную информацию о пакетахProviding this argument causes the CLI to output additional details about installed application packages.Канал:Precedes a string value that names the delivery channel for the software package (ex. stable, beta).Локальный идентификатор:Precedes a value that is the unique identifier for the installed package on the local system.Имя семейства пакетовPrecedes a value that is the APPX/MSIX package family name of the installed package.Код продукта:Precedes a value that is the Add/Remove Programs identifier in the registry. This is also the Product Code value as defined in MSI installers.Код обновления:Precedes a value that is the MSI Upgrade Code for the installed package.Установленная область:Precedes a value that is the scope of the installation of the package (ex. user, machine).Установленная архитектура:Precedes a value that is the installed architecture of the package (ex. x86, x64, ARM64).Установленный языковой стандарт:Precedes a value that is the locale of the installed package.Установленное расположение:Precedes a value that is the directory path to the installed package.Источник пакета:Precedes a value that names the package source where the installed package originated from.Доступные обновления:Precedes a list of package upgrades available for the installed package.Категория установщика:Precedes a value that indicates the category of the installer for the installed package (ex. exe, msi, msix).Старое значениеColumn title for listing edit changes.Новое значениеColumn title for listing the new value.
================================================
FILE: Localization/Resources/zh-CN/Resources.resw
================================================
text/microsoft-resx2.0System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
================================================
FILE: Localization/Resources/zh-CN/winget.resw
================================================
text/microsoft-resx2.0System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089邻近别名不是标记: "{0}"{Locked="{0}"} Error message displayed when the user provides an adjoined alias that is not a flag argument. {0} is a placeholder replaced by the user input argument (e.g. '-ab').未找到邻近标记别名: "{0}"{Locked="{0}"} Error message displayed when the user provides an adjoined flag alias argument that was not found. {0} is a placeholder replaced by the user input argument (e.g. '-ab').以下参数可用:Message displayed to inform the user about the available command line arguments.以下命令别名可用:Message displayed to inform the user about the available command line alias arguments.下列命令有效:Title displayed to inform the user about the available commands.可用As in "a new version is available to upgrade to".下列选项可用:Message displayed to inform the user about the available options.以下子命令可用:Message displayed to inform the user about the available nested commands that run in context of the selected command.{0} 升级可用。{Locked="{0}"} Message displayed to inform the user about available package upgrades. {0} is a placeholder replaced by the number of package upgrades.使用指定的频道;默认为普通受众命令Label displayed for a command to give the software.按命令筛选结果Description message displayed to inform the user about filtering the search results by a package command.要补全的完整命令行需要具有管理员权限才能执行此命令。此命令可用于请求上下文敏感命令行补全。已传入要补全的命令行、光标位置和单词。输出是基于输入的一组可能值,其中每行一个可能的值。启用上下文相关的命令行补全显示介于 1 和 1000 ()之间的指定数量的结果完成Label displayed when an operation completes or is done executing.使用精确匹配查找程序包Description message displayed to inform the user about finding an application package using an exact matching criteria.用于演示目的的实验性参数此命令是有关如何实施实验性功能的示例。若要启用,请转到“winget settings”并启用 experimentalCmd 或 experimentalArg 功能。{Locked="winget settings"}实验性功能示例在未预期的情况下找到位置参数: "{0}"{Locked="{0}"} Error message displayed when the user provides an extra positional argument when none was expected. {0} is a placeholder replaced by the user's extra argument input.此功能是一项正在进行的工作,将来可能会发生显著更改或完全删除。若要启用它,请编辑设置 ('winget settings')以包括实验性功能: '{0}'{Locked="winget settings","{0}"}. Error message displayed when the user uses an experimental feature that is disabled. {0} is a placeholder replaced by the experimental feature name.显示实验性功能的状态。可以通过'winget settings'启用实验性功能。{Locked="winget settings"}显示实验性功能的状态已禁用已启用功能链接以下实验性功能正在进行中。
它们可以通过设置文件“winget settings”进行配置。{Locked="winget settings"}属性状态进行哈希处理的文件标记参数不得含有邻近值: "{0}"{Locked="{0}"} Error message displayed when the user provides a flag argument containing an unexpected adjoined value. {0} is a placeholder replaced by the user input.计算本地文件的哈希值,适用于清单中的条目。此外,它还可以计算 MSIX 程序包的签名文件的哈希,以启用流式安装。哈希安装程序的帮助程序显示选定命令的帮助信息如需特定命令的更多详细信息,请向其传递帮助参数。可在此找到更多帮助: "{0}"{Locked="{0}"} Message displayed to inform the user about a link where they can learn more about the subject context. {0} is a placeholder replaced by a website address.按 id 筛选结果禁止显示警告输出此应用程序由其所有者授权给你。Microsoft 对第三方程序包概不负责,也不向第三方程序包授予任何许可证。此程序包是通过 Microsoft Store 提供的。winget 可能需要代表当前用户从 Microsoft Store 获取该程序包。{Locked="winget"}安装选定的程序包(通过搜索配置的源或直接从清单中找到)。默认情况下,查询必须以不区分大小写的方式匹配程序包的 id、name 或 moniker。可以通过传递相应的选项来使用其他字段。默认情况下,安装命令将检查包安装状态,并尝试执行升级(如果适用)。使用 --force 重写以执行直接安装。{Locked="--force"}; id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.安装给定的程序包安装程序哈希不匹配;以管理员身份运行时不能覆盖此内容安装程序哈希不匹配;由于 --ignore-security-hash 而继续进行{Locked="--ignore-security-hash"}安装程序哈希不匹配;若要重写此检查,请使用 --ignore-security-hash{Locked="--ignore-security-hash"}已成功验证安装程序哈希已成功安装正在启动程序包安装...忽略安装程序哈希检查失败忽略在从本地清单安装存档类型包时执行的恶意软件扫描请求交互式安装;可能需要用户输入无法识别当前命令的参数别名: "{0}"{Locked="{0}"} Error message displayed when the user provides a command line argument alias that was not recognized for a selected command. {0} is a placeholder replaced by the user's argument alias input (e.g. '-a').无效参数说明符: "{0}"{Locked="{0}"} Error message displayed when the user provides an invalid argument specifier. {0} is a placeholder replaced by an argument specifier (e.g. '-').当前命令无法识别参数名称: "{0}"{Locked="{0}"} Error message displayed when the user provides an unrecognized command line argument name for the selected command. {0} is a placeholder replaced by the user's argument name input (e.g. '--example').Winget 目录Header for a table detailing the directories Winget uses for key operations like logging and portable installs要使用的区域设置(BCP47 格式){Locked="BCP47"}许可协议链接Links to different webpageslist 命令显示系统上安装的程序包,以及是否有可用的更新。可以提供其他选项来筛选输出,这与 search 命令非常相似。{Locked="list","search"}显示已安装的程序包要安装到的位置(如支持)日志位置(如果支持)版权所有 (C) Microsoft Corporation。保留所有权利。主页The primary webpage for the software程序包清单的路径清单验证失败。清单验证成功。清单验证成功,但出现警告。所需参数值,但未找到: "{0}"{Locked="{0}"} Error message displayed when the user does not provide a required command line argument value. {0} is a placeholder replaced by the argument name.按名字对象筛选结果输入文件将被视为 msix;如果签名,将提供签名哈希无法计算 MSIX 签名哈希。无法安装或更新 Microsoft Store 程序包,因为策略阻止了特定应用无法安装或更新 Microsoft Store 程序包。错误代码: {0}{Locked="{0}"} Error message displayed when a Microsoft Store application package fails to install or upgrade. {0} is a placeholder replaced by an error code.无法安装或更新 Microsoft Store 程序包,因为策略阻止了 Microsoft Store 客户端验证/请求程序包获取成功...找到多个与输入标准匹配的已安装程序包。请修改输入。找到多个与输入条件匹配的程序包。请修改输入。按名称筛选结果找不到适用的安装程序;有关详细信息,请参阅日志。当前没有实验性功能可用。找不到与输入条件匹配的已安装程序包。找不到与输入条件匹配的程序包。禁用 VirtualTerminal 显示{Locked="VirtualTerminal"}打开默认日志位置选项Options to change how a command works覆盖待传递的参数至安装程序软件包: {0}{Locked="{0}"} Label displayed for a software package. {0} is a placeholder replaced by the software package name.抱歉,我们忘记了...光标在命令行中的位置隐私声明用于搜索程序包的查询彩虹色进度显示未提供所需参数: "{0}"{Locked="{0}"} Error message displayed when the user does not provide a required command line argument. {0} is a placeholder replaced by an argument name.默认颜色进度显示从配置的源搜索程序包。查找并显示程序包的基本信息IDAbbreviation of Identifier.匹配名称源由于结果限制而截断了其他条目版本发现以下故障以验证设置:在默认 json 文本编辑器中打开设置。如果未配置任何编辑器,请在记事本中打开设置。有关可用设置,请参阅 https://aka.ms/winget-settings。此命令还可用于通过提供 --enable 或 --disable 参数来设置管理员设置{Locked="--enable"} {Locked="--disable"}打开设置或设置管理员设置加载设置时出现意外错误。请运行'settings'命令来验证你的设置。{Locked="'settings'"}频道显示有关特定程序包的信息。默认情况下,查询必须以不区分大小写的方式匹配程序包的 ID、名称或名字对象。可通过传递相应的选项来使用其他字段。id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.显示包的相关信息版本请求无提示安装只能在单个 - 后出现单个字符别名: "{0}"{Locked="{0}"} Error message displayed when the user provides more than a single character command line alias argument after an alias argument specifier '-'. {0} is a placeholder replaced by the user's argument input.具有给定名称的源已存在,并且引用了其他位置:具有不同名称的源已引用此位置:具有给定名称的源已存在,并且引用了相同位置:正在添加源:添加新的来源。源提供了用于发现和安装程序包的数据。仅当将新来源视为安全位置时,才可添加。添加新来源指定给源的参数使用指定的源查找程序包使用子命令管理源。源提供了用于发现和安装程序包的数据。仅当将新来源视为安全位置时,才可添加。管理程序包的来源编辑现有源的属性。源提供用于发现和安装包的数据。编辑源的属性正在编辑源: {0}{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being edited. {0} is a placeholder replaced by the repository source name.名为 '{0}' 的源已处于所需状态。{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being edited. {0} is a placeholder replaced by the repository source name.参数Value given to source.列出所有当前来源,或列出特定来源的完整详细信息。列出当前源数据Data stored by the source.字段The name of a piece of information about a source.名称The name of the source.标识符The source's unique identifier.找不到具有以下名称的源: {0}Error message displayed when the user provides a repository source name that was not found. {0} is a placeholder replaced by the user input.未配置源。类型The kind of source.已更新The last time the source was updated.从不The source has never been updated.值The value of information about a source.源名称打开源时失败;如果问题仍然存在,请尝试"source reset"命令。{Locked="source reset"}打开预定义源失败; 请向 winget 维护人员报告。{Locked="winget"}正在删除所有源...删除指定的源。删除当前源正在删除源: {0}...{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being removed. {0} is a placeholder replaced by the repository source name.正在重置所有源...此命令将丢弃现有源,从而有可能留下任何本地数据。没有任何参数,它将删除所有源并添加默认值。如果提供了已命名源,则只会删除该源。重置源强制重置源如果指定了--force 选项,则将重置以下源:{Locked="--force"}正在重置源: {0}...{Locked="{0}"} Message displayed to inform the user about a repository source that is currently being reset. {0} is a placeholder replaced by the repository source name.源类型正在更新所有源...更新所有源,或仅指定源。更新当前源正在更新源: {0}...{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being updated. {0} is a placeholder replaced by the repository source name.按标签筛选感谢你使用 winget第三方声明WinGet 命令行实用工具可从命令行安装应用程序和其他程序包。显示工具的常规信息显示工具的版本提供的参数超过允许的参数: "{0}"{Locked="{0}"} Error message displayed when the user provides a command line argument more times than it is allowed. {0} is a placeholder replaced by the user's argument name input.提供了多个执行行为参数: "{0}"{Locked="{0}"} Error message displayed when the user provides more than one execution behavior argument when installing an application package. {0} is a placeholder replaced by the user specified execution behaviors (e.g. 'silent|interactive').执行此命令时发生意外错误:升级期间卸载以前版本的程序包无法识别的命令: "{0}"{Locked="{0}"} Error message displayed when the user provides an unrecognized command. {0} is a placeholder replaced by the user input.如果可用,将所有已安装的程序包更新为最新版本找不到适用的升级。较新的包版本在配置的源中可用,但不适用于你的系统或要求。找不到可用的升级。配置的源中没有可用的较新的包版本。升级通过搜索已安装的包列表或直接从清单中找到的所选包。默认情况下,查询必须以不区分大小写方式匹配包的 ID、名称或名字对象。可通过传递相应的选项来使用其他字段。如果未提供参数,则显示具有可用升级的包id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.显示并执行可用升级使用情况: {0} {1}{Locked="{0} {1}"} Message displayed to provide the user with instructions on how to use a command. {0} is a placeholder replaced by the program name (e.g. 'winget'). {1} is a placeholder replaced by the pattern for using the selected command.使用一组严格的准则验证清单。这是为了能够在提交到存储库之前检查清单。验证清单文件待验证的程序清单路径启用 WinGet 的详细日志记录请验证输入文件是否为有效的、已签名的 MSIX。使用指定的版本;默认为最新版本显示程序包的可用版本请求补全前提供的值找不到匹配的版本: {0}{Locked="{0}"} Error message displayed when the user attempts to upgrade an application package to a version that was not found. {0} is a placeholder replaced by the user's provided upgrade package version.没有与给定值匹配的源: {0}{Locked="{0}"} Error message displayed when the user attempts to install or upgrade an application package from a repository source that was not found. {0} is a placeholder replaced by the user's repository source name input.配置的源为:未定义源; 使用“source add”添加一个或使用“source reset”重置为默认值{Locked="source add","source reset"}已找到路径是一个目录: {0}{Locked="{0}"} Error message displayed when the user provides a system path that is a directory. {0} is a placeholder replaced by the provided directory path.文件不存在: {0}{Locked="{0}"} Error message displayed when the user provides a system file that does not exist. {0} is a placeholder replaced by the provided file path.同时提供本地清单和搜索查询参数日志Label displayed for diagnostic files containing information about the application use.安装程序已被策略阻止安装程序未通过安全性检查防病毒产品报告安装程序受感染尝试更新源失败: {0}{Locked="{0}"} Error message displayed when an attempt to update the repository source fails. {0} is a placeholder replaced by the repository source name.通过搜索已安装的程序包列表或直接从清单中卸载选择的程序包。默认情况下,查询必须 insensitively 匹配程序包的 id、名称或名字对象。可通过传递适当的选项来使用其他字段。id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.卸载给定的程序包正在启动程序包卸载...已成功卸载winget 找不到此程序包的卸载命令。请与程序包发布者联系以获取支持。{Locked="winget"}卸载已放弃卸载失败,退出代码为: {0}{Locked="{0}"} Error message displayed when an attempt to uninstall an application package fails. {0} is a placeholder replaced by an error code.导出已安装程序包的列表安装文件中列出的所有程序包。安装文件中的所有程序包将在其中写入结果的文件描述要安装的程序包的文件从指定源导出程序包将已安装程序包的列表写入文件。然后可以通过 import 命令安装这些包。{Locked="import"}无法安装一个或多个导入的程序包未安装导入所需的源: {0}{Locked="{0}"} Error message displayed when the user attempts to import application package(s) from a repository source that is not installed. {0} is a placeholder replaced by the repository source name.无法从任何源获得已安装的程序包: {0}{Locked="{0}"} Warning message displayed when the user attempts to export an installed application package that is not available from any repository source. {0} is a placeholder replaced by the installed package name.无法从任何源获得已安装的程序包版本: {0} {1} {2}{Locked="{0} {1} {2}"} Warning message displayed when the user attempts to export an installed application package with a version that is not available from any repository source. {0} is a placeholder replaced by the installed package identifier. {1} is a placeholder replaced by the installed package version. {2} is a placeholder replaced by the installed package channel.在导入文件中找不到程序包JSON 文件无效已安装程序包: {0}{Locked="{0}"} Message displayed to inform the user that an application package is already installed. {0} is a placeholder replaced by the package identifier or search query.忽略不可用的程序包在导出文件中包括包版本忽略导入文件中的程序包版本路径不存在: {0}{Locked="{0}"} Error message displayed when the user provides a system path argument value that does not exist. {0} is a placeholder replaced by the user's provided path.JSON 文件未指定可识别的架构。选择安装范围 (user 或 machine){Locked="user","machine"} This argument allows the user to select between installing for just the user or for the entire machine.为 '{0}' 参数提供的值无效;有效值为: {1}{Locked="{0}","{1}"} Error message displayed when the user provides an invalid command line argument value. {0} is a placeholder replaced by the argument name. {1} is a placeholder replaced by a list of valid options.组策略禁用此操作: {0}{Locked="{0}"} Error message displayed when the user performs a command operation that is disabled by a group policy. {0} is a placeholder replaced by a group policy description.启用其他 Windows 应用安装程序源启用 Windows 应用安装程序允许的源启用 Windows 应用安装程序默认源启用 Windows 应用安装程序实验性功能启用 Windows 应用安装程序 Microsoft Store 源启用 Windows App 安装程序字体源启用 Windows 程序包管理器设置启用 Windows 程序包管理器启用 Windows 程序包管理器命令行接口设置 Windows 程序包管理器源自动更新间隔(分钟)组策略Header for a table listing active Group Policies启用 Windows 应用安装程序本地清单文件启用 Windows 应用安装程序 Microsoft Store 源固定证书绕过启用 Windows 应用安装程序 本地存档恶意软件扫描替代球场: {0}{Locked="{0}"} Warning message displayed when a user setting field has invalid syntax or semantics. {0} is a placeholder replaced by the setting field path.字段格式无效。字段值无效。组策略中的设置无效。已从备份文件加载设置。分析文件时出错:值: {0}{Locked="{0}"} Warning message displayed when a user setting value has invalid syntax or semantics. {0} is a placeholder replaced by the setting data value.以下实验功能正在进行中。
由于组策略,配置已被禁用。安装程序哈希不匹配。启用 Windows 应用安装程序哈希替代将当前源作为组策略的 JSON 导出。导出当前源其他源An additional source required by policy.允许的源A source that the user is allowed to add.为 '{0}' 参数提供的值无效{Locked="{0}"} Error message displayed when the user provides an invalid command line argument value. {0} is a placeholder replaced by the argument name.已取消外部在此导入中找到的包具有以下依赖项:Import command sentence showed before reporting dependencies此包需要以下依赖项:Message shown before reporting dependencies正在安装依赖项:找不到依赖项源包搜索生成多个结果: {0}{Locked="{0}"} Error message displayed when application packages search yield more than one result. {0} is a placeholder replaced by the dependency package identifier.找不到包的最新版本: {0}{Locked="{0}"} Error message displayed when no suitable version found for the specific application package. {0} is a placeholder replaced by the package identifier.找不到安装程序: {0}{Locked="{0}"} Error message displayed when no installer found for a manifest. {0} is a placeholder replaced by the manifest identifier.包所需的最低版本不可用: {0}{Locked="{0}"} Error message displayed when the minimum required version is not available for an application package. {0} is a placeholder replaced by the package identifier.没有匹配项When package search yields no matches具有循环Dependency graph has loop找不到适用于清单的安装程序: {0} 版本 {1}{Locked="{0}","{1}"} Error message displayed when an attempt to get a preferred installer for a manifest fails. {0} is a placeholder replaced by the manifest identifier. {1} is a placeholder replaced by the manifest version.处理包依赖项时出错。是否希望继续安装?Prompt message shown when dependencies processing yields errors.处理包依赖项时出错。正在退出...程序包此包具有可能不再需要的依赖项:Uninstall command sentence showed before reporting dependencies清单具有以下未验证的依赖项;确保它们有效:Validate command sentence showed before reporting dependenciesWindows 功能Windows 库使用指定源查找包依赖项For getting package type dependencies when installing from a local manifestWindows 应用商店条款接受包的所有许可协议导出的包需要安装许可协议: {0}{Locked="{0}"} Warning message displayed when an exported application package requires license agreement to install. {0} is a placeholder replaced by the package name.发行商要求你在安装前查看上述信息并接受协议。
是否同意上述条款?未同意包协议。操作已取消。协议:作者:描述:安装:安装程序区域设置:应用商店产品 ID:安装程序 SHA256:安装程序类型:安装程序 URL:许可证:许可证 URL:绰号:主页:发布者:标记:版本:依赖项:Windows 功能:Windows 库:包依赖项:外部依赖项:否是无法打开添加的源。在源操作期间接受所有源协议“{0}”源要求在使用前查看以下协议。{Locked="{0}"} Message displayed to inform the user that a repository source requires viewing agreements before using. {0} is a placeholder replaced by the repository source name.是否同意所有源协议条款?未同意一个或多个源协议。操作已取消。请接受源协议或删除相应的源。源要求将当前计算机的 2 个字母的地理区域发送到后端服务才能正常工作,(例如"US")。已成功安装。重启应用程序以完成升级。可选的 Windows-Package-Manager REST 源 HTTP 标头忽略可选标头,因为它不适用于此源。在未指定源的情况下,可选标头不适用: "{0}"{Locked="{0}"} Error message displayed when the user performs an operation (e.g install) and provides the HTTP 'header' argument without specifying the repository source. {0} is a placeholder replaced by the header argument name.发布日期:支持脱机分发:发布服务器 URL:购买 URL:发布服务器支持 URL:隐私 URL:版权所有:版权 URL:发行说明:发行说明 URL:搜索源时失败;结果将不包括在内: {0}{Locked="{0}"} Warning message displayed when searching a repository source fails. {0} is a placeholder replaced by the repository source name.搜索源时失败: {0}{Locked="{0}"} Error message displayed when searching a repository source fails. {0} is a placeholder replaced by the repository source name.此功能需要由管理员启用。若要启用它,请以管理员身份运行 “winget settings --enable {0}”。{Locked="winget settings --enable", "{0}"}. Error message displayed when the user uses a feature that needs to be enabled by administrators. {0} is a placeholder replaced by the admin setting.启用特定的管理员设置禁用特定管理员设置已启用管理员设置 '{0}'。{Locked="{0}"} Message displayed when the user enables an admin setting. {0} is a placeholder replaced by the setting name.已禁用管理员设置 '{0}'。{Locked="{0}"} Message displayed when the user disables an admin setting. {0} is a placeholder replaced by the setting name.管理员设置Header for a table displaying admin settings.应用程序当前正在运行。退出应用程序,然后重试。安装程序修改的文件当前正由其他应用程序使用。退出应用程序,然后重试。另一个安装已在进行中。请稍后再试。正在使用一个或多个文件。退出应用程序,然后重试。系统中缺少此包的依赖项。你的电脑上没有更多空间。腾出空间,然后重试。内存不足,无法安装。关闭其他应用程序,然后重试。其中一个安装参数无效。包安装日志可能包含其他详细信息。此应用程序需要 Internet 连接。请连接到网络,然后重试。此应用程序在安装过程中遇到错误。请联系支持人员。重启电脑以完成安装。你的电脑将重启以完成安装。安装失败。请重新启动电脑,然后重试。你已取消安装。已安装此应用程序的另一个版本。已安装此应用程序的更高版本。组织策略正在阻止安装。请与管理员联系。当前系统配置不支持安装此包。安装失败,出现自定义安装程序错误。联系包支持。已放弃安装安装程序失败,退出代码为: {0}{Locked="{0}"} Error message displayed when the application installer fails. {0} is a placeholder replaced by an error code.安装程序日志在以下位置可用: {0}{Locked="{0}"} Message displayed to inform the user about the system path of a diagnostic files containing information about the installer. {0} is a placeholder replaced by the diagnostic file system path.在工作源中找到以下包。
若要继续操作,请使用--source选项指定其中一个。{Locked="--source"} "working sources" as in "sources that are working correctly"在工作源中找不到任何包。"working sources" as in "sources that are working correctly"这是 Windows 程序包管理器的稳定版本。如果要尝试实验性功能,请安装预发布版本。请前往 https://github.com/microsoft/winget-cli 查看 GitHub 说明。{Locked="https://github.com/microsoft/winget-cli"}Windows 程序包管理器 v{0}{Locked="{0}"} Label displaying the product name and version. {0} is a placeholder replaced by the product version.忽略导入文件中的程序包版本请求的结果数必须介于 1 和 1000 之间。除默认值外,参数传递到安装程序找到了较新的版本,但安装技术与当前安装的版本不同。请卸载包并安装较新的版本。指定的较新版本的安装技术与当前安装的版本不同。请卸载包并安装较新的版本。Windows 程序包管理器(预览) v{0}{Locked="{0}"} Label displaying the preview product name and pre-release version. {0} is a placeholder replaced by the product version.选择体系结构即使无法确定其当前版本,也可升级包列出程序包,即使无法确定其当前版本。只能与 --upgrade-available 参数一起使用{Locked="--upgrade-available"}无法确定此包的版本号。若要继续升级,请将参数--include-unknown添加到上一命令。{Locked="--include-unknown"}{0} 程序包的版本号无法确定。使用 --include-unknown 查看所有结果。{Locked="{0}","--include-unknown"} {0} is a placeholder that is replaced by an integer number of packages that do not have notated versions. {0} 程序包已固定,需要显式升级。{Locked="{0}"} {0} is a placeholder that is replaced by an integer number of packages that require explicit upgrades.提供的参数只能与查询一起使用。系统体系结构: {0}{Locked="{0}"} Label displayed for the system architecture. {0} is a placeholder replaced by the value of the system architecture (e.g. X64).保留由包创建的所有文件和目录(可移植)删除包目录中的所有文件和目录(可移植)按 Enter 键继续...要重命名可执行文件的值(可移植)提示用户在退出前按任意键安装程序将请求以管理员身份运行。期待提示。无法从管理员上下文运行安装程序。已修改路径环境变量;重启 shell 以使用新值。使用产品代码进行筛选具有相同名称但来自不同源的可移植包已存在;由于 --force 而继续{Locked="--force"}卷不支持重新分析点指定的文件名不是有效的文件名正在覆盖现有文件: {0}{Locked="{0}"} Warning message displayed to inform the user that an existing file is being overwritten. {0} is a placeholder replaced by the file system path.未提供包选择参数;有关查找包的详细信息,请参阅帮助。添加了命令行别名:可移植链接目录(计算机)可移植链接目录(用户)可移植包根目录(用户)可移植包根目录可移植包根目录 (x86)可移植安装失败;正在清理...已修改可移植程序包;由于 --force 而继续进行{Locked="--force"}无法删除可移植程序包,因为它已被修改;要替代此检查,请使用 --force{Locked="--force"}文件保留在安装目录中: {0}{Locked="{0}"} Warning message displayed when files remain in install directory. {0} is a placeholder replaced by the directory path.正在清除安装目录...无法清除安装目录,因为它不是由 WinGet 创建的相关链接文档:注意: {0}{Locked="{0}"} Label displayed for installation notes. {0} is a placeholder replaced by installation notes.安装说明:此程序包不支持提供的参数未能提取存档内容嵌套安装程序文件不存在。确保嵌套安装程序的指定相对路径匹配: {0}{Locked="{0}"} Error message displayed when nested installer file does not exist. {0} is a placeholder replaced by the nested installer file path.嵌套安装程序的相对文件路径无效;路径指向安装目录之外的位置没有为此程序包指定嵌套安装程序只能为存档安装程序指定一个嵌套安装程序,除非它是可移植的或字体嵌套安装程序提供的命令行参数不兼容仅列出具有可用升级的包以下程序包有可用的升级,但需要显式目标才能进行升级:"require explicit targeting for upgrade" means that the package will not be upgraded with all others unless an extra flag is added, or the package is mentioned explicitly正在下载Label displayed while downloading an application installer.不支持嵌套安装程序类型已知此安装程序重启终端或 shell此程序包需要安装位置已知以下安装程序重启终端或 shell:以下安装程序需要安装位置:指定安装根目录:是否继续?的协议This will be followed by a package name, and then a list of license agreements此程序包需要安装位置,但未提供禁用交互式提示Description for a command line argument, shown next to it in the help找到已安装的现有包。正在尝试升级已安装的包...直接运行命令并继续处理与安全无关的问题Description for a command line argument, shown next to it in the help已存在来自其他源的可移植包已成功提取存档正在提取存档...存档扫描检测到恶意软件。若要替代此检查,请使用 --ignore-local-archive-malware-scan{Locked="--ignore-local-archive-malware-scan"}存档扫描检测到恶意软件。由于 --ignore-local-archive-malware-scan 而继续{Locked="--ignore-local-archive-malware-scan"}如果已安装的版本已存在,则跳过升级已安装包版本。已取消安装。无法启用{0}。此设置由策略控制。有关详细信息,请与系统管理员联系。{Locked="{0}"} The value will be replaced with the feature name无法禁用{0}。此设置由策略控制。有关详细信息,请与系统管理员联系。{Locked="{0}"} The value will be replaced with the feature name添加新的包钉。包钉可以限制 Windows 程序包管理器将包升级到特定范围的版本,也可以阻止它对包进行任何升级。被固定的包仍然可以自行升级,并在 Windows 程序包管理器之外进行升级。默认情况下,可通过在 "upgrade" 命令中显式提及被固定的包或将 "--include-pinned" 标志添加到 "winget upgrade --all" 来升级被固定的包。{Locked{"'upgrade'"} Locked{"--include-pinned"} Locked{"winget upgrade --all"}添加新的包钉使用子命令管理包钉。包钉可以限制 Windows 程序包管理器将包升级到特定范围的版本,也可以阻止它对包进行任何升级。被固定的包仍然可以自行升级,并在 Windows 程序包管理器之外进行升级。管理包钉列出当前所有固定或特定 PIN 的完整详细信息。列出当前包钉删除特定包钉。删除包钉重置所有现有包钉。重置包钉要将包钉到的版本。通配符 "*" 可用作最后一个版本部件阻止升级,直到移除包钉,阻止替代参数固定特定的已安装版本已安装Value used in a table to indicate that a package comes from the list of packages installed in the machine将设置导出为 JSON导出设置用户设置Label displayed for the file containing the user settings.无法加载设置文件。正在使用默认值。选择已安装的程序包范围筛选器 (user 或 machine){Locked="user","machine"} This argument allows the user to select installed packages for just the user or for the entire machine.已成功添加包钉包{0}已存在 PIN{Locked="{0}"} {0} is a placeholder that will be replaced by a package name. The message is shown when attempting to add a pin for a package that is already pinned.程序包 {0} 已存在包钉。由于 --force 参数而覆盖。{Locked="--force"}{Locked="--force","{0}"} {0} is a placeholder that will be replaced by a package name.包{0}已存在 pin。使用--force参数覆盖它。{Locked="--force","{0}"} {0} is a placeholder that will be replaced by a package name.正在重置所有当前包钉。使用--force参数重置所有固定。将删除以下 PIN:{Locked="--force"}包钉类型程序包 {0} 无包钉{Locked="{0}"} {0} is a placeholder that will be replaced by a package name. The message is shown when attempting to delete a pin for a package that is not pinned.没有已配置包钉。Shown when listing or modifying existing pins if there are none.已成功重置包钉Shown after resetting (deleting) all the pins无法打开包钉数据库。Error message for when we cannot open the database containing package pins.提供的参数只能用于单个程序包已提供多个互相排斥的参数: {0}{Locked="{0}"} Error message shown when mutually incompatible command line arguments are used. {0} is a placeholder replaced by the arguments that cannot be specified together参数 {0} 只能与 {1} 一起使用{Locked="{0}","{1}"} Error message shown when having an argument needs another to be present, but that is missing. {0} and {1} are replaced by the arguments. For example "Argument --include-unknown can only be used with --upgrade"已禁用As in enabled/disabled已启用As in enabled/disabled状态Header for a table listing the state (enabled/disabled) of Group Policies and Settings用于搜索程序包的查询未找到程序包: {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches returns no results. {0} is a placeholder replaced by the package name or query.已找到多个程序包: {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches returns more than one result. {0} is a placeholder replaced by the package name or query.搜索失败: {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches fails. This message is for generic failures, we have more specific messages for when the search returns no results, or when it returns more than one result. {0} is a placeholder replaced by the package name or query.{0} 程序包拥有需要在升级前移除的包钉{Locked="{0}"} {0} is a placeholder that is replaced by an integer number of packages with pins that prevent upgrade无法使用 winget 升级包。请使用发布者提供的方法升级此包。即使程序包拥有非阻止性包钉,也要升级程序包列出程序包,即使它们具有阻止升级的引脚。只能与 --upgrade-available 参数一起使用{Locked="--upgrade-available"}已成功移除包钉已找到较新版本,但程序包拥有阻止对它进行升级的包钉。程序包已固定,无法进行升级。使用 'winget pin' 命令查看和编辑包钉。可以使用 --include-pinned 参数绕过一些包钉类型。{Locked="winget pin","--include-pinned"} Error shown when we block an upgrade due to the package being pinned{0} 程序包拥有阻止升级的包钉。使用 'winget pin' 命令查看和编辑包钉。使用 --include-pinned 参数可能显示更多结果。{Locked="winget pin","--include-pinned"} {0} is a placeholder replaced by an integer number of packages确保系统是否与提供配置所述的所需状态匹配。可以下载/执行处理器以达到所需状态。在应用配置和处理器之前,应检查它们以确保可信。将系统配置为所需状态显示提供的配置的详细信息。默认情况下,不会修改系统,但某些选项将导致下载和/或加载文件。显示配置的详细信息检查系统是否与提供配置所述的所需状态匹配。可以下载/执行处理器以测试所需状态。在执行配置和处理器之前,应检查它们以确保可信。根据所需状态检查系统验证配置文件是否正确。验证配置文件配置文件中'{0}'的字段类型错误。{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the field name from the file.配置文件的路径配置文件无效。配置文件版本 {0} 未知。{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the version of the configuration file.接受配置警告,阻止交互式提示应用Indicates that this item is used to write state声明Indicates that this item is used to check/assert the state rather than write to it依赖项:{0}{Locked="{0}"} Label displaying a list of dependencies. {0} is replaced with a space separated list of identifiers referencing other items.某些配置未成功应用。无法获取有关配置的详细信息。通知Indicates that this item is used to retrieve values for future use rather than writing them本地Used to indicate that the item is present on the device.模块:{0}{Locked="{0}"} Label displaying a module name. {0} is replaced with the name of the module from the user input file.模块:{0} 由 {1} [{2}]{Locked="{0}","{1}","{2}"} Label displaying module information. {0} is replaced by the module name. {1} is replaced by the module author. {2} is replaced by a string indicating the source of the module.设置:Label for the values that are used as inputs for this item when applying state已成功应用配置。已成功应用单元。正在将另一个配置应用到系统。此配置将尽快继续...你有了解要执行配置设置的责任。Microsoft 不对你编写或导入的配置文件负责。此配置可能会更改 Windows 中的设置、安装软件、更改软件设置(包括安全设置),并代表你接受第三方程序包和服务的用户协议。运行此配置文件即表示你确认理解并同意这些资源和设置。安装的任何应用程序均由其所有者授权给你。Microsoft 不对第三方软件包或服务负责,也不向其授予任何许可证。Legal approved. Do not change without approval.是否已审阅配置,是否要继续将其应用到系统?PM approved.配置为空。未找到功能 [{0}]。{Locked="{0}"} Error message displayed when a Windows feature was not found on the system.无法启用 Windows 功能依赖项。若要继续安装,请使用'--force'。{Locked="--force"}需要重新启动才能完全启用 Windows 功能;重写此检查使用 “--force”。"Windows Feature(s)" is the name of the options Windows features setting.无法启用 Windows 功能依赖项;由于 --force 而继续"Windows Feature(s)" is the name of the options Windows features setting.
{Locked="--force"}正在启用 [{0}]...{Locked="{0}"} Message displayed to the user regarding which Windows Feature is being enabled.未能启用 [{0}] 功能: {1}{Locked="{0}","{1}"} An error when enabling a Windows Feature. {0} is a placeholder for the name of the Windows Feature.
{1} is a placeholder for the unrecognized error code.需要重新启动才能完全启用 Windows 功能;由于 --force 而继续"Windows Feature(s)" is the name of the options Windows features setting.正在等待另一个安装/卸载完成...固定版本Table header for the version to which a package is pinned; meaning it should not update from that version.<查看日志文件以了解更多详细信息>The brackets are intended to make the value stand out from other text which it will follow. Any locale appropriate mechanism that achieves this is acceptable.检索配置详细信息正在初始化配置系统读取配置文件系统未处于配置声明的所需状态。由于未知原因,此配置单元失败: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.配置单元因配置而失败: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.尝试获取当前系统状态时配置单元失败。尝试应用所需状态时配置单元失败。尝试测试当前系统状态时配置单元失败。由于内部错误,配置单元失败: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.配置单元失败,因为前提条件无效: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.配置单元因系统状态而失败: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.尝试运行配置单元时失败: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.配置多次包含标识符 “{0}”。{Locked="{0}"} {0} is a placeholder that is replaced by the identifier string from the user input file.在配置中找不到依赖项 “{0}”。{Locked="{0}"} {0} is a placeholder that is replaced by the identifier string from the user input file.已手动跳过此配置单元。配置单元的模块在具有相同版本的多个位置可用。加载配置单元的模块失败。已找到配置单元的多个匹配项;指定模块以选择正确的模块。未找到配置单元。配置单元未按预期位于模块中。此配置单元未运行,因为依赖项失败或未运行。此配置单元未运行,因为声明失败或为 False。配置单元在执行过程中返回了意外结果。由于未知原因,未运行此配置单元: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.字段“{0}”的值无效: {1}{Locked="{0}","{1}"} An error in reading a configuration file. {0} is a placeholder replaced by the field name from the file. {1} is a placeholder for the invalid value.字段“{0}”缺失或为空。{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the expected field name from the file.请参阅文件中的行{0}、列{1}。{Locked="{0}","{1}"} Indicates the file location of the error, {0} and {1} are placeholders for numbers of the line and column, respectively.正在取消操作安装 AppInstaller 的存根包安装 AppInstaller 的完整包请启用扩展功能。需要应用商店访问权限。选项“--enable”和“--disable”不能与其他参数一起使用。{Locked="--enable", "--disable"}正在启用扩展功能。需要应用商店访问权限。未启用扩展功能。运行 `winget configure --enable` 来启用它们。{Locked="winget configure --enable"}扩展功能已启用。禁用扩展功能。需要存储权限。正在禁用扩展功能。需要应用商店访问权限。扩展功能已禁用。跳过处理包依赖项和 Windows 功能已跳过依赖项。无法刷新进程的 PATH 变量。依赖于对 PATH 变量的更改的后续安装可能会失败。{Locked="PATH"}某些配置单元在测试其状态时失败。系统处于描述的配置状态。未测试配置状态。系统未处于描述的配置状态。意外的测试结果: {0}{Locked="{0}"} Error message. {0} will be replaced with the unexpected value (a number).是否已审阅配置,是否要针对系统继续验证?配置文件不是有效的 YAML 文件。{Locked="YAML"} YAML is a file format name.此配置单元是依赖项周期的一部分。验证未发现任何问题。配置单元仅作为预发行版提供,但未在配置中以这种方式标记。将“allowPrerelease: true”添加到“directives”。{Locked="allowPrerelease: true","directives"} These are values in the configuration file that are not localized.已在本地找到配置单元,但在任何配置的目录中都找不到该配置单元。在应用配置之前,请确保它存在于任何系统上。配置单元不可公开;确保将使用此配置的任何人都有权访问它。未提供模块。指定模块可提高性能并防止将来发生名称冲突。从所选包下载安装程序,通过搜索已配置的源找到或直接从清单中找到。默认情况下,查询必须以不区分大小写方式匹配包的 ID、名称或名字对象。可通过传递相应的选项来使用其他字段。默认情况下,下载命令会将相应的安装程序下载到用户的“下载”文件夹。从给定的程序包下载安装程序安装程序下载到的目录正在下载依赖项:已下载安装程序: {0}{Locked="{0}"} Full path of the downloaded installer.选择安装程序类型安装程序下载禁止下载安装程序以供以后脱机安装。 “--module-path allusers”需要管理员权限才能执行。{Locked="--module-path allusers"}指定本地计算机上用于存储模块的位置。默认为 %LOCALAPPDATA%\Microsoft\WinGet\Configuration\Modules{Locked="%LOCALAPPDATA%\Microsoft\WinGet\Configuration\Modules"}`--module-path` 值必须为 `currentuser`、`allusers`、`default` 或绝对路径。{Locked="{--module-path}, {currentuser}, {allusers}, {default}}启用 Windows 程序包管理器配置检索有关错误的信息。给定一个数字,输出将包含有关错误的详细信息,如果是 winget 特定的错误,则包括符号名称。给定一个字符串,将搜索 winget 特定的错误以查找此值。获取错误相关信息要在错误信息中搜索的值给定的数字太大,无法为 HRESULT。未知错误代码内部错误命令行参数无效执行命令失败打开清单失败已收到取消信号运行 ShellExecute 失败无法处理清单。清单版本高于支持的版本。请更新客户端。下载安装程序失败无法写入索引;它是更高版本的架构索引已损坏配置的源信息已损坏已配置源名称源类型无效MSIX 文件是捆绑包,不是程序包缺少源所需的数据所有安装程序都不适用于当前系统安装程序文件的哈希与清单不匹配源名称不存在已使用其他名称配置源位置找不到程序包未配置任何源找到多个与条件匹配的程序包找不到与条件匹配的清单未能从源包获取公用文件夹需要管理员权限才能运行命令源位置不安全Microsoft Store 客户端遭到策略阻止Microsoft Store 应用遭到策略阻止该功能当前正在开发中。可以使用 winget 设置启用它。未能安装 Microsoft Store 应用未能执行自动完成未能初始化 XML 分析程序遇到无效的 YAML 密钥遇到重复的 YAML 密钥YAML 操作无效未能生成 YAML 文档YAML 发出程序状态无效YAML 数据无效LibYAML 错误清单验证成功,但出现警告清单验证失败清单无效找不到适用的更新winget upgrade --all 完成,但出现故障安装程序未通过安全性检查下载大小与预期内容长度不匹配找不到卸载命令运行卸载命令失败ICU 中断迭代器错误ICU casemap 错误ICU 正则表达式错误无法安装一个或多个导入的包找不到一个或多个请求的包Json 文件无效源位置不是远程位置配置的 REST 源不受支持。REST 源返回的数据无效操作被组策略阻止Rest API 内部错误REST 源 URL 无效REST API 返回的 MIME 类型不受支持REST 源合同版本无效源数据已损坏或被篡改从流中读取时出错未同意程序包协议在提示中读取输入时出错一个或多个源不支持搜索请求找不到 Rest API 终结点。未能打开源。未同意源协议标头大小超过了允许的 1024 个字符的限制。请减小大小,然后重试。缺少资源文件运行 MSI 安装失败msiexec 的参数无效未能打开一个或多个源未能验证依赖项缺少一个或多个程序包表列无效升级版本不高于已安装的版本升级版本未知,未指定替代ICU 转换错误未能安装可移植包卷不支持重新分析点已存在来自其他源的可移植包。无法创建符号链接。路径指向目录。无法从管理员上下文运行安装程序。未能卸载可移植包未能根据索引验证 DisplayVersion 值。一个或多个参数不受支持。SQLite 不允许嵌入的 null 字符在存档中找不到嵌套安装程序。未能解压缩存档。提供的嵌套安装程序的相对文件路径无效。服务器证书与任何预期值都不匹配。必须提供安装位置。存档恶意软件扫描失败。找到至少一个已安装的包版本。包的 PIN 已存在。包没有 PIN。无法打开 PIN 数据库。一个或多个应用程序安装失败一个或多个应用程序未能安装一个或多个查询并不是恰好返回一个匹配项包具有阻止升级的 PIN。当前安装的程序包是存根程序包已收到应用程序关闭信号未能下载程序包依赖项。未能下载包。禁止下载以进行脱机安装。所需的服务正忙或不可用。请稍后重试。提供的 GUID 与有效的恢复状态不对应。当前客户端版本与已保存状态的客户端版本不匹配。恢复状态数据无效。无法打开检查点数据库。超过了最大恢复限制。身份验证信息无效。不支持的身份验证方法。身份验证失败。身份验证失败。需要交互式身份验证。身份验证失败。用户已取消。身份验证失败。经过身份验证的帐户不是所需的帐户。应用程序当前正在运行。退出应用程序,然后重试。另一个安装已在进行中。请稍后再试。正在使用一个或多个文件。退出应用程序,然后重试。系统中缺少此包的依赖项。你的电脑上没有更多空间。腾出空间,然后重试。内存不足,无法安装。关闭其他应用程序,然后重试。此应用程序需要 Internet 连接。请连接到网络,然后重试。此应用程序在安装过程中遇到错误。请联系支持人员。重启电脑以完成安装。安装失败。请重新启动电脑,然后重试。你的电脑将重启以完成安装。你已取消安装。已安装此应用程序的另一个版本。已安装此应用程序的更高版本。组织策略正在阻止安装。请与管理员联系。未能安装程序包依赖项。应用程序当前正由另一个应用程序使用。参数无效。系统不支持程序包。安装程序不支持升级现有包。安装失败,出现自定义安装程序错误。找不到包的“应用和功能”条目。安装位置不适用。找不到安装位置。现有文件的哈希不匹配。找不到文件。找到文件,但未检查哈希。无法访问该文件。配置文件无效。YAML 语法无效。配置字段的类型无效。配置具有未知版本。应用配置时出错。配置包含重复的标识符。配置缺少依赖项。配置具有未满足的依赖项。配置单元的断言失败。已手动跳过配置。用户拒绝继续执行。依赖项关系图包含无法解析的循环。配置具有无效的字段值。配置缺少字段。某些配置单元在测试其状态时失败。未测试配置状态。未安装配置单元。未找到配置单元。已找到配置单元的多个匹配项;指定模块以选择正确的模块。尝试获取当前系统状态时配置单元失败。尝试测试当前系统状态时配置单元失败。尝试应用所需状态时配置单元失败。配置单元的模块在具有相同版本的多个位置可用。加载配置单元的模块失败。配置单元在执行过程中返回了意外结果。单元包含需要配置根的设置。配置处理器不支持此操作。不可用已成功启用 Windows 功能依赖项加载配置单元的模块失败,因为它需要管理员权限才能运行。单元包含需要配置根的设置。加载配置单元的模块失败,因为它需要管理员权限才能运行。通过传递已保存命令的唯一标识符来恢复执行以前保存的命令。这用于恢复可能因重新启动而终止的已执行命令。继续执行以前保存的命令。要恢复的已保存状态的唯一标识符不支持从其他客户端版本恢复状态: {0}{Locked= "{0}"} Message displayed to inform the user that the client version of the resume state does not match the current client version. {0} is a placeholder for the client version that created the resume state.恢复状态不存在: {0}{Locked="{0}"} Error message displayed when the user provides a guid that does not correspond to a valid saved state. {0} is a placeholder replaced by the provided guid string.在恢复状态下找不到数据。此命令不支持恢复。如果适用,允许重启正在发起重启以完成操作...未能发起重启。恢复操作超出了允许的 {0} 恢复() 限制。若要手动恢复,请运行命令 “{1}”。{Locked="{0}", "{1}"} {0} is a placeholder that is replaced by an integer number of the number of allowed resumes. {1} is a placeholder for the command to run to perform a manual resume.忽略恢复已保存状态的限制不支持 URI 方案: {0}{Locked="{0}"} Error message displayed when the provided uri is not supported. {0} is a placeholder replaced by the provided uri.URI 格式不标准: {0}{Locked="{0}"} Error message displayed when the provided uri is not well formed. {0} is a placeholder replaced by the provided uri.无法分析 {0} 配置单元设置内容或设置内容为空。{Locked="{0}"} {0} is a placeholder replaced by the input winget configure resource unit type.{0} 配置单元缺少必需的参数: {1}{Locked="{0},{1}"} {0} is a placeholder for the input winget configure resource unit type. {1} is placeholder for the missing arg.{0} 配置单元缺少建议的参数: {1}{Locked="{0},{1}"} {0} is a placeholder for the input winget configure resource unit type. {1} is placeholder for the missing arg.WinGetSource 配置单元与已知源冲突: {0}{Locked="WinGetSource,{0}"} {0} is a placeholder for the input winget source in the configuration unit settings.第三方源上的 WinGetSource 配置单元声明: {0}{Locked="WinGetSource,{0}"} {0} is a placeholder for the input winget source in the configuration unit settings.WinGetPackage 声明 UseLatest 和 Version。包 ID: {0}{Locked="WinGetPackage,UseLatest,Version,{0}"}WinGetPackage 配置单元声明来自第三方源的包。包 ID: {0};源: {1}{Locked="WinGetPackage,{0},{1}"}WinGetPackage 配置单元包依赖于以前未配置的第三方源。包 ID: {0};源: {1}{Locked="WinGetPackage,{0},{1}"}WinGetPackage 配置单元包依赖于第三方源。建议在 uni dependsOn 节中声明依赖项。包 ID: {0};源: {1}{Locked="WinGetPackage,dependsOn,{0},{1}"}无法验证 WinGetPackage 配置单元包。源打开失败。包 ID: {0};源: {1}{Locked="WinGetPackage,{0},{1}"}无法验证 WinGetPackage 配置单元包。找不到包。包 ID: {0}{Locked="WinGetPackage,{0}"}无法验证 WinGetPackage 配置单元包。找到多个包。包 ID: {0}{Locked="WinGetPackage,{0}"}无法验证 WinGetPackage 配置单元包。找不到包版本。包 ID: {0};版本 {1}{Locked="WinGetPackage,{0},{1}"}使用特定版本指定的 WinGetPackage 配置单元包,而只有一个包版本可用。包 ID: {0};版本: {1}{Locked="WinGetPackage,{0},{1}"}无法验证 WinGetPackage 配置单元包。包 ID: {0}{Locked="WinGetPackage,{0}"}指定身份验证窗口首选项(silent、silentPreferred 或 interactive){Locked="silent","silentPreferred","interactive"} This argument allows the user to select authentication window popup behavior.指定用于身份验证的帐户无法添加源。此 winget 版本不支持源的身份验证方法。请尝试升级到最新 winget 版本。{Locked="winget"}{0} 源需要身份验证。必要时可能会显示身份验证提示。将与源共享经过身份验证的信息以进行访问授权。{Locked="{0}"}修复通过搜索已安装的包列表或直接从清单中找到的所选包。默认情况下,查询必须以不区分大小写方式匹配包的 ID、名称或名字对象。可通过传递相应的选项来使用其他字段。id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.修复所选包找不到此包的修复命令。请联系包发布者以获取支持。正在使用的安装程序技术与当前安装的版本不匹配。找不到修复命令。正在使用的安装程序技术不支持修复。修复操作成功完成。已放弃修复正在启动包修复...未能修复 Microsoft Store 包。错误代码: {0}{Locked="{0}"} Error message displayed when a Microsoft Store application package fails to repair. {0} is a placeholder replaced by an error code.修复操作失败。修复操作不适用。配置的源中没有可用的匹配包版本。当前系统配置不支持修复此包。正在使用的安装程序技术不支持修复。使用管理员权限运行时,无法修复为用户范围安装的包。不允许对用户范围内安装的包执行涉及管理员特权的修复操作。修复失败,退出代码为: {0}{Locked="{0}"} Error message displayed when an attempt to repair an application package fails. {0} is a placeholder replaced by an error code.为了防止损坏,SQLite 连接已终止。卸载所有版本要执行的版本已安装此包的多个版本。请优化搜索,传递 “--version” 参数以选择一个,或传递 “--all-versions” 标志以卸载所有这些参数。{Locked="--version,--all-versions"}启用Windows 程序包管理器代理命令行选项Describes a Group Policy that can enable the use of the --proxy option to set a proxy设置要用于此执行的代理禁止对此执行使用代理无法重置 {0}。此设置由策略控制。有关详细信息,请与系统管理员联系。{Locked="{0}"} The value will be replaced with the feature name重置管理员设置“{0}”。{Locked="{0}"} Message displayed after the user resets an admin setting to its default value. Reset is used as verb in past tense. {0} is a placeholder replaced by the setting name.无法设置 {0}。此设置由策略控制。有关详细信息,请与系统管理员联系。{Locked="{0}"} The value will be replaced with the feature name将管理员设置 '{0}' 设置为 '{1}'。{Locked="{0}"} Message displayed after the user sets the value of an admin setting. Set is used as a verb in past tense. {0} is a placeholder replaced by the setting name. {1} is a placeholder replaced 要修改的设置的名称要为设置设置的值。将管理员设置重置为其默认值。将管理员设置重置为其默认值。设置管理员设置的值。设置管理员设置的值。除非指定,否则从发现中排除源从发现中排除源(true 或 false)显式源的信任级别 (无或受信任的)信任级别未能获取 Microsoft Store 程序包目录。未从 Microsoft Store 程序包目录中找到适用的 Microsoft Store 程序包。无法获取 Microsoft Store 程序包下载信息。找不到适用于下载的Microsoft Store包。无法检索 Microsoft Store 程序包许可证。找不到适用的 Microsoft Store 程序包。已成功验证 Microsoft Store 程序包哈希Microsoft Store 程序包哈希不匹配已下载 Microsoft Store 程序包: {0}{Locked="{0}"} Full path of the downloaded package.Microsoft Store 程序包下载失败: {0}{Locked="{0}"} Package name.已完成 Microsoft Store 程序包下载正在从 Microsoft Store 下载主程序包...正在从 Microsoft Store 下载依赖项程序包...正在检索 Microsoft Store 程序包下载信息未能检索 Microsoft Store 程序包下载信息正在检索 Microsoft Store 程序包许可证已保存 Microsoft Store 程序包许可证: {0}{Locked="{0}"} License file full path.未能检索 Microsoft Store 程序包许可证Microsoft Store 程序包下载不支持 --rename 参数。Microsoft Store 程序包将使用 Microsoft Store 目录提供的名称。{Locked="--rename"}Microsoft Store包下载需要Microsoft Entra ID 身份验证。必要时可能会显示身份验证提示。将与Microsoft 服务共享经过身份验证的信息以进行访问授权。对于Microsoft Store包授权,Microsoft Entra ID 帐户必须是全局管理员、用户管理员或许可证管理员的成员。{Locked="Global Administrator,User Administrator,License Administrator"}跳过检索 Microsoft Store 程序包脱机许可证选择目标平台正在添加配置文件: {0}{Locked="{0}"}已成功导出正在获取配置设置...必须至少提供 --packageId 和/或 --module with --resource。或使用 --all 导出所有包配置。{Locked="--packageId,--module, --resource, --all"}参数 --packageId、--module 和 --resource 不能与 --all 一起使用。{Locked="--packageId,--module, --resource, --all"}将配置资源导出到配置文件。与 --all 一起使用时,导出所有包配置。与 --packageId 一起使用时,导出给定包 ID 的 WinGetPackage 资源。与 --module 和 --resource 一起使用时,获取资源的设置并将其导出到配置文件。如果输出配置文件已存在,则追加导出的配置资源。{Locked="WinGetPackage,--packageId,--module, --resource"}将配置资源导出到配置文件。要导出的资源的模块。要导出的程序包标识符。要导出的配置资源。导出所有包配置。配置单元无法获取其属性。导出配置失败。配置{0}{Locked="{0}"}安装 {0}{Locked="{0}"}对于此输出,配置文件中存在的某些数据被截断;检查文件内容的完整内容。<此值已被截断;检查文件内容以获取完整文本>Keep some form of separator like the "<>" around the text so that it stands out from the preceding text.显示已应用于系统的配置的高级别详细信息。然后,此数据可与 `configure` 命令一起使用以获取更多详细信息。{Locked="`configure`"}显示配置历史记录历史记录中没有配置。从历史记录中选择项目找不到与提供的数据匹配的单个配置。提供与所需配置明确匹配的全名或标识符的一部分。从历史记录中移除项首次应用Column header for date values indicating when a configuration was first applied to the system.标识符名称来源路径找不到指定的配置。已完成The state of processing an item.正在进行The state of processing an item.待处理The state of processing an item.未知The state of processing an item.监视配置状态。As in "to monitor the status of a configuration being applied".已完成The state of processing an item.正在进行The state of processing an item.待处理The state of processing an item.已跳过The state of processing an item.未知The state of processing an item.应用已启动When the configuration application started.应用已结束When the configuration application ended.结果详细信息状态The state of processing an item.单位该包与当前 Windows 版本或平台不兼容。尽可能禁止显示初始配置详细信息可以针对不同的平台和体系结构下载多个Microsoft Store包。--platform,--architecture 可用于筛选包。{Locked="--platform--architecture"}无法检索Microsoft Store包许可证。Microsoft Entra ID 帐户不是全局管理员、用户管理员或许可证管理员的成员。使用 --skip-license 跳过检索Microsoft Store包许可证。{Locked="Global Administrator,User Administrator,License Administrator,--skip-license"}Microsoft Store包不支持下载。Microsoft Store包不支持下载。无法检索Microsoft Store包许可证。Microsoft Entra ID 帐户没有所需的权限。无法跨完整性边界传递参数。已下载零字节安装程序;请确保网络连接正常工作。已下载零字节安装程序;请确保网络连接正常工作。管理字体使用子命令管理字体。可以安装、升级或卸载与 package 类似的字体。 家庭脸"Faces" represents the typeface of the font family such as 'Bold' or 'Italic'按家庭名称筛选结果脸"Face" represents the typeface of a font family such as 'Bold' or 'Italic'路径找不到匹配输入条件的已安装字体。列出已安装的字体列出所有已安装的字体、所有字体文件或特定字体的完整详细信息。版本配置模块PowerShell Modules that are used for the Configuration feature包安装程序需要身份验证。必要时可能会显示身份验证提示。将与安装程序下载 URL 共享经过身份验证的信息。无法下载安装程序。此 winget 版本不支持安装程序下载身份验证方法。请尝试升级到最新 winget 版本。{Locked="winget"}未能下载安装程序。身份验证失败。指定配置处理器的路径DSC v3 资源命令DSC stands for "Desired State Configuration". It should already have a locked translation.此处的子命令实现Desired State Configuration (DSC) v3 资源来配置 winget 和包。获取资源状态设置资源状态描述所需的状态更改测试资源状态删除资源状态获取所有状态实例验证组内容解析外部状态运行适配器获取资源架构获取资源清单管理包状态通过 winget 管理包。指示实例是否应存在。指示实例是否处于所需状态。包的标识符。包的源。包的版本。用于将标识符与包匹配的方法。指示应安装该包的最新可用版本。要使用的安装模式(如需要)。包的目标范围。指示是否接受源和包的协议。管理用户设置文件管理 winget 的用户设置。设置 json 文件内容。用于应用设置的操作。已为相关性记录值管理源配置管理 winget 的源。用于源的名称。源的参数。源的类型。源的信任级别。调用未指定源时是否包含源。正在应用配置单元...正在导出配置单元...正在获取配置单元处理器...确保导出所需的模块 [{0}]{Locked="{0}"}未能测试或获取所需的模块。将不导出相关设置。导出 [{0}]{Locked="{0}"}无法导出资源。未能获取单元处理器。将不导出单个包设置。要在其中写入结果的目录在系统上找不到Desired State Configuration包。正在安装包...未能安装Desired State Configuration包。手动安装包或提供通过 --processor-path 参数 dsc.exe 的路径。{Locked="dsc.exe","--processor-path"}包含管理员设置及其值的对象。管理管理员设置管理 winget 的管理员设置。重置所有管理员设置已重置所有管理员设置。MCP 信息MCP stands for Model Context Protocol and should probably remain as-isMCP (模型上下文协议) Windows 程序包管理器的信息。若要使用 MCP 客户端手动配置Windows 程序包管理器 MCP 服务器,请使用 `servers` 对象中的以下 JSON 片段:{Locked="`servers`"}
MCP stands for Model Context Protocol and should probably remain as-is.
An unlocalized JSON fragment will follow on another line.启用 Windows 程序包管理器 MCP 服务器目标 OS 版本安装一个或多个字体失败。字体文件不受支持,无法安装。字体包中的一个或多个字体不受支持,无法安装。字体安装失败; 正在清理。已安装字体。包 ID支持 WinGet标题找不到字体文件。字体卸载失败。字体可能未处于正常状态。请尝试在重启后卸载。字体验证失败。字体回滚失败。字体可能未处于正常状态。请尝试在重启后卸载。显示字体文件详细信息。字体包验证失败。失败的字体安装回退尝试未成功。可能需要重新启动才能成功卸载字体。字体包卸载失败。这通常是因为系统或应用程序正在使用字体。重新启动计算机后,卸载可能会成功。确定"OK" means the font is in a good healthy state损坏"Corrupt" refers to an install that is in a corrupted or bad state, and needs repair.状态未知已安装字体包。显示有关包的详细信息Providing this argument causes the CLI to output additional details about installed application packages.通道:Precedes a string value that names the delivery channel for the software package (ex. stable, beta).本地标识符:Precedes a value that is the unique identifier for the installed package on the local system.包系列名称:Precedes a value that is the APPX/MSIX package family name of the installed package.产品代码:Precedes a value that is the Add/Remove Programs identifier in the registry. This is also the Product Code value as defined in MSI installers.升级代码:Precedes a value that is the MSI Upgrade Code for the installed package.已安装的范围:Precedes a value that is the scope of the installation of the package (ex. user, machine).已安装的体系结构:Precedes a value that is the installed architecture of the package (ex. x86, x64, ARM64).已安装的区域设置:Precedes a value that is the locale of the installed package.安装位置:Precedes a value that is the directory path to the installed package.源位置:Precedes a value that names the package source where the installed package originated from.可用升级:Precedes a list of package upgrades available for the installed package.安装程序类别:Precedes a value that indicates the category of the installer for the installed package (ex. exe, msi, msix).旧值Column title for listing edit changes.新值Column title for listing the new value.
================================================
FILE: Localization/Resources/zh-TW/Resources.resw
================================================
text/microsoft-resx2.0System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
================================================
FILE: Localization/Resources/zh-TW/winget.resw
================================================
text/microsoft-resx2.0System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089鄰近別名不是旗標: [{0}]{Locked="{0}"} Error message displayed when the user provides an adjoined alias that is not a flag argument. {0} is a placeholder replaced by the user input argument (e.g. '-ab').找不到鄰近旗標別名: [{0}]{Locked="{0}"} Error message displayed when the user provides an adjoined flag alias argument that was not found. {0} is a placeholder replaced by the user input argument (e.g. '-ab').以下是可用的引數:Message displayed to inform the user about the available command line arguments.以下命令別名可用:Message displayed to inform the user about the available command line alias arguments.以下是所有可用的命令:Title displayed to inform the user about the available commands.可用As in "a new version is available to upgrade to".以下是可用的選項:Message displayed to inform the user about the available options.以下是可用的子命令:Message displayed to inform the user about the available nested commands that run in context of the selected command.{0} 個升級可供使用。{Locked="{0}"} Message displayed to inform the user about available package upgrades. {0} is a placeholder replaced by the number of package upgrades.使用指定的頻道; 預設為一般觀眾命令Label displayed for a command to give the software.依命令篩選結果Description message displayed to inform the user about filtering the search results by a package command.用於完成的完整命令列此命令需要系統管理員許可權才能執行。此命令可以用來要求即時線上的命令列完成。將會傳入要完成的命令列、游標位置及文字。輸出為基於輸入的一組可能值,其中每行一個可能值。啟用即時線上的命令列完成顯示介於 1 到 1000 個(之間的指定結果數目)完成Label displayed when an operation completes or is done executing.以完全相符,來尋找套件Description message displayed to inform the user about finding an application package using an exact matching criteria.示範用的實驗引數此命令是如何執行實驗功能的範例。若要開啟,請移至 ‘winget settings’ 並啟用 experimentalCmd 或 experimentalArg 功能。{Locked="winget settings"}實驗功能範例在未預期的情況下找到位置引數: [{0}]{Locked="{0}"} Error message displayed when the user provides an extra positional argument when none was expected. {0} is a placeholder replaced by the user's extra argument input.此功能正在進行中,未來可能會大幅變更或全部移除。若要啟用,請編輯您的設定 ('winget settings')以包含實驗性功能: '{0}'{Locked="winget settings","{0}"}. Error message displayed when the user uses an experimental feature that is disabled. {0} is a placeholder replaced by the experimental feature name.顯次實驗功能的狀態。實驗功能可以從「winget settings」開啟。{Locked="winget settings"}顯示實驗功能的狀態已停用已啟用功能連結下列實驗性功能正在運行中。
它們可以透過設定檔案的 [winget settings] 來設定。{Locked="winget settings"}屬性狀態雜湊的檔案旗標引數不能包含鄰近值: [{0}]{Locked="{0}"} Error message displayed when the user provides a flag argument containing an unexpected adjoined value. {0} is a placeholder replaced by the user input.計算適合在資訊清單輸入的本機檔案雜湊。它也可以計算 MSIX 封裝的簽章檔案雜湊,以啟用串流安裝。雜湊安裝程式檔案的協助程式顯示所選命令的相關說明如需特定命令的更多詳細資料,請向其傳遞說明引數。若要取得更多協助,請參閱: [{0}]{Locked="{0}"} Message displayed to inform the user about a link where they can learn more about the subject context. {0} is a placeholder replaced by a website address.依識別碼篩選結果抑制警告輸出此應用程式已由其擁有者授權給您。Microsoft 不負任何責任,也不會授與協力廠商封裝的任何授權。此套件是透過 Microsoft Store 所提供。winget 可能需要代表目前的使用者從 Microsoft Store 取得套件。{Locked="winget"}安裝透過搜尋已設定來源或直接來自資訊清單的已選取套件。根據預設,査詢必須與套件的識別碼 (id)、名稱 (name) 或連結路徑 (moniker) 不區分大小寫。透過傳遞適當的選項,可以使用其他欄位。根據預設,install 命令將檢查套件的安裝狀態,並在適用的情况下嘗試執行升級。使用 --force 覆寫可執行直接安裝。{Locked="--force"}; id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.安裝指定的套件安裝程式雜湊不相符;以系統管理員執行時,無法覆寫此情況安裝程式雜湊不相符; 正在繼續,因為 --ignore-security-hash{Locked="--ignore-security-hash"}安裝程式雜湊不相符;若要覆寫此檢查,請使用 --ignore-security-hash{Locked="--ignore-security-hash"}已成功驗證安裝程式雜湊已成功安裝正在啟動套件安裝...略過安裝程式雜湊檢查失敗從本機資訊清單安裝封存類型封裝時,略過執行的惡意程式碼掃描要求互動式安裝; 可能需要使用者輸入無法辨識目前命令的引數別名: [{0}]{Locked="{0}"} Error message displayed when the user provides a command line argument alias that was not recognized for a selected command. {0} is a placeholder replaced by the user's argument alias input (e.g. '-a').無效的引數指定元: [{0}]{Locked="{0}"} Error message displayed when the user provides an invalid argument specifier. {0} is a placeholder replaced by an argument specifier (e.g. '-').無法辨識目前命令的引數名稱: [{0}]{Locked="{0}"} Error message displayed when the user provides an unrecognized command line argument name for the selected command. {0} is a placeholder replaced by the user's argument name input (e.g. '--example').Winget 目錄Header for a table detailing the directories Winget uses for key operations like logging and portable installs要使用的地區設定 (BCP47 格式){Locked="BCP47"}授權合約連結Links to different webpageslist 命令會顯示已安裝在系統上的套件,以及是否有可用的更新。可以提供其他選項來篩選輸出 (這與 search 命令很相似)。{Locked="list","search"}顯示已安裝的套件要安裝的位置 (如果有支援的話)記錄位置 (如果有支援的話)Copyright (c) Microsoft Corporation. 著作權所有,並保留一切權利。首頁The primary webpage for the software套件資訊清單的路徑資訊清單驗證失敗。資訊清單驗證成功。資訊清單驗證成功,但出現警告。需要引數值,但找不到: [{0}]{Locked="{0}"} Error message displayed when the user does not provide a required command line argument value. {0} is a placeholder replaced by the argument name.依套件連結路徑來篩選結果系統會將輸入檔案視為 msix; 如果簽署的話,將會提供簽章雜湊無法計算 MSIX 簽章訊息摘要。無法安裝或升級 Microsoft Store 套件,因為特定應用程式受原則封鎖無法安裝或升級 Microsoft Store 套件。錯誤碼: {0}{Locked="{0}"} Error message displayed when a Microsoft Store application package fails to install or upgrade. {0} is a placeholder replaced by an error code.無法安裝或升級 Microsoft Store 套件,因為 Microsoft Store 用戶端受原則封鎖正在驗證/正在要求套件取得...找到多個符合輸入條件的已安裝套件。請精煉輸入。找到多個符合輸入條件的套件。請精煉輸入。依名稱篩選結果找不到適用的安裝程式;請參閱紀錄檔以取得詳細資料。目前沒有可用的實驗功能。未找到符合輸入條件的已安裝套件。未找到符合輸入條件的套件。停用 VirtualTerminal 顯示{Locked="VirtualTerminal"}開啟預設記錄位置選項Options to change how a command works覆寫要傳送到安裝程式的引數包裹: {0}{Locked="{0}"} Label displayed for a software package. {0} is a placeholder replaced by the software package name.糟糕,我們忘了執行這項工作...游標在命令列內的位置隱私權聲明用來搜尋套件的查詢顯示各種色彩的進度未提供必要的引數: [{0}]{Locked="{0}"} Error message displayed when the user does not provide a required command line argument. {0} is a placeholder replaced by an argument name.顯示為預設色彩的進度從設定的來源中搜尋套件。尋找並顯示套件的基本資訊識別碼Abbreviation of Identifier.相符名稱來源由於結果限制,已截斷其他項目版本驗證設定時發現下列失誤:在預設 json 文字編輯器中開啟設定。如果未設定任何編輯器,則會在記事本中開啟設定。如需可用的設定,請參閱 https://aka.ms/winget-settings 此命令透過提供 --enable 或 --disable 引數,可用於設定系統管理員設定。{Locked="--enable"} {Locked="--disable"}開啟設定或設定系統管理員設定載入設定時發生未預期的錯誤。請執行 'settings' 命令以驗證您的設定。{Locked="'settings'"}頻道顯示特定封裝的資訊。根據預設,查詢必須 insensitively 符合封裝的識別碼、名稱或名字物件。您可以透過傳遞適當的選項來使用其他欄位。id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.顯示套件相關資訊版本要求無訊息安裝單一 - 後只能出現單一字元別名: [{0}]{Locked="{0}"} Error message displayed when the user provides more than a single character command line alias argument after an alias argument specifier '-'. {0} is a placeholder replaced by the user's argument input.具有給定名稱的來源已存在,且參照到不同的位置:具有不同名稱的來源已參照到此位置:具有給定名稱的來源已存在,且參照到同樣的位置:新增的來源:新增來源。來源會為您提供資料,以便您探索和安裝套件。只有在您信任其為安全位置時,才會新增來源。新增來源指派給來源的引數使用指定的來源尋找套件使用子命令管理來源。來源會為您提供資料,以便您探索和安裝套件。只有在您信任其為安全位置時,才會新增來源。管理套件來源編輯現有來源的屬性。來源提供資料讓你發現並安裝套件。編輯來源屬性正在編輯來源: {0}{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being edited. {0} is a placeholder replaced by the repository source name.名為 '{0}' 的來源已經處於所需的狀態。{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being edited. {0} is a placeholder replaced by the repository source name.引數Value given to source.列出所有目前的來源,或特定來源的完整詳細資料。列出目前的來源資料Data stored by the source.欄位The name of a piece of information about a source.名稱The name of the source.識別碼The source's unique identifier.找不到具有此名稱的來源: {0}Error message displayed when the user provides a repository source name that was not found. {0} is a placeholder replaced by the user input.沒有未設定來源。類型The kind of source.已更新The last time the source was updated.永不The source has never been updated.值The value of information about a source.來源的名稱無法開啟來源;如果此問題持續發生,請嘗試使用‘source reset’命令。{Locked="source reset"}無法開啟預先定義的來源; 請向 winget 維護者回報。{Locked="winget"}正在移除所有來源...移除特定來源。移除目前的來源正在移除來源: {0}...{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being removed. {0} is a placeholder replaced by the repository source name.正在重設所有來源...此命令會刪除現有的來源,可能會留下任何本地資料。在沒有任何引數的情況下,系統會刪除所有的來源,並新增預設值。如果提供指定的命名來源,則只會刪除該來源。重設來源強制重設來源若已給定 --force 選項,將重設下列來源:{Locked="--force"}重設的來源: {0}...{Locked="{0}"} Message displayed to inform the user about a repository source that is currently being reset. {0} is a placeholder replaced by the repository source name.來源的類型正在更新所有來源...更新所有來源,或只更新特定來源。更新目前的來源更新的來源: {0}...{Locked="{0}"} Message displayed to inform the user about a registered repository source that is currently being updated. {0} is a placeholder replaced by the repository source name.依標籤篩選結果感謝您使用 Winget第三方聲明Winget 命令列實用程式可讓您從命令列安裝應用程式和其他套件。顯示該工具的一般資訊顯示該工具的版本引數提供的次數超過允許的次數: [{0}]{Locked="{0}"} Error message displayed when the user provides a command line argument more times than it is allowed. {0} is a placeholder replaced by the user's argument name input.提供了多個執行行為引數: '{0}'{Locked="{0}"} Error message displayed when the user provides more than one execution behavior argument when installing an application package. {0} is a placeholder replaced by the user specified execution behaviors (e.g. 'silent|interactive').執行命令時,發生意外的錯誤:在升級期間卸載舊版的套件無法辨識的命令: [{0}]{Locked="{0}"} Error message displayed when the user provides an unrecognized command. {0} is a placeholder replaced by the user input.將所有已安裝的套件升級至最新版本 (如果有可用更新的話)找不到適用的升級。已設定的來源中有較新的套件版本,但不適用於您的系統或需求。找不到可用的升級。沒有較新的套件版本可從設定的來源使用。可透過搜尋已安裝的套件或直接從資訊清單中,升級已選取的套件。根據預設,查詢必須不區分大小寫地符合該套件的識別碼、名稱或連結路徑。您可以透過傳遞適當的選項,來使用其他欄位。未提供引數時,顯示具有可用升級的套件id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.顯示並執行可用的升級使用狀況: {0} {1}{Locked="{0} {1}"} Message displayed to provide the user with instructions on how to use a command. {0} is a placeholder replaced by the program name (e.g. 'winget'). {1} is a placeholder replaced by the pattern for using the selected command.使用一套嚴格的指導方針驗證資訊清單。這是為了讓您能夠在提交報告之前檢查您的資訊清單。驗證資訊清單檔案要驗證的資訊清單路徑為 winget 啟用詳細登入請確認輸入檔是有效且已簽署的 MSIX。使用指定的版本; 預設為最新版本顯示該套件的可用版本完成前提供的值已要求找不到相符的版本: {0}{Locked="{0}"} Error message displayed when the user attempts to upgrade an application package to a version that was not found. {0} is a placeholder replaced by the user's provided upgrade package version.沒有符合給定值的來源: {0}{Locked="{0}"} Error message displayed when the user attempts to install or upgrade an application package from a repository source that was not found. {0} is a placeholder replaced by the user's repository source name input.設定的來源為:未定義來源;使用 [source add],以進行新增,或使用 [source reset] 將之重設成預設值{Locked="source add","source reset"}找到路徑為目錄; {0}{Locked="{0}"} Error message displayed when the user provides a system path that is a directory. {0} is a placeholder replaced by the provided directory path.檔案不存在: {0}{Locked="{0}"} Error message displayed when the user provides a system file that does not exist. {0} is a placeholder replaced by the provided file path.提供本地顯示和搜尋查詢引數記錄檔Label displayed for diagnostic files containing information about the application use.安裝程式受到政策封鎖安裝程式的安全性檢查失敗防毒程式產品報告安裝程式中有感染嘗試更新來源失敗: {0}{Locked="{0}"} Error message displayed when an attempt to update the repository source fails. {0} is a placeholder replaced by the repository source name.可透過搜尋已安裝的套件或直接從資訊清單中,解除安裝已選取的套件。根據預設,查詢必須不區分大小寫地符合該套件的識別碼、名稱或連結路徑。您可以透過傳遞適當的選項,來使用其他欄位。id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.解除安裝指定的套件正在啟動套件解除安裝...已成功解除安裝winget 找不到此套件的解除安裝命令。請向套件發行者尋求支援。{Locked="winget"}已放棄解除安裝解除安裝失敗,結束代碼: {0}{Locked="{0}"} Error message displayed when an attempt to uninstall an application package fails. {0} is a placeholder replaced by an error code.匯出已安裝套件的清單安裝檔案中列出的所有套件。安裝檔案中的所有套件。欲寫入結果的檔案描述要安裝之套件的檔案從指定來源匯出套件將已安裝套件的清單寫入檔案。然後可以使用 import 命令來安裝封裝。{Locked="import"}無法安裝一或多個匯入的套件未安裝匯入所需的來源: {0}{Locked="{0}"} Error message displayed when the user attempts to import application package(s) from a repository source that is not installed. {0} is a placeholder replaced by the repository source name.已安裝套件無法從任何來源取得: {0}{Locked="{0}"} Warning message displayed when the user attempts to export an installed application package that is not available from any repository source. {0} is a placeholder replaced by the installed package name.已安裝的套件版本無法從任一來源取得: {0} {1} {2}{Locked="{0} {1} {2}"} Warning message displayed when the user attempts to export an installed application package with a version that is not available from any repository source. {0} is a placeholder replaced by the installed package identifier. {1} is a placeholder replaced by the installed package version. {2} is a placeholder replaced by the installed package channel.在匯入檔案中找不到套件JSON 檔案無效。已安裝的套件: {0}{Locked="{0}"} Message displayed to inform the user that an application package is already installed. {0} is a placeholder replaced by the package identifier or search query.略過無法使用的套件在匯出檔案中包含套件版本略過匯入檔案的套件版本路徑不存在: {0}{Locked="{0}"} Error message displayed when the user provides a system path argument value that does not exist. {0} is a placeholder replaced by the user's provided path.JSON 檔案未指定可識別的結構描述。選取安裝範圍 (user 或 machine){Locked="user","machine"} This argument allows the user to select between installing for just the user or for the entire machine.`{0}` 引數提供的值無效;有效值為: {1}{Locked="{0}","{1}"} Error message displayed when the user provides an invalid command line argument value. {0} is a placeholder replaced by the argument name. {1} is a placeholder replaced by a list of valid options.群組原則已停用此作業: {0}{Locked="{0}"} Error message displayed when the user performs a command operation that is disabled by a group policy. {0} is a placeholder replaced by a group policy description.啟用其他 Windows 應用程式安裝程式來源啟用 Windows 應用程式安裝程式允許的來源啟用 Windows 應用程式安裝程式預設來源啟用 Windows 應用程式安裝程式實驗性功能啟用 Windows 應用程式安裝程式 Microsoft Store 來源啟用 Windows App 安裝程式字型來源啟用 Windows 封裝管理員設定啟用 Windows 封裝管理員啟用 Windows 封裝管理員命令列介面設定 Windows 封裝管理員來源自動更新間隔 (分鐘)群組原則Header for a table listing active Group Policies啟用 Windows 應用程式安裝程式本機資訊清單檔案啟用 Windows 應用程式安裝程式 Microsoft Store 來源已釘選憑證旁路啟用 Windows 應用程式安裝程式本機封存惡意程式碼掃描覆寫欄位: {0}{Locked="{0}"} Warning message displayed when a user setting field has invalid syntax or semantics. {0} is a placeholder replaced by the setting field path.無效的欄位格式。無效的欄位值。群組原則的設定無效。已載入備份檔案中的設定。剖析檔案時發生錯誤:值: {0}{Locked="{0}"} Warning message displayed when a user setting value has invalid syntax or semantics. {0} is a placeholder replaced by the setting data value.下列實驗性功能正在進行中。
由於群組原則的原因,已停用設定。安裝程式雜湊不相符。啟用 Windows 應用程式安裝程式雜湊覆寫匯出目前來源並做為群組原則的 JSON。匯出目前的來源其他來源An additional source required by policy.允許的來源A source that the user is allowed to add.為 '{0}' 引數提供的值無效{Locked="{0}"} Error message displayed when the user provides an invalid command line argument value. {0} is a placeholder replaced by the argument name.已取消外部在此匯入中找到的套件具有下列相依性:Import command sentence showed before reporting dependencies此套件需要下列相依性:Message shown before reporting dependencies正在安裝相依性:找不到相依性來源套件搜尋產生一個以上的結果: {0}{Locked="{0}"} Error message displayed when application packages search yield more than one result. {0} is a placeholder replaced by the dependency package identifier.找不到套件的最新版本: {0}{Locked="{0}"} Error message displayed when no suitable version found for the specific application package. {0} is a placeholder replaced by the package identifier.找不到任何安裝程式: {0}{Locked="{0}"} Error message displayed when no installer found for a manifest. {0} is a placeholder replaced by the manifest identifier.套用沒有可使用的最低必要版本: {0}{Locked="{0}"} Error message displayed when the minimum required version is not available for an application package. {0} is a placeholder replaced by the package identifier.沒有相符項目When package search yields no matches有迴圈Dependency graph has loop找不到適合指令清單的安裝程式: {0} 版本 {1}{Locked="{0}","{1}"} Error message displayed when an attempt to get a preferred installer for a manifest fails. {0} is a placeholder replaced by the manifest identifier. {1} is a placeholder replaced by the manifest version.處理套件相依性時發生錯誤。您要繼續安裝嗎?Prompt message shown when dependencies processing yields errors.處理套件相依性時發生錯誤。正在結束...套件此套件具有可能不再需要的相依性:Uninstall command sentence showed before reporting dependencies資訊清單具有下列未驗證的相依性;請確認它們有效:Validate command sentence showed before reporting dependenciesWindows 功能Windows 媒體櫃使用指定的來源尋找套件相依性For getting package type dependencies when installing from a local manifestWindows 市集條款接受套件的所有授權合約匯出的套件需要授權合約才能安裝: {0}{Locked="{0}"} Warning message displayed when an exported application package requires license agreement to install. {0} is a placeholder replaced by the package name.發行者要求您檢視上述資訊並接受合約,然後再安裝。
是否同意這些條款?未同意套件合約。作業已取消。合約:作者:描述:安裝程式:安裝程式地區設定:Store 產品識別碼:安裝程式 SHA256:安裝程式類型:安裝程式 URL:授權:授權 URL:綽號:首頁:發行者:標記:版本:相依性:Windows 功能:Windows 文件庫:套件相依性:外部相依性:否是無法開啟新增的來源。在來源作業期間接受所有來源合約`{0}` 來源要求您必須先檢視下列合約,再使用。{Locked="{0}"} Message displayed to inform the user that a repository source requires viewing agreements before using. {0} is a placeholder replaced by the repository source name.是否同意所有來源合約條款?一或多個來源合約未同意。作業已取消。請接受來源合約或移除對應的來源。來源需要將目前電腦的 2 個字母地理區域傳輸到後端服務,才能正確(例如"US")。已成功安裝。重新開機應用程式以完成升級。選用的 Windows-Package-Manager REST 來源 HTTP 標頭略過選用標頭,因為它不適用於此來源。選擇性標頭不適用,但未指定來源: '{0}'{Locked="{0}"} Error message displayed when the user performs an operation (e.g install) and provides the HTTP 'header' argument without specifying the repository source. {0} is a placeholder replaced by the header argument name.發行日期:支援離線散發:發行者 URL:購買 Url:發行者支援 URL:隱私權 Url:著作權:著作權 Url:版本資訊:版本資訊 Url:搜尋來源時失敗; 將不會包含結果: {0}{Locked="{0}"} Warning message displayed when searching a repository source fails. {0} is a placeholder replaced by the repository source name.搜尋來源時失敗: {0}{Locked="{0}"} Error message displayed when searching a repository source fails. {0} is a placeholder replaced by the repository source name.系統管理員必須啟用此功能。若要啟用此功能,請以系統管理員的身分執行‘winget settings --enable {0}’。{Locked="winget settings --enable", "{0}"}. Error message displayed when the user uses a feature that needs to be enabled by administrators. {0} is a placeholder replaced by the admin setting.啟用特定系統管理員設定停用特定系統管理員設定啟用管理員設定'{0}'。{Locked="{0}"} Message displayed when the user enables an admin setting. {0} is a placeholder replaced by the setting name.關閉管理員設定 '{0}'。{Locked="{0}"} Message displayed when the user disables an admin setting. {0} is a placeholder replaced by the setting name.管理員設定Header for a table displaying admin settings.應用程式目前正在執行。結束應用程式,然後再試一次。安裝程式修改的檔案目前正被其他應用程式使用。結束應用程式,然後再試一次。另一個安裝已在進行中。請稍後再試。一或多個檔案正在使用中。結束應用程式,然後再試一次。您的系統遺漏此套件的相依性。您的電腦上已經沒有空間。請釋出空間,然後再試一次。記憶體不足,無法安裝。請關閉其他應用程式,然後再試一次。其中一個安裝參數無效。套裝安裝記錄可能包含其他詳細資訊。此應用程式需要網際網路連線。請連線到網路,然後再試一次。此應用程式在安裝期間發生錯誤。連絡客戶支援。重新啟動您的電腦以完成安裝。將重新開機您的電腦以完成安裝。安裝失敗。請重新開機您的電腦,然後再試一次。您取消了安裝。已安裝此應用程式的另一個版本。已安裝此應用程式的較新版本。組織原則導致無法安裝。請連絡您的系統管理員。目前系統設定不支援安裝此套件。安裝失敗,發生自定義安裝程序錯誤。連絡套件支援。已放棄安裝安裝程式失敗,結束代碼為: {0}{Locked="{0}"} Error message displayed when the application installer fails. {0} is a placeholder replaced by an error code.安裝程式記錄檔可在下列位置使用: {0}{Locked="{0}"} Message displayed to inform the user about the system path of a diagnostic files containing information about the installer. {0} is a placeholder replaced by the diagnostic file system path.在工作來源中找到下列套件。
請使用 '--source' 選項指定其中一個以繼續。{Locked="--source"} "working sources" as in "sources that are working correctly"在工作來源中找不到任何套件。"working sources" as in "sources that are working correctly"這是 Windows 封裝管理員的穩定版本。如果您想要嘗試實驗性功能,請安裝發行前版本組建。可於 https://github.com/microsoft/winget-cli 的 GitHub 上找到指示。{Locked="https://github.com/microsoft/winget-cli"}Windows 封裝管理員 v{0}{Locked="{0}"} Label displaying the product name and version. {0} is a placeholder replaced by the product version.忽略匯入檔案中的套件版本要求的結果數目必須介於 1 到 1000 之間。除預設外在安裝器上通過引數找到較新的版本,但安裝技術與目前安裝的版本不同。請卸載套件並安裝較新的版本。指定之較新版本的安裝技術與目前安裝的版本不同。請卸載套件並安裝較新的版本。Windows 封裝管理員 (預覽) v{0}{Locked="{0}"} Label displaying the preview product name and pre-release version. {0} is a placeholder replaced by the product version.選取架構升級套件,即使無法判斷其目前版本即使無法判斷封裝的目前版本,也要列出封裝。可以只與 --upgrade-available 引數搭配使用{Locked="--upgrade-available"}無法判斷此套件的版本號碼。若要繼續升級,請將引數 「--include-unknown」新增至先前的命令。{Locked="--include-unknown"}{0} 套件具有無法確認的版本號碼。使用--include-unknown (包含未知項目) 來看到所有結果。{Locked="{0}","--include-unknown"} {0} is a placeholder that is replaced by an integer number of packages that do not have notated versions. {0} 套件已固定且需要特別更新。{Locked="{0}"} {0} is a placeholder that is replaced by an integer number of packages that require explicit upgrades.提供的引數只能與查詢一起使用。系統架構: {0}{Locked="{0}"} Label displayed for the system architecture. {0} is a placeholder replaced by the value of the system architecture (e.g. X64).保留套件 (可攜式) 建立的所有檔案和目錄刪除封裝目錄中的所有檔案和目錄(可攜式)按 Enter 以繼續. . .對可執行檔 (可攜式) 重新命名的值在結束之前,提示使用者按下按鍵安裝程式會要求以系統管理員身分執行。預期提供提示。無法從系統管理員內容執行安裝程式。已修改路徑環境變數;重新啟動命令介面以使用新值。使用產品代碼篩選具有相同名稱但來源不同的可攜式套件存在;正在繼續,因為 --force{Locked="--force"}磁碟區不支援重新分析點指定的檔案名稱不是有效的檔案名稱正在覆寫現有的檔案: {0}{Locked="{0}"} Warning message displayed to inform the user that an existing file is being overwritten. {0} is a placeholder replaced by the file system path.未提供套件選取引數;請參閱說明以取得有關尋找套件的詳細資訊。新增的命令列別名:可攜式連結目錄 (電腦)可攜式連結目錄 (使用者)可攜式封裝根目錄 (使用者)可攜式封裝根目錄可攜式封裝根目錄 (x86)可攜式安裝失敗;正在清除...已修改 Portable 套件: 正在繼續,因為 --force{Locked="--force"}無法移除 Portable 套件,因為它已遭到修改;覆寫此檢查可使用 --force{Locked="--force"}檔案仍保留在安裝目錄中: {0}{Locked="{0}"} Warning message displayed when files remain in install directory. {0} is a placeholder replaced by the directory path.正在清除安裝目錄...無法清除安裝目錄,因為它不是由 WinGet 所建立相關連結文件:筆記: {0}{Locked="{0}"} Label displayed for installation notes. {0} is a placeholder replaced by installation notes.安裝附註:此套件不支援提供的引數無法擷取要封存的內容巢狀安裝程式檔案不存在。請確保巢狀安裝程式的指定相對路徑相符: {0}{Locked="{0}"} Error message displayed when nested installer file does not exist. {0} is a placeholder replaced by the nested installer file path.巢狀安裝程式的相對檔案路徑無效;路徑指向安裝目錄之外的位置沒有為此套件指定巢狀安裝程式封存安裝程式只能指定一個巢狀安裝程式,除非它是可攜式或字型巢狀安裝程式提供的命令列引數不相容只列出有可供使用的升級的套件以下套件有可用的升級,但需要升級的明確顯示目標:"require explicit targeting for upgrade" means that the package will not be upgraded with all others unless an extra flag is added, or the package is mentioned explicitly正在下載Label displayed while downloading an application installer.不支援巢狀安裝程式類型已知此安裝程式可以重新啟動終端機或殼層此套件需要安裝位置已知以下安裝程式可以重新啟動終端機或殼層:以下安裝程式需要安裝位置:指定安裝根目錄:要繼續處理?的合約This will be followed by a package name, and then a list of license agreements套件需要安裝位置,但未提供停用互動式提示Description for a command line argument, shown next to it in the help發現已安裝的現有套件。正在嘗試升級已安裝的套件...直接執行命令並繼續處理非安全性相關問題Description for a command line argument, shown next to it in the help來自不同來源的 Portable 套件已存在已成功擷取封存正在擷取封存...封存掃描偵測到惡意程式碼。若要覆寫此檢查,請使用 --ignore-local-archive-malware-scan{Locked="--ignore-local-archive-malware-scan"}封存掃描偵測到惡意程式碼。由於--ignore-local-archive-malware-scan,正在繼續{Locked="--ignore-local-archive-malware-scan"}如果已安裝版本已存在,則跳過升級已安裝套件版本。安裝已取消。無法啟用{0}。這個設定是由原則控制。如需詳細資訊,請連絡您的系統管理員。{Locked="{0}"} The value will be replaced with the feature name無法停用{0}。這個設定是由原則控制。如需詳細資訊,請連絡您的系統管理員。{Locked="{0}"} The value will be replaced with the feature name新增釘選。釘選可以限制 Windows 套件管理員將套件更新至指定的版本範圍,或是避免一次更新所有套件。固定的套件仍可以自行更新,且能在 Windows 套件管理員外進行更新。根據預設,固定的套件可以藉由在「更新」指令中特別指定來更新,或是利用「--include-pinned」(包含固定項目) 旗標至「winget upgrade --all」(winget 更新—全部。){Locked{"'upgrade'"} Locked{"--include-pinned"} Locked{"winget upgrade --all"}新增新釘選釘選可以限制 Windows 套件管理員將套件更新至指定的版本範圍,或是避免一次更新所有套件。固定套件仍可以自行更新,且能在 Windows 套件管理員外進行更新。管理套件釘選列出所有目前的釘選,或特定釘選的完整詳細資料。列出目前的釘選項目移除特定套件 PIN。移除套件釘選重設所有現有的釘選。重設釘選?要釘選封裝的版本。萬用字元 '*' 可以做為最後一個版本元件直到移除釘選前,都對更新進行封鎖,以防止覆寫引數釘選特定安裝的版本已安裝Value used in a table to indicate that a package comes from the list of packages installed in the machine將設定匯出為 JSON匯出設定使用者設定Label displayed for the file containing the user settings.無法載入設定檔案。使用預設值。選取已安裝的套件範圍篩選條件 (user 或 machine){Locked="user","machine"} This argument allows the user to select installed packages for just the user or for the entire machine.成功新增釘選已經有封裝{0}的 PIN{Locked="{0}"} {0} is a placeholder that will be replaced by a package name. The message is shown when attempting to add a pin for a package that is already pinned.套件{0}已經有 PIN。正在覆寫,因為--force引數。{Locked="--force"}{Locked="--force","{0}"} {0} is a placeholder that will be replaced by a package name.套件{0}已經有 PIN。使用--force引數覆寫。{Locked="--force","{0}"} {0} is a placeholder that will be replaced by a package name.重設目前所有釘選。使用--force引數重設所有釘選。將移除下列 PIN:{Locked="--force"}釘選類型{0} 套件沒有釘選{Locked="{0}"} {0} is a placeholder that will be replaced by a package name. The message is shown when attempting to delete a pin for a package that is not pinned.沒有經過設定的釘選。Shown when listing or modifying existing pins if there are none.成功重置釘選Shown after resetting (deleting) all the pins無法開啟釘選資料庫Error message for when we cannot open the database containing package pins.提供僅能用於單一套件的引數已提供多個互斥的引數: {0}{Locked="{0}"} Error message shown when mutually incompatible command line arguments are used. {0} is a placeholder replaced by the arguments that cannot be specified together引數 {0} 只能搭配 {1} 使用{Locked="{0}","{1}"} Error message shown when having an argument needs another to be present, but that is missing. {0} and {1} are replaced by the arguments. For example "Argument --include-unknown can only be used with --upgrade"停用As in enabled/disabled已啟用As in enabled/disabled州Header for a table listing the state (enabled/disabled) of Group Policies and Settings用來搜尋套件的查詢找不到套件: {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches returns no results. {0} is a placeholder replaced by the package name or query.找到多個套件: {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches returns more than one result. {0} is a placeholder replaced by the package name or query.搜尋失敗: {0}{Locked="{0}"} Error message displayed when the user attempts to search for multiple application packages and one of the searches fails. This message is for generic failures, we have more specific messages for when the search returns no results, or when it returns more than one result. {0} is a placeholder replaced by the package name or query.{0} 個包裹具有更新前需要先移除的釘選{Locked="{0}"} {0} is a placeholder that is replaced by an integer number of packages with pins that prevent upgrade無法使用 winget 升級封裝。請使用發行者提供的方法來升級此套件。即使有非封鎖釘選仍要更新套件即使封裝有防止升級的 PIN 碼,也要列出封裝。可以只與 --upgrade-available 引數搭配使用{Locked="--upgrade-available"}成功移除釘選找到更新的版本,但套件具有防止更新的釘選。已固定套件且無法更新。使用「winget pin」指令來檢視並編輯釘選。有些釘選類型可以透過--include-pinned (包含固定項目) 引數執行繞過。{Locked="winget pin","--include-pinned"} Error shown when we block an upgrade due to the package being pinned{0} 個套件有阻止更新的釘選。請使用「winget pin」指令來檢視並編輯釘選。使用 --include-pinned (包含固定項目) 引數可能會顯示更多結果。{Locked="winget pin","--include-pinned"} {0} is a placeholder replaced by an integer number of packages確保系統是否符合所提供設定所述的預期狀態。可下載/執行處理器,以獲得所需的狀態。應該先檢查設定和處理器,以確保它們在套用前值得信任。將系統設定為所需的狀態顯示所提供設定的詳細資料。根據預設,不會修改系統,但某些選項會造成檔案下載和/或載入。顯示設定的詳細資料檢查系統是否符合所提供設定所述的預期狀態。可下載/執行處理器,以測試所需的狀態。應該先檢查設定和處理器,以確保它們在執行前值得信任。檢查系統是否處於預期狀態驗證設定檔案的正確性。驗證設定檔案設定檔中的欄位'{0}'類型錯誤。{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the field name from the file.設定檔案的路徑設定檔案無效。設定檔案版本 {0} 不明。{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the version of the configuration file.接受設定警告,防止互動式提示套用Indicates that this item is used to write state判斷提示Indicates that this item is used to check/assert the state rather than write to it相依性: {0}{Locked="{0}"} Label displaying a list of dependencies. {0} is replaced with a space separated list of identifiers referencing other items.某些設定未成功套用。無法取得設定的詳細資訊。通知Indicates that this item is used to retrieve values for future use rather than writing them本機Used to indicate that the item is present on the device.模組: {0}{Locked="{0}"} Label displaying a module name. {0} is replaced with the name of the module from the user input file.模組: {0} {1} [{2}]{Locked="{0}","{1}","{2}"} Label displaying module information. {0} is replaced by the module name. {1} is replaced by the module author. {2} is replaced by a string indicating the source of the module.設定:Label for the values that are used as inputs for this item when applying state已成功套用設定。已成功套用單位。正在將另一個設定套用到系統。此設定會儘快繼續...您必須瞭解您選擇要執行的組態設定。Microsoft 不負責您已撰寫或匯入的設定檔。此設定可能會變更 Windows 中的設定、安裝軟體、變更軟體設定 (包括安全性設定),以及代表您接受與協力廠商套件和服務的使用者合約。 執行此設定檔案,即表示您瞭解並同意這些資源與設定。所有安裝的應用程式均由其擁有者授權給您。Microsoft 不負責,也不會授與任何授權給協力廠商套件或服務。Legal approved. Do not change without approval.您是否已檢閱過設定,是否要繼續將它套用至系統?PM approved.設定是空的。找不到功能 [{0}]。{Locked="{0}"} Error message displayed when a Windows feature was not found on the system.無法啟用 Windows 功能相依性。若要繼續安裝,請使用'--force'。{Locked="--force"}必須重新開機,才能完全啟用 Windows 功能;若要覆寫此檢查,請使用 [--force]。"Windows Feature(s)" is the name of the options Windows features setting.無法啟用 Windows 功能相依性;因為 [--force] 而繼續"Windows Feature(s)" is the name of the options Windows features setting.
{Locked="--force"}正在啟用 [{0}]...{Locked="{0}"} Message displayed to the user regarding which Windows Feature is being enabled.無法啟用 [{0}] 功能: {1}{Locked="{0}","{1}"} An error when enabling a Windows Feature. {0} is a placeholder for the name of the Windows Feature.
{1} is a placeholder for the unrecognized error code.必須重新開機,才能完全啟用 Windows 功能;因為 [--force] 而繼續"Windows Feature(s)" is the name of the options Windows features setting.正在等候另一個安裝/卸載完成...已釘選的版本Table header for the version to which a package is pinned; meaning it should not update from that version.<如需其他詳細資料,請參閱記錄檔>The brackets are intended to make the value stand out from other text which it will follow. Any locale appropriate mechanism that achieves this is acceptable.正在擷取設定詳細資料正在初始化設定系統讀取設定檔案系統不是設定所宣告的預期狀態。此設定單位失敗,原因不明: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.設定單位失敗,因為設定: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.嘗試取得目前的系統狀態時,設定單位失敗。嘗試套用所需的狀態時,組態單位失敗。嘗試測試目前的系統狀態時,組態單位失敗。設定單位失敗,因為發生內部錯誤: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.設定單位失敗,因為先決條件無效: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.設定單位失敗,因為系統狀態: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.嘗試執行時設定單位失敗: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.組態包含識別碼 '{0}' 多次。{Locked="{0}"} {0} is a placeholder that is replaced by the identifier string from the user input file.在組態中找不到相依性 '{0}'。{Locked="{0}"} {0} is a placeholder that is replaced by the identifier string from the user input file.已手動略過此設定單位。設定單位的模組可在多個具有相同版本的位置使用。載入設定單位的模組失敗。找到多個符合設定單位的項目;指定模組以選取正確的項目。找不到設定單位。設定單位未如預期地存在於模組中。未執行此設定單位,因為相依性失敗或未執行。未執行此設定單位,因為判斷提示失敗或為 False。組態單位在執行期間傳回非預期的結果。無法執行此設定單位,原因不明: {0}{Locked="{0}"} {0} is a placeholder for the unrecognized error code.欄位'{0}'具有不正確值: {1}{Locked="{0}","{1}"} An error in reading a configuration file. {0} is a placeholder replaced by the field name from the file. {1} is a placeholder for the invalid value.欄位 [{0}] 遺失或為空白。{Locked="{0}"} An error in reading a configuration file. {0} is a placeholder replaced by the expected field name from the file.請參閱檔案中的行 {0}、欄{1}。{Locked="{0}","{1}"} Indicates the file location of the error, {0} and {1} are placeholders for numbers of the line and column, respectively.正在取消操作安裝適用於 AppInstaller 的虛設常式封裝安裝適用於 AppInstaller 的完整封裝啟用擴充功能。需要商店存取權。選項 '--enable' 和 '--disable' 不能與其他引數一起使用。{Locked="--enable", "--disable"}正在啟用擴充功能。需要商店存取權。未啟用擴充功能。執行「winget configure --enable」以啟用它們。{Locked="winget configure --enable"}擴充功能已啟用。停用擴充功能。需要商店存取權。正在停用擴充功能。需要商店存取權。擴充功能已停用。略過處理封裝相依性和 Windows 功能已略過相依性。無法重新整理流程的 PATH 變數。取決於變更 PATH 變數的後續安裝可能會失敗。{Locked="PATH"}部分設定單位在測試其狀態時失敗。系統處於描述的組態狀態。組態狀態未進行測試。系統未處於描述的組態狀態。未預期的測試結果: {0}{Locked="{0}"} Error message. {0} will be replaced with the unexpected value (a number).您是否已檢閱過組態,是否要繼續針對系統繼續驗證?組態檔不是有效的 YAML 檔案。{Locked="YAML"} YAML is a file format name.此組態單位是相依性循環圖的一部分。驗證找不到問題。設定單位只能做為發行前版本使用,但不會在組態中標示。將 'allowPrerelease: true' 新增至 'directives'。{Locked="allowPrerelease: true","directives"} These are values in the configuration file that are not localized.已在本機找到組態單元,但在任何已設定的目錄中找不到。在套用設定之前,請確保在任何系統上已存有此組態。組態單位無法公開使用; 請確認任何會使用此設定的人員都可存取此設定。未提供模組。指定模組可改善效能並防止未來名稱衝突。從選取的套件下載安裝程式,可能是透過搜尋已設定的來源或直接從資訊清單找到。根據預設,查詢必須不區分大小寫地符合封裝的識別碼、名稱或 Moniker。傳遞其他欄位的適當選項即可使用。根據預設,下載命令會將適當的安裝程式下載到使用者的 [下載] 資料夾。從指定的封裝下載安裝程式下載安裝程式的目錄正在下載相依性:已下載安裝程式: {0}{Locked="{0}"} Full path of the downloaded installer.選取安裝程式類型安裝程式下載禁止下載安裝程式以供稍後離線安裝。 '--module-path allusers' 需要系統管理員權限才能執行。{Locked="--module-path allusers"}在本機電腦上指定位置以儲存模組。預設 %LOCALAPPDATA%\Microsoft\WinGet\Configuration\Modules{Locked="%LOCALAPPDATA%\Microsoft\WinGet\Configuration\Modules"}'--module-path' 值必須是 'currentuser'、'allusers'、'default' 或絕對路徑。{Locked="{--module-path}, {currentuser}, {allusers}, {default}}啟用 Windows 封裝管理員設定擷取錯誤的相關信息。指定數位后,輸出將包含錯誤的詳細數據,包括符號名稱,如果是 Winget 特定的錯誤。指定字串時,會搜尋 winget 特定錯誤以尋找此值。取得關於錯誤的資訊要在錯誤資訊中搜尋的值指定的數位太大,無法成為 HRESULT。未知錯誤代碼內部錯誤命令列引數無效執行命令失敗開啟資訊清單失敗已收到取消訊號ShellExecute 執行失敗無法處理指令清單。指令清單版本高於支援。請更新用戶端。下載安裝程序失敗無法寫入索引;這是較高的架構版本索引已損毀設定的來源資訊已損毀已設定來源名稱來源類型無效MSIX 檔案是套件組合,而不是套件遺失來源所需的資料沒有任何安裝程式適用於目前的系統安裝程式檔案的哈希不符合指令清單來源名稱不存在來源位置已在另一個名稱下設定找不到封裝未設定任何來源找到多個符合準則的封裝找不到符合準則的資訊清單。無法從來源套件取得公用資料夾命令需要系統管理員權限才能執行來源位置不安全原則已封鎖 Microsoft Store 用戶端原則已封鎖 Microsoft Store 應用程式功能目前正在開發中。您可以使用 winget 設定來啟用它。安裝 Microsoft Store 應用程式失敗無法執行自動完成無法初始化 YAML 剖析器遇到無效的 YAML 金鑰遇到重複的 YAML 金鑰YAML 作業無效無法建置 YAML 文件YAML 發射器狀態無效無效的 YAML 資料LibYAML 錯誤資訊清單驗證成功,但出現警告資訊清單驗證失敗資訊清單無效找不到適用的更新winget 升級 -- 全部完成,但有失敗部分安裝程式的安全性檢查失敗下載大小不符合預期的內容長度找不到解除安裝命令執行解除安裝命令失敗ICU 中斷列舉程式錯誤ICU 案例對應錯誤ICU Regex 錯誤無法安裝一或多個匯入的套件找不到一或多個要求的套件無效的 Json 檔案來源位置非遠端不支援設定的剩餘來源剩餘來源傳回的資料無效[群組原則] 封鎖作業Rest API 內部錯誤剩餘來源 URL 無效剩餘 API 傳回不支援的 MIME 類型休息來源合約版本無效來源資料已損毀或遭竄改從資料流讀取時發生錯誤未同意的封裝合約。讀取輸入提示時發生錯誤一或多個來源不支持搜尋要求找不到其餘的 API 端點。無法開啟來源。未同意的來源合約標頭大小超過允許的1024個字元限制。請縮減大小,然後再試一次。遺失資源檔案執行 MSI 安裝失敗msiexec 的引數無效無法開啟一或多個來源無法驗證相依性一或多個封裝遺失無效資料行欄升級版本不比安裝的版本新升級版本不明,且未指定覆寫ICU 轉換錯誤無法安裝可攜式封裝磁碟區不支援重新分析點來自不同來源的可攜式封裝已經存在。無法建立符號連結。路徑指向目錄。無法從系統管理員內容執行安裝程式。無法解除安裝可攜式封裝無法根據索引驗證 DisplayVersion 值。不支援一個或多個引數。SQLite 不允許內嵌 Null 字元在封存中找不到巢狀安裝程式。無法解壓縮封存。提供的巢狀安裝程式相對檔案路徑無效。伺服器證書不符合任何預期值。必須提供安裝位置。封存惡意代碼掃描失敗。找到至少一個已安裝的套件版本。封裝已經有釘選。沒有適用於封裝的釘選。無法開啟釘選資料庫。一個或多個應用程式無法安裝無法解除安裝一個或多個應用程式一或多個查詢未傳回完全相符的專案封裝有防止升級的 PIN。目前安裝的套件是存根套件已收到應用程式關機訊號無法下載封裝相依性。無法下載套件。禁止下載以進行離線安裝。必要服務忙碌中或無法使用。請稍後再試。提供的 GUID 未對應到有效的繼續狀態。目前的用戶端版本不符合儲存狀態的用戶端版本。恢復狀態資料無效。無法開啟檢查點資料庫。已超過最大恢復限制。無效驗證資訊。不支援驗證方法。驗證失敗。驗證失敗。需要互動式驗證。驗證失敗。使用者已取消。驗證失敗。已驗證的帳戶不是所需的帳戶。應用程式目前正在執行。結束應用程式,然後再試一次。另一個安裝已在進行中。請稍後再試。一或多個檔案正在使用中。結束應用程式,然後再試一次。您的系統遺漏此套件的相依性。您的電腦上已經沒有空間。請釋出空間,然後再試一次。記憶體不足,無法安裝。請關閉其他應用程式,然後再試一次。此應用程式需要因特網連線。請連線到網路,然後再試一次。此應用程式在安裝期間發生錯誤。連絡客戶支援。重新啟動您的電腦以完成安裝。安裝失敗。請重新啟動您的計算機,然後再試一次。將重新開機您的電腦以完成安裝。您取消了安裝。已安裝此應用程式的另一個版本。已安裝此應用程式的較新版本。組織原則導致無法安裝。請連絡您的系統管理員。無法安裝封裝相依性。應用程式目前正由另一個應用程式使用中。參數無效。系統不支援封裝。安裝程式不支持升級現有的封裝。安裝失敗,出現自訂安裝程式錯誤。找不到套件的應用程式和功能專案。安裝位置不適用。找不到安裝位置。現有檔案的哈希不符。找不到檔案。找到檔案,但未檢查哈希。無法存取檔案。設定檔案無效。YAML 語法無效。設定欄位的類型無效。設定的版本不明。在套用設定時發生錯誤。設定包含重複的識別碼。設定缺少相依性。設定具有未滿足的相依性。設定單位的聲明失敗。已手動略過設定。使用者拒絕繼續執行。相依性圖形包含無法解析的迴圈。設定具有無效的欄位值。設定缺少一個欄位。部分設定單位在測試其狀態時失敗。組態狀態未進行測試。未安裝設定單位。找不到設定單位。找到多個符合設定單位的項目;指定模組以選取正確的項目。嘗試取得目前的系統狀態時,設定單位失敗。嘗試測試目前的系統狀態時,組態單位失敗。嘗試套用所需的狀態時,組態單位失敗。設定單位的模組可在多個具有相同版本的位置使用。載入設定單位的模組失敗。組態單位在執行期間傳回非預期的結果。單位包含需要設定根目錄的設定。設定處理器不支援此作業。無法使用已成功啟用 Windows 功能相依性載入組態單位的模組失敗,因為它需要系統管理員許可權才能執行。單位包含需要設定根目錄的設定。載入組態單位的模組失敗,因為它需要系統管理員許可權才能執行。傳入儲存命令的唯一標識符,以繼續執行先前儲存的命令。這可用來繼續可能因重新啟動而終止的已執行命令。繼續執行先前儲存的命令。要繼續之儲存狀態的唯一標識符不支援從不同的用戶端版本繼續狀態: {0}{Locked= "{0}"} Message displayed to inform the user that the client version of the resume state does not match the current client version. {0} is a placeholder for the client version that created the resume state.恢復狀態不存在: {0}{Locked="{0}"} Error message displayed when the user provides a guid that does not correspond to a valid saved state. {0} is a placeholder replaced by the provided guid string.在恢復狀態中找不到任何資料。此命令不支持恢復。如果適用,則允許重新開機正在起始重新開機,以完成作業...無法起始重新開機。繼續作業超過允許的 {0} 繼續() 限制。若要手動繼續,請執行命令 '{1}'。{Locked="{0}", "{1}"} {0} is a placeholder that is replaced by an integer number of the number of allowed resumes. {1} is a placeholder for the command to run to perform a manual resume.略過繼續儲存狀態的限制不支援 Uri 配置: {0}{Locked="{0}"} Error message displayed when the provided uri is not supported. {0} is a placeholder replaced by the provided uri.Uri 的格式不正確: {0}{Locked="{0}"} Error message displayed when the provided uri is not well formed. {0} is a placeholder replaced by the provided uri.無法剖析 {0} 組態單位設定內容或設定內容是空的。{Locked="{0}"} {0} is a placeholder replaced by the input winget configure resource unit type.{0} 組態單位遺漏必要的自變數: {1}{Locked="{0},{1}"} {0} is a placeholder for the input winget configure resource unit type. {1} is placeholder for the missing arg.{0} 組態單位遺漏建議的自變數: {1}{Locked="{0},{1}"} {0} is a placeholder for the input winget configure resource unit type. {1} is placeholder for the missing arg.WinGetSource 組態單位與已知來源衝突: {0}{Locked="WinGetSource,{0}"} {0} is a placeholder for the input winget source in the configuration unit settings.第三方來源的 WinGetSource 組態單位判斷提示: {0}{Locked="WinGetSource,{0}"} {0} is a placeholder for the input winget source in the configuration unit settings.WinGetPackage 宣告 UseLatest 和 Version。套件識別碼: {0}{Locked="WinGetPackage,UseLatest,Version,{0}"}WinGetPackage 組態單位在來自第三方來源的封裝上宣告。套件標識碼: {0};來源: {1}{Locked="WinGetPackage,{0},{1}"}WinGetPackage 設定單元套件相依於先前未設定的第三方來源。套件標識碼: {0};來源: {1}{Locked="WinGetPackage,{0},{1}"}WinGetPackage 設定單元套件相依於第三方來源。建議您在 uni dependsOn 區段中宣告相依性。套件標識碼: {0};來源: {1}{Locked="WinGetPackage,dependsOn,{0},{1}"}無法驗證 WinGetPackage 設定單元套件。來源開啟失敗。套件標識碼: {0};來源: {1}{Locked="WinGetPackage,{0},{1}"}無法驗證 WinGetPackage 設定單元套件。找不到套件。套件識別碼: {0}{Locked="WinGetPackage,{0}"}無法驗證 WinGetPackage 設定單元套件。找到多個套件。套件識別碼: {0}{Locked="WinGetPackage,{0}"}無法驗證 WinGetPackage 設定單元套件。找不到套件版本。套件標識碼: {0};版本 {1}{Locked="WinGetPackage,{0},{1}"}以特定版本指定的 WinGetPackage 設定單元封裝,其中只有一個封裝版本可用。封裝識別碼: {0};版本: {1}{Locked="WinGetPackage,{0},{1}"}無法驗證 WinGetPackage 設定單元套件。套件識別碼: {0}{Locked="WinGetPackage,{0}"}指定驗證視窗喜好設定 (silent、silentPreferred 或 interactive){Locked="silent","silentPreferred","interactive"} This argument allows the user to select authentication window popup behavior.指定要用於驗證的帳戶無法新增來源。此 winget 版本不支援來源的驗證方法。嘗試升級至最新 winget 版本。{Locked="winget"}{0} 來源需要驗證。必要時可能會顯示驗證提示。已驗證的資訊將與來源共用以取得存取授權。{Locked="{0}"}修復選取的套件,您可以搜尋已安裝的套件清單,或直接從指令清單找到該套件。根據預設,查詢必須不區分大小寫地符合封裝的標識碼、名稱或Moniker。傳遞其他欄位的適當選項即可使用。id, name, and moniker are all named values in our context, and may benefit from not being translated. The match must be for any of them, with comparison ignoring case.修復選取的封裝找不到此封裝的修復命令。請連絡套件發行者以取得支援。使用中的安裝程序技術與目前安裝的版本不符。找不到修復命令。使用中的安裝程序技術不支持修復。修復作業已成功完成。已放棄修復正在啟動封裝修復...無法修復 Microsoft Store 封裝。錯誤碼: {0}{Locked="{0}"} Error message displayed when a Microsoft Store application package fails to repair. {0} is a placeholder replaced by an error code.修復作業失敗。修復作業不適用。沒有相符的封裝版本可從設定的來源使用。目前的系統設定不支援修復此封裝。使用中的安裝程序技術不支持修復。以系統管理員許可權執行時,無法修復為用戶範圍安裝的套件。不允許在使用者範圍內安裝的套件上修復涉及系統管理員許可權的作業。修復失敗,結束代碼為: {0}{Locked="{0}"} Error message displayed when an attempt to repair an application package fails. {0} is a placeholder replaced by an error code.已終止 SQLite 連線以避免損毀。解除安裝所有版本要執行的版本已安裝此套件的多個版本。請精簡搜尋、傳遞 '--version' 自變數以選取,或傳遞 '--all-versions' 旗標以卸載所有專案。{Locked="--version,--all-versions"}啟用Windows 封裝管理員 Proxy 命令行選項Describes a Group Policy that can enable the use of the --proxy option to set a proxy設定要用於此執行的 Proxy停用此執行的 Proxy 使用無法重設 {0}。這個設定是由原則控制。如需詳細資訊,請連絡您的系統管理員。{Locked="{0}"} The value will be replaced with the feature name重設系統管理員設定 '{0}'。{Locked="{0}"} Message displayed after the user resets an admin setting to its default value. Reset is used as verb in past tense. {0} is a placeholder replaced by the setting name.無法設定 {0}。這個設定是由原則控制。如需詳細資訊,請連絡您的系統管理員。{Locked="{0}"} The value will be replaced with the feature name將系統管理員設定 '{0}' 設為 '{1}'。{Locked="{0}"} Message displayed after the user sets the value of an admin setting. Set is used as a verb in past tense. {0} is a placeholder replaced by the setting name. {1} is a placeholder replaced 要修改之設定的名稱要為設定設定的值。將系統管理員設定重設為其預設值。將系統管理員設定重設為其預設值。設定系統管理設定的值。設定系統管理設定的值。除非指定,否則將來源排除在探索之外從探索中排除來源 (true 或 false)偏激來源的信任層級 (無或信任)信任層級無法取得 Microsoft Store 封裝類別目錄。在套件目錄 Microsoft Store 找不到適用的 Microsoft Store 封裝。無法取得 Microsoft Store 套件下載資訊。找不到適用於下載Microsoft Store套件。無法擷取 Microsoft Store 套件授權。找不到適用的 Microsoft Store 套件。已成功驗證 Microsoft Store 套件雜湊Microsoft Store 套件雜湊不符已下載 Microsoft Store套件: {0}{Locked="{0}"} Full path of the downloaded package.Microsoft Store 套件下載失敗: {0}{Locked="{0}"} Package name.Microsoft Store 套件下載完成正在從 Microsoft Store 下載主要套件...正在從 Microsoft Store 下載相依性套件...正在擷取 Microsoft Store 套件下載資訊無法擷取 Microsoft Store 套件下載資訊正在擷取 Microsoft Store 套件授權已儲存 Microsoft Store套件授權: {0}{Locked="{0}"} License file full path.無法擷取 Microsoft Store 套件授權Microsoft Store 套件下載不支援 --rename 引數。Microsoft Store 封裝將使用 Microsoft Store 目錄提供的名稱。{Locked="--rename"}Microsoft Store套件下載需要 Microsoft Entra 標識符驗證。必要時可能會顯示驗證提示。將與Microsoft 服務共享已驗證的信息,以進行存取授權。對於Microsoft Store套件授權,Microsoft Entra 標識符帳戶必須是全域管理員、用戶系統管理員或授權系統管理員的成員。{Locked="Global Administrator,User Administrator,License Administrator"}略過擷取 Microsoft Store 套件離線授權選取目標平台正在新增設定檔: {0}{Locked="{0}"}已成功匯出正在取得組態設定...至少必須提供 --packageId 和/或 --module with --resource。或使用 --all 匯出所有封裝組態。{Locked="--packageId,--module, --resource, --all"}自變數 --packageId、--module 和 --resource 不能與 --all 一起使用。{Locked="--packageId,--module, --resource, --all"}將設定資源匯出至組態檔。搭配 --all 使用時,導出所有封裝組態。搭配 --packageId 使用時,導出指定套件標識符的 WinGetPackage 資源。與 --module 和 --resource 搭配使用時,取得資源的設定,並將它匯出至組態檔。如果輸出組態檔已存在,會附加導出的設定資源。{Locked="WinGetPackage,--packageId,--module, --resource"}將設定資源匯出至設定檔。要匯出之資源的模組。要匯出的套件識別碼。要匯出的設定資源。匯出所有套件設定。設定單位無法取得其屬性。無法匯出設定。設定 {0}{Locked="{0}"}安裝 {0}{Locked="{0}"}組態檔中存在的部分數據已針對此輸出截斷;檢查檔案內容以取得完整內容。<此值已被截斷; 檢查檔案內容以取得完整的文字>Keep some form of separator like the "<>" around the text so that it stands out from the preceding text.顯示已套用至系統之設定的高層級詳細數據。此數據可與 `configure` 命令搭配使用,以取得更多詳細數據。{Locked="`configure`"}顯示設定歷程記錄歷程記錄中沒有設定。從歷程記錄選取項目找不到符合所提供數據的單一設定。提供明確符合所需設定的完整名稱或標識碼的一部分。從歷程記錄中移除項目首次套用Column header for date values indicating when a configuration was first applied to the system.識別碼名稱來源路徑找不到指定的設定。已完成The state of processing an item.進行中The state of processing an item.擱置中The state of processing an item.未知The state of processing an item.監視設定狀態。As in "to monitor the status of a configuration being applied".已完成The state of processing an item.進行中The state of processing an item.擱置中The state of processing an item.已略過The state of processing an item.未知The state of processing an item.已啟動套用When the configuration application started.已結束套用When the configuration application ended.結果詳細資料狀態The state of processing an item.單位套件與目前的 Windows 版本或平台不相容。盡可能隱藏顯示初始設定詳細資料可能會下載多個以不同平臺和架構為目標的Microsoft Store套件。--platform, --architecture 可以用來篩選封裝。{Locked="--platform--architecture"}無法擷取Microsoft Store套件授權。Microsoft Entra標識子帳戶不是全域管理員、用戶系統管理員或授權管理員的成員。使用 --skip-license 略過擷取Microsoft Store套件授權。{Locked="Global Administrator,User Administrator,License Administrator,--skip-license"}Microsoft Store套件不支持下載。Microsoft Store套件不支持下載。無法擷取Microsoft Store套件授權。Microsoft Entra識別子帳戶沒有所需的許可權。參數無法通過完整性邊界。已下載零位元組安裝程式;請確認您的網路連線正常運作。已下載零位元組安裝程式;請確認您的網路連線正常運作。管理字型使用子命令管理字型。可以安裝、升級或卸載類似封裝的字型。 家庭表情"Faces" represents the typeface of the font family such as 'Bold' or 'Italic'依家庭名稱篩選結果臉"Face" represents the typeface of a font family such as 'Bold' or 'Italic'路徑未找到符合輸入條件的已安裝字型。列出安裝的字型列出所有已安裝的字體、所有字體檔案或特定字體的完整詳細資訊。版本設定模組PowerShell Modules that are used for the Configuration feature套件安裝程式需要驗證。必要時可能會顯示驗證提示。已驗證的資訊將會與安裝程序下載 URL 共用。無法下載安裝程式。此 winget 版本不支援安裝程式下載驗證方法。嘗試升級至最新 winget 版本。{Locked="winget"}無法下載安裝程式。驗證失敗。指定設定處理器的路徑DSC v3 資源命令DSC stands for "Desired State Configuration". It should already have a locked translation.這裡的子命令實作 Desired State Configuration (DSC) v3 資源,以設定 winget 和封裝。取得資源狀態設定資源狀態描述必要的狀態變更測試資源狀態刪除資源狀態取得所有狀態執行個體驗證群組內容解決外部狀態執行配接器取得資源結構描述取得資源資訊清單管理套件狀態透過 winget 管理套件。指出實例是否應存在。指出實例是否處於預期狀態。套件的識別碼。套件的來源。套件版本。用來比對標識碼與封裝的方法。指示應安裝最新可用的套件版本。必要時要使用的安裝模式。套件的目標範圍。指出是否接受來源和套件的合約。管理使用者設定檔案管理 winget 的使用者設定。設定 JSON 檔案內容。用來套用設定的動作。已記錄相互關聯的值管理來源設定管理 winget 的來源。要用於來源的名稱。來源的引數。來源的類型。來源的信任層級。呼叫未指定來源時是否包含來源。正在套用設定單位...正在匯出設定單位...正在取得設定單位處理器...請確認匯出所需的模組[{0}]{Locked="{0}"}無法測試或取得必要的模組。將不會匯出相關設定。匯出[{0}]{Locked="{0}"}無法匯出資源。無法取得單元處理器。將不會匯出個別套件設定。要寫入結果的目錄在系統上找不到 Desired State Configuration 封裝。正在安裝套件...無法安裝 Desired State Configuration 封裝。手動安裝套件,或透過 --processor-path 自變數提供 dsc.exe 路徑。{Locked="dsc.exe","--processor-path"}包含系統管理員設定及其值的物件。管理系統管理員設定管理 winget 的系統管理員設定。重設所有系統管理員設定已重設所有系統管理員設定。MCP 資訊MCP stands for Model Context Protocol and should probably remain as-isMCP (模型內容通訊協定) Windows 封裝管理員的資訊。若要使用 MCP 用戶端手動設定 Windows 封裝管理員 MCP 伺服器,請在 `servers` 物件中使用下列 JSON 片段:{Locked="`servers`"}
MCP stands for Model Context Protocol and should probably remain as-is.
An unlocalized JSON fragment will follow on another line.啟用 Windows 封裝管理員 MCP 伺服器目標作業系統版本無法安裝一或多種字型。不支援字型檔案,無法安裝。字型套件中的一或多個字型不受支援,無法安裝。字型安裝失敗;正在清除。已安裝字型。套件識別碼支援 WinGet標題找不到字型檔案。字體解除安裝失敗。字型可能狀態不佳。重新啟動後嘗試解除安裝。字型驗證失敗。字型復原失敗。字型可能狀態不佳。重新啟動後嘗試解除安裝。顯示字型檔案詳細資訊。字型套件驗證失敗。嘗試復原失敗的字型安裝失敗。可能需要重新啟動才能成功卸載字體。字型套件解除安裝失敗。這通常是由於系統或應用程式正在使用字型。重新啟動電腦後卸載可能會成功。確定"OK" means the font is in a good healthy state損毀"Corrupt" refers to an install that is in a corrupted or bad state, and needs repair.狀態未知已安裝字型套件。顯示套件的詳細資訊Providing this argument causes the CLI to output additional details about installed application packages.管道:Precedes a string value that names the delivery channel for the software package (ex. stable, beta).本機識別碼:Precedes a value that is the unique identifier for the installed package on the local system.套件系列名稱:Precedes a value that is the APPX/MSIX package family name of the installed package.產品碼:Precedes a value that is the Add/Remove Programs identifier in the registry. This is also the Product Code value as defined in MSI installers.升級代碼:Precedes a value that is the MSI Upgrade Code for the installed package.已安裝範圍:Precedes a value that is the scope of the installation of the package (ex. user, machine).安裝結構:Precedes a value that is the installed architecture of the package (ex. x86, x64, ARM64).安裝地區設定:Precedes a value that is the locale of the installed package.安裝位置:Precedes a value that is the directory path to the installed package.原始來源:Precedes a value that names the package source where the installed package originated from.可用的升級:Precedes a list of package upgrades available for the installed package.安裝程式類別:Precedes a value that indicates the category of the installer for the installed package (ex. exe, msi, msix).舊值Column title for listing edit changes.新值Column title for listing the new value.
================================================
FILE: Localization/Settings/LocConfig.xml
================================================
================================================
FILE: NOTICE
================================================
NOTICES AND INFORMATION
Do Not Translate or Localize
This software incorporates material from third parties.
Microsoft makes certain open source code available at https://3rdpartysource.microsoft.com,
or you may send a check or money order for US $5.00, including the product name,
the open source component name, platform, and version number, to:
Source Code Compliance Team
Microsoft Corporation
One Microsoft Way
Redmond, WA 98052
USA
Notwithstanding any other terms, you may reverse engineer this software to the extent
required to debug changes to any libraries licensed under the GNU Lesser General Public License.
---------------------------------------------------------
Castle.Core 5.1.0 - Apache-2.0
(c) 2004-2022 Castle Project - http://www.castleproject.org
Copyright 2004-2021 Castle Project - http://www.castleproject.org
Copyright (c) 2004-2022 Castle Project - http://www.castleproject.org
Copyright 2004-2021 Castle Project - http://www.castleproject.org/
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
---------------------------------------------------------
---------------------------------------------------------
NuGet.Frameworks 5.11.0 - Apache-2.0
(c) Microsoft Corporation.
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
---------------------------------------------------------
---------------------------------------------------------
openssl/openssl 01d5e2318405362b4de5e670c90d9b40a351d053 - Apache-2.0
(c) 2005 WISeKey SA1
Copyright 2005 Nokia
Copyright 2021 UnionTech
Copyright 2021- IBM Inc.
Copyright IBM Corp. 2018
Copyright IBM Corp. 2019
Copyright Nokia 2007-2018
Copyright Nokia 2007-2019
Copyright Nokia 2007-2020
Copyright Siemens AG 2020
Copyright 2011 Google Inc.
Copyright 2017 Ribose Inc.
(c) 2013 ATT Wi-Fi Services
Copyright 2017 BaishanCloud
Copyright 2013 M. J. Dominus
Copyright 2019 Red Hat, Inc.
Copyright IBM Corp. 2018-2019
Copyright Patrick Powell 1995
Copyright (c) 2011, RTFM, Inc.
Copyright Siemens AG 2015-2019
Copyright Siemens AG 2015-2020
Copyright Siemens AG 2015-2022
Copyright Siemens AG 2018-2020
Copyright Siemens AG 2019-2022
Copyright 2016 VMS Software, Inc.
Copyright (c) 2004, EdelKey Project
Copyright (c) 2015 CloudFlare, Inc.
Copyright (c) 2015, CloudFlare, Inc.
Copyright (c) 2005 WISeKey SA1 InterU
Copyright (c) 2012, Intel Corporation
Copyright (c) 2014, Intel Corporation
Copyright (c) 2020, Intel Corporation
Copyright (c) 2021, Intel Corporation
Copyright (c) 2002 The OpenTSA Project
Copyright 1998-$YEAR The OpenSSL Authors
Copyright 2004-2014, Akamai Technologies
Copyright 2023The OpenSSL Project Authors
Copyright (c) 2020-2021, Intel Corporation
Copyright 2014 Cryptography Research, Inc.
Copyright 2015 Cryptography Research, Inc.
Copyright 2016 Cryptography Research, Inc.
Copyright 2016 The OpenSSL Project Authors
Copyright 2017 The OpenSSL Project Authors
Copyright 2018 The OpenSSL Project Authors
Copyright 2019 The OpenSSL Project Authors
Copyright 2020 The OpenSSL Project Authors
Copyright 2021 The OpenSSL Project Authors
Copyright 2022 The OpenSSL Project Authors
Copyright 2023 The OpenSSL Project Authors
Copyright (c) 1998-2023 The OpenSSL Project
Copyright (c) 2006, Network Resonance, Inc.
Copyright (c) 2012-2014 Daniel J. Bernstein
copyrighted by the Free Software Foundation
Copyright (c) 2012-2016 Jean-Philippe Aumasson
Copyright 1995-2016 The OpenSSL Project Authors
Copyright 1995-2017 The OpenSSL Project Authors
Copyright 1995-2018 The OpenSSL Project Authors
Copyright 1995-2019 The OpenSSL Project Authors
Copyright 1995-2020 The OpenSSL Project Authors
Copyright 1995-2021 The OpenSSL Project Authors
Copyright 1995-2022 The OpenSSL Project Authors
Copyright 1995-2023 The OpenSSL Project Authors
Copyright 1998-2016 The OpenSSL Project Authors
Copyright 1998-2017 The OpenSSL Project Authors
Copyright 1998-2020 The OpenSSL Project Authors
Copyright 1998-2021 The OpenSSL Project Authors
Copyright 1998-2022 The OpenSSL Project Authors
Copyright 1998-2023 The OpenSSL Project Authors
Copyright 1999-2016 The OpenSSL Project Authors
Copyright 1999-2018 The OpenSSL Project Authors
Copyright 1999-2020 The OpenSSL Project Authors
Copyright 1999-2021 The OpenSSL Project Authors
Copyright 1999-2022 The OpenSSL Project Authors
Copyright 1999-2023 The OpenSSL Project Authors
Copyright 2000-2016 The OpenSSL Project Authors
Copyright 2000-2017 The OpenSSL Project Authors
Copyright 2000-2018 The OpenSSL Project Authors
Copyright 2000-2019 The OpenSSL Project Authors
Copyright 2000-2020 The OpenSSL Project Authors
Copyright 2000-2021 The OpenSSL Project Authors
Copyright 2000-2022 The OpenSSL Project Authors
Copyright 2000-2023 The OpenSSL Project Authors
Copyright 2001-2016 The OpenSSL Project Authors
Copyright 2001-2017 The OpenSSL Project Authors
Copyright 2001-2018 The OpenSSL Project Authors
Copyright 2001-2020 The OpenSSL Project Authors
Copyright 2001-2021 The OpenSSL Project Authors
Copyright 2001-2022 The OpenSSL Project Authors
Copyright 2001-2023 The OpenSSL Project Authors
Copyright 2002-2016 The OpenSSL Project Authors
Copyright 2002-2018 The OpenSSL Project Authors
Copyright 2002-2020 The OpenSSL Project Authors
Copyright 2002-2021 The OpenSSL Project Authors
Copyright 2002-2022 The OpenSSL Project Authors
Copyright 2002-2023 The OpenSSL Project Authors
Copyright 2003-2021 The OpenSSL Project Authors
Copyright 2003-2022 The OpenSSL Project Authors
Copyright 2003-2023 The OpenSSL Project Authors
Copyright 2004-2016 The OpenSSL Project Authors
Copyright 2004-2017 The OpenSSL Project Authors
Copyright 2004-2018 The OpenSSL Project Authors
Copyright 2004-2020 The OpenSSL Project Authors
Copyright 2004-2021 The OpenSSL Project Authors
Copyright 2004-2022 The OpenSSL Project Authors
Copyright 2004-2023 The OpenSSL Project Authors
Copyright 2005-2016 The OpenSSL Project Authors
Copyright 2005-2018 The OpenSSL Project Authors
Copyright 2005-2020 The OpenSSL Project Authors
Copyright 2005-2021 The OpenSSL Project Authors
Copyright 2005-2022 The OpenSSL Project Authors
Copyright 2005-2023 The OpenSSL Project Authors
Copyright 2006-2016 The OpenSSL Project Authors
Copyright 2006-2017 The OpenSSL Project Authors
Copyright 2006-2018 The OpenSSL Project Authors
Copyright 2006-2020 The OpenSSL Project Authors
Copyright 2006-2021 The OpenSSL Project Authors
Copyright 2006-2022 The OpenSSL Project Authors
Copyright 2006-2023 The OpenSSL Project Authors
Copyright 2007-2016 The OpenSSL Project Authors
Copyright 2007-2018 The OpenSSL Project Authors
Copyright 2007-2019 The OpenSSL Project Authors
Copyright 2007-2020 The OpenSSL Project Authors
Copyright 2007-2021 The OpenSSL Project Authors
Copyright 2007-2022 The OpenSSL Project Authors
Copyright 2007-2023 The OpenSSL Project Authors
Copyright 2008-2016 The OpenSSL Project Authors
Copyright 2008-2018 The OpenSSL Project Authors
Copyright 2008-2020 The OpenSSL Project Authors
Copyright 2008-2021 The OpenSSL Project Authors
Copyright 2008-2022 The OpenSSL Project Authors
Copyright 2008-2023 The OpenSSL Project Authors
Copyright 2009-2020 The OpenSSL Project Authors
Copyright 2009-2021 The OpenSSL Project Authors
Copyright 2009-2022 The OpenSSL Project Authors
Copyright 2009-2023 The OpenSSL Project Authors
Copyright 2010-2016 The OpenSSL Project Authors
Copyright 2010-2020 The OpenSSL Project Authors
Copyright 2010-2021 The OpenSSL Project Authors
Copyright 2010-2022 The OpenSSL Project Authors
Copyright 2010-2023 The OpenSSL Project Authors
Copyright 2011-2016 The OpenSSL Project Authors
Copyright 2011-2020 The OpenSSL Project Authors
Copyright 2011-2021 The OpenSSL Project Authors
Copyright 2011-2022 The OpenSSL Project Authors
Copyright 2011-2023 The OpenSSL Project Authors
Copyright 2012, Samuel Neves
Copyright 2012-2016 The OpenSSL Project Authors
Copyright 2012-2020 The OpenSSL Project Authors
Copyright 2012-2021 The OpenSSL Project Authors
Copyright 2012-2022 The OpenSSL Project Authors
Copyright 2012-2023 The OpenSSL Project Authors
Copyright 2013-2017 The OpenSSL Project Authors
Copyright 2013-2018 The OpenSSL Project Authors
Copyright 2013-2020 The OpenSSL Project Authors
Copyright 2013-2021 The OpenSSL Project Authors
Copyright 2013-2022 The OpenSSL Project Authors
Copyright 2013-2023 The OpenSSL Project Authors
Copyright 2014-2016 Cryptography Research, Inc.
Copyright 2014-2016 The OpenSSL Project Authors
Copyright 2014-2017 The OpenSSL Project Authors
Copyright 2014-2018 The OpenSSL Project Authors
Copyright 2014-2020 The OpenSSL Project Authors
Copyright 2014-2021 The OpenSSL Project Authors
Copyright 2014-2022 The OpenSSL Project Authors
Copyright 2014-2023 The OpenSSL Project Authors
Copyright 2015-2016 Cryptography Research, Inc.
Copyright 2015-2016 The OpenSSL Project Authors
Copyright 2015-2017 The OpenSSL Project Authors
Copyright 2015-2018 The OpenSSL Project Authors
Copyright 2015-2020 The OpenSSL Project Authors
Copyright 2015-2021 The OpenSSL Project Authors
Copyright 2015-2022 The OpenSSL Project Authors
Copyright 2015-2023 The OpenSSL Project Authors
Copyright 2016-2016 The OpenSSL Project Authors
Copyright 2016-2017 The OpenSSL Project Authors
Copyright 2016-2018 The OpenSSL Project Authors
Copyright 2016-2019 The OpenSSL Project Authors
Copyright 2016-2020 The OpenSSL Project Authors
Copyright 2016-2021 The OpenSSL Project Authors
Copyright 2016-2022 The OpenSSL Project Authors
Copyright 2016-2023 The OpenSSL Project Authors
Copyright 2017-2018 The OpenSSL Project Authors
Copyright 2017-2019 The OpenSSL Project Authors
Copyright 2017-2020 The OpenSSL Project Authors
Copyright 2017-2021 The OpenSSL Project Authors
Copyright 2017-2022 The OpenSSL Project Authors
Copyright 2017-2023 The OpenSSL Project Authors
Copyright 2018-2019 The OpenSSL Project Authors
Copyright 2018-2020 The OpenSSL Project Authors
Copyright 2018-2021 The OpenSSL Project Authors
Copyright 2018-2022 The OpenSSL Project Authors
Copyright 2018-2023 The OpenSSL Project Authors
Copyright 2019-2020 The OpenSSL Project Authors
Copyright 2019-2021 The OpenSSL Project Authors
Copyright 2019-2022 The OpenSSL Project Authors
Copyright 2019-2023 The OpenSSL Project Authors
Copyright 2020-2021 The OpenSSL Project Authors
Copyright 2020-2022 The OpenSSL Project Authors
Copyright 2020-2023 The OpenSSL Project Authors
Copyright 2021-2022 The OpenSSL Project Authors
Copyright 2021-2023 The OpenSSL Project Authors
Copyright 2022-2023 The OpenSSL Project Authors
Copyright 20xx-20yy The OpenSSL Project Authors
Copyright (c) 2002, Oracle and/or its affiliates
Copyright (c) 2017, Oracle and/or its affiliates
Copyright (c) 2018, Oracle and/or its affiliates
Copyright (c) 2019, Oracle and/or its affiliates
Copyright 1995-$YEAR The OpenSSL Project Authors
Copyright 1998-$YEAR The OpenSSL Project Authors
Copyright 1999-$YEAR The OpenSSL Project Authors
Copyright 2000-$YEAR The OpenSSL Project Authors
Copyright 2020-$YEAR The OpenSSL Project Authors
Copyright (c) 1989 Free Software Foundation, Inc.
Copyright 2017 Ribose Inc. (https://www.ribose.com)
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
Copyright (c) 2008 Andy Polyakov
Copyright 2021 UnionTech (https://www.uniontech.com)
Copyright (c) 2018-2019, Oracle and/or its affiliates
Copyright (c) 2018-2020, Oracle and/or its affiliates
Copyright (c) 2019-2020, Oracle and/or its affiliates
Copyright (c) 2013 by Mark Jason Dominus
Copyright (c) 2017 National Security Research Institute
copyright (c) 2013 by Mark Jason Dominus
Copyright (c) 2004, Richard Levitte
Copyright (c) 2013-2014 Timo Teras
Copyright (c) 2007 KISA(Korea Information Security Agency)
Copyright (c) 2004, 2018, Richard Levitte
Copyright (c) 2016 Viktor Dukhovni
Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation)
Copyright (c) 2005 WISeKey SA1 Internat(onal1)0 WISeKey CertifyID Advanced G1 CA0
Copyright (c) 2005 WISeKey SA1 International1 0 WISeKey CertifyID Advanced G1 CA0
Copyright (c) 2004 Kungliga Tekniska Hogskolan (Royal Institute of Technology, Stockholm, Sweden)
Apache License
Version 2.0, January 2004
https://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
---------------------------------------------------------
---------------------------------------------------------
StyleCop.Analyzers 1.1.118 - Apache-2.0 AND MIT
copyright company
PlaceholderCompany Copyright (c)
Copyright (c) 2015 Dennis Fischer
Copyright (c) 2017 Marcos Lopez C.
Copyright 2014 Giovanni Bassi and Elemar Jr
Copyright (c) Tunnel Vision Laboratories, LLC.
Copyright Tunnel Vision Laboratories, LLC 2015
copyright tag should contain a non-empty company
Copyright 2015 Tunnel Vision Laboratories, LLC StyleCop DotNetAnalyzers Roslyn Diagnostic
Copyright (c) Tunnel Vision Laboratories, LLC. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
these files except in compliance with the License. You may obtain a copy of the
License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
---
This project uses other open source projects, which are used under the terms
of the following license(s).
.NET Compiler Platform ("Roslyn")
Copyright Microsoft.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
these files except in compliance with the License. You may obtain a copy of the
License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
Code Cracker
Copyright 2014 Giovanni Bassi and Elemar Jr.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
these files except in compliance with the License. You may obtain a copy of the
License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
LightJson
Copyright (c) 2017 Marcos López C.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Markdig.Signed 0.33.0 - BSD-2-Clause
Copyright (c) . All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Web.WebView2 1.0.3485.44 - BSD-3-Clause
(c) MEE.
(c) (c) S
(c) Gyw A
(c) Ono Q
(c) 3Y Thaeh
(c) Dyma (c)
(c) Microsoft 2025
(c) Microsoft Corporation
Copyright Sam Harwell 2011
Copyright Microsoft Corporation
Copyright (c) Microsoft Corporation
Copyright (c) 2011 The ANTLR Project
Copyright (C) Microsoft Corporation. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* The name of Microsoft Corporation, or the names of its contributors
may not be used to endorse or promote products derived from this
software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------
---------------------------------------------------------
Moq 4.18.2 - BSD-3-Clause
Copyright (c) 2007, Clarius Consulting, Manas Technology Solutions, InSTEDD, and Contributors
Copyright (c) . All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------
---------------------------------------------------------
curl/curl 83bedbd730d62b83744cc26fa0433d3f6e2e4cd6 - BSD-3-Clause AND BSD-4-Clause-UC AND ISC AND curl
Copyright (C) David Shaw
Copyright (C) Howard Chu
Copyright (C) Max Dymond
(c) ! ISCNTRL (c) ISSPACE
Copyright (C) Jeroen Ooms
Copyright (C) Mark Gaiser
Copyright (c) Evgeny Grin
Daniel Stenberg, , et al.
Copyright (C) Dan Fandrich
Copyright (C) Dorian Craps
Copyright (C) Jan Venekamp
Copyright (c) Dan Fandrich
Copyright (C) Dmitry Karpov
Copyright (C) Jay Satiro, .
Copyright (C) John Malmberg
Copyright (C) Red Hat, Inc.
Copyright (c) John Malmberg
Copyright (c) Red Hat, Inc.
copyright When contributing
Copyright (C) Björn Stenberg
Copyright (C) Michael Forney
Copyright (C) Steve Holme, .
Copyright (C) Viktor Szakats
Copyright (c) Viktor Szakats
Copyright (C) Daniel Stenberg
Copyright (c) Daniel Fandrich
Copyright (c) Daniel Stenberg
Copyright (C) Nicolas Sterchele
Copyright (C) " CURL_COPYRIGHT "\0"
Copyright (C) Jacob Hoffman-Andrews
Copyright (C) 2006-2022 wolfSSL Inc.
Copyright (C) James Fuller, , et al.
Copyright (C) Linus Nielsen Feltzing
Copyright (c) 2001 Alexander Peslyak
Copyright (c) 2006-2022 wolfSSL Inc.
Copyright (C) Daniel Fandrich, et al.
Copyright (C) Vijay Panghal, , et al.
Copyright (C) " LIBCURL_COPYRIGHT "\0"
Copyright (C) Daniel Fandrich, , et al.
Copyright (C) Daniel Stenberg, , et al.
Copyright (C) Simon Josefsson, , et al.
Copyright (C) Evgeny Grin (Karlson2k), .
2022 Free Software Foundation Europe e.V.
Copyright (c) Internet Software Consortium.
Copyright Daniel Stenberg,
Copyright (c) Howard Chu,
Copyright (c) Mandy Wu,
Copyright (C) Bill Nagel , Exacq Technologies
Copyright (c) Bjorn Stenberg,
Copyright (c) Jan Venekamp,
Copyright (c) Mark Gaiser,
Copyright (c) Daniel Stenberg,
Copyright (c) Howard Chu,
Copyright (c) Jay Satiro,
Copyright (c) David Shaw
Copyright (c) Jeroen Ooms
Copyright (c) Hoi-Ho Chan,
Copyright (c) Nick Zitzmann,
Copyright (C) EdelWeb for EdelKey and OpenEvidence
Copyright (c) EdelWeb for EdelKey and OpenEvidence
Copyright (c) James Fuller,
Copyright (c) Dmitry Karpov
Copyright (c) Michael Forney,
Copyright (c) 1996-2022 Internet Software Consortium
Copyright (c) 1998, 1999 Kungliga Tekniska Hogskolan
Copyright (c) Linus Nielsen Feltzing
Copyright (c) Marc Hoersken,
Copyright (c) Max Dymond,
Copyright (c) Simon Josefsson,
Copyright (c) Steve Holme,
Copyright (C) 1996-2022 Internet Software Consortium.
Copyright (c) Linus Nielsen Feltzing,
Copyright (c) Mark Salisbury,
Copyright (c) Vijay Panghal,
Copyright (c) 2001-2004 Damien Miller
Copyright (c) Daniel Fandrich,
Copyright (c) Florin Petriuc,
Copyright (c) Nicolas Sterchele,
Copyright (c) 1983, Regents of the University of California
Copyright (c) Dorian Craps,
Copyright (c) Markus Moeller,
Copyright (c) Jacob Hoffman-Andrews,
Copyright (c) Bill Nagel , Exacq Technologies
Copyright various years The Regents of the University of California
Copyright (C) Daniel Stenberg et al. OS/400 version by P. Monnerat")'
Copyright 2022 Free Software Foundation Europe e.V.
Copyright (c) Daniel Stenberg, , and many contributors
Copyright (c) 1996 - 2024, Daniel Stenberg, , and many contributors
Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska Hogskolan (Royal Institute of Technology, Stockholm, Sweden)
COPYRIGHT AND PERMISSION NOTICE
Copyright (c) 1996 - 2024, Daniel Stenberg, , and many
contributors, see the THANKS file.
All rights reserved.
Permission to use, copy, modify, and distribute this software for any purpose
with or without fee is hereby granted, provided that the above copyright
notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
OR OTHER DEALINGS IN THE SOFTWARE.
Except as contained in this notice, the name of a copyright holder shall not
be used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization of the copyright holder.
---------------------------------------------------------
---------------------------------------------------------
c-ares/c-ares fddf01938d3789e06cc1c3774e4cd0c7d2a89976 - HPND
Copyright 2008 Google Inc.
Copyright 2005, Google Inc.
Copyright 2006, Google Inc.
Copyright 2007, Google Inc.
Copyright 2008, Google Inc.
Copyright 2013, Google Inc.
Copyright 2015, Google Inc.
Copyright (c) 2012 Xan Lopez
Copyright (c) 2021 Permission
Copyright (c) 2012 Dan Winship
Copyright 2005 Dominick Meglio
Copyright (c) 2012 Paolo Borelli
Copyright (c) 2021 by Brad House
Copyright 1998 by Daniel Stenberg
Copyright 2004 by Daniel Stenberg
Copyright 2005 by Dominick Meglio
Copyright (c) 2012 Christian Persch
Copyright (c) 2017 by John Schember
Copyright (c) 2014, 2015 Google Inc.
Copyright (c) 2004 by Daniel Stenberg
Copyright (c) 2005 by Dominick Meglio
Copyright (c) 2008 by Daniel Stenberg
Copyright (c) 2013 by Daniel Stenberg
Copyright (c) 2016 by Daniel Stenberg
Copyright (c) 2019 by Andrew Selivanov
Copyright (c) 2012, 2016 Philip Withnall
Copyright (c) 2015,2018 Bastien ROUCARIES
Copyright (c) 2004-2009 by Daniel Stenberg
Copyright (c) 2004-2010 by Daniel Stenberg
Copyright (c) 2004-2011 by Daniel Stenberg
Copyright (c) 2004-2017 by Daniel Stenberg
Copyright (c) 2005 - 2010, Daniel Stenberg
Copyright (c) 2005-2013 by Daniel Stenberg
Copyright (c) 2007 - 2018, Daniel Stenberg
Copyright (c) 2007-2013 by Daniel Stenberg
Copyright (c) 2008-2010 by Daniel Stenberg
Copyright (c) 2008-2013 by Daniel Stenberg
Copyright (c) 2009-2013 by Daniel Stenberg
Copyright (c) 2009-2021 by Daniel Stenberg
Copyright (c) 2010-2012 by Daniel Stenberg
Copyright (c) 2010-2013 by Daniel Stenberg
Copyright (c) 2005, 2013 by Dominick Meglio
Copyright (c) 2004 - 2011 by Daniel Stenberg
Copyright (c) 2004 - 2012 by Daniel Stenberg
Copyright (c) 2004 - 2013 by Daniel Stenberg
Copyright (c) 2008 - 2009 by Daniel Stenberg
Copyright (c) 2008 - 2012 by Daniel Stenberg
Copyright (c) 2008 - 2013 by Daniel Stenberg
Copyright (c) 2009 - 2021 by Daniel Stenberg
Copyright (c) 2017 - 2018 by Christian Ammer
Copyright (c) 2010 Jeremy Lal
Copyright (c) 2012 Marko Kreen
Copyright (c) 2012 Zack Weinberg
Copyright (c) 2018 The Android Open Source Project
Copyright 2020 by
Copyright (c) 2011 Daniel Stenberg
Copyright (c) 2013 Daniel Stenberg
Copyright (c) 2008 Benjamin Kosnik
Copyright (c) 1995, 1996, 1997, and 1998 WIDE Project
Copyright (c) 2014 Mike Frysinger
Copyright (c) 2008 Tom Howard
Copyright (c) 2009 Tom Howard
Copyright 2010 by Ben Greear
Copyright 2020 Danny Sonnenschein
Copyright (c) 1996,1999 by Internet Software Consortium
Copyright (c) 1996-1999 by Internet Software Consortium
Copyright (c) 2004 by Internet Systems Consortium, Inc.
Copyright (c) 2009 by Jakub Hrozek
Copyright (c) 2011 Daniel Richard G.
Copyright (c) 2009 Allan Caffee
Copyright (c) 2013 Roy Stogner
Copyright (c) 2017 by John Schember
Copyright (c) 2018 by John Schember
Copyright (c) 2008 Steven G. Johnson
Copyright 1998 by the Massachusetts Institute of Technology
Copyright 2000 by the Massachusetts Institute of Technology
Copyright 1998, 2000 by the Massachusetts Institute of Technology
Copyright 1998, 2011 by the Massachusetts Institute of Technology
Copyright (c) 1987-2001 The Regents of the University of California
Copyright (c) 2008 John Darrington
Copyright (c) 2015 Enrico M. Crisostomo
Copyright 1998, 2011, 2013 by the Massachusetts Institute of Technology
# c-ares license
Copyright (c) 2007 - 2018, Daniel Stenberg with many contributors, see AUTHORS
file.
Copyright 1998 by the Massachusetts Institute of Technology.
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted, provided that
the above copyright notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting documentation, and that
the name of M.I.T. not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior permission.
M.I.T. makes no representations about the suitability of this software for any
purpose. It is provided "as is" without express or implied warranty.
---------------------------------------------------------
---------------------------------------------------------
microsoft/xlang cfe510d0d2b07484fea2c6d77163de017738c100 - LicenseRef-scancode-generic-cla AND MIT
(c) Microsoft Corporation
Copyright 2017 Two Blue Cubes Ltd.
Copyright (c) Microsoft Corporation
Copyright (c) 2019 Two Blue Cubes Ltd.
MIT License
Copyright (c) Microsoft Corporation. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Windows.WDK.Win32Metadata 0.12.8-experimental - LicenseRef-scancode-ms-windows-sdk-win10-net-6
(c) Microsoft 2024
(c) Microsoft Corporation
LicenseRef-scancode-ms-windows-sdk-win10-net-6
---------------------------------------------------------
---------------------------------------------------------
coverlet.collector 3.1.2 - MIT
Copyright 2008 - 2018 Jb Evain
Copyright Microsoft Corporation
Copyright James Newton-King 2008
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Humanizer.Core 2.14.1 - MIT
Copyright .NET Foundation and Contributors
Copyright (c) .NET Foundation and Contributors
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Json.More.Net 2.0.1.2 - MIT
Copyright (c) 2024 Greg Dennis
MIT License
Copyright (c) 2024 Greg Dennis
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
JsonPointer.Net 5.0.0 - MIT
Copyright (c) 2024 Greg Dennis
MIT License
Copyright (c) 2024 Greg Dennis
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
JsonSchema.Net 7.0.4 - MIT
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.ApplicationInsights 2.21.0 - MIT
(c) Microsoft Corporation
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Bcl.AsyncInterfaces 8.0.0 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.CodeAnalysis.Analyzers 3.3.4 - MIT
(c) Microsoft Corporation
Copyright (c) .NET Foundation
Copyright (c) 2013 Scott Kirkland
Copyright (c) 2012-2014 Mehdi Khalili
Copyright (c) 2013-2014 Omar Khudeira (http://omar.io)
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.CodeAnalysis.Common 4.9.2 - MIT
(c) Microsoft Corporation
Copyright (c) .NET Foundation and Contributors
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.CodeAnalysis.CSharp 4.9.2 - MIT
(c) Microsoft Corporation
Copyright (c) Microsoft Corporation
Copyright (c) .NET Foundation and Contributors
Copyright (c) Microsoft Corporation. Alle Rechte
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.AI.Abstractions 9.7.1 - MIT
(c) Microsoft Corporation
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.Configuration 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.Configuration.Abstractions 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.Configuration.Binder 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.Configuration.CommandLine 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.Configuration.EnvironmentVariables 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.Configuration.FileExtensions 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.Configuration.Json 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.Configuration.UserSecrets 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.DependencyInjection 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.DependencyInjection.Abstractions 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.Diagnostics 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.Diagnostics.Abstractions 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.FileProviders.Abstractions 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.FileProviders.Physical 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.FileSystemGlobbing 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.Hosting 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.Hosting.Abstractions 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.Logging 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.Logging.Abstractions 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.Logging.Configuration 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.Logging.Console 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.Logging.Debug 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.Logging.EventLog 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.Logging.EventSource 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.ObjectPool 8.0.10 - MIT
Copyright Jorn Zaefferer
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright (c) 2015, Google Inc.
Copyright (c) 2019 David Fowler
Copyright (c) HTML5 Boilerplate
Copyright 2019 The gRPC Authors
Copyright (c) 2016 Richard Morris
Copyright (c) 1998 John D. Polstra
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 2013 - 2018 AngleSharp
Copyright (c) 2000-2013 Julian Seward
Copyright (c) 2011-2021 Twitter, Inc.
Copyright (c) 2014-2018 Michael Daines
Copyright (c) 1996-1998 John D. Polstra
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) .NET Foundation Contributors
Copyright (c) 2011-2021 The Bootstrap Authors
Copyright (c) 2019-2023 The Bootstrap Authors
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2019-2020 West Wind Technologies
Copyright (c) 2007 John Birrell (jb@freebsd.org)
Copyright (c) 2011 Alex MacCaw (info@eribium.org)
Copyright (c) Nicolas Gallagher and Jonathan Neal
Copyright (c) 2010-2019 Google LLC. http://angular.io/license
Copyright (c) 2011 Nicolas Gallagher (nicolas@nicolasgallagher.com)
Copyright (c) 1989, 1993 The Regents of the University of California
Copyright (c) 1990, 1993 The Regents of the University of California
Copyright OpenJS Foundation and other contributors, https://openjsf.org
Copyright (c) Sindre Sorhus (https://sindresorhus.com)
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.Options 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.Options.ConfigurationExtensions 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Extensions.Primitives 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Management.Infrastructure 3.0.0 - MIT
(c) Microsoft Corporation
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Management.Infrastructure.CimCmdlets 7.4.6 - MIT
(c) Microsoft Corporation
(c) Microsoft Corporation. CPowerShell's Microsoft.Management.Infrastructure.CimCmdlets project
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Management.Infrastructure.Runtime.Unix 3.0.0 - MIT
(c) Microsoft Corporation
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Msix.Utils 2.1.1 - MIT
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.NET.ILLink.Tasks 8.0.20 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright 2008 - 2018 Jb Evain
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.NETCore.Platforms 5.0.0 - MIT
(c) Microsoft Corporation.
Copyright (c) Andrew Arnott
Copyright 2018 Daniel Lemire
Copyright 2012 the V8 project
Copyright (c) .NET Foundation.
Copyright (c) 2011, Google Inc.
Copyright (c) 1998 Microsoft. To
(c) 1997-2005 Sean Eron Anderson.
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 2012-2014, Yann Collet
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2018 Alexander Chermyanin
Portions (c) International Organization
Copyright (c) 2015 The Chromium Authors.
Copyright (c) The Internet Society 1997.
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) .NET Foundation Contributors
Copyright (c) The Internet Society (2003).
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers THIS WORK IS PROVIDED AS
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California.
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass.
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass. To
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.PowerShell.Commands.Diagnostics 7.4.6 - MIT
(c) Microsoft Corporation
(c) Microsoft Corporation. PowerShell's Microsoft.PowerShell.Commands.Diagnostics project
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.PowerShell.Commands.Management 7.4.6 - MIT
(c) Microsoft Corporation
(c) Microsoft Corporation. PowerShell's Microsoft.PowerShell.Commands.Management project
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.PowerShell.Commands.Utility 7.4.6 - MIT
(c) Microsoft Corporation
(c) Microsoft Corporation. :PowerShell's Microsoft.PowerShell.Commands.Utility project
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.PowerShell.ConsoleHost 7.4.6 - MIT
(c) Microsoft Corporation
(c) Microsoft Corporation. PowerShell Host
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.PowerShell.CoreCLR.Eventing 7.4.6 - MIT
(c) Microsoft Corporation
(c) Microsoft Corporation. :PowerShell's Microsoft.PowerShell.CoreCLR.Eventing project
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.PowerShell.MarkdownRender 7.2.1 - MIT
(c) Microsoft Corporation
(c) Microsoft Corporation. PowerShell's Markdown Rendering project PowerShell Markdown Renderer
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.PowerShell.Native 7.4.0 - MIT
(c) Microsoft Corporation
Copyright (c) by P.J. Plauger
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.PowerShell.SDK 7.4.6 - MIT
(c) Microsoft Corporation
Copyright (c) Microsoft Corporation
(c) Microsoft Corporation. PowerShell SDK
(c) Microsoft Corporation. PowerShell Host
(c) Microsoft Corporation. 1PowerShell's System.Management.Automation project
(c) Microsoft Corporation. :PowerShell's Microsoft.PowerShell.Commands.Utility project
(c) Microsoft Corporation. PowerShell's Microsoft.PowerShell.Commands.Management project
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.PowerShell.Security 7.4.6 - MIT
(c) Microsoft Corporation
(c) Microsoft Corporation. 2PowerShell's Microsoft.PowerShell.Security project
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Security.Extensions 1.2.0 - MIT
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Win32.Registry 4.7.0 - MIT
(c) Microsoft Corporation.
Copyright (c) .NET Foundation.
Copyright (c) 2011, Google Inc.
(c) 1997-2005 Sean Eron Anderson.
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2017 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Portions (c) International Organization
Copyright (c) 2015 The Chromium Authors.
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) .NET Foundation Contributors
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers THIS WORK IS PROVIDED AS
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Win32.Registry 5.0.0 - MIT
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 2012-2014, Yann Collet
Copyright (c) 1991-2020 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass. To
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Win32.Registry.AccessControl 8.0.0 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Win32.SystemEvents 8.0.0 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Win32.SystemEvents 9.0.0-preview.6.24327.7 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Windows.Compatibility 8.0.10 - MIT
(c) Microsoft Corporation
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Windows.CppWinRT 2.0.210503.1 - MIT
(c) Microsoft Corporation.
Copyright (c) Microsoft Corporation.
MIT License
Copyright (c) Microsoft Corporation.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Windows.CppWinRT 2.0.240405.15 - MIT
(c) Microsoft 2024
(c) Microsoft Corporation
Copyright (c) Microsoft Corporation
MIT License
Copyright (c) Microsoft Corporation.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Windows.CppWinRT 2.0.250303.1 - MIT
(c) Microsoft 2025
(c) Microsoft Corporation
Copyright (c) Microsoft Corporation
MIT License
Copyright (c) Microsoft Corporation.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Windows.CsWin32 0.3.183 - MIT
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Windows.ImplementationLibrary 1.0.250325.1 - MIT
(c) Microsoft 2025
Copyright (c) Microsoft
(c) Microsoft Corporation
Copyright (c) Microsoft Corporation
Copyright (c) 2009-2014 by the contributors
MIT License
Copyright (c) Microsoft Corporation. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE
---------------------------------------------------------
---------------------------------------------------------
Microsoft.WindowsPackageManager.ComInterop 1.8.1911 - MIT
(c) Microsoft Corporation
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.WSMan.Management 7.4.6 - MIT
(c) Microsoft Corporation
(c) Microsoft Corporation. PowerShell's Microsoft.WSMan.Management project
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.WSMan.Runtime 7.4.6 - MIT
(c) Microsoft Corporation
(c) Microsoft Corporation. ,PowerShell's Microsoft.WSMan.Runtime project
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
microsoft/correlationvector-cpp cf38d2b44baaf352509ad9980786bc49554c32e4 - MIT
Copyright (c) Microsoft Corporation.
MIT License
Copyright (c) Microsoft Corporation. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE
---------------------------------------------------------
---------------------------------------------------------
microsoft/cpprestsdk 411a109150b270f23c8c97fa4ec9a0a4a98cdecf - MIT
Copyright (c) Microsoft
Copyright (c) 2014, Peter Thorson
Copyright (c) Microsoft Corporation
Copyright (c) 2011, Micael Hildenborg
Copyright (c) 2004-2008 Rene Nyffenegger
Copyright (c) 1999, 2002 Aladdin Enterprises
Portions Copyright (c) Microsoft Corporation
Copyright (c) 2006 Noel Llopis and Charles Nicholson
Copyright (c) 2008-2009 Bjoern Hoehrmann
C++ REST SDK
The MIT License (MIT)
Copyright (c) Microsoft Corporation
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
microsoft/sfs-client ff315ecfa2ef2953d8a808e51e8a61a4e0759180 - MIT
Copyright (c) Microsoft Corporation
Copyright (c) 2013-2022 Niels Lohmann
Copyright (c) 2007 - 2023 Daniel Stenberg
Copyright (c) 1998 Massachusetts Institute of Technology
Copyright (c) 1996 - 2024, Daniel Stenberg, , and many contributors
MIT License
Copyright (c) Microsoft Corporation.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE
---------------------------------------------------------
---------------------------------------------------------
ModelContextProtocol 0.3.0-preview.3 - MIT
(c) Anthropic and Contributors
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
ModelContextProtocol.Core 0.3.0-preview.3 - MIT
(c) Anthropic and Contributors
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
NETStandard.Library 2.0.0 - MIT
copyright Unmanaged32Bit Required32Bit
Copyright (c) .NET Foundation and Contributors
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
NETStandard.Library 2.0.3 - MIT
copyright Unmanaged32Bit Required32Bit
Copyright (c) .NET Foundation and Contributors
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Newtonsoft.Json 13.0.3 - MIT
Copyright James Newton-King 2008
Copyright (c) 2007 James Newton-King
Copyright (c) James Newton-King 2008
Copyright James Newton-King 2008 Json.NET
The MIT License (MIT)
Copyright (c) 2007 James Newton-King
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Newtonsoft.Json.Bson 1.0.1 - MIT
Copyright James Newton-King 2017
Copyright (c) James Newton-King 2017
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
nlohmann/json 9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03 - MIT
(c) 2016
2012 Erik Edlund
2017 Georg Sauthoff
2018 Vitaliy Manushkin
2013-2022 Niels Lohmann
2013-2023 Niels Lohmann
2015-2017 Niels Lohmann
2016-2021 Evan Nemerson
2018 The Abseil Authors
2003-2022, LLVM Project.
2016-2021 Viktor Kirilov
(c) 2013-2022 Niels Lohmann
Copyright 2003-2022, LLVM Project
Copyright 2015-2017 Niels Lohmann
Copyright 2018 The Abseil Authors
Copyright (c) 2009 Florian Loitsch
Copyright 2016-2021 Viktor Kirilov
Copyright (c) 2013-2022 Niels Lohmann
Copyright (c) 2015-2017 Niels Lohmann
copyright (c) 2013-2022 Niels Lohmann
copyright (c) 2013-2023 Niels Lohmann
Copyright (c) 2016-2023 Viktor Kirilov
Copyright 2017 Georg Sauthoff
copyright Niels Lohmann
Copyright 2012 Erik Edlund
Copyright Copyright (c) 2013 - 2023 Niels Lohmann
Copyright 2018 Vitaliy Manushkin
Copyright 2016-2021 Evan Nemerson
Copyright (c) 2012, Erik Edlund
Copyright 2013-2022 Niels Lohmann
Copyright 2013-2023 Niels Lohmann
Copyright 2020 Hannes Domani
Copyright 2008-2009 Bjorn Hoehrmann
Copyright (c) 2013-2019 Niels Lohmann
Copyright (c) 2013-2022 Niels Lohmann
Copyright (c) 2013-2022 Niels Lohmann (https://nlohmann.me)
Copyright (c) 2020 Hannes Domani (https://github.com/ssbssa)
Copyright 2009 Florian Loitsch
Copyright (c) 2009 Florian Loitsch (https://florian.loitsch.com/)
Copyright (c) 2007 Free Software Foundation, Inc.
Copyright (c) 2008-2009 Bjorn Hoehrmann (http://bjoern.hoehrmann.de/)
Copyright (c) 2008-2009 Bjorn Hoehrmann (https://bjoern.hoehrmann.de/)
Copyright (c) 2008-2009 Bjoern Hoehrmann @sa http://bjoern.hoehrmann.de/utf-8/decoder/dfa
MIT License
Copyright (c) 2013-2022 Niels Lohmann
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
NUnit 3.12.0 - MIT
(c) Microsoft 2024
copyright in NUnit Console
(c) 2019 Charlie Poole, Rob Prouse
Copyright (c) 2002-2014 Charlie Poole
Copyright (c) 2000-2002 Philip A. Craig
Copyright (c) 2019 Charlie Poole, Rob Prouse
Copyright (c) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov
Copyright (c) 2019 Charlie Poole, Rob Prouse
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
NUnit3TestAdapter 3.15.1 - MIT
(c) Microsoft 2025
Copyright 2008 - 2015 Jb Evain
Copyright 2008 - 2018 Jb Evain
(c) 2019 Charlie Poole, Rob Prouse
Copyright (c) 2019 Charlie Poole, Rob Prouse
Copyright 2011-2019 Charlie Poole, 2014-2019 Terje Sandstrom
Copyright (c) 2011-2019 Charlie Poole, 2014-2019 Terje Sandstrom
Copyright (c) 2011-2019 Charlie Poole, 2014-2019 Terje Sandstrom
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Octokit 4.0.3 - MIT
Copyright GitHub 2017
Copyright GitHub 2017 GitHub API Octokit
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
PowerShellStandard.Library 5.1.1 - MIT
(c) Microsoft Corporation.
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
ronomon/pure fd54913e65338e678440ae66b3b5022ab23b761b - MIT
Copyright (c) 2003 Mark Adler
Copyright (c) 2020 Ronomon CC
Copyright 1995-2017 Mark Adler
Copyright (c) 2003 Cosmin Truta
Copyright (c) 1990-2000 Info-ZIP.
Copyright (c) 1998 by Bob Dellaca
Copyright (c) 1995-2003 Mark Adler
Copyright (c) 1995-2008 Mark Adler
Copyright (c) 1995-2016 Mark Adler
Copyright (c) 1995-2017 Mark Adler
Copyright (c) 2002-2013 Mark Adler
Copyright (c) 2003 by Cosmin Truta
Copyright (c) 2003-2010 Mark Adler
Copyright (c) 2004-2017 Mark Adler
Copyright (c) 1996 L. Peter Deutsch
Copyright (c) 1997,99 Borland Corp.
Copyright (c) 2003, 2012 Mark Adler
Copyright (c) 2004, 2005 Mark Adler
Copyright (c) 2004, 2010 Mark Adler
Copyright (c) 2005, 2012 Mark Adler
Copyright (c) 2011, 2016 Mark Adler
Copyright (c) 2007-2008 Even Rouault
Copyright (c) 1998-2005 Gilles Vollant
Copyright (c) 2004, 2005 by Mark Adler
Copyright (c) 1995-1998 Jean-loup Gailly
Copyright (c) 1995-2003 Jean-loup Gailly
Copyright (c) 1995-2003, 2010 Mark Adler
Copyright (c) 1995-2005, 2010 Mark Adler
Copyright (c) 1995-2011, 2016 Mark Adler
Copyright (c) 1995-2016 Jean-loup Gailly
Copyright (c) 1995-2017 Jean-loup Gailly
Copyright (c) 1997,99 Borland Corporation
Copyright (c) 1998 by Andreas R. Kleinert
Copyright (c) 2002-2003 Dmitriy Anisimkov
Copyright (c) 2002-2004 Dmitriy Anisimkov
Copyright (c) 2003, 2012, 2013 Mark Adler
Copyright (c) 2004, 2005, 2012 Mark Adler
Copyright (c) 2004, 2008, 2012 Mark Adler
Copyright (c) 2007, 2008, 2012 Mark Adler
Copyright (c) 1998 by Jacques Nomssi Nzali
(c) 1995-2017 Jean-loup Gailly & Mark Adler
Copyright (c) 1995-2003 by Jean-loup Gailly
Copyright (c) 1998-2010 - by Gilles Vollant
(c) 1995-2017 Jean-loup Gailly and Mark Adler
Copyright (c) 2004, 2008, 2012, 2016 Mark Adler
Copyright 1995-2017 Jean-loup Gailly and Mark Adler
Copyright (c) 1995-2006, 2011, 2016 Jean-loup Gailly
Copyright (c) 1995-2016 Jean-loup Gailly, Mark Adler
Copyright (c) 1995-2017 Jean-Loup Gailly, Mark Adler
Copyright (c) 1995-2017 Jean-loup Gailly, Mark Adler
Copyright (c) 1998,1999,2000 by Jacques Nomssi Nzali
Copyright (c) 2003, 2005, 2008, 2010, 2012 Mark Adler
Copyright (c) 2003 Chris Anderson
Copyright (c) 1995-2003 Jean-loup Gailly and Mark Adler
Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler
copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler
Copyright (c) 1996 L. Peter Deutsch and Jean-Loup Gailly
Copyright (c) 1998 Brian Raiter
Copyright (c) 1995-2006, 2010, 2011, 2012, 2016 Mark Adler
Copyright (c) 1995-2006, 2010, 2011, 2016 Jean-loup Gailly
Copyright (c) 2009-2010 Mathias Svensson http://result42.com
Copyright (c) 1998, 2007 Brian Raiter
Copyright (c) 1995-2005, 2014, 2016 Jean-loup Gailly, Mark Adler
Copyright (c) 2004, 2005, 2010, 2011, 2012, 2013, 2016 Mark Adler
Copyright Jean-loup Gailly Osma Ahvenlampi
Copyright 1998-2004 Gilles Vollant - http://www.winimage.com/zLibDll
Copyright (c) 1997 Christian Michelsen Research AS Advanced Computing
Copyright (c) 1995-2003, 2010, 2014, 2016 Jean-loup Gailly, Mark Adler
Copyright (c) 1998 - 2010 Gilles Vollant, Even Rouault, Mathias Svensson
Copyright (c) 1995-1996 Jean-loup Gailly, Brian Raiter and Gilles Vollant
Copyright (c) 1995-2010 Jean-loup Gailly, Brian Raiter and Gilles Vollant
Copyright (c) 1998-2010 Gilles Vollant (minizip) http://www.winimage.com/zLibDll/minizip.html
The MIT License (MIT)
Copyright (c) 2020 Ronomon CC
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
runtime.linux-arm.runtime.native.System.IO.Ports 8.0.0 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
runtime.linux-arm64.runtime.native.System.IO.Ports 8.0.0 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
runtime.linux-x64.runtime.native.System.IO.Ports 8.0.0 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
runtime.native.System.Data.SqlClient.sni 4.7.0 - MIT
(c) Microsoft Corporation.
Copyright (c) .NET Foundation.
Copyright (c) 2011, Google Inc.
(c) 1997-2005 Sean Eron Anderson.
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2017 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Portions (c) International Organization
Copyright (c) 2015 The Chromium Authors.
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) .NET Foundation Contributors
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers THIS WORK IS PROVIDED AS
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
runtime.native.System.IO.Ports 8.0.0 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
runtime.osx-arm64.runtime.native.System.IO.Ports 8.0.0 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
runtime.osx-x64.runtime.native.System.IO.Ports 8.0.0 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Semver 2.3.0 - MIT
Copyright 2013 Max Hauser, Jeff Walker
Copyright (c) 2013 Max Hauser, Jeff Walker
Copyright 2013 Max Hauser, Jeff Walker VA SemVer
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Buffers 4.5.1 - MIT
(c) Microsoft Corporation
Copyright (c) 2011, Google Inc.
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1991-2017 Unicode, Inc.
Copyright (c) 2015 The Chromium Authors
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) .NET Foundation Contributors
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.CodeDom 8.0.0 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Collections.Immutable 8.0.0 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.ComponentModel.Composition 8.0.0 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.ComponentModel.Composition.Registration 8.0.0 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Configuration.ConfigurationManager 8.0.1 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Data.Odbc 8.0.1 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Data.OleDb 8.0.1 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Data.SqlClient 4.8.6 - MIT
(c) Microsoft Corporation
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2017 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) .NET Foundation Contributors
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Diagnostics.DiagnosticSource 5.0.0 - MIT
(c) Microsoft Corporation.
Copyright (c) Andrew Arnott
Copyright 2018 Daniel Lemire
Copyright 2012 the V8 project
Copyright (c) .NET Foundation.
Copyright (c) 2011, Google Inc.
Copyright (c) 1998 Microsoft. To
(c) 1997-2005 Sean Eron Anderson.
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 2012-2014, Yann Collet
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2018 Alexander Chermyanin
Portions (c) International Organization
Copyright (c) 2015 The Chromium Authors.
Copyright (c) The Internet Society 1997.
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) .NET Foundation Contributors
Copyright (c) The Internet Society (2003).
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers THIS WORK IS PROVIDED AS
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California.
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass.
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass. To
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Diagnostics.DiagnosticSource 8.0.1 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Diagnostics.DiagnosticSource 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Diagnostics.EventLog 6.0.0 - MIT
(c) Microsoft Corporation.
Copyright (c) Andrew Arnott
Copyright 2018 Daniel Lemire
Copyright 2012 the V8 project
Copyright (c) .NET Foundation.
Copyright (c) 2011, Google Inc.
Copyright (c) 1998 Microsoft. To
(c) 1997-2005 Sean Eron Anderson.
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 2012-2014, Yann Collet
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2018 Alexander Chermyanin
Portions (c) International Organization
Copyright (c) 2015 The Chromium Authors.
Copyright (c) The Internet Society 1997.
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) .NET Foundation Contributors
Copyright (c) The Internet Society (2003).
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers THIS WORK IS PROVIDED AS
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California.
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass.
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass. To
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Diagnostics.EventLog 8.0.1 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Diagnostics.EventLog 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Diagnostics.PerformanceCounter 8.0.1 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.DirectoryServices 8.0.0 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.DirectoryServices.AccountManagement 8.0.1 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.DirectoryServices.Protocols 8.0.0 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Drawing.Common 8.0.19 - MIT
(c) Microsoft Corporation
Copyright (c) Sven Groot (Ookii.org) 2009
Copyright (c) .NET Foundation and Contributors
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Drawing.Common 9.0.0-preview.6.24327.6 - MIT
(c) Microsoft Corporation
Copyright (c) Sven Groot (Ookii.org) 2009
Copyright (c) .NET Foundation and Contributors
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Formats.Asn1 8.0.1 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.IO.Packaging 8.0.1 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.IO.Pipelines 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.IO.Ports 8.0.0 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Management 8.0.0 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Management.Automation 7.4.6 - MIT
(c) Microsoft Corporation
(c) Microsoft Corporation. 1PowerShell's System.Management.Automation project
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Memory 4.5.4 - MIT
(c) Microsoft Corporation
Copyright (c) 2011, Google Inc.
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1991-2017 Unicode, Inc.
Copyright (c) 2015 The Chromium Authors
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) .NET Foundation Contributors
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Net.Http.WinHttpHandler 8.0.2 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Net.ServerSentEvents 10.0.0-preview.4.25258.110 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2024 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Numerics.Vectors 4.4.0 - MIT
(c) Microsoft Corporation.
(c) 1997-2005 Sean Eron Anderson.
Copyright (c) 1991-2017 Unicode, Inc.
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) .NET Foundation Contributors
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers THIS WORK IS PROVIDED AS
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Numerics.Vectors 4.5.0 - MIT
(c) 2023 GitHub, Inc.
(c) Microsoft Corporation
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1991-2017 Unicode, Inc.
Copyright (c) 2015 The Chromium Authors
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) .NET Foundation Contributors
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Private.ServiceModel 4.10.3 - MIT
(c) Microsoft Corporation
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2000-2014 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org)
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Reflection.Context 8.0.0 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Reflection.DispatchProxy 4.7.1 - MIT
(c) Microsoft Corporation.
Copyright (c) .NET Foundation.
Copyright (c) 2011, Google Inc.
(c) 1997-2005 Sean Eron Anderson.
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2017 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Portions (c) International Organization
Copyright (c) 2015 The Chromium Authors.
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) .NET Foundation Contributors
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers THIS WORK IS PROVIDED AS
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Reflection.Metadata 1.6.0 - MIT
(c) 2023 GitHub, Inc.
(c) Microsoft Corporation
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1991-2017 Unicode, Inc.
Copyright (c) 2015 The Chromium Authors
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) .NET Foundation Contributors
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Reflection.Metadata 8.0.0 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
Gets the Copyright Table
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Runtime.Caching 8.0.1 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Runtime.CompilerServices.Unsafe 4.5.3 - MIT
(c) Microsoft Corporation.
Copyright (c) 2011, Google Inc.
(c) 1997-2005 Sean Eron Anderson.
Copyright (c) 1991-2017 Unicode, Inc.
Portions (c) International Organization
Copyright (c) 2015 The Chromium Authors.
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) .NET Foundation Contributors
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers THIS WORK IS PROVIDED AS
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Runtime.CompilerServices.Unsafe 6.0.0 - MIT
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2005-2020 Rich Felker
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 2012-2014, Yann Collet
Copyright (c) 1991-2020 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass. To
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Runtime.WindowsRuntime 4.6.0 - MIT
(c) Microsoft Corporation.
Copyright (c) .NET Foundation.
Copyright (c) 2011, Google Inc.
(c) 1997-2005 Sean Eron Anderson.
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2017 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Portions (c) International Organization
Copyright (c) 2015 The Chromium Authors.
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) .NET Foundation Contributors
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers THIS WORK IS PROVIDED AS
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Runtime.WindowsRuntime.UI.Xaml 4.6.0 - MIT
(c) Microsoft Corporation.
Copyright (c) .NET Foundation.
Copyright (c) 2011, Google Inc.
(c) 1997-2005 Sean Eron Anderson.
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2017 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Portions (c) International Organization
Copyright (c) 2015 The Chromium Authors.
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) .NET Foundation Contributors
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers THIS WORK IS PROVIDED AS
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Security.AccessControl 5.0.0 - MIT
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 2012-2014, Yann Collet
Copyright (c) 1991-2020 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass. To
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Security.AccessControl 6.0.1 - MIT
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2005-2020 Rich Felker
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 2012-2014, Yann Collet
Copyright (c) 1991-2020 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass. To
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Security.Cryptography.Pkcs 8.0.1 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Security.Cryptography.ProtectedData 8.0.0 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Security.Cryptography.Xml 8.0.2 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Security.Permissions 8.0.0 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Security.Principal.Windows 5.0.0 - MIT
(c) Microsoft Corporation.
Copyright (c) Andrew Arnott
Copyright 2018 Daniel Lemire
Copyright 2012 the V8 project
Copyright (c) .NET Foundation.
Copyright (c) 2011, Google Inc.
Copyright (c) 1998 Microsoft. To
(c) 1997-2005 Sean Eron Anderson.
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 2012-2014, Yann Collet
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2018 Alexander Chermyanin
Portions (c) International Organization
Copyright (c) 2015 The Chromium Authors.
Copyright (c) The Internet Society 1997.
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) .NET Foundation Contributors
Copyright (c) The Internet Society (2003).
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers THIS WORK IS PROVIDED AS
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California.
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass.
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass. To
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.ServiceModel.Duplex 4.10.3 - MIT
(c) Microsoft Corporation
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2000-2014 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org)
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.ServiceModel.Http 4.10.3 - MIT
(c) Microsoft Corporation
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2000-2014 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org)
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.ServiceModel.NetTcp 4.10.3 - MIT
(c) Microsoft Corporation
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2000-2014 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org)
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.ServiceModel.Primitives 4.10.3 - MIT
(c) Microsoft Corporation
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2000-2014 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org)
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.ServiceModel.Security 4.10.3 - MIT
(c) Microsoft Corporation
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2000-2014 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org)
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.ServiceModel.Syndication 8.0.0 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.ServiceProcess.ServiceController 8.0.1 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Speech 8.0.0 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Text.Encoding.CodePages 8.0.0 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Text.Encodings.Web 8.0.0 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Text.Encodings.Web 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Text.Json 9.0.6 - MIT
Copyright (c) 2021
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright (c) 1998 Microsoft
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Portions (c) International Organization for Standardization 1986
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang) Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Threading.AccessControl 9.0.0-preview.6.24327.7 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) 2022 FormatJS
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2015 Andrew Gallant
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright (c) 2018 Nemanja Mijailovic
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2015-2018, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Web.Services.Description 4.10.3 - MIT
(c) Microsoft Corporation
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2000-2014 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org)
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
System.Windows.Extensions 8.0.0 - MIT
Copyright (c) Six Labors
(c) Microsoft Corporation
Copyright (c) Andrew Arnott
Copyright 2019 LLVM Project
Copyright 2018 Daniel Lemire
Copyright (c) .NET Foundation
Copyright (c) 2011, Google Inc.
Copyright (c) 2020 Dan Shechter
(c) 1997-2005 Sean Eron Anderson
Copyright (c) 1998 Microsoft. To
Copyright (c) 2022, Wojciech Mula
Copyright (c) 2017 Yoshifumi Kawai
Copyright (c) 2022, Geoff Langdale
Copyright (c) 2005-2020 Rich Felker
Copyright (c) 2012-2021 Yann Collet
Copyright (c) Microsoft Corporation
Copyright (c) 2007 James Newton-King
Copyright (c) 1991-2022 Unicode, Inc.
Copyright (c) 2013-2017, Alfred Klomp
Copyright 2012 the V8 project authors
Copyright (c) 1999 Lucent Technologies
Copyright (c) 2008-2016, Wojciech Mula
Copyright (c) 2011-2020 Microsoft Corp
Copyright (c) 2015-2017, Wojciech Mula
Copyright (c) 2021 csFastFloat authors
Copyright (c) 2005-2007, Nick Galbreath
Copyright (c) 2015 The Chromium Authors
Copyright (c) 2018 Alexander Chermyanin
Copyright (c) The Internet Society 1997
Portions (c) International Organization
Copyright (c) 2004-2006 Intel Corporation
Copyright (c) 2011-2015 Intel Corporation
Copyright (c) 2013-2017, Milosz Krajewski
Copyright (c) 2016-2017, Matthieu Darbois
Copyright (c) The Internet Society (2003)
Copyright (c) .NET Foundation Contributors
Copyright (c) 2020 Mara Bos
Copyright (c) .NET Foundation and Contributors
Copyright (c) 2012 - present, Victor Zverovich
Copyright (c) 2006 Jb Evain (jbevain@gmail.com)
Copyright (c) 2008-2020 Advanced Micro Devices, Inc.
Copyright (c) 2019 Microsoft Corporation, Daan Leijen
Copyright (c) 2011 Novell, Inc (http://www.novell.com)
Copyright (c) 1995-2022 Jean-loup Gailly and Mark Adler
Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors
Copyright (c) 2014 Ryan Juckett http://www.ryanjuckett.com
Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
Copyright (c) YEAR W3C(r) (MIT, ERCIM, Keio, Beihang). Disclaimers
Copyright (c) 2015 THL A29 Limited, a Tencent company, and Milo Yip
Copyright (c) 1980, 1986, 1993 The Regents of the University of California
Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the University of California
Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. & Digital Equipment Corporation, Maynard, Mass
The MIT License (MIT)
Copyright (c) .NET Foundation and Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
xunit.runner.visualstudio 2.4.5 - MIT
Copyright (c) .NET Foundation
Copyright (c) 2015 .NET Foundation
Copyright (c) Outercurve Foundation
Copyright (c) .NET Foundation and Contributors
Copyright (c) .NET Foundation xUnit.net Runner Utility
Copyright (c) .NET Foundation ,xUnit.net Runner Utility
Copyright (c) .NET Foundation 1xUnit.net Runner Utility
Copyright (c) .NET Foundation xUnit.net Runner Reporters
Copyright (c) .NET Foundation .xUnit.net Runner Reporters
Copyright (c) Outercurve Foundation WrapNonExceptionThrows RSDS
Copyright (c) .NET Foundation and Contributors. Visual Studio 2019
Unless otherwise noted, the source code here is covered by the following license:
Copyright (c) .NET Foundation and Contributors
All Rights Reserved
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-----------------------
The code in src/xunit.runner.visualstudio/Utility/AssemblyResolution/Microsoft.DotNet.PlatformAbstractions was imported from:
https://github.com/dotnet/core-setup/tree/v2.0.1/src/managed/Microsoft.DotNet.PlatformAbstractions
The code in src/xunit.runner.visualstudio/Utility/AssemblyResolution/Microsoft.DotNet.PlatformAbstractions was imported from:
https://github.com/dotnet/core-setup/tree/v2.0.1/src/managed/Microsoft.Extensions.DependencyModel
Both sets of code are covered by the following license:
The MIT License (MIT)
Copyright (c) 2015 .NET Foundation
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
yaml/libyaml 840b65c40675e2d06bf40405ad3f12dec7f35923 - MIT
Copyright (c) 2017-2020 Ingy dot Net
Copyright (c) 2006-2016 Kirill Simonov
Copyright (c) 2017-2020 Ingy dot Net
Copyright (c) 2006-2016 Kirill Simonov
Copyright (c) 2017-2020 Ingy döt Net
Copyright (c) 2006-2016 Kirill Simonov
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
YamlDotNet 16.3.0 - MIT
Copyright (c) Antoine Aubry and contributors
(c) Antoine Aubry and contributors 2008 - 2019
Copyright (c) Antoine Aubry and contributors 2008 - 2019
MIT License
Copyright (c)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.Management.Infrastructure.Runtime.Win 3.0.0
(c) Microsoft 2024
(c) Microsoft Corporation
Copyright (c) Microsoft Corporation
MICROSOFT SOFTWARE LICENSE TERMS
Microsoft.Management.Infrastructure.dll
Microsoft.Management.Infrastructure.Native.dll
Microsoft.Management.Infrastructure.Unmanaged.dll
Mi.dll
Miutils.dll
________________________________________
IF YOU LIVE IN (OR ARE A BUSINESS WITH A PRINCIPAL PLACE OF BUSINESS IN) THE UNITED STATES, PLEASE READ THE “BINDING ARBITRATION AND CLASS ACTION WAIVER” SECTION BELOW. IT AFFECTS HOW DISPUTES ARE RESOLVED.
________________________________________
These license terms are an agreement between you and Microsoft Corporation (or one of its affiliates). They apply to the software named above and any Microsoft services or software updates (except to the extent such services or updates are accompanied by new or additional terms, in which case those different terms apply prospectively and do not alter your or Microsoft’s rights relating to pre-updated software or services). IF YOU COMPLY WITH THESE LICENSE TERMS, YOU HAVE THE RIGHTS BELOW. BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS.
1. INSTALLATION AND USE RIGHTS.
a) General. You may install and use any number of copies of the software solely for use with Microsoft PowerShell.
b) Third Party Software. The software may include third party applications that Microsoft, not the third party, licenses to you under this agreement. Any included notices for third party applications are for your information only.
2. DATA COLLECTION. The software may collect information about you and your use of the software and send that to Microsoft. Microsoft may use this information to provide services and improve Microsoft’s products and services. Your opt-out rights, if any, are described in the product documentation. Some features in the software may enable collection of data from users of your applications that access or use the software. If you use these features to enable data collection in your applications, you must comply with applicable law, including getting any required user consent, and maintain a prominent privacy policy that accurately informs users about how you use, collect, and share their data. You can learn more about Microsoft’s data collection and use in the product documentation and the Microsoft Privacy Statement at aka.ms/privacy. You agree to comply with all applicable provisions of the Microsoft Privacy Statement.
a. Processing of Personal Data. To the extent Microsoft is a processor or subprocessor of personal data in connection with the software, Microsoft makes the commitments in the European Union General Data Protection Regulation Terms of the Online Services Terms to all customers effective May 25, 2018, at http://go.microsoft.com/?linkid=9840733.
3. SCOPE OF LICENSE. The software is licensed, not sold. Microsoft reserves all other rights. Unless applicable law gives you more rights despite this limitation, you will not (and have no right to):
a) work around any technical limitations in the software that only allow you to use it in certain ways;
b) reverse engineer, decompile or disassemble the software;
c) remove, minimize, block, or modify any notices of Microsoft or its suppliers in the software;
d) use the software in any way that is against the law or to create or propagate malware; or
e) share, publish, distribute, or lend the software, provide the software as a stand-alone hosted solution for others to use, or transfer the software or this agreement to any third party.
4. EXPORT RESTRICTIONS. You must comply with all domestic and international export laws and regulations that apply to the software, which include restrictions on destinations, end users, and end use. For further information on export restrictions, visit http://aka.ms/exporting.
5. SUPPORT SERVICES. Microsoft is not obligated under this agreement to provide any support services for the software. Any support provided is “as is”, “with all faults”, and without warranty of any kind.
6. UPDATES. The software may periodically check for updates, and download and install them for you. You may obtain updates only from Microsoft or authorized sources. Microsoft may need to update your system to provide you with updates. You agree to receive these automatic updates without any additional notice. Updates may not include or support all existing software features, services, or peripheral devices.
7. BINDING ARBITRATION AND CLASS ACTION WAIVER. This Section applies if you live in (or, if a business, your principal place of business is in) the United States. If you and Microsoft have a dispute, you and Microsoft agree to try for 60 days to resolve it informally. If you and Microsoft can’t, you and Microsoft agree to binding individual arbitration before the American Arbitration Association under the Federal Arbitration Act (“FAA”), and not to sue in court in front of a judge or jury. Instead, a neutral arbitrator will decide. Class action lawsuits, class-wide arbitrations, private attorney-general actions, and any other proceeding where someone acts in a representative capacity are not allowed; nor is combining individual proceedings without the consent of all parties. The complete Arbitration Agreement contains more terms and is at http://aka.ms/arb-agreement-1. You and Microsoft agree to these terms.
8. TERMINATION. Without prejudice to any other rights, Microsoft may terminate this agreement if you fail to comply with any of its terms or conditions. In such event, you must destroy all copies of the software and all of its component parts.
9. ENTIRE AGREEMENT. This agreement, and any other terms Microsoft may provide for supplements, updates, or third-party applications, is the entire agreement for the software.
10. APPLICABLE LAW AND PLACE TO RESOLVE DISPUTES. If you acquired the software in the United States or Canada, the laws of the state or province where you live (or, if a business, where your principal place of business is located) govern the interpretation of this agreement, claims for its breach, and all other claims (including consumer protection, unfair competition, and tort claims), regardless of conflict of laws principles, except that the FAA governs everything related to arbitration. If you acquired the software in any other country, its laws apply, except that the FAA governs everything related to arbitration. If U.S. federal jurisdiction exists, you and Microsoft consent to exclusive jurisdiction and venue in the federal court in King County, Washington for all disputes heard in court (excluding arbitration). If not, you and Microsoft consent to exclusive jurisdiction and venue in the Superior Court of King County, Washington for all disputes heard in court (excluding arbitration).
11. CONSUMER RIGHTS; REGIONAL VARIATIONS. This agreement describes certain legal rights. You may have other rights, including consumer rights, under the laws of your state, province, or country. Separate and apart from your relationship with Microsoft, you may also have rights with respect to the party from which you acquired the software. This agreement does not change those other rights if the laws of your state, province, or country do not permit it to do so. For example, if you acquired the software in one of the below regions, or mandatory country law applies, then the following provisions apply to you:
a) Australia. You have statutory guarantees under the Australian Consumer Law and nothing in this agreement is intended to affect those rights.
b) Canada. If you acquired this software in Canada, you may stop receiving updates by turning off the automatic update feature, disconnecting your device from the Internet (if and when you re-connect to the Internet, however, the software will resume checking for and installing updates), or uninstalling the software. The product documentation, if any, may also specify how to turn off updates for your specific device or software.
c) Germany and Austria.
i. Warranty. The properly licensed software will perform substantially as described in any Microsoft materials that accompany the software. However, Microsoft gives no contractual guarantee in relation to the licensed software.
ii. Limitation of Liability. In case of intentional conduct, gross negligence, claims based on the Product Liability Act, as well as, in case of death or personal or physical injury, Microsoft is liable according to the statutory law.
Subject to the foregoing clause ii., Microsoft will only be liable for slight negligence if Microsoft is in breach of such material contractual obligations, the fulfillment of which facilitate the due performance of this agreement, the breach of which would endanger the purpose of this agreement and the compliance with which a party may constantly trust in (so-called "cardinal obligations"). In other cases of slight negligence, Microsoft will not be liable for slight negligence.
12. DISCLAIMER OF WARRANTY. THE SOFTWARE IS LICENSED “AS IS.” YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES, OR CONDITIONS. TO THE EXTENT PERMITTED UNDER APPLICABLE LAWS, MICROSOFT EXCLUDES ALL IMPLIED WARRANTIES, INCLUDING MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
13. LIMITATION ON AND EXCLUSION OF DAMAGES. IF YOU HAVE ANY BASIS FOR RECOVERING DAMAGES DESPITE THE PRECEDING DISCLAIMER OF WARRANTY, YOU CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S. $5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES.
This limitation applies to (a) anything related to the software, services, content (including code) on third party Internet sites, or third party applications; and (b) claims for breach of contract, warranty, guarantee, or condition; strict liability, negligence, or other tort; or any other claim; in each case to the extent permitted by applicable law.
It also applies even if Microsoft knew or should have known about the possibility of the damages. The above limitation or exclusion may not apply to you because your state, province, or country may not allow the exclusion or limitation of incidental, consequential, or other damages.
Please note: As this software is distributed in Canada, some of the clauses in this agreement are provided below in French.
Remarque: Ce logiciel étant distribué au Canada, certaines des clauses dans ce contrat sont fournies ci-dessous en français.
EXONÉRATION DE GARANTIE. Le logiciel visé par une licence est offert « tel quel ». Toute utilisation de ce logiciel est à votre seule risque et péril. Microsoft n’accorde aucune autre garantie expresse. Vous pouvez bénéficier de droits additionnels en vertu du droit local sur la protection des consommateurs, que ce contrat ne peut modifier. La ou elles sont permises par le droit locale, les garanties implicites de qualité marchande, d’adéquation à un usage particulier et d’absence de contrefaçon sont exclues.
LIMITATION DES DOMMAGES-INTÉRÊTS ET EXCLUSION DE RESPONSABILITÉ POUR LES DOMMAGES. Vous pouvez obtenir de Microsoft et de ses fournisseurs une indemnisation en cas de dommages directs uniquement à hauteur de 5,00 $ US. Vous ne pouvez prétendre à aucune indemnisation pour les autres dommages, y compris les dommages spéciaux, indirects ou accessoires et pertes de bénéfices.
Cette limitation concerne:
• tout ce qui est relié au logiciel, aux services ou au contenu (y compris le code) figurant sur des sites Internet tiers ou dans des programmes tiers; et
• les réclamations au titre de violation de contrat ou de garantie, ou au titre de responsabilité stricte, de négligence ou d’une autre faute dans la limite autorisée par la loi en vigueur.
Elle s’applique également, même si Microsoft connaissait ou devrait connaître l’éventualité d’un tel dommage. Si votre pays n’autorise pas l’exclusion ou la limitation de responsabilité pour les dommages indirects, accessoires ou de quelque nature que ce soit, il se peut que la limitation ou l’exclusion ci-dessus ne s’appliquera pas à votre égard.
EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous pourriez avoir d’autres droits prévus par les lois de votre pays. Le présent contrat ne modifie pas les droits que vous confèrent les lois de votre pays si celles-ci ne le permettent pas.
---------------------------------------------------------
---------------------------------------------------------
Microsoft.NETCore.Platforms 1.1.1
(c) Microsoft Corporation
Copyright (c) .NET Foundation and Contributors
---------------------------------------------------------
---------------------------------------------------------
madler/zlib 51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf - Zlib
Copyright (c) 2003 Mark Adler
Copyright (c) 2018 Mark Adler
(c) Copyright Henrik Ravn 2004
Copyright (c) Henrik Ravn 2004
Copyright 1995-2024 Mark Adler
Copyright (c) 2003 Cosmin Truta
Copyright (c) 1990-2000 Info-ZIP.
Copyright (c) 1998 by Bob Dellaca
Copyright (c) 2004 by Henrik Ravn
Copyright (c) 1995-2003 Mark Adler
Copyright (c) 1995-2008 Mark Adler
Copyright (c) 1995-2017 Mark Adler
Copyright (c) 1995-2019 Mark Adler
Copyright (c) 1995-2022 Mark Adler
Copyright (c) 1995-2024 Mark Adler
Copyright (c) 2002-2013 Mark Adler
Copyright (c) 2003 by Cosmin Truta
Copyright (c) 2003-2010 Mark Adler
Copyright (c) 2004-2017 Mark Adler
Copyright (c) 2004-2019 Mark Adler
Copyright (c) 2004-2023 Mark Adler
Copyright (c) 2004-2024 Mark Adler
Copyright (c) 1996 L. Peter Deutsch
Copyright (c) 1997,99 Borland Corp.
Copyright (c) 2003, 2012 Mark Adler
Copyright (c) 2004, 2010 Mark Adler
Copyright (c) 2011, 2016 Mark Adler
Copyright (c) 2007-2008 Even Rouault
Copyright (c) 1998-2005 Gilles Vollant
Copyright (c) 1995-1998 Jean-loup Gailly
Copyright (c) 1995-2003 Jean-loup Gailly
Copyright (c) 1995-2003, 2010 Mark Adler
Copyright (c) 1995-2005, 2010 Mark Adler
Copyright (c) 1995-2011, 2016 Mark Adler
Copyright (c) 1995-2017 Jean-loup Gailly
Copyright (c) 1995-2024 Jean-loup Gailly
Copyright (c) 1997,99 Borland Corporation
Copyright (c) 1998 by Andreas R. Kleinert
Copyright (c) 2002-2003 Dmitriy Anisimkov
Copyright (c) 2002-2004 Dmitriy Anisimkov
Copyright (c) 2003, 2012, 2013 Mark Adler
Copyright (c) 2004, 2005, 2012 Mark Adler
Copyright (c) 2004, 2008, 2012 Mark Adler
Copyright (c) 1998 by Jacques Nomssi Nzali
(c) 1995-2022 Jean-loup Gailly & Mark Adler
(c) 1995-2024 Jean-loup Gailly & Mark Adler
Copyright (c) 1995-2003 by Jean-loup Gailly
Copyright (c) 1998-2010 - by Gilles Vollant
(c) 1995-2017 Jean-loup Gailly and Mark Adler
(c) 1995-2022 Jean-loup Gailly and Mark Adler
(c) 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 2005, 2012, 2018, 2023 Mark Adler
Copyright (c) 2007, 2008, 2012, 2018 Mark Adler
Copyright 1995-2024 Jean-loup Gailly and Mark Adler
Copyright (c) 1995-2006, 2011, 2016 Jean-loup Gailly
Copyright (c) 1995-2017 Jean-Loup Gailly, Mark Adler
Copyright (c) 1995-2024 Jean-loup Gailly, Mark Adler
Copyright (c) 1998,1999,2000 by Jacques Nomssi Nzali
Copyright (c) 2003, 2005, 2008, 2010, 2012 Mark Adler
Copyright (c) 2004, 2008, 2012, 2016, 2019 Mark Adler
Copyright (c) 1995-2003 Jean-loup Gailly and Mark Adler
Copyright (c) 1995-2024 Jean-loup Gailly and Mark Adler
copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler
Copyright (c) 1996 L. Peter Deutsch and Jean-Loup Gailly
Copyright (c) 1995-2006, 2010, 2011, 2016 Jean-loup Gailly
Copyright (c) 2009-2010 Mathias Svensson http://result42.com
Copyright (c) 1995-2005, 2014, 2016 Jean-loup Gailly, Mark Adler
Copyright Jean-loup Gailly Osma Ahvenlampi
Copyright 1998-2004 Gilles Vollant - http://www.winimage.com/zLibDll
Copyright (c) 1997 Christian Michelsen Research AS Advanced Computing
Copyright (c) 1995-2003, 2010, 2014, 2016 Jean-loup Gailly, Mark Adler
Copyright (c) 1998 - 2010 Gilles Vollant, Even Rouault, Mathias Svensson
Copyright (c) 1995-2010 Jean-loup Gailly, Brian Raiter and Gilles Vollant
Copyright (c) 1998-2010 Gilles Vollant (minizip) http://www.winimage.com/zLibDll/minizip.html
Copyright notice:
(C) 1995-2022 Jean-loup Gailly and Mark Adler
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
Jean-loup Gailly Mark Adler
jloup@gzip.org madler@alumni.caltech.edu
---------------------------------------------------------
---------------------------------------------------------
tristanpenman/valijson 0b4771e273a065d437814baf426bcfcafec0f434 - BSD-2-Clause
Copyright (c) 2021 Tristan Penman
Copyright (c) 2016, Tristan Penman
Copyright (c) The Internet Society (2005)
Copyright (c) The Internet Society (2006)
Copyright (c) 2011 - 2012 Andrzej Krzemienski
Copyright (c) 2016, Akamai Technologies, Inc.
Copyright (c) 2016 Akamai Technologies Polymorphic
Copyright (c) 2010 IETF Trust and the persons identified as the document authors
Copyright (c) 2012 IETF Trust and the persons identified as the document authors
Copyright (c) 2013 IETF Trust and the persons identified as the document authors
Copyright (c) 2016, Tristan Penman
Copyright (c) 2016, Akamai Technologies, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------
---------------------------------------------------------
open-source-parsers/jsoncpp 9be589598595963f94ba264d7b416d0533421106 - MIT OR OTHER
Copyright (c) 2016 InfoTeCS JSC.
Copyright 2007-2010 The JsonCpp Authors
Copyright 2007-2019 The JsonCpp Authors
Copyright 2007 Baptiste Lepilleur and The JsonCpp Authors
Copyright 2009 Baptiste Lepilleur and The JsonCpp Authors
Copyright 2010 Baptiste Lepilleur and The JsonCpp Authors
Copyright 2011 Baptiste Lepilleur and The JsonCpp Authors
Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
Copyright 2007-2011 Baptiste Lepilleur and The JsonCpp Authors
Copyright (c) 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
Copyright (c) 2007-2010 by Baptiste Lepilleur and The JsonCpp Authors
The JsonCpp library's source code, including accompanying documentation,
tests and demonstration applications, are licensed under the following
conditions...
Baptiste Lepilleur and The JsonCpp Authors explicitly disclaim copyright in all
jurisdictions which recognize such a disclaimer. In such jurisdictions,
this software is released into the Public Domain.
In jurisdictions which do not recognize Public Domain property (e.g. Germany as of
2010), this software is Copyright (c) 2007-2010 by Baptiste Lepilleur and
The JsonCpp Authors, and is released under the terms of the MIT License (see below).
In jurisdictions which recognize Public Domain property, the user of this
software may choose to accept it either as 1) Public Domain, 2) under the
conditions of the MIT License (see below), or 3) under the terms of dual
Public Domain/MIT License conditions described here, as they choose.
The MIT License is about as close to Public Domain as a license can get, and is
described in clear, concise terms at:
http://en.wikipedia.org/wiki/MIT_License
The full text of the MIT License follows:
========================================================================
Copyright (c) 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
========================================================================
(END LICENSE TEXT)
The MIT license is compatible with both the GPL and commercial
software, affording one all of the rights of Public Domain with the
minor nuisance of being required to keep the above copyright notice
and license text in the source code. Note also that by accepting the
Public Domain "license" you can re-license your copy using whatever
license you like.
---------------------------------------------------------
================================================
FILE: PRIVACY.md
================================================
# Data Collection
The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsoft's privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.
================================================
FILE: README.md
================================================
#  Windows Package Manager
## WinGet Client

If you are new to the Windows Package Manager, you might want to [Explore the Windows Package Manager tool](https://docs.microsoft.com/learn/modules/explore-windows-package-manager-tool/?WT.mc_id=AZ-MVP-5004737). The client has access to packages from two default sources. The first is "msstore" the Microsoft Store (free Apps rated "e" for everyone). The second is "winget" the [WinGet community repository](https://github.com/microsoft/winget-pkgs).
> [!NOTE]
> Group policy may be configured and modify configured sources. Run `winget --info` to see any configured policies.
## Installing The Client
> [!NOTE]
> The client requires Windows 10 1809 (build 17763) or later at this time. Windows Server 2019 is not supported as the Microsoft Store is not available nor are updated dependencies. It may be possible to install on Windows Server 2022, this should be considered experimental (not supported) and requires dependencies to be manually installed as well.
### Microsoft Store [Recommended]
The client is distributed within the [App Installer](https://apps.microsoft.com/detail/9nblggh4nns1) package.
### Development Releases
There are a few methods to get development releases:
* Install a [Windows 10 or Windows 11 Insider](https://insider.windows.com/) build.
* Manually update using a development build from our [Releases](https://github.com/microsoft/winget-cli/releases) page.
* Use the `Repair-WinGetPackageManager` cmdlet from the [Microsoft.WinGet.Client](https://www.powershellgallery.com/packages/Microsoft.WinGet.Client/) PowerShell module and use the `-IncludePrerelease` parameter.
> [!NOTE]
> If you decide to install the latest release from GitHub, and you have successfully joined the insider program, you will receive updates when the next development release has been published in the Microsoft Store.
Once you have received the updated App Installer from the Microsoft Store you should be able to execute `winget features` to see experimental features. Some users have reported [issues](https://github.com/microsoft/winget-cli/issues/210) with the client not being on their PATH.
### Manually Update
The same Microsoft Store package will be made available via our [Releases](https://github.com/microsoft/winget-cli/releases). Note that installing this package will give you the WinGet client, but it will not enable automatic updates from the Microsoft Store if you have not joined the Windows Package Manager Insider program.
> [!NOTE]
> You may need to install the [VC++ v14 Desktop Framework Package](https://docs.microsoft.com/troubleshoot/cpp/c-runtime-packages-desktop-bridge#how-to-install-and-update-desktop-framework-packages).
> This should only be necessary on older builds of Windows 10 and only if you get an error about missing framework packages.
### Troubleshooting
Please read our [troubleshooting guide](/doc/troubleshooting/README.md).
## Administrator Considerations
Installer behavior can be different depending on whether you are running **WinGet** with administrator privileges.
* When running **WinGet** without administrator privileges, some applications may [require elevation](https://docs.microsoft.com/windows/security/identity-protection/user-account-control/how-user-account-control-works) to install. When the installer runs, Windows will prompt you to [elevate](https://docs.microsoft.com/windows/security/identity-protection/user-account-control/how-user-account-control-works#the-uac-user-experience). If you choose not to elevate, the application will fail to install.
* When running **WinGet** in an Administrator Command Prompt, you will not see [elevation prompts](https://docs.microsoft.com/windows/security/identity-protection/user-account-control/how-user-account-control-works#the-uac-user-experience) if the application requires it. Always use caution when running your command prompt as an administrator, and only install applications you trust.
### Build your own
You can also [build the client yourself](#building-the-client). While the client should be perfectly functional, we are not ready to provide full support for clients running outside of the official distribution mechanisms yet. Feel free to file an [Issue](https://github.com/microsoft/winget-cli/issues/new/choose), but know that it may get lower prioritization.
## Build Status
[)](https://dev.azure.com/shine-oss/winget-cli/_build/latest?definitionId=10&branchName=master)
## Windows Package Manager Release Roadmap
The plan for delivering the next Windows Package Manager release is described and included in our [discussions](https://github.com/microsoft/winget-cli/discussions/2063), and will be updated as the project proceeds.
## Overview of the Windows Package Manager
The **Windows Package Manager** is a tool designed to help you quickly and easily discover and install those packages that make your PC environment special. By using the **Windows Package Manager**, from one command, you can install your favorite packages:
`winget install `
## Overview
### Client Repository
This winget-cli repository includes the source code designed to build the client. You are encouraged to participate in the development of this client. We have plenty of backlog features in our [Issues](https://github.com/microsoft/winget-cli/issues?q=is%3Aopen+is%3Aissue+milestone%3ABacklog-Client). You can upvote the ones you want, add more, or even [get started on one.](https://github.com/orgs/microsoft/projects/137)
### Sources
The client is built around the concept of sources; a set of packages effectively. Sources provide the ability to discover and retrieve the metadata about the packages so that the client can act on it.
* The default "winget" source includes packages in the [Windows Package Manager Community Repository](https://github.com/microsoft/winget-pkgs).
* The default "msstore" source includes packages in the Microsoft Store.
* It is also possible to host your own private [REST-based](https://github.com/microsoft/winget-cli-restsource) source.
## Building the client
Please follow our [developer guidance](/doc/Developing.md) to build, run & test the client.
## Credit
We would like to thank [Keivan Beigi (@kayone)](https://github.com/kayone) for his work on AppGet which helped us with the initial project direction for Windows Package Manager.
## Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and do, actually grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com. More
information is available in our [CONTRIBUTING.md](/CONTRIBUTING.md) file.
When you submit a pull request, a CLA bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information, please refer to the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
## Data/Telemetry
The winget.exe client is instrumented to collect usage and diagnostic (error) data and sends it to Microsoft to help improve the product.
If you build the client yourself the instrumentation will not be enabled and no data will be sent to Microsoft.
The winget.exe client respects machine-wide privacy settings and users can opt out on their device, as documented in the [Microsoft Windows privacy statement](https://support.microsoft.com/help/4468236/diagnostics-feedback-and-privacy-in-windows-10-microsoft-privacy). In addition, you may also explicitly block telemetry using [settings](https://docs.microsoft.com/windows/package-manager/winget/settings)
In short, to opt out, do one of the following:
**Windows 11**: Go to `Start`, then select `Settings` > `Privacy & Security` > `Diagnostics & feedback` > `Diagnostic data` and unselect `Send optional diagnostic data`.
**Windows 10**: Go to `Start`, then select `Settings` > `Privacy` > `Diagnostics & feedback`, and select `Required diagnostic data`.
See the [privacy statement](PRIVACY.md) for more details.
================================================
FILE: SECURITY.md
================================================
## Security
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet) and [Xamarin](https://github.com/xamarin).
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/security.md/definition), please report it to us as described below.
## Reporting Security Issues
**Please do not report security vulnerabilities through public GitHub issues.**
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/security.md/msrc/create-report).
If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/security.md/msrc/pgp).
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc).
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
* Full paths of source file(s) related to the manifestation of the issue
* The location of the affected source code (tag/branch/commit or direct URL)
* Any special configuration required to reproduce the issue
* Step-by-step instructions to reproduce the issue
* Proof-of-concept or exploit code (if possible)
* Impact of the issue, including how an attacker might exploit the issue
This information will help us triage your report more quickly.
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/security.md/msrc/bounty) page for more details about our active programs.
## Preferred Languages
We prefer all communications to be in English.
## Policy
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/security.md/cvd).
================================================
FILE: SUPPORT.md
================================================
# Support
## How to file issues and get help
This project uses [GitHub issues][gh-issue] to [track bugs][gh-bug] and [feature requests][gh-feature]. Please search the existing issues before filing new issues to avoid duplicates. For new topics, file your bug or feature request as a new issue.
For help and questions about using this project, please look at the [docs site for Windows Package Manager][docs] and our [Contributor's Guide][contributor] if you want to work on WinGet.
## Microsoft Support Policy
Support for Windows Package Manager is limited to the resources listed above.
[gh-issue]: https://github.com/microsoft/winget-cli/issues/new/choose
[gh-bug]: https://github.com/microsoft/winget-cli/issues/new?assignees=&labels=Issue-Bug&projects=&template=Bug_Report.yml
[gh-feature]: https://github.com/microsoft/winget-cli/issues/new?assignees=&labels=Issue-Feature&projects=&template=Feature_Request.yml
[docs]: https://docs.microsoft.com/windows/package-manager
[contributor]: https://github.com/microsoft/winget-cli/blob/master/CONTRIBUTING.md
================================================
FILE: azure-pipelines.loc.yml
================================================
#
# Localization
# This pipeline uploads English strings files to the localization service, downloads any translated
# files which are available, and checks them into git. This pipeline relies on Microsoft-internal
# resources to run.
#
# Expects a variable called LocServiceKey to contain the OAuth client secret for Touchdown.
trigger: none
pr: none
name: $(BuildDefinitionName)_$(date:yyMM).$(date:dd)$(rev:rrr)
jobs:
- job: Localize
pool:
vmImage: windows-latest
variables:
skipComponentGovernanceDetection: true
tdbuildTeamId: 8343
steps:
# Upload client resources
- task: MicrosoftTDBuild.tdbuild-task.tdbuild-task.TouchdownBuildTask@5
displayName: Send resources to Touchdown Build
inputs:
teamId: $(tdbuildTeamId)
authType: FederatedIdentity
FederatedIdentityServiceConnection: AppInstallerTDBuild
isPreview: false
relativePathRoot: src\AppInstallerCLIPackage\Shared\Strings\en-us
resourceFilePath: '*.resw'
outputDirectoryRoot: localization/Resources/
# Upload Group Policy ADML
# Do it as a separate step as we need the result in a different location
- task: MicrosoftTDBuild.tdbuild-task.tdbuild-task.TouchdownBuildTask@5
displayName: Send ADML to Touchdown Build
inputs:
teamId: $(tdbuildTeamId)
authType: FederatedIdentity
FederatedIdentityServiceConnection: AppInstallerTDBuild
isPreview: false
relativePathRoot: doc\admx\en-US
resourceFilePath: '*.adml'
outputDirectoryRoot: Localization\Policies\
- script: |
cd $(Build.SourcesDirectory)
git add -A
git diff --cached --exit-code
echo ##vso[task.setvariable variable=hasChanges]%errorlevel%
git diff --cached > $(Build.ArtifactStagingDirectory)\LocalizedStrings.patch
displayName: Check for changes and create patch file
- task: PublishPipelineArtifact@0
displayName: Publish patch file as artifact
condition: eq(variables['hasChanges'], '1')
inputs:
artifactName: Patch
targetPath: $(Build.ArtifactStagingDirectory)
================================================
FILE: azure-pipelines.yml
================================================
# Commit triggers
trigger:
- master
# PR triggers
pr:
branches:
include:
- master
paths:
include:
- azure-pipelines.yml
- templates/*
- src/*
- schemas/JSON/manifests/*
pool:
vmImage: 'windows-2025'
variables:
solution: 'src\AppInstallerCLI.sln'
EnableDetectorVcpkg: true
# Do not set the build version for a PR build.
jobs:
- job: 'GetReleaseTag'
condition: not(eq(variables['Build.Reason'], 'PullRequest'))
variables:
runCodesignValidationInjection: ${{ false }}
skipComponentGovernanceDetection: ${{ true }}
steps:
- task: PowerShell@2
name: 'GetTag'
displayName: Get Release Tag
inputs:
filePath: 'src\binver\Update-BinVer.ps1'
arguments: '-OutVar'
workingDirectory: 'src'
# Build job creates artifacts for use in test jobs
- job: 'Build'
timeoutInMinutes: 120
dependsOn: 'GetReleaseTag'
condition: always()
strategy:
matrix:
x86_release:
buildConfiguration: 'Release'
buildPlatform: 'x86'
artifactIdentifier: 'x86release'
x64_release:
buildConfiguration: 'Release'
buildPlatform: 'x64'
artifactIdentifier: 'x64release'
variables:
BuildVer: $[counter(dependencies.GetReleaseTag.outputs['GetTag.tag'], 1)]
buildOutDir: $(Build.SourcesDirectory)\src\$(buildPlatform)\$(buildConfiguration)
buildOutDirAnyCpu: $(Build.SourcesDirectory)\src\AnyCPU\$(buildConfiguration)
artifactsDir: $(Build.ArtifactStagingDirectory)\$(buildPlatform)
appxPackageDir: $(Build.ArtifactStagingDirectory)\$(buildPlatform)\AppxPackages
steps:
- task: NuGetToolInstaller@1
displayName: Install Nuget
# Restores all projects, including native (vcxproj) projects
- task: NuGetCommand@2
displayName: Restore Solution
inputs:
restoreSolution: '$(solution)'
# Restore these UAP packages as https://github.com/NuGet/Home/issues/7796 leads to all UAP packages being skipped for restore.
# Even though they don't need any actual restore action, they need the project.assets.json file to be created and a direct restore does that.
- task: NuGetCommand@2
displayName: Restore AppInstallerCLIPackage
inputs:
restoreSolution: 'src\AppInstallerCLIPackage\AppInstallerCLIPackage.wapproj'
- task: NuGetCommand@2
displayName: Restore AppInstallerTestMsixInstaller
inputs:
restoreSolution: 'src\AppInstallerTestMsixInstaller\AppInstallerTestMsixInstaller.wapproj'
# Restores only .NET core projects, but is still necessary, as without this the IndexCreationTool and LocalhostWebServer projects fail to build
- task: DotNetCoreCLI@2
displayName: DotNet Restore
inputs:
command: 'restore'
projects: '**/*.csproj'
- task: CmdLine@2
displayName: Enable Vcpkg Install
inputs:
script: |
$(VCPKG_INSTALLATION_ROOT)\vcpkg.exe integrate install
workingDirectory: '$(VCPKG_INSTALLATION_ROOT)'
- task: PowerShell@2
displayName: Update Binary Version
condition: not(eq(variables['Build.Reason'], 'PullRequest'))
inputs:
filePath: 'src\binver\Update-BinVer.ps1'
arguments: '-TargetFile binver\binver\version.h -BuildVersion $(BuildVer)'
workingDirectory: 'src'
# Build all solutions in the root directory.
- task: VSBuild@1
displayName: Build Solution
inputs:
platform: '$(buildPlatform)'
solution: '$(solution)'
configuration: '$(buildConfiguration)'
msbuildArgs: '/bl:$(artifactsDir)\msbuild.binlog
/p:AppxBundlePlatforms="$(buildPlatform)"
/p:AppxPackageDir="$(appxPackageDir)"
/p:AppxBundle=Always
/p:UapAppxPackageBuildMode=SideloadOnly
/p:WingetCleanIntermediateFiles=true'
maximumCpuCount: true
- task: MSBuild@1
displayName: Build MSIX Test Installer File
inputs:
platform: '$(buildPlatform)'
solution: 'src\AppInstallerTestMsixInstaller\AppInstallerTestMsixInstaller.wapproj'
configuration: '$(buildConfiguration)'
msbuildArguments: '/p:AppxPackageOutput="$(Build.ArtifactStagingDirectory)\AppInstallerTestMsixInstaller.msix"
/p:AppxBundle=Never
/p:UapAppxPackageBuildMode=SideLoadOnly
/p:AppxPackageSigningEnabled=false'
maximumCpuCount: true
- task: CopyFiles@2
displayName: Copy vcpkg logs
inputs:
SourceFolder: $(VCPKG_INSTALLATION_ROOT)\buildtrees
Contents: '**\*.log'
TargetFolder: '$(artifactsDir)\vcpkgLogs'
condition: succeededOrFailed()
- task: CopyFiles@2
displayName: 'Copy specific build artifacts'
inputs:
Contents: |
$(buildOutDir)\WinGetUtil\WinGetUtil.dll
$(buildOutDir)\WinGetUtil\WinGetUtil.pdb
TargetFolder: '$(artifactsDir)'
- task: PowerShell@2
displayName: Create Package Layout
inputs:
filePath: 'src\AppInstallerCLIPackage\Execute-AppxRecipe.ps1'
arguments: '-AppxRecipePath AppInstallerCLIPackage\bin\$(buildPlatform)\$(buildConfiguration)\AppInstallerCLIPackage.build.appxrecipe -LayoutPath $(artifactsDir)\DevPackage -Force -Verbose'
workingDirectory: 'src'
- task: CopyFiles@2
displayName: 'Copy native binaries for Microsoft.WinGet.Client (net8)'
inputs:
SourceFolder: $(buildOutDir)
Contents: |
Microsoft.Management.Deployment.InProc\Microsoft.Management.Deployment.dll
Microsoft.Management.Deployment\Microsoft.Management.Deployment.winmd
WindowsPackageManager\WindowsPackageManager.dll
UndockedRegFreeWinRT\winrtact.dll
TargetFolder: $(buildOutDirAnyCpu)\PowerShell\Microsoft.WinGet.Client\net8.0-windows10.0.26100.0\SharedDependencies\$(BuildPlatform)
flattenFolders: true
- task: CopyFiles@2
displayName: 'Copy native binaries for Microsoft.WinGet.Client (net48)'
inputs:
SourceFolder: $(buildOutDir)
Contents: |
Microsoft.Management.Deployment.InProc\Microsoft.Management.Deployment.dll
Microsoft.Management.Deployment\Microsoft.Management.Deployment.winmd
WindowsPackageManager\WindowsPackageManager.dll
UndockedRegFreeWinRT\winrtact.dll
TargetFolder: $(buildOutDirAnyCpu)\PowerShell\Microsoft.WinGet.Client\net48\SharedDependencies\$(BuildPlatform)
flattenFolders: true
- task: CopyFiles@2
displayName: 'Copy native binaries for Microsoft.WinGet.Configuration'
inputs:
SourceFolder: $(buildOutDir)
Contents: |
Microsoft.Management.Configuration\Microsoft.Management.Configuration.dll
TargetFolder: $(buildOutDirAnyCpu)\PowerShell\Microsoft.WinGet.Configuration\SharedDependencies\$(BuildPlatform)
flattenFolders: true
- task: CopyFiles@2
displayName: 'Copy managed binaries for Microsoft.WinGet.Configuration in arch specific'
inputs:
SourceFolder: $(buildOutDirAnyCpu)
Contents: |
Microsoft.Management.Configuration.Projection\net8.0-windows10.0.26100.0\Microsoft.Management.Configuration.Projection.dll
TargetFolder: $(buildOutDirAnyCpu)\PowerShell\Microsoft.WinGet.Configuration\SharedDependencies\$(BuildPlatform)
flattenFolders: true
- task: CopyFiles@2
displayName: 'Copy Microsoft.WinGet.UnitTests AnyCPU Files'
inputs:
SourceFolder: '$(buildOutDirAnyCpu)\Microsoft.WinGet.UnitTests\net8.0-windows10.0.26100.0'
TargetFolder: '$(artifactsDir)\Microsoft.WinGet.UnitTests\'
CleanTargetFolder: true
OverWrite: true
- task: CopyFiles@2
displayName: 'Copy PowerShell AnyCPU Module Files'
inputs:
SourceFolder: '$(buildOutDirAnyCpu)\PowerShell'
TargetFolder: '$(artifactsDir)\PowerShell'
- task: CopyFiles@2
displayName: 'Copy binaries'
inputs:
SourceFolder: '$(buildOutDir)'
TargetFolder: '$(artifactsDir)'
Contents: |
AppInstallerCLIE2ETests\**
AppInstallerCLITests\**
ComInprocTestbed\**
Microsoft.Management.Configuration\**
Microsoft.Management.Configuration.UnitTests\**
Microsoft.Management.Configuration.OutOfProc\**
- task: CopyFiles@2
displayName: 'Copy Files: WinGetUtilInterop.UnitTests'
inputs:
SourceFolder: '$(Build.SourcesDirectory)\src\WinGetUtilInterop.UnitTests\bin\$(buildPlatform)\$(BuildConfiguration)\net8.0'
TargetFolder: '$(artifactsDir)\WinGetUtilInterop.UnitTests\'
CleanTargetFolder: true
OverWrite: true
- task: CopyFiles@2
displayName: 'Copy WinGetUtil to WinGetUtilInterop.UnitTests folder'
inputs:
Contents: |
$(buildOutDir)\WinGetUtil\WinGetUtil.dll
TargetFolder: '$(artifactsDir)\WinGetUtilInterop.UnitTests\'
flattenFolders: true
- task: CopyFiles@2
displayName: 'Copy LocalhostWebServer to E2ETests'
inputs:
SourceFolder: '$(buildOutDir)\LocalhostWebServer'
TargetFolder: '$(artifactsDir)\E2ETests\LocalhostWebServer'
# Invoke E2E setup to generate the TestLocalIndex; could optimize out some of its steps if needed
- template: templates/e2e-setup.yml
parameters:
sourceDir: $(Build.SourcesDirectory)
localhostWebServerArgs: '-BuildRoot $(artifactsDir)\E2ETests\LocalhostWebServer -StaticFileRoot $(Agent.TempDirectory)\TestLocalIndex -LocalSourceJson $(Build.SourcesDirectory)\src\AppInstallerCLIE2ETests\TestData\localsource.json -TestDataPath $(Build.SourcesDirectory)\src\AppInstallerCLIE2ETests\TestData -ExitBeforeRun'
signingCertOutDir: $(artifactsDir)\E2ETests
- task: CopyFiles@2
displayName: 'Copy TestLocalIndex'
inputs:
SourceFolder: '$(Agent.TempDirectory)\TestLocalIndex'
TargetFolder: '$(artifactsDir)\E2ETests\TestLocalIndex'
- task: CopyFiles@2
displayName: 'Copy TestData'
inputs:
SourceFolder: '$(Build.SourcesDirectory)\src\AppInstallerCLIE2ETests\TestData\'
TargetFolder: '$(artifactsDir)\E2ETests\TestData'
- task: CopyFiles@2
displayName: 'Copy Dev Package Dependencies'
inputs:
SourceFolder: '$(appxPackageDir)\AppInstallerCLIPackage_0.0.2.0_Test\Dependencies\$(buildPlatform)\'
TargetFolder: '$(artifactsDir)\E2ETests\DevPackageDependencies'
- task: CopyFiles@2
displayName: 'Copy test scripts to artifacts'
inputs:
Contents: |
$(Build.SourcesDirectory)\src\PowerShell\scripts\Execute-WinGetTests.ps1
$(Build.SourcesDirectory)\src\PowerShell\tests\**
$(Build.SourcesDirectory)\src\LocalhostWebServer\Run-LocalhostWebServer.ps1
TargetFolder: '$(artifactsDir)\E2ETests\Scripts'
flattenFolders: true
- task: PublishPipelineArtifact@1
displayName: Publish Pipeline Artifacts
inputs:
targetPath: '$(artifactsDir)'
artifact: 'Build.$(artifactIdentifier)'
condition: succeededOrFailed()
- task: ComponentGovernanceComponentDetection@0
displayName: Component Governance
inputs:
scanType: 'Register'
verbosity: 'Verbose'
alertWarningLevel: 'High'
# Test job runs tests using build artifacts
- job: 'Test'
timeoutInMinutes: 120
dependsOn: 'Build'
condition: succeeded('Build')
strategy:
matrix:
x86_release:
buildConfiguration: 'Release'
buildPlatform: 'x86'
artifactIdentifier: 'x86release'
x64_release:
buildConfiguration: 'Release'
buildPlatform: 'x64'
artifactIdentifier: 'x64release'
variables:
buildOutDir: $(Pipeline.Workspace)\Build.$(artifactIdentifier)
artifactsDir: $(Build.ArtifactStagingDirectory)
packageLayoutDir: $(Pipeline.Workspace)\Build.$(artifactIdentifier)\DevPackage
steps:
- task: DownloadPipelineArtifact@2
displayName: 'Download Build Artifacts'
inputs:
artifact: 'Build.$(artifactIdentifier)'
path: '$(buildOutDir)'
- task: PowerShell@2
displayName: Install Tests Dependencies
inputs:
targetType: 'inline'
script: |
Get-ChildItem $(buildOutDir)\E2ETests\DevPackageDependencies -Filter *.appx | %{ Add-AppxPackage $_.FullName }
- task: VisualStudioTestPlatformInstaller@1
displayName: Prepare VSTest for E2E Tests
inputs:
packageFeedSelector: 'nugetOrg'
- task: CmdLine@2
displayName: Start HAM trace
condition: and(succeededOrFailed(), eq(variables['System.debug'], true))
inputs:
script: 'wpr -start $(Build.SourcesDirectory)\tools\HAMTrace\WER.HostActivityManager.wprp -filemode'
- powershell: |
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
Install-Module Microsoft.WinGet.Client -Repository PSGallery -Force
try { Repair-WingetPackageManager -Latest -Verbose } catch { $_.Exception }
Install-WinGetPackage -Id Microsoft.Sysinternals.PsTools -Source winget
displayName: Install Sysinternals PsTools Using Winget
condition: succeededOrFailed()
- task: CmdLine@2
displayName: Complete HAM trace
condition: and(succeededOrFailed(), eq(variables['System.debug'], true))
inputs:
script: 'wpr -stop "$(artifactsDir)\HamTrace.etl"'
- pwsh: |
$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")
PsExec -accepteula -s -i $(buildOutDir)\AppInstallerCLITests\AppInstallerCLITests.exe -logto $(artifactsDir)\AICLI-Unpackaged-System.log -mdmpto $(artifactsDir)\AICLI-Unpackaged-System.mdmp -s -r junit -o $(artifactsDir)\TEST-AppInstallerCLI-Unpackaged-System.xml
displayName: Run Unit Tests Unpackaged Under System Context
workingDirectory: '$(buildOutDir)\AppInstallerCLITests'
condition: succeededOrFailed()
- powershell: |
Uninstall-WinGetPackage -Id Microsoft.Sysinternals.PsTools -Source winget
displayName: Clean up Sysinternals PsTools
condition: succeededOrFailed()
- task: PowerShell@2
displayName: Run Unit Tests Packaged
inputs:
filePath: 'src\AppInstallerCLITests\Run-TestsInPackage.ps1'
arguments: '-Args "~[pips]" -BuildRoot $(buildOutDir) -PackageRoot $(packageLayoutDir) -LogTarget $(artifactsDir)\AICLI-Packaged.log -MdmpTarget $(artifactsDir)\AICLI-Packaged.mdmp -TestResultsTarget $(artifactsDir)\TEST-AppInstallerCLI-Packaged.xml -ScriptWait'
workingDirectory: 'src'
condition: succeededOrFailed()
- task: PublishTestResults@2
displayName: Publish Unit Test Results
inputs:
testResultsFormat: 'JUnit'
testResultsFiles: '$(artifactsDir)\TEST-*.xml'
failTaskOnFailedTests: true
condition: succeededOrFailed()
- task: PowerShell@2
displayName: 'Set program files directory'
inputs:
targetType: 'inline'
script: |
if ("$(buildPlatform)" -eq "x86") {
Write-Host "##vso[task.setvariable variable=platformProgramFiles;]${env:ProgramFiles(x86)}"
} else {
Write-Host "##vso[task.setvariable variable=platformProgramFiles;]${env:ProgramFiles}"
}
condition: succeededOrFailed()
# Resolves resource strings utilized by InProc E2E tests.
- task: CopyFiles@2
displayName: 'Copy resources.pri to dotnet directory'
inputs:
SourceFolder: '$(buildOutDir)\DevPackage'
TargetFolder: '$(platformProgramFiles)\dotnet'
Contents: resources.pri
condition: succeededOrFailed()
# Winmd accessed by test runner process (dotnet.exe)
- task: CopyFiles@2
displayName: 'Copy winmd to dotnet directory'
inputs:
SourceFolder: '$(buildOutDir)\DevPackage'
TargetFolder: '$(platformProgramFiles)\dotnet'
Contents: Microsoft.Management.Deployment.winmd
condition: succeededOrFailed()
- template: templates/e2e-setup.yml
parameters:
sourceDir: $(Build.SourcesDirectory)
localhostWebServerArgs: '-BuildRoot $(buildOutDir)\E2ETests\LocalhostWebServer -StaticFileRoot $(buildOutDir)\E2ETests\TestLocalIndex -SourceCert $(buildOutDir)\E2ETests\TestSigningCert.cer'
- template: templates/e2e-test.template.yml
parameters:
title: "E2E Tests Packaged"
isPackaged: true
filter: "TestCategory!=InProcess&TestCategory!=OutOfProcess"
- template: templates/e2e-test.template.yml
parameters:
title: "Microsoft.Management.Deployment E2E Tests (In-process)"
isPackaged: false
filter: "TestCategory=InProcess"
- template: templates/e2e-test.template.yml
parameters:
title: "Microsoft.Management.Deployment E2E Tests (Out-of-process)"
isPackaged: true
filter: "TestCategory=OutOfProcess"
- task: CopyFiles@2
displayName: 'Copy E2E Tests Package Log to artifacts folder'
inputs:
SourceFolder: '$(temp)\E2ETestLogs'
TargetFolder: '$(artifactsDir)\PackagedLog'
condition: succeededOrFailed()
- task: VSTest@2
displayName: 'Run tests: Microsoft.WinGet.UnitTests'
inputs:
testSelector: 'testAssemblies'
testAssemblyVer2: 'Microsoft.WinGet.UnitTests.dll'
searchFolder: '$(buildOutDir)\Microsoft.WinGet.UnitTests'
codeCoverageEnabled: true
platform: '$(buildPlatform)'
configuration: '$(BuildConfiguration)'
diagnosticsEnabled: true
condition: succeededOrFailed()
- task: VSTest@2
displayName: 'Run tests: WinGetUtilInterop.UnitTests'
inputs:
testSelector: 'testAssemblies'
testAssemblyVer2: 'WinGetUtilInterop.UnitTests.dll'
searchFolder: '$(buildOutDir)\WinGetUtilInterop.UnitTests'
codeCoverageEnabled: true
platform: '$(buildPlatform)'
configuration: '$(BuildConfiguration)'
diagnosticsEnabled: true
condition: succeededOrFailed()
- task: VSTest@2
displayName: 'Run tests: Microsoft.Management.Configuration.UnitTests (InProc)'
inputs:
testRunTitle: Microsoft.Management.Configuration.UnitTests (InProc)
testSelector: 'testAssemblies'
testAssemblyVer2: '**\Microsoft.Management.Configuration.UnitTests.dll'
searchFolder: '$(buildOutDir)\Microsoft.Management.Configuration.UnitTests'
testFiltercriteria: 'Category=InProc'
codeCoverageEnabled: false
platform: '$(buildPlatform)'
configuration: '$(BuildConfiguration)'
diagnosticsEnabled: true
condition: succeededOrFailed()
- task: PowerShell@2
displayName: Prepare for Microsoft.Management.Configuration.UnitTests (OutOfProc)
inputs:
filePath: 'src\Microsoft.Management.Configuration.OutOfProc\Prepare-ConfigurationOOPTests.ps1'
arguments: '-BuildOutputPath $(buildOutDir) -PackageLayoutPath $(packageLayoutDir)'
condition: succeededOrFailed()
- task: VSTest@2
displayName: 'Run tests: Microsoft.Management.Configuration.UnitTests (OutOfProc)'
inputs:
testRunTitle: Microsoft.Management.Configuration.UnitTests (OutOfProc)
testSelector: 'testAssemblies'
testAssemblyVer2: '**\Microsoft.Management.Configuration.UnitTests.dll'
searchFolder: '$(buildOutDir)\Microsoft.Management.Configuration.UnitTests'
testFiltercriteria: 'Category=OutOfProc'
codeCoverageEnabled: true
platform: '$(buildPlatform)'
configuration: '$(BuildConfiguration)'
condition: succeededOrFailed()
- task: PowerShell@2
displayName: Collect logs for Microsoft.Management.Configuration.UnitTests (OutOfProc)
inputs:
filePath: 'src\Microsoft.Management.Configuration.OutOfProc\Collect-ConfigurationOOPTests.ps1'
arguments: '-TargetLocation $(artifactsDir)\ConfigOOPTestsLog'
condition: succeededOrFailed()
- powershell: Get-Process LocalhostWebServer | Stop-Process
displayName: Stop LocalhostWebServer
condition: succeededOrFailed()
- task: PowerShell@2
displayName: 'Copy GA WinGet Log to artifacts folder'
inputs:
targetType: 'inline'
script: |
$source = "$env:LocalAppData\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\DiagOutputDir"
$destination = "$(artifactsDir)\GA_WinGet_Logs"
if (Test-Path $source) {
Copy-Item -Path $source -Destination $destination -Recurse -Force
} else {
Write-Host "WinGet logs not found at $source"
}
condition: succeededOrFailed()
- task: PowerShell@2
displayName: 'Copy Application Event Logs to Artifacts'
inputs:
targetType: 'inline'
script: |
$source = "$env:SystemRoot\System32\winevt\Logs\Application.evtx"
$destination = "$(artifactsDir)\Application.evtx"
if (Test-Path $source) {
Copy-Item -Path $source -Destination $destination -Force
} else {
Write-Host "Application event log not found at $source"
}
condition: succeededOrFailed()
- task: PublishPipelineArtifact@1
displayName: Publish Pipeline Artifacts
inputs:
targetPath: '$(artifactsDir)'
artifact: 'Test.$(artifactIdentifier).$(System.JobAttempt)'
condition: succeededOrFailed()
# Build and test PowerShell module
- job: 'BuildPowerShellModule'
timeoutInMinutes: 120
dependsOn: 'Build'
condition: succeeded('Build')
variables:
buildOutDir: $(Pipeline.Workspace)\Build.x64Release
steps:
- task: DownloadPipelineArtifact@2
displayName: 'Download Build Artifacts'
- task: CopyFiles@2
displayName: 'Copy x64 PowerShell Binaries to Output'
inputs:
SourceFolder: '$(buildOutDir)\PowerShell'
Contents: '**\*'
TargetFolder: '$(Build.ArtifactStagingDirectory)'
- task: CopyFiles@2
displayName: 'Copy x86 PowerShell Binaries to Output'
inputs:
SourceFolder: '$(Pipeline.Workspace)\Build.x86release\PowerShell'
Contents: '**\*'
TargetFolder: '$(Build.ArtifactStagingDirectory)'
- task: PowerShell@2
displayName: Generate Microsoft.WinGet.Client Help Documentation
inputs:
pwsh: true
targetType: inline
script: |
Install-Module -Name platyPS -Force
Import-Module platyPS
New-ExternalHelp -Path '$(Build.SourcesDirectory)\src\PowerShell\Help\Microsoft.WinGet.Client' -OutputPath '$(Build.ArtifactStagingDirectory)\Microsoft.WinGet.Client'
- task: CopyFiles@2
displayName: 'Copy Microsoft.WinGet.DSC module to staging directory'
inputs:
SourceFolder: '$(Build.SourcesDirectory)\src\PowerShell\Microsoft.WinGet.DSC'
Contents: '**\*'
TargetFolder: '$(Build.ArtifactStagingDirectory)\Microsoft.WinGet.DSC'
- task: PowerShell@2
displayName: Install Tests Dependencies
inputs:
targetType: 'inline'
script: |
Get-ChildItem AppxPackages\AppInstallerCLIPackage_0.0.2.0_Test\Dependencies\x64 -Filter *.appx | %{ Add-AppxPackage $_.FullName }
workingDirectory: $(buildOutDir)
- template: templates/e2e-setup.yml
parameters:
sourceDir: $(Build.SourcesDirectory)
localhostWebServerArgs: '-BuildRoot $(buildOutDir)\E2ETests\LocalhostWebServer -StaticFileRoot $(buildOutDir)\E2ETests\TestLocalIndex -SourceCert $(buildOutDir)\E2ETests\TestSigningCert.cer'
- pwsh: .\RunTests.ps1 -testModulesPath $(Build.ArtifactStagingDirectory) -outputPath $(Pipeline.Workspace)\PesterTest -packageLayoutPath $(buildOutDir)\DevPackage
workingDirectory: $(Build.SourcesDirectory)\src\PowerShell\tests\
displayName: Run PowerShell 7 Tests
- powershell: .\RunTests.ps1 -testModulesPath $(Build.ArtifactStagingDirectory) -outputPath $(Pipeline.Workspace)\WPPesterTest
workingDirectory: $(Build.SourcesDirectory)\src\PowerShell\tests\
displayName: Run Windows PowerShell Tests
condition: succeededOrFailed()
- powershell: Get-Process LocalhostWebServer | Stop-Process
displayName: Stop LocalhostWebServer
condition: succeededOrFailed()
- task: PublishTestResults@2
displayName: Publish Pester Test Results PowerShell 7
inputs:
testResultsFormat: 'NUnit'
testResultsFiles: '$(Pipeline.Workspace)\PesterTest\Test*.xml'
failTaskOnFailedTests: true
condition: succeededOrFailed()
- task: PublishTestResults@2
displayName: Publish Pester Test Results Windows PowerShell
inputs:
testResultsFormat: 'NUnit'
testResultsFiles: '$(Pipeline.Workspace)\WPPesterTest\Test*.xml'
failTaskOnFailedTests: true
condition: succeededOrFailed()
- task: PowerShell@2
displayName: Copy WinGet Logs
inputs:
pwsh: true
targetType: inline
script: |
$sourceDir = Join-Path $env:LocalAppData Packages\WinGetDevCLI_8wekyb3d8bbwe\LocalState\DiagOutputDir
$destinationDir = Join-Path $(Build.ArtifactStagingDirectory) WinGetLogs
Copy-Item -Path $sourceDir -Destination $destinationDir -Recurse -Force
condition: succeededOrFailed()
- task: PublishPipelineArtifact@1
displayName: Publish PowerShell Module Artifacts
inputs:
targetPath: '$(Build.ArtifactStagingDirectory)'
condition: succeededOrFailed()
- job: 'Fuzzing'
timeoutInMinutes: 60
condition: not(eq(variables['Build.Reason'], 'PullRequest'))
strategy:
matrix:
x64:
buildConfiguration: 'Fuzzing'
buildPlatform: 'x64'
variables:
buildOutDir: $(Build.SourcesDirectory)\src\$(buildPlatform)\$(buildConfiguration)
artifactsDir: $(Build.ArtifactStagingDirectory)\$(buildPlatform)
steps:
- task: NuGetToolInstaller@1
displayName: Install Nuget
- task: NuGetCommand@2
displayName: Restore Solution
inputs:
restoreSolution: '$(solution)'
- task: CmdLine@2
displayName: Enable Vcpkg Install
inputs:
script: |
$(VCPKG_INSTALLATION_ROOT)\vcpkg.exe integrate install
workingDirectory: '$(VCPKG_INSTALLATION_ROOT)'
- task: VSBuild@1
displayName: Build Fuzzing Artifacts
inputs:
platform: '$(buildPlatform)'
solution: '$(solution)'
configuration: '$(buildConfiguration)'
msbuildArgs: '/bl:$(artifactsDir)\msbuild.binlog'
maximumCpuCount: true
- task: CopyFiles@2
displayName: Copy vcpkg logs
inputs:
SourceFolder: $(VCPKG_INSTALLATION_ROOT)\buildtrees
Contents: '**\*.log'
TargetFolder: '$(artifactsDir)\vcpkgLogs'
condition: succeededOrFailed()
- task: CopyFiles@2
displayName: Copy Fuzzing Artifacts for Publishing
inputs:
SourceFolder: '$(buildOutDir)\WinGetYamlFuzzing'
Contents: '**'
TargetFolder: '$(artifactsDir)'
- task: PublishPipelineArtifact@1
displayName: Publish Fuzzing Artifacts
inputs:
targetPath: '$(artifactsDir)'
condition: succeededOrFailed()
- task: onefuzz-task@0
inputs:
onefuzzOSes: 'Windows'
env:
onefuzzDropDirectory: '$(buildOutDir)\WinGetYamlFuzzing'
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
================================================
FILE: cgmanifest.json
================================================
{
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"Registrations": [
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/microsoft/cpprestsdk.git",
"commitHash": "411a109150b270f23c8c97fa4ec9a0a4a98cdecf"
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/ronomon/pure.git",
"commitHash": "fd54913e65338e678440ae66b3b5022ab23b761b"
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/microsoft/xlang",
"commitHash": "cfe510d0d2b07484fea2c6d77163de017738c100"
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/microsoft/sfs-client.git",
"commitHash": "ff315ecfa2ef2953d8a808e51e8a61a4e0759180"
}
}
},
{
"component": {
"type": "git",
"git": {
"repositoryUrl": "https://github.com/yaml/libyaml.git",
"commitHash": "840b65c40675e2d06bf40405ad3f12dec7f35923"
}
}
}
],
"Version": 1
}
================================================
FILE: doc/Completion.md
================================================
# WinGet Command Line Tab Completion
WinGet offers a `complete` command that can be leveraged by your shell to provide context sensitive tab completion. It allows for completion of command names, argument names, and argument values, dependent on the current command line state.
> Note, this feature was released in [v0.1.42241 Preview](https://github.com/microsoft/winget-cli/releases/tag/v0.1.42241-preview). Please update if you are on an older build.
## Examples
> These examples assume that the tab completion in your shell works similar to PowerShell; repeated presses of tab (`⇥`) will result in cycling through the possible values.
Input | Result | Reason
--- | --- | ---
`winget ⇥` | `winget install` | `install` is the first command below the root
`winget sh⇥` | `winget show` | `show` is the first command that starts with `sh`
`winget source l⇥` | `winget source list` | `list` is the first sub-command of source that starts with `l`
`winget -⇥` | `winget --version` | `--version` is the first argument defined for the root
`winget install power⇥` | `winget install "Power Toys"` | `"Power Toys"` is the first package whose Id, Name, or Moniker starts with `power`
`winget install "Power Toys" --version ⇥` | `winget install "Power Toys" --version 0.19.2` | `0.19.2` is the highest version of Power Toys at the time of writing
## PowerShell
You can add the argument completer to your `$PROFILE`, which will enable it in all subsequent PowerShell sessions.
For more information, see [How to create your profile](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_profiles#how-to-create-a-profile) and [Profiles and execution policy](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_profiles#profiles-and-execution-policy).
Here is the PowerShell command to add to your `$PROFILE`:
```PowerShell
Register-ArgumentCompleter -Native -CommandName winget -ScriptBlock {
param($wordToComplete, $commandAst, $cursorPosition)
[Console]::InputEncoding = [Console]::OutputEncoding = $OutputEncoding = [System.Text.Utf8Encoding]::new()
$Local:word = $wordToComplete.Replace('"', '""')
$Local:ast = $commandAst.ToString().Replace('"', '""')
winget complete --word="$Local:word" --commandline "$Local:ast" --position $cursorPosition | ForEach-Object {
[System.Management.Automation.CompletionResult]::new($_, $_, 'ParameterValue', $_)
}
}
```
## Command Reference
The complete command takes 3 required arguments:
Argument | Description
--- | ---
`--word` | The current word that is being completed; the token that the cursor is located within. Can be empty to indicate no current value at the cursor, but if provided, it must appear as a substring in the command line.
`--commandline` | The entire current command line, including `winget`. See the examples above; everything but the tab character (`⇥`) should be provided to this argument.
`--position` | The current position of the cursor in the command line. Can be greater than the length of the command line string to indicate at the end.
When a word value is provided, the completion operates in replacement mode. It will suggest completions that would fit correctly at this location that also start with the given word value.
When a word value is not provided (an empty value is provided for word, ex. `--word=`), the completion operates in insertion mode. It will suggest completions that would fit as a new value in the cursor's location.
Based on the arguments, the completions suggested can be one of:
1. A sub command :: The cursor is located just after a command and there are sub commands available.
2. An argument specifier :: The cursor is not positioned after an argument specifier that expects a value, and there are arguments available.
3. An argument value :: The cursor is positioned after an argument specifier that expects a value, or a positional argument is expected.
After evaluating all of these cases, the potential completions are output, one on each line. If the completion string contains a space, it is wrapped in quotations.
================================================
FILE: doc/Developing.md
================================================
# Developer guidance
## Prerequisites
* Windows 10 1809 (17763) or later
* [Developer Mode enabled](https://docs.microsoft.com/windows/uwp/get-started/enable-your-device-for-development)
* [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/)
* Or use WinGet to install it ;) (although you may need to adjust the workloads via Tools->Get Tools and Features...)
* The following workloads:
* .NET Desktop Development
* Desktop Development with C++
* Universal Windows Platform Development
* Check [.vsconfig file](../.vsconfig) for full components list
* [Windows SDK for Windows 11 (10.0.26100)](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/)
> [!NOTE]
> You can also get it through `winget install Microsoft.WindowsSDK.10.0.26100` or via Visual Studio > Get Tools and Features > Individual Components > Windows 10 SDK (10.0.26100.0)
* The following extensions:
* [Microsoft Visual Studio Installer Projects](https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.MicrosoftVisualStudio2022InstallerProjects)
## Building the client
1. Clone the repository
2. Configure your system using the [configuration file](../.config/configuration.winget) in the repository. Run one of the following configurations from the project root so relative paths resolve correctly:
- For VS Community: `winget configure .config/configuration.winget`
- For VS Professional: `winget configure .config/configuration.vsProfessional.winget`
- For VS Enterprise: `winget configure .config/configuration.vsEnterprise.winget`
3. Run `vcpkg integrate install` from the Developer Command Prompt / Developer PowerShell for VS 2022. This is a one-time setup step until the configuration file in step 2 is updated to work with vcpkg setup.
Open `winget-cli\src\AppInstallerCLI.sln` in Visual Studio and build. We currently only build using the solution; command-line methods of building a VS solution should work as well.
## Running and Debugging
After the build finishes, deploy the solution from Build > Deploy Solution. You can then run the client from the command line using `wingetdev`.
To enable step-through debugging, right click on `AppInstallerCLIPackage` in the Solution Explorer, select Properties, and navigate to the Debug tab. In the Debugger type selection, change "Application process" and "Background task process" to "Native Only". This will allow you to add breakpoints and step through the code. The main entry point for the client is in `src/AppInstallerCLI/main.cpp`
The best way to debug the client is to select `Do not launch, but debug my code when it starts` in the `Debug` tab and start the debugging session with F5. You can then use the `wingetdev` command in a terminal session, or any PowerShell code for COM API interaction, which will get picked up by the debugger.
## Running Unit Tests
The unit tests are located inside the `AppInstallerCLITests` project. When the solution is built, all tests are compiled under `src///AppInstallerCLITests`. An executable `AppInstallerCLITests.exe` is generated in this directory to run the tests. Run `AppInstallerCLITests.exe` from the command line to execute the tests. To see all available options, run `AppInstallerCLITests.exe --help`.
> [!TIP]
> If you just want to run a particular test, you can specify the test name as an argument to the executable. For example, `AppInstallerCLITests.exe EnsureSortedErrorList`.
================================================
FILE: doc/ReleaseNotes.md
================================================
## New in v1.29
# New Feature: Source Priority
> [!NOTE]
> Experimental under `sourcePriority`; defaulted to disabled.
With this feature, one can assign a numerical priority to sources when added or later through the `source edit`
command. Sources with higher priority are sorted first in the list of sources, which results in them getting put first
in the results if other things are equal.
> [!TIP]
> Search result ordering in winget is currently based on these values in this order:
> 1. Match quality (how well a valid field matches the search request)
> 2. Match field (which field was matched against the search request)
> 3. Source order (was always relevant, but with priority you can more easily affect this)
Beyond the ability to slightly affect the result ordering, commands that primarily target available packages
(largely `install`) will now prefer to use a single result from a source with higher priority rather than prompting for
disambiguation from the user. Said another way, if multiple sources return results but only one of those sources has
the highest priority value (and it returned only one result) then that package will be used rather than giving a
"multiple packages were found" error. This has been applied to both winget CLI and PowerShell module commands.
### REST result match criteria update
Along with the source priority change, the results from REST sources (like `msstore`) now attempt to correctly set the
match criteria that factor into the result ordering. This will prevent them from being sorted to the top automatically.
## Minor Features
### --no-progress flag
Added a new `--no-progress` command-line flag that disables all progress reporting (progress bars and spinners). This flag is universally available on all commands and takes precedence over the `visual.progressBar` setting. Useful for automation scenarios or when running WinGet in environments where progress output is undesirable.
### Authenticated GitHub API requests in PowerShell module
The PowerShell module now automatically uses `GH_TOKEN` or `GITHUB_TOKEN` environment variables to authenticate GitHub API requests. This significantly increases the GitHub API rate limit, preventing failures in CI/CD pipelines. Use `-Verbose` to see which token is being used.
## Bug Fixes
================================================
FILE: doc/Settings.md
================================================
# WinGet CLI Settings
You can configure WinGet by editing the `settings.json` file. Running `winget settings` will open the file in the default json editor; if no editor is configured, Windows will prompt for you to select an editor, and Notepad is a sensible option if you have no other preference.
## File Location
Settings file is located in %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\settings.json
If you are using the non-packaged WinGet version by building it from source code, the file will be located under %LOCALAPPDATA%\Microsoft\WinGet\Settings\settings.json
If you are creating a settings file from scratch, make sure that the line `"$schema": "https://aka.ms/winget-settings.schema.json",` is in it.
## Source
The `source` settings involve configuration to the WinGet source.
```json
"source": {
"autoUpdateIntervalInMinutes": 3
},
```
### autoUpdateIntervalInMinutes
A positive integer represents the update interval in minutes. The check for updates only happens when a source is used. A zero will disable the check for updates to a source. Any other values are invalid.
- Disable: 0
- Default: 15
To manually update the source use `winget source update`
## Visual
The `visual` settings involve visual elements that are displayed by WinGet
### progressBar
Style of the progress spinner and bar that WinGet displays when not specified by arguments. In addition, all options except `disabled` send [Virtual Terminal progress](https://conemu.github.io/en/AnsiEscapeCodes.html#ConEmu_specific_OSC) updates that any supporting terminal may display visually.
> [!NOTE]
> You can also disable progress output for a single command using the `--no-progress` flag, which takes precedence over this setting.
|Value|Description|Release|
|---|---|---|
|`accent` (default)|Use the [Windows Accent color](https://support.microsoft.com/en-us/windows/change-colors-in-windows-d26ef4d6-819a-581c-1581-493cfcc005fe)|1.0|
|`retro`|Use the current foreground terminal color|1.0|
|`rainbow`|Progress through a rainbow of colors|1.0|
|`sixel`|Use sixel images; requires a terminal that supports displaying sixels, such as [Windows Terminal](https://github.com/microsoft/terminal/releases) 1.22.2362 or later|1.9|
|`disabled`|No progress will be displayed|1.9|
```json
"visual": {
"progressBar": "accent"
},
```
### anonymizeDisplayedPaths
Replaces some known folder paths with their respective environment variable. Defaults to true.
```json
"visual": {
"anonymizeDisplayedPaths": true
},
```
### enableSixels
Enables output of sixel images in certain contexts. Defaults to false.
```json
"visual": {
"enableSixels": true
},
```
## Install Behavior
The `installBehavior` settings affect the default behavior of installing and upgrading (where applicable) packages.
### Disable Install Notes
The `disableInstallNotes` behavior affects whether installation notes are shown after a successful install. Defaults to `false` if value is not set or is invalid.
```json
"installBehavior": {
"disableInstallNotes": true
},
```
### Portable Package User Root
The `portablePackageUserRoot` setting affects the default root directory where packages are installed to under `User` scope. This setting only applies to packages with the `portable` installer type. Defaults to `%LOCALAPPDATA%/Microsoft/WinGet/Packages/` if value is not set or is invalid.
> Note: This setting value must be an absolute path.
```json
"installBehavior": {
"portablePackageUserRoot": "C:/Users/FooBar/Packages"
},
```
### Portable Package Machine Root
The `portablePackageMachineRoot` setting affects the default root directory where packages are installed to under `Machine` scope. This setting only applies to packages with the `portable` installer type. Defaults to `%PROGRAMFILES%/WinGet/Packages/` if value is not set or is invalid.
> Note: This setting value must be an absolute path.
```json
"installBehavior": {
"portablePackageMachineRoot": "C:/Program Files/Packages/Portable"
},
```
### Skip Dependencies
The 'skipDependencies' behavior affects whether dependencies are installed for a given package. Defaults to 'false' if value is not set or is invalid.
```json
"installBehavior": {
"skipDependencies": true
},
```
### Archive Extraction Method
The `archiveExtractionMethod` behavior affects how installer archives are extracted. Currently there are two supported values: `Tar` or `ShellApi`.
`Tar` indicates that the archive should be extracted using the tar executable ('tar.exe') while `shellApi` indicates using the Windows Shell API. Defaults to `shellApi` if value is not set or is invalid.
```json
"installBehavior": {
"archiveExtractionMethod": "tar" | "shellApi"
},
```
### Preferences and Requirements
Some of the settings are duplicated under `preferences` and `requirements`. `preferences` affect how the various available options are sorted when choosing the one to act on. For instance, the default scope of package installs is for the current user, but if that is not an option then a machine level installer will be chosen. `requirements` filter the options, potentially resulting in an empty list and a failure to install. In the previous example, a user scope requirement would result in no applicable installers and an error.
Any arguments passed on the command line will effectively override the matching `requirement` setting for the duration of that command.
> [!NOTE]
>
> - These settings are only applied for the `winget install` command.
> - Other commands like `winget configure` are not affected by these settings.
### Scope
The `scope` behavior affects the choice between installing a package for the current user or for the entire machine. The matching parameter is `--scope`, and uses the same values (`user` or `machine`).
```json
"installBehavior": {
"preferences": {
"scope": "user"
}
},
```
### Locale
The `locale` behavior affects the choice of installer based on installer locale. The matching parameter is `--locale`, and uses bcp47 language tag.
```json
"installBehavior": {
"preferences": {
"locale": [ "en-US", "fr-FR" ]
}
},
```
### Architectures
The `architectures` behavior affects what architectures will be selected when installing a package. The matching parameter is `--architecture`. Note that only architectures compatible with your system can be selected.
```json
"installBehavior": {
"preferences": {
"architectures": ["x64", "arm64"]
}
},
```
### Installer Types
The `installerTypes` behavior affects what installer types will be selected when installing a package. It can also determine which type to install by default if a manifest has multiple types: The list is in priority order, with the first listed type being preferred over the others, and so on. This is convenient for users who for instance prefer portable packages or MSIX/AppX installations. The matching parameter is `--installer-type`, which will override the settings.
Allowed values as of version 1.12.470 include: `appx`, `burn`, `exe`, `font`, `inno`, `msi`, `msix`, `msstore`, `nullsoft`, `portable`, `wix`, `zip`
By default, and with all other properties being equal, WinGet defaults to the installer type that is listed first in the manifest's installer YAML if the package has not been installed yet. If it is already installed, the same installer type will be required to ensure a proper upgrade.
```json
"installBehavior": {
"preferences": {
"installerTypes": ["msi", "msix"]
}
},
```
### Default install root
The `defaultInstallRoot` affects the install location when a package requires one. This can be overridden by the `--location` parameter. This setting is only used when a package manifest includes `InstallLocationRequired`, and the actual location is obtained by appending the package ID to the root.
```json
"installBehavior": {
"defaultInstallRoot": "C:/installRoot"
},
```
### Maximum resumes
The `maxResumes` setting determines the maximum number of times that a command may be resumed automatically. The default value is 3.
```json
"installBehavior": {
"maxResumes": 3
},
```
> Note: [The resume behavior is an experimental feature.](#resume)
## Uninstall Behavior
The `uninstallBehavior` settings affect the default behavior of uninstalling (where applicable) packages.
### Purge Portable Package
The `purgePortablePackage` behavior affects the default behavior for uninstalling a portable package. If set to `true`, uninstall will remove all files and directories relevant to the `portable` package. This setting only applies to packages with the `portable` installer type. Defaults to `false` if value is not set or is invalid.
```json
"uninstallBehavior": {
"purgePortablePackage": true
},
```
## Configure Behavior
The `configureBehavior` settings affect the default behavior of applying a configuration.
### Default Module Root
The `defaultModuleRoot` behavior affects the default root directory where modules are installed to. Defaults to `%LOCALAPPDATA%/Microsoft/WinGet/Configuration/Modules` if value is not set or is invalid.
> Note: This setting value must be an absolute path.
```json
"configureBehavior": {
"defaultModuleRoot": "C:/Program Files/Modules/"
},
```
## Telemetry
The `telemetry` settings control whether winget writes ETW events that may be sent to Microsoft on a default installation of Windows.
See [details on telemetry](../README.md#datatelemetry), and our [primary privacy statement](../PRIVACY.md).
### disable
```json
"telemetry": {
"disable": true
},
```
If set to true, the `telemetry.disable` setting will prevent any event from being written by the program.
## Logging
The `logging` settings control the level of detail in log files.
### level
`--verbose-logs` will override this setting and always creates a verbose log.
Defaults to `info` if value is not set or is invalid.
```json
"logging": {
"level": "verbose" | "info" | "warning" | "error" | "critical"
},
```
### channels
The valid values in this array are defined in the function `GetChannelFromName` in the [logging code](../src/AppInstallerSharedLib/AppInstallerLogging.cpp). These align with the ***channel identifier*** found in the log files. For example, ***`CORE`*** in:
```plaintext
2023-12-06 19:17:07.988 [CORE] WinGet, version [1.7.0-preview], activity [{24A91EA8-46BE-47A1-B65C-CEBCE90B8675}]
```
In addition, there are special values that cover multiple channels. `default` is the default set of channels, while `all` is all of the channels. Invalid values are ignored.
```json
"logging": {
"channels": ["default"]
},
```
### file
The `file` settings control the log files generated by winget during operation. These settings apply to the automatic cleanup that happens whenever a Windows Package Manager process is run.
They only apply to the default log location, which contains winget logs, AppInstaller logs (the MSIX install UI), and is the default location where installer logs are placed.
The automatic cleanup happens at the beginning of the process, so the log file(s) generated by the current process will not be considered in the limits.
|Setting|Description|Default|Note|
|---|---|---|---|
|`ageLimitInDays`|The maximum age, in days, of files in the log directory; older files are deleted.|7 (days)|Set to 0 to disable this limit.|
|`totalSizeLimitInMB`|The maximum size, in megabytes, of all files in the log directory; the oldest files are deleted first.|128 (MB)|Set to 0 to disable this limit.|
|`countLimit`|The maximum number of files in the log directory; the oldest files are deleted first.|0|Set to 0 (the default) to disable this limit.|
These settings apply to the log files that winget writes, only as they are being written. They do not apply to files written by installers or the AppInstaller UI.
|Setting|Description|Default|Note|
|---|---|---|---|
|`individualSizeLimitInMB`|The maximum size, in megabytes, of an individual log file. If a file would exceed this limit, the logs will wrap. Note that this limit is approximate and the actual files may exceed it by a few bytes.|16 (MB)|Set to 0 to disable this limit.|
```json
"logging": {
"file": {
"ageLimitInDays": 7,
"totalSizeLimitInMB": 128,
"countLimit": 0,
"individualSizeLimitInMB": 16,
}
},
```
## Network
The `network` settings influence how winget uses the network to retrieve packages and metadata.
### Downloader
The `downloader` setting controls which code is used when downloading packages. The default is `default`, which may be any of the options based on our determination.
`wininet` uses the [WinINet](https://docs.microsoft.com/windows/win32/wininet/about-wininet) APIs, while `do` uses the
[Delivery Optimization](https://support.microsoft.com/windows/delivery-optimization-in-windows-10-0656e53c-15f2-90de-a87a-a2172c94cf6d) service.
The `doProgressTimeoutInSeconds` setting updates the number of seconds to wait without progress before fallback. The default number of seconds is 60, minimum is 1 and the maximum is 600.
```json
"network": {
"downloader": "do",
"doProgressTimeoutInSeconds": 60
}
```
## Interactivity
The `interactivity` settings control whether winget may show interactive prompts during execution. Note that this refers only to prompts shown by winget itself and not to those shown by package installers.
### disable
```json
"interactivity": {
"disable": true
},
```
If set to true, the `interactivity.disable` setting will prevent any interactive prompt from being shown.
## Experimental Features
To allow work to be done and distributed to early adopters for feedback, settings can be used to enable "experimental" features.
The `experimentalFeatures` settings involve the configuration of these "experimental" features. Individual features can be enabled under this node. The example below shows sample experimental features.
```json
"experimentalFeatures": {
"experimentalCmd": true,
"experimentalArg": false
},
```
### directMSI
This feature enables the Windows Package Manager to directly install MSI packages with the MSI APIs rather than through msiexec.
Note that when silent installation is used this is already in affect, as MSI packages that require elevation will fail in that scenario without it.
You can enable the feature as shown below.
```json
"experimentalFeatures": {
"directMSI": true
},
```
### resume
This feature enables support for some commands to resume.
You can enable the feature as shown below.
```json
"experimentalFeatures": {
"resume": true
},
```
### fonts
This feature enables support for fonts via `winget settings`. The `winget font list` command will list installed font families and the number of installed font faces.
```json
"experimentalFeatures": {
"fonts": true
},
```
### sourcePriority
This feature enables sources to have a priority value assigned. Sources with a higher priority will appear earlier in search results and will be selected for installing new packages when multiple sources have a matching package.
Note that search result ordering is dependent on several factors, and source priority is the lowest field in that currently (match quality and field are more important).
```json
"experimentalFeatures": {
"sourcePriority": true
},
```
================================================
FILE: doc/admx/DesktopAppInstaller.admx
================================================