Expose Extensions
tsmgeek opened this issue · 0 comments
tsmgeek commented
Is it possible to expose the Extensions class out so when accessing XElement we have the same methods available as are used when parsing feeds as otherwise Element
is just a plain XElement
without these nice methods.
Maybe my C# knowhow is limited and this is already possible, but currently ive just copied Extensions.cs into my project.