Laurent Dardenne

Results 16 issues of Laurent Dardenne

Get-NextNugetPackageVersion return 0.0.1 when a package do not exist : ```Powershell Get-NextNugetPackageVersion NotExist Major Minor Build Revision ----- ----- ----- -------- 0 0 1 -1 ```` In this case may...

## General summary of the issue New-PesterConfiguration throw an exception when the 'Run.Path' content $null ## Describe your environment Pester version : 5.2.2 C:\Program Files\WindowsPowerShell\Modules\Pester\5.2.2\Pester.psm1 PowerShell version : 5.1.19041.1023 OS...

### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. - [X] I have...

Issue-Bug
Up for Grabs
Area-Script Analysis

Steps to reproduce ------------------ ```PowerShell $s=@' Function Test{ [CmdletBinding()] param() [System.Windows.Forms.MessageBox]::Show('Message', 'text',0, 16) > $null } '@ Invoke-ScriptAnalyzer -ScriptDefinition $s ``` Expected behavior ----------------- ```none No error ``` Actual behavior...

Issue - Enhancement
Up-for-Grabs

### 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

This [function](https://github.com/LaurentDardenne/ProjectTools/blob/master/Edit-String.ps1) contains a lots of private functions : ``` powershell Edit-String # MAIN function New-Exception Test-InputObjectProperty ConvertTo-String Convert-DictionnaryEntry New-ObjectReplaceInfo isParameterWellFormed BuildList ``` They are all present into the 'Tags'...

Issue-Discussion
Up-For-Grabs

### Question For a local repository _Publish-PSResource_ must it respect the versioning indicated in this [doc ](https://learn.microsoft.com/en-us/powershell/gallery/concepts/module-prerelease-support?view=powershellget-2.x&viewFallbackFrom=powershell-5.1) ? With Microsoft.PowerShell.PSResourceGet v**0.5.23** this is not the case : ```powershell Get-PSResourceRepository Name...

Area-Publish
Area-Docs
Needs-Attention :wave:

### 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/PSResourceGet) - [X] Search the existing issues. ###...

Issue-Bug
Area-Find

### 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/PSResourceGet) - [X] Search the existing issues. ###...

Issue-Bug
Area-Find

### 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/PSResourceGet) - [X] Search the existing issues. ###...

Area-PSRepository
feature_request