question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Doesn't work with version 1.0.19 of Microsoft.NET.Sdk.Functions

See original GitHub issue

I just want to start by saying thanks for an excellent solution that really helped me out!

The other day version 1.0.19 of the SDK was released, and I immediately ran in to problems .

The solution to these problems is to install an update to the VS2017 tools (forced on me today), and to install Microsoft.Azure.WebJobs.Extensions.Storage 3.0.0-beta8. It seems that this is working for other users but it breaks your DI solution!

The problem seems to be that they have removed the Config property of the ExtensionConfigContext used in your InjectionConfiguration class.

I have had a go at sorting it myself but made no progress; so I would really appreciate any help or pointers you could give?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:6
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
BorisWilhelmscommented, Oct 1, 2018

I have updated the library to the latest SDK Version and Azure Function V2. It is now also available as a nuget package. https://www.nuget.org/packages/Willezone.Azure.WebJobs.Extensions.DependencyInjection

0reactions
espraycommented, Oct 1, 2018

@BorisWilhelms Awesome!!! Thanks for making a NuGet as well!!!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issue when using latest Microsoft.NET.Sdk.Functions (1.0.19)
ExtensionsMetadataGenerator I suppose only Microsoft.NET.Sdk.Functions's props/targets should be used? I'm not positive how exactly both are ...
Read more >
Microsoft.NET.Sdk.Functions 1.0.19
There is a newer version of this package available. See the version list below for details. .NET CLI; Package Manager; PackageReference; Paket ...
Read more >
Azure function build pipeline fails and getting error i.e. ...
I have deployed the my changes to azure function and deployed for the same but while building pipeline it fails in build solution...
Read more >
Hard dependency issue between Newtonsoft.Json & Azure ...
The solution is to update to the latest version of the v2 Microsoft.NET.Sdk.Functions SDK package which is 1.0.31 at the time of this ......
Read more >
Azure Functions not running on the latest runtime version
I am running the latest stable version of VS for Mac (7.6.5), and when upgrading a Function App to run Microsoft.NET.Sdk.Functions to version...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found