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 conflicting test assembly name in classloader tests #93012

Merged
merged 1 commit into from
Oct 5, 2023

Commits on Oct 4, 2023

  1. Fix conflicting test assembly name in classloader tests

    dd52 was building test.dll and dev10_897464 was building Test.dll which caused assembly resolving conflicts:
    
    > warning MSB3243: No way to resolve conflict between "Test, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" and "test, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null". Choosing "Test, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" arbitrarily.
    
    Fixed by making the test assembly names unique for each test.
    akoeplinger committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    df5d3e3 View commit details
    Browse the repository at this point in the history