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

Case insensitive ends with on EndsWith #21

Merged
merged 2 commits into from Jan 9, 2016

Conversation

ledbutter
Copy link
Contributor

I ran into an inexplicable NullReferenceException when trying to load an XLSX file that I used ".XLSX" in the file path for the ExcelProvider constructor. It wasn't until I ran it locally that I discovered the problem was a case sensitive call to EndsWith(). This fixes that.

@ledbutter
Copy link
Contributor Author

The build failed, but when I clicked on details Travis claimed that this wasn't an active project???

@dsyme
Copy link
Contributor

dsyme commented Aug 13, 2015

I deactivated it because it should never have been trying to build this on Linux (AFAIK). The build relies on "Excel.dll" which AFAIK is only available on Windows.

@ledbutter
Copy link
Contributor Author

@dsyme Thanks, that makes sense.

@forki forki merged commit 4e422e1 into fsprojects:master Jan 9, 2016
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.

None yet

3 participants