You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jkotas, @ericstj, is it possible to deduplicate these files? until someday when we may need to do platform-specific specialization (in which case we can probably just override the properties using Condition=.. attribute without a new file).
The text was updated successfully, but these errors were encountered:
Noticed this when working on enabling cross-compilation on illumos and Solaris. After completing the task, i realized that majority of lines added are due to these props files, which is apparently just a noise for each (existing/upcoming) platform.
Yes, I was thinking something like that, just wasn't sure if something else in the (post-)packaging process is relying on the presence runtime.$(PlatformName).$(ProjectName).props files.
For each platform, we are adding copy of these files with no visible difference:
@jkotas, @ericstj, is it possible to deduplicate these files? until someday when we may need to do platform-specific specialization (in which case we can probably just override the properties using
Condition=..
attribute without a new file).The text was updated successfully, but these errors were encountered: