Skip to content

Issue with 5.0.4 nuget version in .Net8 #270

@aliaksei-halushkin-idt

Description

@aliaksei-halushkin-idt

We ran into runtime issue with 5.0.4 Unleash version in .Net8 when loading Unleash in our AspNetCore app

It's Aws Cloudformation deployment

Callstack:
`System.DllNotFoundException: Unable to load shared library 'yggdrasilffi' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable:
/app/yggdrasilffi.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.11/yggdrasilffi.so: cannot open shared object file: No such file or directory
libc.so: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.11/libyggdrasilffi.so: cannot open shared object file: No such file or directory
/app/yggdrasilffi: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.11/yggdrasilffi: cannot open shared object file: No such file or directory
/app/libyggdrasilffi: cannot open shared object file: No such file or directory
/usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.11/libyggdrasilffi: cannot open shared object file: No such file or directory

at Yggdrasil.FFI.new_engine()
at Yggdrasil.FFI.NewEngine()
at Yggdrasil.YggdrasilEngine..ctor(List`1 strategies)
at Unleash.UnleashServices..ctor(UnleashSettings settings, EventCallbackConfig eventConfig, List`1 strategies)
at Unleash.DefaultUnleash..ctor(UnleashSettings settings, IStrategy[] strategies)`

Version 4 works fine (4.1.15 e.g.)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions