-
-
Notifications
You must be signed in to change notification settings - Fork 381
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
Does it support .net core ?? #13
Comments
Hello @tavisca-arvindy , Since the v1.5.0, the library support .NET Core for NETSTANDARD 1.6 Let me know if that answer correctly to your question. Best Regards, Jonathan |
Hi, |
May i ask you if NetStandard 1.6 is truly needed ? |
That was for Metro application which supports .NET "Core" 4.5 (Target Windows 8) It was before the .NET Core we know today.
It's for sure needed. That's the version that is used with .NET Core Or perhaps I misunderstood your question? Best Regards, Jonathan |
My own lib, which depends on HAP, is NetStandard 1.1 and i would not want to rise it to 1.6. |
The problem about .NETStandard 1.1 is almost nothing is supported that library requires. By example, 3 of 4 packages on which HAP depend require .NETStandard 1.3 minimum:
So it could be possible to create a .NETStandard 1.3 packages but 1.1 will be close to impossible I believe since we don't have access to package required. If we remove theses dependencies, I'm not sure how many functionalities we will remove! We will soon support CSS Selectors like jQuery. Perhaps after we support it, I could check to see about the support for 1.1 You will not have access to XPath selectors, but at least you will have access to CSS Selectors. Best Regards, Jonathan |
Thanks for your thorough answer. Best regards, |
Great, we will try to support .NET Standard 1.3 during the weekend. Best Regards, Jonathan |
Hello @pendenaor , We added support to the .NET Standard 1.3, The new version should be available within a few hours. Best Regards, Jonathan |
Hello @jonalbrecht , @pendenaor The version v1.5.0-beta9 has been released: Let us know if the support to .NET Standard 1.3 work correctly Best Regards, Jonathan |
Sorry for the delay! |
Closing Comment: Feel free to re-open if you still have an issue. |
@JonathanMagnan The |
Hello @doggy8088 , I have created a new issue to clean up dependencies on next release: #274 Since there are no dependencies on this framework, even if we continue to support it, we can hide it from the As you said, Thank for your suggestion. Best Regards, Jonathan Performance Libraries Runtime Evaluation |
No description provided.
The text was updated successfully, but these errors were encountered: