Skip to content

V2 Functions host fails to load when referencing SQL package #107

Closed

Description

When referencing this package in Functions V2, the following exception prevents the host from starting up:

DurableTask.SqlServer.AzureFunctions: Could not load file or assembly 'Microsoft.Extensions.DependencyInjection.Abstractions, Version=3.1.26.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified. System.Private.CoreLib: Could not load the specified file.

Although the Functions V2 host is no longer supported, there are still many V2 apps in production which would be impacted if this package were included in V2 or V3 extension bundles.

In order to be considered for V2 or V3 extension bundles (which are the only production extension bundles at the time of writing), the host must be able to start when referencing the DurableTask.SqlServer.AzureFunctions package.

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

Metadata

Assignees

No one assigned

    Labels

    Azure FunctionsThis issue impacts Azure Functions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions