Skip to content

Commit ca785e6

Browse files
committed
Adding Microsoft.Azure.WebJobs.ServiceBus to built in assemblies
1 parent da6e7ed commit ca785e6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/WebJobs.Script/Description/DotNet/ExtensionSharedAssemblyProvider.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
using System;
55
using System.Collections.Generic;
6-
using System.Collections.ObjectModel;
7-
using System.Linq;
86
using System.Reflection;
97
using Microsoft.Azure.WebJobs.Script.Extensibility;
108

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public sealed class FunctionMetadataResolver : MetadataReferenceResolver, IFunct
4646
typeof(object).Assembly.Location,
4747
typeof(IAsyncCollector<>).Assembly.Location, /*Microsoft.Azure.WebJobs*/
4848
typeof(JobHost).Assembly.Location, /*Microsoft.Azure.WebJobs.Host*/
49+
typeof(ServiceBusAttribute).Assembly.Location /*Microsoft.Azure.WebJobs.ServiceBus*/,
4950
typeof(CoreJobHostConfigurationExtensions).Assembly.Location, /*Microsoft.Azure.WebJobs.Extensions*/
5051
typeof(System.Web.Http.ApiController).Assembly.Location, /*System.Web.Http*/
5152
typeof(System.Net.Http.HttpClientExtensions).Assembly.Location /*System.Net.Http.Formatting*/

0 commit comments

Comments
 (0)