hcesar / HtmlAgilityPack.CssSelector

HtmlAgilityPack CSS Selector
75 stars 30 forks source link

Building in PCL #1

Open Vaiune opened 9 years ago

Vaiune commented 9 years ago

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?

hcesar commented 8 years ago

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.

markgibaud commented 8 years ago

+1 for Xamarin support - that would be great!

tobiaszuercher commented 7 years ago

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

AlexByte commented 7 years ago

It should be .Net Standard