Kevin Marquette

Results 56 comments of Kevin Marquette

Thank you for your contribution. I'll take it from here to get those tests passing.

It would be disappointing if it lacks PowerShell support. I would be happy to get either a CmdLet or a `PackageManagement` provider. If you decide to build full Cmdlets, connect...

Not providing PowerShell support is signalling that this is just a tool for developers written by developers for local system installation. This announcement was timed for Build and what you...

Then we say make them target DotNet standard. PowerShell allows you to build binary modules in C# that run on both the old version that uses DotNet Full and the...

> @aclinick, ideally it would be a) unzip a ZIP file; b) (optionally) run a batch file script to perform some configuration. Would be reasonable if there's also an uninstall...

Read-Host and prompting for a choice are generally discouraged in favor of using parameter features. In that light, I think it's ok for prompting for a choice be a little...

What if you just moved the XML to `$env:appdata`? This makes it a per user configuration. Also easy enough for us to copy into the profile of a service account....

Here are some nice to have features - The order of classes (with inheritance) should not matter when in a single file As a module author, I concat all my...

I updated the order on my list.