Conversation
…OAD_WITH…" This reverts commit 15d227c.
Contributor
There was a problem hiding this comment.
Copilot reviewed 6 out of 9 changed files in this pull request and generated no comments.
Files not reviewed (3)
- src/tests/Interop/CMakeLists.txt: Language not supported
- src/tests/Interop/DllImportSearchPaths/DllImportSearchPathsTest.csproj: Language not supported
- src/tests/Interop/DllImportSearchPaths/NativeLibraryWithDependency/CMakeLists.txt: Language not supported
Comments suppressed due to low confidence (3)
src/coreclr/vm/nativelibrary.cpp:478
- Removal of the assertion checking that the path is not relative may allow unintended relative path usage. Please verify that path validation is performed elsewhere to avoid potential loading issues.
_ASSERTE(!Path::IsRelative(path));
src/tests/Interop/DllImportSearchPaths/DllImportSearchPathsTest.cs:67
- The test method 'AssemblyDirectory_SearchFlags_WithDependency_Found' has been removed, which might reduce test coverage for dependency loading via the assembly directory. Consider ensuring equivalent coverage exists or reintroducing a minimal test.
[ConditionalFact(nameof(CanLoadAssemblyInSubdirectory))]
src/mono/mono/metadata/native-library.c:355
- Reverting the flag adjustment by removing the call to add_load_with_altered_search_path_flags may impact the handling of search flags on Windows. Please confirm that the new flag logic correctly supports all expected behaviors.
module = netcore_probe_for_module_variations (mdirname, file_name, lflags, error);
Contributor
|
Tagging subscribers to this area: @dotnet/interop-contrib |
Member
Author
agocke
approved these changes
Apr 12, 2025
This was referenced Apr 12, 2025
elinor-fung
added a commit
to elinor-fung/runtime
that referenced
this pull request
Apr 14, 2025
…LOAD_WITH…" (dotnet#114592) This reverts commit 8f313fd.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts #111990