-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add test for external assembly probe mechanism #113007
Conversation
873e435
to
a63754d
Compare
Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Overview
This PR adds a new test to verify the external assembly probe mechanism by checking that the TRUSTED_PLATFORM_ASSEMBLIES property is empty.
- Adds a new test in ExternalAssemblyProbe.cs that asserts the runtime does not rely on the TPA mechanism.
- Skips the test on Mono due to unimplemented functionality in the host-runtime contract.
Reviewed Changes
File | Description |
---|---|
src/tests/Loader/ExternalAssemblyProbe/ExternalAssemblyProbe.cs | New test file that checks the empty state of TRUSTED_PLATFORM_ASSEMBLIES |
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
a63754d
to
a85fb2b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Co-authored-by: Aaron Robinson <[email protected]>
/ba-g Failure is #113025 |
Contributes to #112706