Update README.md
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# InterfaceGenerator [](https://www.nuget.org/packages/InterfaceGenerator/)
|
||||
|
||||
A simple source generator that creates interfaces by implementations. Useful for when you need an interface purely for the sake of mocking.
|
||||
A simple source generator that creates interfaces by implementations. Useful for when you need an interface purely for the sake of mocking - or maybe you're not sure if you'll need the abstraction later on.
|
||||
|
||||
Inspired by [net_automatic_interface](https://github.com/codecentric/net_automatic_interface)
|
||||
|
||||
Example user implementation:
|
||||
```cs
|
||||
|
||||
Reference in New Issue
Block a user