From 1aacb7aaec4c3862016eb6fd4f4dc9223f93d589 Mon Sep 17 00:00:00 2001 From: MrLuje Date: Sat, 17 Feb 2018 22:47:52 +0100 Subject: [PATCH] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..11b68b0 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +[![Build status](https://ci.appveyor.com/api/projects/status/kh61bjuq3eqb62rf/branch/master?svg=true +)](https://ci.appveyor.com/project/MrLuje/mocking-helpers) + +# Mocking.Helpers +Helpers for .net mocking frameworks as a Visual Studio 2017 extension + +## Moq +Support autocompletion of _Setup_ method + + + +## Troubleshooting +This extension relies on [Roslyn](https://github.com/dotnet/roslyn) for type/methods parsing. +It will not work if Visual Studio is configured to used another completion mechanism than Intellisense (eg: R#)