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

Introduce non-shipped System.Runtime.Internal assembly #61754

Closed

Commits on Nov 17, 2021

  1. Introduce non-shipped System.Runtime.Internal assembly

    Introduce non-shipped System.Runtime.Internal assembly for internal test usage only and remove <ReferenceSystemPrivateCoreLib> support from our test system. Any internal APIs (primarily in the hosting space) that are needed for testing that we don't want to expose publically should be exposed via System.Runtime.Internal for our testing infrastructure to reference.
    jkoritzinsky committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    0836ae1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f4ee14 View commit details
    Browse the repository at this point in the history
  3. Update src/tests/Interop/COM/Activator/Program.cs

    Co-authored-by: Aaron Robinson <[email protected]>
    jkoritzinsky and AaronRobinsonMSFT committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    64d30cf View commit details
    Browse the repository at this point in the history
  4. Explicitly block packing Ssytem.Runtime.Internal into a NuGet package…

    … to make it more difficult to accidentally ship.
    jkoritzinsky committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    f233d76 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'system.runtime.internal' of github.com:jkoritzinsky/run…

    …time into system.runtime.internal
    jkoritzinsky committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    1cd5be6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a0831b View commit details
    Browse the repository at this point in the history