From 2528cf3f2dcb127d362a5951a4abf4936a091451 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 25 Jul 2021 11:38:49 +0200 Subject: [PATCH] PackageTags --- .../ProxyInterfaceSourceGenerator.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj b/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj index fb084f3..53186cc 100644 --- a/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj +++ b/src/ProxyInterfaceSourceGenerator/ProxyInterfaceSourceGenerator.csproj @@ -10,7 +10,7 @@ ProxyInterfaceGenerator 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. - class;Fluent;Builder;FluentBuilder;Model;DTO;SourceGenerator;Analyzer;Generation;Generate + class;interface;proxy;SourceGenerator;Analyzer;Generation;Generate;wrap MIT See ReleaseNotes.md