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.
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
Spec proposal for opt-in feature where PrivateAssets flag option indepdent from IncludeAssets/ExcludeAssets options #12313
Spec proposal for opt-in feature where PrivateAssets flag option indepdent from IncludeAssets/ExcludeAssets options #12313
Changes from 8 commits
0864d28
5cd02a1
19bd26e
58f030a
d231ef3
b272b0e
fdf8ee8
bf84bb4
ed3370b
188b8dc
6bf5644
9563247
68f52a1
4cd21af
a1f9f46
3338e2c
dae50f7
c76de07
e9a8465
148c65f
72bcb2c
2b37bc5
271e53b
1f7b433
001fad0
a36b5f0
e24fbf5
3db6950
7311350
8fef1e9
1d3d357
c9b9bc1
df9cca9
0f4b052
8693e02
0d53d37
1af7f27
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It'd be great to have the reverse example as well.
So 1 -> 2, where 1 has the flag enabled, but 2 is the one with privateassets.
There should be no effect in this case.
Another example is a 1 -> 2 -> 3, where 3 is the one with the flag and with the special private assets value. 1 and 2 are going to have different values for the package referenced in 3.
I'd use a compile example because build is in the default
PrivateAssets
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok. Added 2 more examples here. Could you please verify it for me?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How does this will work with CPM enabled projects? See #12270
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jeffkl
Could you be able to check if my changes affect any of CPM scenarios?