Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File inclusion checks get confused when only character case is different #55

Closed
mungojam opened this issue Feb 7, 2018 · 1 comment
Closed

Comments

@mungojam
Copy link
Collaborator

mungojam commented Feb 7, 2018

When the case has changed between the original project and the included files, the converter gets confused as it is presumably doing a case sensitive check. Not sure how my projects ended up with different cases but they did.

Here's a simple sample I created and the messages generated

DemoApp.zip

File found which was not included, consider removing ####\DemoApp\program.cs.

File was included but is not on disk: ####\DemoApp\Program.cs.
@hvanbakel
Copy link
Owner

Great repro inside the zip file, made verification of the fix super easy, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants