jamietre / CsQuery

CsQuery is a complete CSS selector engine, HTML parser, and jQuery port for C# and .NET 4.
Other
1.16k stars 249 forks source link

Hang when parsing svg tag #194

Closed mganss closed 9 years ago

mganss commented 9 years ago

The following causes a hang:

var dom = CQ.Create("<svg x=y/>");

This does not:

var dom = CQ.Create("<svg x=y />"); // space after y

This neither:

var dom = CQ.Create("<div x=y/>");
mganss commented 9 years ago

Could you make a new NuGet release?

304NotModified commented 8 years ago

Really bad that you don't get even a response.

jamietre commented 8 years ago

Sorry - but the reality I haven't used CsQuery in my work for over two years. I hardly even work in .NET at all. So I have very little time or incentive to put much effort into it.

The problem with making a new release is that there are a number of changes merged from pull requests that I haven't had much time to look at. If release the code as it is today, I might cause more problems then I solve. I know that the current release is pretty stable, and the only significant existing issue that I know of isn't fixed anyway.

I would gladly make anyone who is using CsQuery on a regular basis and wants to be take the reins a collaborator. I just don't want to be the guy to publish a new release and then feel responsible for a hundred issues if something goes wrong.

304NotModified commented 8 years ago

Thanks for the response!