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

Fix case sensitivity on package name when search references in Paket.lock #1089

Merged
merged 4 commits into from
Jan 21, 2016
Merged

Conversation

klettier
Copy link
Contributor

I get a "KeyNotFoundException" when I try to match my references from "paket.references" with those in "paket.lock" because sometimes cases are not the same on package name.

Paket isn't case sensitive so names can be upper case in paket.lock but
lowercase in paket.references
@klettier
Copy link
Contributor Author

You are right !
I removed the Trim and updated the Regex to success only on package line (starting with four spaces)

forki added a commit that referenced this pull request Jan 21, 2016
Fix case sensitivity on package name when search references in Paket.lock
@forki forki merged commit ff46eb1 into fsprojects:master Jan 21, 2016
@forki
Copy link
Member

forki commented Jan 21, 2016

thx

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.

2 participants