About .vsconfig
#8075
Replies: 1 comment 2 replies
-
It seems there are two questions here. Wcf tooling is indeed likely not needed, we could remove it from the list, same for portable library. As for azure components, those may be related to some of the ASP.NET tooling for publishing. Finally, Azure Static Apps are free and are good for beginners. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Once again creating a new project template, I paid attention to the .vsconfig file.
There seem to be some redundant elements here, but I would like to consult before offering a PR:
Microsoft.VisualStudio.Component.Wcf.Tooling
- Seems very specific to be set by all users, as far as I know not needed for normal use of UnoMicrosoft.VisualStudio.Component.PortableLibrary
- As far as I know PCL is deprecated and not needed16 Azure components
- This is about 5 GB of additional space after installation. I have never installed it and have been using Uno for the last year with no problems.This may make it easier to deploy for some users, but there is one point - I tried Azure when I first started to get acquainted with Uno. It costs about $50 per month for each published application, although Uno can be published on any static site host. Should Azure be recommended for beginners?
Beta Was this translation helpful? Give feedback.
All reactions