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
{{ message }}
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.
error CS0234: The type or namespace name 'Context' does not exist in the namespace 'Liquid.Core' (are you missing an assembly reference?)
error CS0234: The type or namespace name 'Telemetry' does not exist in the namespace 'Liquid.Core' (are you missing an assembly reference?)
error CS0234: The type or namespace name 'DependencyInjection' does not exist in the namespace 'Liquid.Core' (are you missing an assembly reference?)
error CS0246: The type or namespace name 'ILightContext' could not be found (are you missing a using directive or an assembly reference?)
error CS0246: The type or namespace name 'ILightTelemetry' could not be found (are you missing a using directive or an assembly reference?)
The text was updated successfully, but these errors were encountered:
looks like Serverless works only with <PackageReference Include="Liquid.Core" Version="2.0.2-alpha" /> but all other packages already updated to 2.1.0.
It's very hard to figure out what depends on what.
There also seems to be a hard dependency on appsettings.json not covered in wiki
System.Private.CoreLib: The configuration file 'appsettings.json' was not found and is not optional.
but azure functions don't use appsettings.json
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I followed the readme but after adding
the sample doesn't compile
The text was updated successfully, but these errors were encountered: