-
Notifications
You must be signed in to change notification settings - Fork 41
build casing issues with assemblies. #697
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
Comments
It looks like package you're referring to is here? |
Yep that's the branch with the PR that has a repro. I'm going to merge this once CI passes on the updated PR. |
Nope, first I've come across this. The file name's produced from |
No manual stuff was done @pranavkm This is what's produced after a git clean xdf + build.cmd |
Its resulting in the mvc funtional tests failing due to casing, its weird because the local fix with casing worked on my laptop, but its not working on CI: https://ci.appveyor.com/project/aspnetci/authsamples/build/1.0.122 |
Looks like those test are failing due to an incorrect path:
|
Yup, @javiercn and I debugged this last week, this is failing due to the casing: |
Closing as this doesn't appear to be a problem anymore. |
It looks like occasionally dlls are renamed with slightly different lowercased names by build.cmd which was causing strange failures in MVC.Testing style functional tests that rely on finding assemblies using Ordinal.
An example:
Notice how the obj/Debug/netcoreapp2.2 has lowercase Mutlitenant.Views.dll
cc @natemcmaster @ryanbrandenburg @javiercn
The text was updated successfully, but these errors were encountered: