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

Update EgressExtensibilityApp to publish for every targetable RID #4983

Open
jander-msft opened this issue Jul 25, 2023 · 0 comments
Open

Update EgressExtensibilityApp to publish for every targetable RID #4983

jander-msft opened this issue Jul 25, 2023 · 0 comments

Comments

@jander-msft
Copy link
Member

The ExtensionResponse_Success and ExtensionResponse_Failure tests frequently fail when running for .NET runtimes that are Windows x86, musl, and ARM64 installations. The likely cause is that the apphost for the test application is build for x64 installations (and more specificallly, glibc x64 for Linux).

The app needs to be updated to publish for every targetable RID and these tests need to calculate which RID variant to use at test time.

Alternative is to change the app to not create the apphost, but then we'd lose coverage for the scenario where the extension provides a native executable; the alternative is not desirable.

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

No branches or pull requests

1 participant