Replies: 1 comment 4 replies
-
Microsoft is in a conflicting position when dealing with Shared project. It's deprecated but in practice definitely is not, as it's a great tool for dealing with project incompatibilities. Now with the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anyone know if Microsoft has plans to improve support for Shared Projects and add proper recognition of wildcard expressions to them? So that they behave according to sdk like projects in terms of including files. For Uno projects, this would come in handy.
Why the question - perhaps there is an issue somewhere that I could not find, for which I and others can vote and speed up the process.
I also found it: https://developercommunity2.visualstudio.com/t/Add-shared-projects-item-groups-globbing/588022?from=email&space=8&q=Shared+Project&entry=suggestion
Perhaps it's worth trying again? Now there are more of us. There are more arguments too.
I know you've added a Globbed ItemGroup to the uno template shared project, but it's still quite inconvenient when adding new files or copying through VS UI. Also, after the last update of VS Preview, WinUI project started giving me the following error message with Globbed ItemGroup:
error NETSDK1022: Duplicate 'Compile' items were included.
However, this only applies to files that are included implicitly and via _Globbed_Compile
Beta Was this translation helpful? Give feedback.
All reactions