Doesn't work with version 1.0.19 of Microsoft.NET.Sdk.Functions
See original GitHub issueI 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:
- Created 5 years ago
- Reactions:6
- Comments:5 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
@BorisWilhelms Awesome!!! Thanks for making a NuGet as well!!!