1RedOne / 1redone.github.io

FoxDeploy's GitHub.io Page
https://1redone.github.io/
MIT License
6 stars 3 forks source link

PowerShell quickie - function to make your Mocks faster #52

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

PowerShell quickie - function to make your Mocks faster

FoxDeploy.com, Stephen Owen's technical blog about PowerShell, Systems Administration, GUI Design and Programming. .

https://www.foxdeploy.com/blog/powershell-quickie-function-to-make-your-mocks-faster.html

ycherkes commented 1 year ago

Hi Stephen. Great article!

A long time ago I created free and open source Visual Studio extension - MockIt for the same purposes. It's also available as a NuGet package that contains Roslyn Diagnostic Analysers and CodeFix Providers. So it can be used in Visual Studio Code or any other IDE that supports Roslyn Analysers.

Also, there is a MoqComplete extension for Resharper by JetBrains.