Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLuje authored Feb 17, 2018
1 parent 1ed0368 commit 1aacb7a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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#)

0 comments on commit 1aacb7a

Please sign in to comment.