Unable to update Azure Functions Core Tools in Visual Studio MacAzure Function App failing to load IOptionsFormatterazure-functions-core-tools on Mac OSAzure Functions - Could not load file or assembly ''Microsoft.WindowsAzure.Storage'Cant local debug Azure Function CLI Update March 7th 2017Build Error with pre-compiled Azure Function LibraryAzure functions failing when upgrading to 1.0.8Could not load file or assembly 'Microsoft.WindowsAzure.Storage' Azure FunctionsAzure Functions with SendGrid not compiling in Visual StudioAzure Function not working after deployCould not load file or assembly 'Microsoft.Azure.KeyVault, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35Azure function Publish not creating Startup class entry in extensions.jsonAzure Function App failing to load IOptionsFormatter

If I travelled back in time to invest in X company to make a fortune, roughly what is the probability that it would fail?

French license plates

Why such a singular place for bird watching?

Why do Russians sometimes spell "жирный" (fatty) as "жырный"?

What does "execute a hard copy" mean?

Disable all sound permanently

Everyone Gets a Window Seat

MaxCounters solution in C# from Codility

Looking for circuit board material that can be dissolved

Can I cast Death Ward on additional creatures without causing previous castings to end?

How important is knowledge of trig identities for use in Calculus

Citing CPLEX 12.9

Could Boris Johnson face criminal charges for illegally proroguing Parliament?

Sending mail to the Professor for PhD, after seeing his tweet

Missing quartile in boxplot

Why the first octet of a MAC address always end with a binary 0?

Is there a way to remove Smite from a weapon?

Re-entering the UK after overstaying in 2008

What is the difference between increasing volume and increasing gain?

What is the score of my Scopa hand?

Airport Security - advanced check, 4th amendment breach

Why does `FindFit` fail so badly in this simple case?

What's the correct way to determine turn order in this situation?

Nurikabe: Sixes



Unable to update Azure Functions Core Tools in Visual Studio Mac


Azure Function App failing to load IOptionsFormatterazure-functions-core-tools on Mac OSAzure Functions - Could not load file or assembly ''Microsoft.WindowsAzure.Storage'Cant local debug Azure Function CLI Update March 7th 2017Build Error with pre-compiled Azure Function LibraryAzure functions failing when upgrading to 1.0.8Could not load file or assembly 'Microsoft.WindowsAzure.Storage' Azure FunctionsAzure Functions with SendGrid not compiling in Visual StudioAzure Function not working after deployCould not load file or assembly 'Microsoft.Azure.KeyVault, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35Azure function Publish not creating Startup class entry in extensions.jsonAzure Function App failing to load IOptionsFormatter






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









2















I'm developing an Azure Functions App which has a variety of different triggers (HTTP, QUEUE, TIMER and SignalR). They work fine when I'm developing on my Work PC (Windows) but they don't work when I'm developing at home on my Mac.



I get the following error:




A host error has occurred
[28/03/2019 20:37:53] Microsoft.Azure.WebJobs.Extensions.Storage: Could not load type 'Microsoft.Azure.WebJobs.Hosting.IOptionsFormatter' from assembly 'Microsoft.Azure.WebJobs.Host, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
Value cannot be null.
Parameter name: provider




I get this error only when I add in (to a clean project) the Microsoft.Azure.WebJobs.Extensions.Storage nuget package.



It turns out that I'm running the exact same versions of the SDK that GiddyUpHorsey is, following up on BrettSam's advice I try to update the CLI via Brew as per the docs and also via NPM as per this answer



However as you see here nothing works



in theory updating code



nope doesnt work



Any ideas?










