vuuvv / fizzler

Automatically exported from code.google.com/p/fizzler
GNU General Public License v3.0
0 stars 0 forks source link

Remove dependency on BackLINQ assembly #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Include BackLINQ statically in the Fizzle project that targets .NET 2.0.
This will make the project more self-contained and reduce an additional
dependency in external assembly form.

Original issue reported on code.google.com by azizatif on 30 Apr 2009 at 9:58

GoogleCodeExporter commented 8 years ago
After some investigation, it seems better to take the hit on the BackLINQ 
assembly
than have to statically link it into the core as well as any other (current and
future) systems assemblies like Fizzler.Systems.HtmlAgilityPack. Had it only 
been
needed in the core, it would have been okay to include it statically.

Original comment by azizatif on 30 Apr 2009 at 12:42