Mitch Richters

Results 26 comments of Mitch Richters

The logging code in question has been refactored for our upcoming v4 public preview.

Problems like this are typical in community projects, either as a developer changes their mind on how they format things, or by PRs coming through of a certain style. Sometimes...

The `[SupportsWildcards()]` parameter decoration has been added into our v4 branch.

I can't provide my code as its considered proprietary to our company, and it depends on our own logging module and other internal code but the main guts to get...

That's awesome! Will you be submitting a PR for that? Interesting that there's still Windows PowerShell 5.1 issues as it does work alright outside of the SYSTEM context from what...

Just saw this amongst your diff: ```C# if (Utilities.ExecutingAsSystem) { throw new NotSupportedException(); } ``` I guess I'll keep using my own solution for now as its working well, but...