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

Using the library from .Net Core #35

Open
gabrielkotev opened this issue May 29, 2017 · 3 comments
Open

Using the library from .Net Core #35

gabrielkotev opened this issue May 29, 2017 · 3 comments

Comments

@gabrielkotev
Copy link

I am struggling porting the library to .Net core.
Is there something to keep in mind while doing so (adding some dependencies, etc )?
Thanks for the help!

@zhongkaifu
Copy link
Owner

Hi @gabrielkotev

The only external dependency is System.Vectors for SIMD instruction. Actually, this lib is a part of .Net core, so it won't be a problem for your migration.

But I know some APIs maybe different between .Net framework and .Net Core, such as Stream classes, you may modify some code for it, but I think it's very easy to deal with them.

Thanks
Zhongkai Fu

@gabrielkotev
Copy link
Author

Hi @zhongkaifu
Thanks for the quick answer!
I have an compile issue inside the AdvUtils, the reason is the class ParallelOptions.
Do you have any suggestions how to overcome it ?
Thanks for your help!

@zhongkaifu
Copy link
Owner

AdvUtils is an open source project as well, you can modify it as your needs.
For ParallelOptions, currently, I set its value explicitly, but you can delete it and let it use default value.

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

2 participants