Skip to content

Commit 05e928e

Browse files
committed
Test adding that dependency to ignore list
1 parent e28ac36 commit 05e928e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/NServiceBus.AzureFunctions.InProcess.ServiceBus/InProcessFunctionEndpoint.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ public Task Unsubscribe(Type eventType, ExecutionContext executionContext, ILogg
154154
"Microsoft.Identity.Client.dll",
155155
"Microsoft.Identity.Client.Extensions.Msal.dll",
156156
"NCrontab.Signed.dll",
157-
"NServiceBus.Extensions.DependencyInjection.dll"
157+
"NServiceBus.Extensions.DependencyInjection.dll",
158+
"System.ClientModel.dll"
158159
};
159160

160161
internal async Task InitializeEndpointIfNecessary(CancellationToken cancellationToken)

0 commit comments

Comments
 (0)