Skip to content

Comments

Correct StockPrices_Small.csv filename for case sensitive file-systems.#14

Open
chris-stones wants to merge 1 commit intofekberg:linuxfrom
chris-stones:topic/case_sensitive_fs
Open

Correct StockPrices_Small.csv filename for case sensitive file-systems.#14
chris-stones wants to merge 1 commit intofekberg:linuxfrom
chris-stones:topic/case_sensitive_fs

Conversation

@chris-stones
Copy link

Fix for reported error in GNU/Linux...

Could not find file 'getting-started-with-asynchronous-programming-dotnet/src/Linux/05/Completed/StockAnalyzer.Linux/bin/Debug/netcoreapp3.0/StockPrices_Small.csv'.

GNU/Linux is case sensitive.
Code was trying to open file StockPrices_Small.csv as StockPrices_small.csv.
This will likely only be an issue on *nix.

Error was observed in Arch Linux... I cant imagine why you could not re-produce this in Ubuntu...
Perhaps you were building from a case insensitive file-system?

Thank you for creating this branch for me! It was a huge help!

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

Successfully merging this pull request may close these issues.

1 participant