Closed
Description
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:
Directory of C:\Github\AuthSamples\samples\Options.MultiTenant\bin\Debug\netcoreapp2.2
06/21/2018 12:09 PM 16,384 Options.MultiTenant.dll
06/21/2018 12:09 PM 73,216 Options.MultiTenant.Views.dll
2 File(s) 89,600 bytes
Directory of C:\Github\AuthSamples\samples\Options.MultiTenant\obj\Debug\netcoreapp2.2
06/21/2018 12:09 PM 16,384 Options.MultiTenant.dll
06/21/2018 12:09 PM 73,216 Options.Multitenant.Views.dll
Notice how the obj/Debug/netcoreapp2.2 has lowercase Mutlitenant.Views.dll
Metadata
Metadata
Assignees
Labels
No labels