Are you a developer that sometimes builds command line tools? You should consider creating a #powershell module instead. You get command and parameter auto complete without building anything.
https://svrooij.io/2024/01/18/dependencies-powershell-module-csharp/
#mvpbuzz #development #dotnet
Using dependency injection in your C# PowerShell Modules

Using dependency injection in your C# PowerShell module and run your async code like you're used to.

@svrooij This!!! 💯 ⬆️
@sassdawe feedback like this is what everybody could use!
Spread the positivity
@svrooij I had a project once where we needed to create a tool, the #dotnet developer almost started to write it as a standard CLI tool when I showed him a sample project of a #PowerShell #cmdlet  with all the built in pluming for input and output handling. I think it was love at first sight for them 
@sassdawe and in my blog post I show how you can use dependency injection and ILogger to make Powershell even more complete.