Include Dependency Frameworks in set of TFMs considered for package testing#7645
Merged
Anipik merged 2 commits intodotnet:mainfrom Jul 20, 2021
Merged
Include Dependency Frameworks in set of TFMs considered for package testing#7645Anipik merged 2 commits intodotnet:mainfrom
Anipik merged 2 commits intodotnet:mainfrom
Conversation
Anipik
reviewed
Jul 19, 2021
src/Microsoft.DotNet.PackageTesting.Tests/GetCompatibilePackageTargetFrameworksTests.cs
Show resolved
Hide resolved
Member
Author
|
Tested locally and this does catch the windows compat bug: Also found a new failure: Here we'll just need to disable that project since it's expected that a single build isn't producing all these packages. |
Anipik
approved these changes
Jul 19, 2021
Contributor
Anipik
left a comment
There was a problem hiding this comment.
LGTM, just need a test in place.
Anipik
approved these changes
Jul 20, 2021
Member
Author
|
Thanks @Anipik. I merged dotnet/runtime#55976 so we should be ready to accept this change. It's still possible that new failures are introduced. @missymessa let us know if you see any dotnet/runtime failures around package testing during arcade ingestion. |
1 task
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes dotnet/runtime#27503
I believe this should fix testing for meta-packages as it will consider Frameworks for testing if they are used in dependency groups (not just files).
I haven't been able to try this out in dotnet/runtime yet and would want to do so before merging.