Skip to content

FunctionApp with netstandard2.0 dependency not working #1972

@dersia

Description

@dersia

I created a simple repro: https://github.com/dersia/afnetstandard2.0test

Running this manual triggered function from the portal logs out the following:

2017-09-28T23:43:57.937 Function started (Id=00bb0302-3413-4de1-960b-54db655144c4)
2017-09-28T23:43:58.234 Exception while executing function: Functions.ManualTriggerCSharp1. mscorlib: Exception has been thrown by the target of an invocation. f-ManualTriggerCSharp1__-1357806294: Could not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
2017-09-28T23:43:58.283 Function completed (Failure, Id=00bb0302-3413-4de1-960b-54db655144c4, Duration=351ms)

The function app is running on the CosumptionPlan in CanadaCentral and EastUS

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions