rvs76 / tvdblib

Automatically exported from code.google.com/p/tvdblib
0 stars 0 forks source link

Use proper dir separator in Caching engine #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the caching engine is using hardcoded Windows directory
separators "\".
Using Path.DirectorySeparatorChar instead make things work just fine on
Linux/Unix systems.

The attached patch fix this issue.

Original issue reported on code.google.com by mathieu....@gmail.com on 27 Jan 2009 at 1:01

Attachments:

GoogleCodeExporter commented 9 years ago
Thx for the hint (and the provided solution ;)), I committed your patch to the 
svn now...

Is this really working on UNIX systems? I was under the impression that LINQ is 
not
yet available in mono.

Feel free to report further bugs if you encounter any more incompatibilities 
with
Unix systems ;)

Original comment by bgmei...@gmail.com on 27 Jan 2009 at 6:48

GoogleCodeExporter commented 9 years ago

Original comment by bgmei...@gmail.com on 27 Jan 2009 at 6:48

GoogleCodeExporter commented 9 years ago
Actually, Mono has support for Linq to Objects and Linq to XML but not yet for 
Linq
to SQL.

I've only done limited testing but your code seems to be working well under 
mono.
I plan to write a small utility that will use your library so I will report any
incompatibilities I encounter :)

Original comment by mathieu....@gmail.com on 28 Jan 2009 at 8:09