Crescendo icon indicating copy to clipboard operation
Crescendo copied to clipboard

a module for wrapping native applications in a PowerShell function and module

Results 28 Crescendo issues
Sort by recently updated
recently updated
newest added

When using the command `Export-CrescendoModule` to generate an updated module, the module manifest (.psd1) file is also rewritten from scratch. This file often contains customizations and adaptations to the module...

Issue-Enhancement
Resolution-Fixed
Issue-Triaged

Today I was attempting to write wrappers around some binaries used at my company. These binaries write to stderr when an error is encountered. Unfortunately, the generated functions use the...

Issue-Enhancement
Resolution-Fixed
Issue-Triaged

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/Microsoft.PowerShell.Crescendo) - [X] Search the existing issues. ###...

Needs-Author Feedback
Issue-Triaged
Issue-Answered

### Summary of the new feature / enhancement In the comment at the beginning of the generated module add the current version of the Crescendo module and/or the version of...

Issue-Enhancement
Resolution-Fixed
Issue-Triaged

`Export-CrescendoCommand` calls the `ExportConfigurationFile` method of the command object. This generates json which looks like this ``` { "Verb": "Install", ... } ``` `Export-CrescendoModule` expects to find JSON which looks...

Issue-Enhancement
Issue-Triaged

In my OutputHandler I'm trying to include some basic error handling. I want to be able to include a command in the handler like ```powershell Write-Warning "Failed to find a...

Issue-Enhancement
Needs-Author Feedback
Issue-Triaged

So "Project Site" doesn't appear when looking at the package on the PowerShell gallery

Issue-Bug
Resolution-Fixed
Issue-Triaged

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/Microsoft.PowerShell.Crescendo) - [X] Search the existing issues. ###...

Issue-Bug
Resolution-Fixed
Issue-Triaged

The binary I'm working with takes a comma-delimited list of strings. I would like to take in a `string[]` and simply `-join ''` at runtime. Args list should look like...

Issue-Enhancement
Issue-Triaged

If you it's available you can put it in the JSON, but intellisense won't suggest it if it isn't in the schema.

Issue-Bug
Resolution-Fixed
Issue-Triaged