Skip to content

Commit 4120ec7

Browse files
committed
Adding Microsoft.ServiceBus as a shared assembly
1 parent 628fb9c commit 4120ec7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/WebJobs.Script/Description/CSharp/FunctionMetadataResolver.cs

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public sealed class FunctionMetadataResolver : MetadataReferenceResolver, IFunct
4949
{
5050
new DirectSharedAssemblyProvider(typeof(Newtonsoft.Json.JsonConvert).Assembly), /* Newtonsoft.Json */
5151
new DirectSharedAssemblyProvider(typeof(WindowsAzure.Storage.Table.ITableEntity).Assembly), /* Microsoft.WindowsAzure.Storage */
52+
new DirectSharedAssemblyProvider(typeof(Microsoft.ServiceBus.Messaging.BrokeredMessage).Assembly), /* Microsoft.ServiceBus */
5253
new LocalSharedAssemblyProvider(@"^Microsoft\.AspNet\.WebHooks\..*"), /* Microsoft.AspNet.WebHooks.* */
5354
};
5455

0 commit comments

Comments
 (0)