HtmlAgilityPack.CssSelector
HtmlAgilityPack.CssSelector copied to clipboard
Building in PCL
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?
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.
+1 for Xamarin support - that would be great!
whats the state here? would be really great to have this in PCL.
It should be .Net Standard