Closed lbrecheisen closed 2 years ago
You have probably moved on by now, but I ran into this same issue. I dug into it and it appears pluginFunctions
is not defined in the stream blob storage function template like it is in others. I created a pull request to resolve the issue: #163
Using a blob function with an output binding to service bus, I'm receiving the following error:
Error compiling function: BlobFnTest.cs(48,37): error CS0103
The name 'pluginFunctions' does not exist in the current context
I'm utilizing the MediatR implementation.
The following code should reproduce the error.
Command:
Handler:
Configuration:
Packages Extensions:
Function Monkey Version:
4.0.56-beta.4
Dotnet Version:3.1
Azure Function Core Tools Version:3.0.2106
Editor:VSCode
OS:Mac