share|improve this question






























    2















    I'm developing an Azure Functions App which has a variety of different triggers (HTTP, QUEUE, TIMER and SignalR). They work fine when I'm developing on my Work PC (Windows) but they don't work when I'm developing at home on my Mac.



    I get the following error:




    A host error has occurred
    [28/03/2019 20:37:53] Microsoft.Azure.WebJobs.Extensions.Storage: Could not load type 'Microsoft.Azure.WebJobs.Hosting.IOptionsFormatter' from assembly 'Microsoft.Azure.WebJobs.Host, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Value cannot be null.
    Parameter name: provider




    I get this error only when I add in (to a clean project) the Microsoft.Azure.WebJobs.Extensions.Storage nuget package.



    It turns out that I'm running the exact same versions of the SDK that GiddyUpHorsey is, following up on BrettSam's advice I try to update the CLI via Brew as per the docs and also via NPM as per this answer



    However as you see here nothing works



    in theory updating code



    nope doesnt work



    Any ideas?










    share|improve this question


























      2












      2








      2


      2






      I'm developing an Azure Functions App which has a variety of different triggers (HTTP, QUEUE, TIMER and SignalR). They work fine when I'm developing on my Work PC (Windows) but they don't work when I'm developing at home on my Mac.



      I get the following error:




      A host error has occurred
      [28/03/2019 20:37:53] Microsoft.Azure.WebJobs.Extensions.Storage: Could not load type 'Microsoft.Azure.WebJobs.Hosting.IOptionsFormatter' from assembly 'Microsoft.Azure.WebJobs.Host, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
      Value cannot be null.
      Parameter name: provider




      I get this error only when I add in (to a clean project) the Microsoft.Azure.WebJobs.Extensions.Storage nuget package.



      It turns out that I'm running the exact same versions of the SDK that GiddyUpHorsey is, following up on BrettSam's advice I try to update the CLI via Brew as per the docs and also via NPM as per this answer



      However as you see here nothing works



      in theory updating code



      nope doesnt work



      Any ideas?










      share|improve this question














      I'm developing an Azure Functions App which has a variety of different triggers (HTTP, QUEUE, TIMER and SignalR). They work fine when I'm developing on my Work PC (Windows) but they don't work when I'm developing at home on my Mac.



      I get the following error:




      A host error has occurred
      [28/03/2019 20:37:53] Microsoft.Azure.WebJobs.Extensions.Storage: Could not load type 'Microsoft.Azure.WebJobs.Hosting.IOptionsFormatter' from assembly 'Microsoft.Azure.WebJobs.Host, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
      Value cannot be null.
      Parameter name: provider




      I get this error only when I add in (to a clean project) the Microsoft.Azure.WebJobs.Extensions.Storage nuget package.



      It turns out that I'm running the exact same versions of the SDK that GiddyUpHorsey is, following up on BrettSam's advice I try to update the CLI via Brew as per the docs and also via NPM as per this answer



      However as you see here nothing works



      in theory updating code



      nope doesnt work



      Any ideas?







      azure-functions visual-studio-mac






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 28 at 20:52









      Chris AChris A

      351 silver badge7 bronze badges




      351 silver badge7 bronze badges

























          1 Answer
          1






          active

          oldest

          votes


















          3
















          Visual Studio for Mac 7 does not support using a Homebrew installation of Azure Functions Core Tools. Visual Studio for Mac 7 ships a copy of the tools and will only use those.



          Visual Studio for Mac 8 does support this. It also has a built-in feature to update the templates and Azure Functions Core Tools itself, in a local directory, if it finds these are out of date. The Azure Functions team provide an online feed which Visual Studio for Mac will use. This update feature is available on creating a new Azure Functions project in the New Project.



          If are using Visual Studio for Mac 7 you may be able to copy an updated version of the tools to the directory:



          /Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/MonoDevelop.AzureFunctions/azure-functions-cli/


          However I would take a backup of that directory or the entire Visual Studio.app first before trying to update those files so you can rollback if it does not work.






          share|improve this answer




















          • 1





            Great thanks Matt, I'll try upgrading. The team should up date the docs here as its not clear that method isn't supported: docs.microsoft.com/en-us/azure/azure-functions/…

            – Chris A
            Mar 30 at 16:43












          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );














          draft saved

          draft discarded
















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55406677%2funable-to-update-azure-functions-core-tools-in-visual-studio-mac%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          3
















          Visual Studio for Mac 7 does not support using a Homebrew installation of Azure Functions Core Tools. Visual Studio for Mac 7 ships a copy of the tools and will only use those.



          Visual Studio for Mac 8 does support this. It also has a built-in feature to update the templates and Azure Functions Core Tools itself, in a local directory, if it finds these are out of date. The Azure Functions team provide an online feed which Visual Studio for Mac will use. This update feature is available on creating a new Azure Functions project in the New Project.



          If are using Visual Studio for Mac 7 you may be able to copy an updated version of the tools to the directory:



          /Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/MonoDevelop.AzureFunctions/azure-functions-cli/


          However I would take a backup of that directory or the entire Visual Studio.app first before trying to update those files so you can rollback if it does not work.






          share|improve this answer




















          • 1





            Great thanks Matt, I'll try upgrading. The team should up date the docs here as its not clear that method isn't supported: docs.microsoft.com/en-us/azure/azure-functions/…

            – Chris A
            Mar 30 at 16:43















          3
















          Visual Studio for Mac 7 does not support using a Homebrew installation of Azure Functions Core Tools. Visual Studio for Mac 7 ships a copy of the tools and will only use those.



          Visual Studio for Mac 8 does support this. It also has a built-in feature to update the templates and Azure Functions Core Tools itself, in a local directory, if it finds these are out of date. The Azure Functions team provide an online feed which Visual Studio for Mac will use. This update feature is available on creating a new Azure Functions project in the New Project.



          If are using Visual Studio for Mac 7 you may be able to copy an updated version of the tools to the directory:



          /Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/MonoDevelop.AzureFunctions/azure-functions-cli/


          However I would take a backup of that directory or the entire Visual Studio.app first before trying to update those files so you can rollback if it does not work.






          share|improve this answer




















          • 1





            Great thanks Matt, I'll try upgrading. The team should up date the docs here as its not clear that method isn't supported: docs.microsoft.com/en-us/azure/azure-functions/…

            – Chris A
            Mar 30 at 16:43













          3














          3










          3









          Visual Studio for Mac 7 does not support using a Homebrew installation of Azure Functions Core Tools. Visual Studio for Mac 7 ships a copy of the tools and will only use those.



          Visual Studio for Mac 8 does support this. It also has a built-in feature to update the templates and Azure Functions Core Tools itself, in a local directory, if it finds these are out of date. The Azure Functions team provide an online feed which Visual Studio for Mac will use. This update feature is available on creating a new Azure Functions project in the New Project.



          If are using Visual Studio for Mac 7 you may be able to copy an updated version of the tools to the directory:



          /Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/MonoDevelop.AzureFunctions/azure-functions-cli/


          However I would take a backup of that directory or the entire Visual Studio.app first before trying to update those files so you can rollback if it does not work.






          share|improve this answer













          Visual Studio for Mac 7 does not support using a Homebrew installation of Azure Functions Core Tools. Visual Studio for Mac 7 ships a copy of the tools and will only use those.



          Visual Studio for Mac 8 does support this. It also has a built-in feature to update the templates and Azure Functions Core Tools itself, in a local directory, if it finds these are out of date. The Azure Functions team provide an online feed which Visual Studio for Mac will use. This update feature is available on creating a new Azure Functions project in the New Project.



          If are using Visual Studio for Mac 7 you may be able to copy an updated version of the tools to the directory:



          /Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/AddIns/MonoDevelop.AzureFunctions/azure-functions-cli/


          However I would take a backup of that directory or the entire Visual Studio.app first before trying to update those files so you can rollback if it does not work.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 30 at 12:18









          Matt WardMatt Ward

          40.2k4 gold badges75 silver badges83 bronze badges




          40.2k4 gold badges75 silver badges83 bronze badges










          • 1





            Great thanks Matt, I'll try upgrading. The team should up date the docs here as its not clear that method isn't supported: docs.microsoft.com/en-us/azure/azure-functions/…

            – Chris A
            Mar 30 at 16:43












          • 1





            Great thanks Matt, I'll try upgrading. The team should up date the docs here as its not clear that method isn't supported: docs.microsoft.com/en-us/azure/azure-functions/…

            – Chris A
            Mar 30 at 16:43







          1




          1





          Great thanks Matt, I'll try upgrading. The team should up date the docs here as its not clear that method isn't supported: docs.microsoft.com/en-us/azure/azure-functions/…

          – Chris A
          Mar 30 at 16:43





          Great thanks Matt, I'll try upgrading. The team should up date the docs here as its not clear that method isn't supported: docs.microsoft.com/en-us/azure/azure-functions/…

          – Chris A
          Mar 30 at 16:43




















          draft saved

          draft discarded















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55406677%2funable-to-update-azure-functions-core-tools-in-visual-studio-mac%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript