Josh Hendricks

Results 12 issues of Josh Hendricks

I made this fix before I discovered the issue was reported already in #86 and a solution was offered by @lipkau in #91. Sharing here as a PR in case...

## Description The `Initialize-PSBuild` function was not compatible with .NET Framework / PowerShell 5.1 due to the use of the `System.IO.Path.IsPathFullyQualified()` method, introduced with the fix for #27. I changed...

Thanks for collecting so many PowerShell module build features in one place - I really appreciate this module and the well-thought collection of tasks/variables! I spent a few minutes looking...

## Problem(?) There are several functions triggering PSScriptAnalyzer's `PSUseProcessBlockForPipelineCommand` rule because they accept pipeline input and do not have an explicit `process` block. Without a process block, only the last...

Hi @dfinke, Are you open to a PR to change the way the module is "built" for testing and publishing to reduce the amount of time it takes to import...

I typically declare dependencies in a file in my repos, most often in a PSD1 file used by PSDepend. Since I want to support easy bootstrapping of a local development...

documentation
enhancement
PSResourceGet

**Is your feature request related to a problem? Please describe.** When an image is in a file on the filesystem, you currently have to read that file into a byte...

enhancement

Right now the functions sending HTTP requests each have their own HTTP response handling where we check for an exception on the Invoke-RestMethod and pull out the API response if...

enhancement

I recently heard about PlatyPS for doing help documentation in markdown syntax. Haven't used it yet but this seems like a great project to try it out on. This would...

documentation
enhancement

Currently PowerShellBuild accepts several options to control how Pester is invoked through the `$PSBPreference` variable. However, there are more Pester options available if you go the "advanced" route and pass...

enhancement