Skip to content

Commit 2f272d3

Browse files
authored
Fixes interceptors registration when other interceptors are defined in the project (#30)
1 parent 942f7f2 commit 2f272d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AutoLoggerMessageGenerator/AutoLoggerMessageGenerator.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project InitialTargets="stbychkov_AutoLoggerMessage_Interceptors">
22
<Target Name="stbychkov_AutoLoggerMessage_Interceptors">
33
<PropertyGroup>
4-
<InterceptorsNamespaces>$(InterceptorsPreviewNamespaces);Microsoft.Extensions.Logging.AutoLoggerMessage</InterceptorsNamespaces>
4+
<InterceptorsNamespaces>$(InterceptorsNamespaces);Microsoft.Extensions.Logging.AutoLoggerMessage</InterceptorsNamespaces>
55
<InterceptorsPreviewNamespaces>$(InterceptorsPreviewNamespaces);Microsoft.Extensions.Logging.AutoLoggerMessage</InterceptorsPreviewNamespaces>
66
</PropertyGroup>
77
</Target>

0 commit comments

Comments
 (0)