1RedOne/1redone.github.io

PowerShell quickie - function to make your Mocks faster

utterances-bot opened this issue · 1 comments

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

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.