Skip to content

Conversation

@CharliePoole
Copy link
Member

@CharliePoole CharliePoole commented Dec 25, 2025

Fixes #1807

Copy link
Member

@manfred-brands manfred-brands left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, checks of assembly is loaded before loading it.

Assemblies = new ExpectedAssemblyResult[] { new ExpectedAssemblyResult("AppContextTest.dll", "netcore-8.0") }
}
});
//StandardAndZipLists.Add(new PackageTest(1, "AppContextBaseDirectory_NET80")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can the commented out code be deleted

StringComparer.OrdinalIgnoreCase.Equals(Path.GetFullPath(a.Location), full));
}

public static Assembly FindLoadedAssemblyByName(AssemblyName assemblyName)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this method called?

@CharliePoole CharliePoole deleted the adapter-1389 branch December 25, 2025 15:38
@CharliePoole
Copy link
Member Author

@manfred-brands Thanks for the review. I ended up re-creating this PR under another name and merging that instead. Removed the commented out stuff but kept an unused method because I want to experiment with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants