Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package FluentEmail.Liquid conflicts with Elsa #330

Open
montoner0 opened this issue May 13, 2022 · 3 comments
Open

Package FluentEmail.Liquid conflicts with Elsa #330

montoner0 opened this issue May 13, 2022 · 3 comments

Comments

@montoner0
Copy link

FluentEmail.Liquid/3.0.2 nuget package conflicts with Elsa/2.7.0 package (both use Fluid library).

As soon as I'm referencing Elsa package in a project, FluentEmail is failing

System.Runtime.InteropServices.ExternalException (0xFFFFFFFF): System.TypeLoadException: Could not load type 'Fluid.BaseFluidTemplate`1' from assembly 'Fluid, Version=0.0.0.0, Culture=neutral, PublicKeyToken=51cdb8c1938e4789'.
   at FluentEmail.Liquid.LiquidRenderer.ParseAsync[T](String template, T model, Boolean isHtml)
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
   at FluentEmail.Liquid.LiquidRenderer.ParseAsync[T](String template, T model, Boolean isHtml)
   at FluentEmail.Liquid.LiquidRenderer.Parse[T](String template, T model, Boolean isHtml)
   at FluentEmail.Core.Email.UsingTemplate[T](String template, T model, Boolean isHtml)

Probably, version referencing for Fluid.Core (>= 1.0.0) isn't quite correct.

@florisdipt
Copy link

Crosspost from #331

I am currently missing the ability to modify the MemberAccessStrategy which has been merged to master on 21 march 2022 on PR #284 but has not been released on Nuget yet.

I would also like a new release for FluentEmail.Liquid
As i would like to use this feature (without directly including the source in my project)

@hisuwh
Copy link

hisuwh commented Jul 7, 2023

There is a similar issue with NSwag code generation #339

@luigisaggese
Copy link

There is any news on this issue? @florisdipt I'm also looking to modify MemberAccessStrategy did you found a solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants