we are doing a project to run in ASP.Net on Mono / * nix
Our problem is that we are developing Windows, and we just build and test it so often on Mono. So lately we have had a lot of problems with case sensitive file names. Everything seems to work fine on Windows, and then we go to Mono and it quietly crashes. (As in, it builds, but does not start, or parts of it do not work)
How would you recommend that I discover this during development on Windows? Basically, how do we make case-sensitive file names look wrong in our code, where the code works on Windows but not * nix?
Earlz source share