我从Nuget安装了template10,尽管我通过以下链接下载了template10:https://github.com/Windows-XAML/Template10
它有Template10 (安装程序)、Template10 (库)、Template10 (服务)、Template10 (验证)、.只有Template10 (库)存在于Nuget中,为什么其他人不在Nuget,我如何使用它们?我应该复制过去我需要的东西?
发布于 2016-02-15 14:17:01
本文对此进行了解释:https://github.com/Windows-XAML/Template10/issues/616
服务没有经过测试,应该被标记为实验性的。它们起源于我自己的Windows 8开发服务库,是其中的一部分,因此代码可以使用,但我目前还没有充分测试它是否适合在库中使用。我希望这是有意义的。
“图书馆是唯一由Nuget包组成的项目。”
例如,如果您想在应用程序中使用其他项目,则应该通过Git添加其他项目。
https://stackoverflow.com/questions/35410593
复制相似问题