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

Move tests from full facade folder to type forward destination #94644

Merged
merged 1 commit into from
Nov 13, 2023

Commits on Nov 13, 2023

  1. Move tests from full facade folder to type forward destination

    Fixes #89230
    
    A previous changed moved full facade assemblies into src/libraries/shims
    but the tests were left in their original location.
    
    1. Move System.Data.DataSetExtensions/tests into System.Data.Common/tests
    and all other test projects under System.Runtime/tests.
    
    2. Update the tests.proj file that excludes based on the test project file
    paths.
    
    3. Delete System.AppContext/tests which already existed (as a copy)
       under System.Runtime/tests.
    
    4. Update System.Runtime.sln and System.Data.Common.sln
    
    5. Delete README.md files that are now unused and not required anymore.
    ViktorHofer committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e80bc72 View commit details
    Browse the repository at this point in the history