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

Nuget issue on OS with case-sensitive filesystem #15

Closed
devlux opened this issue Mar 2, 2015 · 2 comments
Closed

Nuget issue on OS with case-sensitive filesystem #15

devlux opened this issue Mar 2, 2015 · 2 comments

Comments

@devlux
Copy link

devlux commented Mar 2, 2015

I've installed the nuget package with monodevelop on linux. But afterwards I was not able to use it as the system was not able to find the package. It seems this is due to the case-sensitive nature of the filesystem and that there is some "mismatch" between certain package id references: at some places "Linq" is used and at others "LINQ". After I renamed all "LINQ" snippets (in filenames and file contents) to "Linq" the package worked like a charm... :-)

@scottksmith95
Copy link
Owner

Feel free to submit a pull request. I will gladly accept it.

Thanks

@Thorium
Copy link
Collaborator

Thorium commented Oct 2, 2015

This fix is in the NuGet package of the LinqKit 1.1.3

@Thorium Thorium closed this as completed Oct 2, 2015
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

3 participants