Skip to content

Conversation

@nohwnd
Copy link
Member

@nohwnd nohwnd commented Jun 5, 2023

When default assembly filter in azdo is used, which is test.dll, many of test platform own dlls are included, and when we don't exclude them they are misinterpreted as test assemblies, because we simply try to run whatever user gives us, no matter what the name is. Those dlls are using runnable tfm (e.g. netcoreapp3.1) so we don't know that they should be skipped, and they are not later filtered out by having a missing runtime provider. So these sources try to run, and will fail the run because they have missing runtime config or similar required files.

Related issue

Fix #4511

  • I have ensured that there is a previously discussed and approved issue.

@nohwnd nohwnd changed the title Filter out known platform sources [rel/17.6] Filter out known platform sources Jun 5, 2023
@nohwnd nohwnd merged commit 4f929dd into microsoft:rel/17.6 Jun 5, 2023
@nohwnd nohwnd deleted the filter-out-platform-sources-17.6 branch June 5, 2023 20:47
This was referenced Dec 3, 2025
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.

1 participant