HtmlAgilityPack.CssSelector icon indicating copy to clipboard operation
HtmlAgilityPack.CssSelector copied to clipboard

Building in PCL

Open Vaiune opened this issue 9 years ago • 4 comments

I tried to build this extension in PCL but apparently it uses a lot of AppDomain and Assembly stuff which PCL doesn't support. Any ideas?

Vaiune avatar Apr 23 '15 14:04 Vaiune

AppDomain and Assembly is used for selectors discovery. If you only need built-in selectors, this can be disabled.

I will take a look at it.

hcesar avatar Jan 05 '16 17:01 hcesar

+1 for Xamarin support - that would be great!

markgibaud avatar Apr 10 '16 09:04 markgibaud

whats the state here? would be really great to have this in PCL.

tobiaszuercher avatar Feb 16 '17 16:02 tobiaszuercher

It should be .Net Standard

AlexByte avatar Apr 29 '17 14:04 AlexByte