Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v1] Build Hangs in ExtensionsMetadataGenerator #8401

Open
fowl2 opened this issue May 18, 2022 · 6 comments
Open

[v1] Build Hangs in ExtensionsMetadataGenerator #8401

fowl2 opened this issue May 18, 2022 · 6 comments

Comments

@fowl2
Copy link

fowl2 commented May 18, 2022

Consider the following project file:

<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>net48</TargetFramework>
    <AzureFunctionsVersion>v1</AzureFunctionsVersion>
  </PropertyGroup>
  
  <ItemGroup>
    <PackageReference Include="Microsoft.NET.Sdk.Functions" Version="1.0.38" />
    <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
    <PackageReference Include="PnP.Framework" Version="1.9.0" />
  </ItemGroup> 
</Project>

Attempting to build this project file will never complete.

From a DevOps pipeline this manifests as

The nuget command failed with exit code(1) and error(MsBuild timeout out while trying to get project to project references

The profiler indicates getting stuck in Mono.Cecil:

image

The previous version of Microsoft.NET.Sdk.Functions, version 1.0.37, completely imperceptibly quickly. Version 1.0.38 switched to Mono.Cecil (PR #6052), which seems like the likely culprit.

Presumably there's something in PnP.Framework that the generator doesn't like, but I couldn't spot it.

All the way back to PnP.Framework 1.0 triggers this issue, but the last version of the predecessor package, SharePointPnPCoreOnline (3.28.2012), does not.

Tested in Visual Studio 2022 Version 17.2.1.

@ghost ghost assigned kashimiz May 18, 2022
@iamashank
Copy link

The same is happening for EntityFramework.
<PackageReference Include="EntityFramework" Version="6.4.4" />

The build gets stuck trying to process EntityFramework.dll.
Looks like something to do with System.ComponentModel.DataAnnotations.dll.

image

@fowl2
Copy link
Author

fowl2 commented Oct 6, 2022

This also affects references to https://github.com/microsoft/PowerPlatform-DataverseServiceClient

@jviau
Copy link
Contributor

jviau commented Mar 21, 2024

@fowl2 are you still experiencing this? We have identified and fixed some of these issues in the recent past.

@brettsam has more context on this issue.

@fowl2
Copy link
Author

fowl2 commented Mar 22, 2024

There hasn't been a release of Microsoft.NET.Sdk.Functions 1.x since 2023, so I'm not sure how this could've been resolved?

We're still using 1.0.37

@fowl2
Copy link
Author

fowl2 commented Mar 28, 2024

@jviau @brettsam confirmed, I tried updating my project to 1.0.39 and it still hung on build.

Visual Studio 2022 17.9.5

@au5ton
Copy link

au5ton commented Apr 9, 2024

I am experiencing this. I have a .NET 8 Function App using 4.X that is in the same solution as an ASP.NET Web API (.NET Framework) project. It seems like the metadata generates on the binaries of the entire solution, not just those applicable in .NET 8:

The ExtensionsMetadataGenerator then causes a stack overflow.

Build log
Assembly loaded during TaskRun: Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (location: C:\Users\Austin.Jackson\.nuget\packages\microsoft.azure.webjobs.script.extensionsmetadatagenerator\4.0.1\tools
\net46\Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator.dll, MVID: 81210f2c-c293-4ac2-80f9-f1b4706948c4, AppDomain: [Default])
Using "GenerateFunctionsExtensionsMetadata" task from assembly "C:\Users\Austin.Jackson\.nuget\packages\microsoft.azure.webjobs.script.extensionsmetadatagenerator\4.0.1\build\..\tools\net46\Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator.dll".
Task "GenerateFunctionsExtensionsMetadata"
  Extensions generator working directory: 'C:\Users\Austin.Jackson\.nuget\packages\microsoft.azure.webjobs.script.extensionsmetadatagenerator\4.0.1\tools\net46\..\netstandard2.0\generator'
  Extensions generator path: 'dotnet'
  Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator.Console.dll "C:\Temp\bin" "C:\Temp\bin\extensions.json"
  Found 200 assemblies to evaluate in 'C:\Temp\bin':
    AjaxControlToolkit.dll
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'AjaxControlToolkit.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
    AjaxControlToolkit.HtmlEditor.Sanitizer.dll
    AjaxControlToolkit.StaticResources.dll
    AngleSharp.Css.dll
    AngleSharp.dll
    Antlr3.Runtime.dll
    ArcGIS.ServiceModel.dll
    ArcGIS.ServiceModel.NET.dll
    ArcGIS.ServiceModel.Serializers.JsonDotNet.dll
    AutoMapper.dll
    AutoMapper.Extensions.Microsoft.DependencyInjection.dll
    Azure.Communication.Email.dll
    Azure.Core.dll
    Azure.Identity.dll
    Azure.Security.KeyVault.Keys.dll
    Azure.Security.KeyVault.Secrets.dll
    Castle.Core.dll
    ClearScript.Core.dll
    ClearScript.V8.dll
    ClearScript.V8.ICUData.dll
    ClearScript.Windows.Core.dll
    ClearScript.Windows.dll
    ClearScriptV8.win-x64.dll
    ClearScriptV8.win-x86.dll
    CuteWebUI.AjaxUploader.dll
    EnvDTE.dll
    MYAPP.Functions.dll
    MYAPPOnline.BLL.dll
    MYAPPOnline.DAL.dll
    MYAPPOnline.dll
      Could not determine whether the attribute type 'System.Data.Objects.DataClasses.EdmSchemaAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be fou
  nd. Exception message: Failed to resolve assembly: 'System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
      Could not determine whether the attribute type 'System.Web.Services.WebServiceAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Excepti
  on message: Failed to resolve assembly: 'System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
      Could not determine whether the attribute type 'System.Web.Services.WebServiceBindingAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found.
  Exception message: Failed to resolve assembly: 'System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
      Could not determine whether the attribute type 'System.Web.Script.Services.ScriptServiceAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be foun
  d. Exception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.Services.WebServiceAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Excepti
  on message: Failed to resolve assembly: 'System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
      Could not determine whether the attribute type 'System.Web.Services.WebServiceBindingAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found.
  Exception message: Failed to resolve assembly: 'System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
      Could not determine whether the attribute type 'System.Web.Script.Services.ScriptServiceAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be foun
  d. Exception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.Services.WebServiceAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Excepti
  on message: Failed to resolve assembly: 'System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
      Could not determine whether the attribute type 'System.Web.Services.WebServiceBindingAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found.
  Exception message: Failed to resolve assembly: 'System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
      Could not determine whether the attribute type 'System.Web.Script.Services.ScriptServiceAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be foun
  d. Exception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.Services.WebServiceAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Excepti
  on message: Failed to resolve assembly: 'System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
      Could not determine whether the attribute type 'System.Web.Services.WebServiceBindingAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found.
  Exception message: Failed to resolve assembly: 'System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
      Could not determine whether the attribute type 'System.Web.Script.Services.ScriptServiceAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be foun
  d. Exception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.Services.WebServiceAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Excepti
  on message: Failed to resolve assembly: 'System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
      Could not determine whether the attribute type 'System.Web.Services.WebServiceBindingAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found.
  Exception message: Failed to resolve assembly: 'System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
      Could not determine whether the attribute type 'System.Web.Script.Services.ScriptServiceAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be foun
  d. Exception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.Services.WebServiceAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Excepti
  on message: Failed to resolve assembly: 'System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
      Could not determine whether the attribute type 'System.Web.Services.WebServiceBindingAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found.
  Exception message: Failed to resolve assembly: 'System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
      Could not determine whether the attribute type 'System.Web.Script.Services.ScriptServiceAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be foun
  d. Exception message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.Web.Services.WebServiceAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Excepti
  on message: Failed to resolve assembly: 'System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
      Could not determine whether the attribute type 'System.Web.Services.WebServiceBindingAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found.
  Exception message: Failed to resolve assembly: 'System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
      Could not determine whether the attribute type 'System.Web.Services.WebServiceAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Excepti
  on message: Failed to resolve assembly: 'System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
      Could not determine whether the attribute type 'System.Web.Services.WebServiceBindingAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found.
  Exception message: Failed to resolve assembly: 'System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
      Could not determine whether the attribute type 'System.Web.Services.WebServiceAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Excepti
  on message: Failed to resolve assembly: 'System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
      Could not determine whether the attribute type 'System.Web.Services.WebServiceBindingAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found.
  Exception message: Failed to resolve assembly: 'System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
      Could not determine whether the attribute type 'System.Web.Services.WebServiceBindingAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found.
  Exception message: Failed to resolve assembly: 'System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
      Could not determine whether the attribute type 'System.Web.Services.WebServiceBindingAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found.
  Exception message: Failed to resolve assembly: 'System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
      Could not determine whether the attribute type 'System.Web.Services.WebServiceBindingAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found.
  Exception message: Failed to resolve assembly: 'System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
      Could not determine whether the attribute type 'System.Web.Services.WebServiceBindingAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found.
  Exception message: Failed to resolve assembly: 'System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
      Could not determine whether the attribute type 'System.Web.UI.TargetControlTypeAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Except
  ion message: Failed to resolve assembly: 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
      Could not determine whether the attribute type 'System.ServiceModel.ServiceContractAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
      Could not determine whether the attribute type 'System.ServiceModel.ServiceContractAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
      Could not determine whether the attribute type 'System.ServiceModel.ServiceContractAttribute' used in the assembly 'MYAPPOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Ex
  ception message: Failed to resolve assembly: 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
  
  ...
  
C:\Users\Austin.Jackson\.nuget\packages\microsoft.azure.webjobs.script.extensionsmetadatagenerator\4.0.1\build\Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator.targets(37,5): warning : Stack overflow. [C:\Users\Austin.Jackson\AppData\Local\Temp\ueb0y2go.4fs\WorkerExtensions.csproj]
      Could not determine whether the attribute type 'System.Data.Linq.Mapping.TableAttribute' used in the assembly 'ePermitsOnline.dll' derives from 'Microsoft.Azure.WebJobs.Hosting.WebJobsStartupAttribute' because the assembly defining its base type could not be found. Exception message: Failed to resolve assembly: 'System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
C:\Users\Austin.Jackson\.nuget\packages\microsoft.azure.webjobs.script.extensionsmetadatagenerator\4.0.1\build\Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator.targets(37,5): warning :    at System.Collections.Generic.Dictionary`2[[Mono.Cecil.Metadata.Row`2[[System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]], Mono.Cecil, Version=0.11.1.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e],[System.__Canon, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].FindValue(Mono.Cecil.Metadata.Row`2<System.__Canon,System.__Canon>) [C:\Users\Austin.Jackson\AppData\Local\Temp\ueb0y2go.4fs\WorkerExtensions.csproj]
C:\Users\Austin.Jackson\.nuget\packages\microsoft.azure.webjobs.script.extensionsmetadatagenerator\4.0.1\build\Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator.targets(37,5): warning :    at Mono.Cecil.MetadataResolver.GetType(Mono.Cecil.ModuleDefinition, Mono.Cecil.TypeReference) [C:\Users\Austin.Jackson\AppData\Local\Temp\ueb0y2go.4fs\WorkerExtensions.csproj]
C:\Users\Austin.Jackson\.nuget\packages\microsoft.azure.webjobs.script.extensionsmetadatagenerator\4.0.1\build\Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator.targets(37,5): warning :    at Mono.Cecil.MetadataResolver.Resolve(Mono.Cecil.TypeReference) [C:\Users\Austin.Jackson\AppData\Local\Temp\ueb0y2go.4fs\WorkerExtensions.csproj]
C:\Users\Austin.Jackson\.nuget\packages\microsoft.azure.webjobs.script.extensionsmetadatagenerator\4.0.1\build\Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator.targets(37,5): warning :    at Mono.Cecil.MetadataResolver.GetType(Mono.Cecil.ModuleDefinition, Mono.Cecil.TypeReference) [C:\Users\Austin.Jackson\AppData\Local\Temp\ueb0y2go.4fs\WorkerExtensions.csproj]
C:\Users\Austin.Jackson\.nuget\packages\microsoft.azure.webjobs.script.extensionsmetadatagenerator\4.0.1\build\Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator.targets(37,5): warning :    at Mono.Cecil.MetadataResolver.Resolve(Mono.Cecil.TypeReference) [C:\Users\Austin.Jackson\AppData\Local\Temp\ueb0y2go.4fs\WorkerExtensions.csproj]
C:\Users\Austin.Jackson\.nuget\packages\microsoft.azure.webjobs.script.extensionsmetadatagenerator\4.0.1\build\Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator.targets(37,5): warning :    at Mono.Cecil.MetadataResolver.GetType(Mono.Cecil.ModuleDefinition, Mono.Cecil.TypeReference) [C:\Users\Austin.Jackson\AppData\Local\Temp\ueb0y2go.4fs\WorkerExtensions.csproj]
C:\Users\Austin.Jackson\.nuget\packages\microsoft.azure.webjobs.script.extensionsmetadatagenerator\4.0.1\build\Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator.targets(37,5): warning :    at Mono.Cecil.MetadataResolver.Resolve(Mono.Cecil.TypeReference) [C:\Users\Austin.Jackson\AppData\Local\Temp\ueb0y2go.4fs\WorkerExtensions.csproj]
C:\Users\Austin.Jackson\.nuget\packages\microsoft.azure.webjobs.script.extensionsmetadatagenerator\4.0.1\build\Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator.targets(37,5): warning :    at Mono.Cecil.MetadataResolver.GetType(Mono.Cecil.ModuleDefinition, Mono.Cecil.TypeReference) [C:\Users\Austin.Jackson\AppData\Local\Temp\ueb0y2go.4fs\WorkerExtensions.csproj]
C:\Users\Austin.Jackson\.nuget\packages\microsoft.azure.webjobs.script.extensionsmetadatagenerator\4.0.1\build\Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator.targets(37,5): warning :    at Mono.Cecil.MetadataResolver.Resolve(Mono.Cecil.TypeReference) [C:\Users\Austin.Jackson\AppData\Local\Temp\ueb0y2go.4fs\WorkerExtensions.csproj]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants