Skip to content
This repository was archived by the owner on Jan 29, 2022. It is now read-only.
This repository was archived by the owner on Jan 29, 2022. It is now read-only.

Cmdlet "Set-content" is in conflict with PowerShell built-in cmdlet "set-content" #6

@RichieRoxx

Description

@RichieRoxx

Steps to reproduce

When crmpowershell-module is installed other scripts that use "set-content" expect to use the built-in cmdlet of PowerShell while they actually use the "set-content" of crmpowershell which has a different functionality. Example is:

Visual Studio Code Powershell Language Services has a Start-EditorServices.ps1 which uses "set-content" and fails at start: PowerShell/vscode-powershell#1331


Expected behavior

since there is a "set-crmcontent"-cmdlet which does the same, "set-content" could be removed?!


Actual behavior

Environment data

v1.3.1.2

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions