Dan Thompson

Results 20 issues of Dan Thompson

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

WG-Engine
Needs-Triage

## General summary of the issue This is somewhere in between "problem" and "feature request" I think. The problem is that if I have a ScriptBlock that I got from...

Mocking

## General summary of the issue The `Should-InvokeInternal` worker function is missing the `$Because` parameter. The `Should-Invoke` function *does* have the `-Because` parameter, and it turns around and passes it...

## Summary of the Pull Request As described in #9583, this change implements the legacy conhost "EnableColorSelection" feature. ## Detailed Description of the Pull Request / Additional comments @zadjii-msft was...

Issue-Feature
Area-Output
Area-TerminalControl
Product-Terminal

Set-DbgBreakpoint with just a simple address (like "bp $exentry") was broken, because PS could not resolve the parameter set. This change fixes it by specifying more completely the possible valid...

https://github.com/aquynh/capstone: "Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community."

Recipes: 1. Break on a function only when "foo" is on the callstack or argument is a particular value. 1. ... add more to this list ...

It's possible it's mentioned in one of the about_ help files, but it should be on the main readme.md as well.

A long time ago I started writing some manual MAML (in [DbgProvider.dll-Help.xml](https://github.com/Microsoft/DbgShell/blob/master/DbgProvider/help/en-us/DbgProvider.dll-Help.xml)), but manual MAML is not a lot of fun. It seems like PlatyPS is the way to go...