Powershell 7.1의 새로운 기능
3673 단어 powershellspanish
라스 프린시펄은 PowerShell 7.1 개정판에서 개정되었습니다.
.NET Core 5.0 구성
PowerShell Core의 Cada 버전은 .NET Core의 새 버전과 상관 관계가 있습니다. .NET Core 3.1(LTS) 기반의 PowerShell 7.0, .NET 5.0 기반의 PowerShell 7.1. PowerShell Core의 모든 다운로드 버전은 LTS(Largo Plaza) 및 버전 설정을 지원하는 elegir entre ediciones입니다. PowerShell 7.1은 Powershell 7.0.3에서 LTS와 함께 사용할 수 있는 버전입니다.
PSReadLine 2.1.0 포함
El autocompletado con Tab existe hace mucho tiempo en varios IDE de programación, esto permite escribir solo una parte de un comando, pulsar Tab y el comando completo se escriba automáticamente. 금지 사항은 PowerShell의 cmdlet에 존재하는 것, Azure PowerShell의 cmdlet에 포함된 것, Tab의 전체 기능을 포함하는 것, 아직 작동하지 않음, 작동하지 않는 것입니다.
Predictive Intellisense es la próxima evolución del autocompletado con Tab, ya que predice qué comando es posible que desee ingresar según el historial del cmdlet. Predictive Intellisense는 PSReadLine을 모듈로 사용할 수 있습니다. PowerShell 7.1 이전 버전은 PSReadLine 모듈을 설치하기 위해 설치해야 하는 시대입니다. PowerShell 7.1에 PSReadLine 2.1.0 모듈을 설치하려면 단독으로 cmdlet을 조정해야 합니다.
Set-PSReadLineOption -PredictionSource History
Luego de habilitar el modulo, cuando se escribe un cmdlet verá una sugerencia basada en Predictive Intellisense. 예를 들어, PSReadLine 모듈을 설치할 필요 없이 이미 이미지에 저장하려면 PowerShell 7.1에 미리 결정된 모듈을 포함해야 합니다.Microsoft Store의 Publicado
PowerShell Core에서 다운로드할 수 있는 가능성이 있는 Microsoft 스토어를 다운로드할 수 있습니다. PowerShell 7.1에 대한 이전 버전, PowerShell에 대한 새로운 버전이 필요한 시대página oficial de PowerShell en GitHub . Para quienes ejecutan de PowerShell como parte de la Tienda Windows permitirá encontrar, descargar e instalar PowerShell Core con menos esfuerzo, adicionalmente esto incluye que Microsoft Store permite realizar las actualizaciones disponibles junto con las actualizaciones regulares que se muestran en la tienda .
마지막으로, Microsoft는 PowerShell 7.1 버전의 문제를 해결하고 정정 오류를 수정하기 위해 문제를 해결하기 위해 이전 버전을 열거했지만 Ubuntu 20.04와 호환되는 Ubuntu 20.04를 포함하여 PowerShell 7.0은 이전 시대가 아닙니다.
Para ver una lista completa de las nuevas funciones específicas, las actualizaciones de cmdlet y otras mejoras en esta version, ingrese a https://docs.microsoft.com/en-us/powershell/scripting/whats-new/what-s-new-in-powershell-71?view=powershell-7.1 .
Reference
이 문제에 관하여(Powershell 7.1의 새로운 기능), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/jarvars/novedades-en-powershell-7-1-2i80텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)