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

StructLinq support Unity ? #143

Open
aprius opened this issue May 11, 2022 · 3 comments
Open

StructLinq support Unity ? #143

aprius opened this issue May 11, 2022 · 3 comments

Comments

@aprius
Copy link

aprius commented May 11, 2022

I'm wondering if it can be used in unity?.
I tried importing into unity but InlineIl and Fody are not usable in Unity environment.

How can I fix UnsafeHelpers so that it doesn't have InlineIL and can be used in Unity?

@reegeek
Copy link
Owner

reegeek commented May 12, 2022

Hi,

Can you say more about your error ?

Fody is a compile time dependency and not a runtime dependency.

I am a little by surprise you cannot use already compiled dll in unity since structlinq targeting netstandard with almost no runtime dependencies.

@Z2Y
Copy link

Z2Y commented Apr 4, 2023

I meet same problem when use in unity, unsafe cast from List to ListLayout not working in unity. related issue
NetFabric/NetFabric.Hyperlinq#386

@reegeek
Copy link
Owner

reegeek commented Apr 5, 2023

Hi,
ListLayout is specific for each framework.
I am not handling mono because I don't no how to target mono and how to test it.
Do you have some clue about that ?

Regards

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

3 participants