Kris Borowinski

Results 45 comments of Kris Borowinski

**OMG!** I have wasted whole day trying to port module with custom C# type definitions to PS Core just to find that when _ReferencedAssemblies_ parameter is specified the _Add-Type_ does...

I think it's related to the [following issue](https://github.com/PowerShell/PowerShell/issues/16870#issuecomment-1054848038).

It just happened again, this time on *PowerShell Core 7.2.4*: ![pwsh_7_2_4_dbatools_exception](https://user-images.githubusercontent.com/16168755/169072418-b64024ba-de2d-4da8-a1fd-8cf84387288c.jpg) Exception: ```powershell PSMessageDetails : Exception : System.Management.Automation.CommandNotFoundException: The 'test-KBInfrastructure' command was found in the module 'KBInfrastructureTesting', but the module...

@christianacca @Jaykul Is there a way to silently exit *Begin* block without running *Process* or *End* block when user calls following function with ```-ErrorAction -SilentlyContinue```? Let say that I have...

@Jaykul Exactly, in this case I don't care about *Get-Something* output (it just *best-effort* function). The reason I want to fail early (exit in *begin* block) is that I don't...

Oh, it is in the parameter block of the called function so in the correct place, just the view is not updated: ```powershell 24: #> 25: [CmdletBinding()] 26: [OutputType([Management.Automation.PSCredential])] 27:...

@omniomi Could you have a look at enumerator coloring in spare time? (#29)

@MVKozlov : Question, I am using your *PerJobTimeout* branch on daily basis. Do you plan to merge it with your *master*? I am asking because you have just merged *probx#200*...

@MVKozlov: If *PerJobTimeout* branch is merged with master then I think that it would be good idea to remove it. The same with *PreserveJobsOrder*