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 Sensitive: eng/common/build.ps1 is with lower case 'b' and not upper case #21461

Merged
merged 1 commit into from
Jul 6, 2020

Conversation

MartinBP
Copy link
Contributor

Case Sensitive: eng/common/build.ps1 is with lower case 'b' and not upper case

@dnfadmin
Copy link

dnfadmin commented Jun 29, 2020

CLA assistant check
All CLA requirements met.

@ajcvickers
Copy link
Member

@dougbu Thoughts on this?

@dougbu
Copy link
Member

dougbu commented Jul 6, 2020

The change doesn't have a material impact because Windows filenames are not case-sensitive.

@dougbu
Copy link
Member

dougbu commented Jul 6, 2020

(It won't hurt or help anything)

@MartinBP
Copy link
Contributor Author

MartinBP commented Jul 6, 2020

It is possible that someone is using case sensitive files and folders on Windows by enabling it with "fsutil.exe file setCaseSensitiveInfo" and this was actually how I discovered the issue in the first place.

@ajcvickers ajcvickers merged commit 52d53b8 into dotnet:master Jul 6, 2020
@ajcvickers
Copy link
Member

@MartinBP Thanks!

@MartinBP
Copy link
Contributor Author

MartinBP commented Jul 6, 2020

For reference I actually wanted to debug another exception that was thrown due to case sensitivity, but I still need to find out if it has to do with SQLitePCLRaw or efcore.
I have listed it below, if it is of any interest.

System.TypeInitializationException : The type initializer for 'Microsoft.Data.Sqlite.SqliteConnection' threw an exception.
----> System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
----> System.DllNotFoundException : Unable to load DLL 'e_sqlite3' or one of its dependencies: The specified module could not be found. (0x8007007E)

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.

5 participants