Sean Williams
Sean Williams
Copying some more details from https://github.com/PowerShell/PSResourceGet/issues/1486#issuecomment-1874786366: * The version of PSPackageProject on PSGallery doesn't seem to work with this project: * The expected config file names differ (package.config.json vs pspackageproject.json)...
It looks like #866 was supposed to add this functionality, but type coercion appears to be broken: ```console PS C:\> [Microsoft.PowerShell.PSResourceGet.UtilClasses.PSCredentialInfo](Get-SecretInfo -Vault "Default" -Name "Artifactory") Cannot convert the "Microsoft.PowerShell.SecretManagement.SecretInformation" value...
@SydneyhSmith Can your team shed some light on what the [approximate] expected release cadence will be for the next patch release (presumably 1.0.2)? Even a rough scale (days, weeks, months,...
(Somehow I missed the pre-release entry for 1.1.0-preview1 on GitHub. Apologies for the confusion! I've edited the issue accordingly.)
I ended up installing MSYS2 with MinGW64 variants of GCC, Go, and Make on my machine - I was able to build, however roughly 1% of tests are failing. From...