From b7adb20257ec1b2e09af7e5296519a3b190770d0 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Mon, 9 Jan 2023 21:10:20 +0100 Subject: [PATCH] readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 871ab5d..4c0f1ba 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ # ProxyInterfaceGenerator - This project uses Source Generation to generate an interface and a Proxy class for classes. This makes it possible to wrap external classes which do not have an interface, in a Proxy class which makes it easier to Mock and use DI. +It supports: +- properties +- methods +- events +- implicit and explicit operators + ## Install [![NuGet Badge](https://buildstats.info/nuget/ProxyInterfaceGenerator)](https://www.nuget.org/packages/ProxyInterfaceGenerator)