You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this error in our trigger tests for CSX now
[6584] [2023-04-27T07:47:34.601Z] The 'ProductsTrigger' function is in error: Microsoft.CodeAnalysis.Scripting.CompilationErrorException: Script compilation failed.
[10936] [2023-04-27T07:47:43.066Z] You may be referencing NuGet packages incorrectly. Learn more: https://go.microsoft.com/fwlink/?linkid=2091419
[10936] [2023-04-27T07:47:43.086Z] run.csx(1,7): error CS1504: Source file '../../Common/product.csx' could not be opened -- Could not find file.
[10936] [2023-04-27T07:47:43.087Z] run.csx(11,48): error CS0246: The type or namespace name 'Product' could not be found (are you missing a using directive or an assembly reference?)
[10936] [2023-04-27T07:47:43.101Z] Function compilation error
[10936] [2023-04-27T07:47:43.101Z] Microsoft.Azure.WebJobs.Script: Script compilation failed.
[10936] [2023-04-27T07:47:43.103Z] run.csx(1,7): error CS1504: Source file '../../Common/product.csx' could not be opened -- Could not find file.
[10936] [2023-04-27T07:47:43.103Z] run.csx(11,48): error CS0246: The type or namespace name 'Product' could not be found (are you missing a using directive or an assembly reference?)
The text was updated successfully, but these errors were encountered:
@MaddyDev Could you take a look? I realized that these were failing with the merge PR you did, which I thought were due to the message failure but were actually caused by this (it's the same timeout error for both).
Getting this error in our trigger tests for CSX now
[6584] [2023-04-27T07:47:34.601Z] The 'ProductsTrigger' function is in error: Microsoft.CodeAnalysis.Scripting.CompilationErrorException: Script compilation failed.
The text was updated successfully, but these errors were encountered: