为什么Template10(服务)中的所有内容都不存在于Template10(图书馆)中?
Why all of Template10 (Services) does not exist in Template10 (Library)?
我从 Nuget 安装了 template10,虽然我通过这个 link 下载了 template10:
https://github.com/Windows-XAML/Template10
它有 Template10(安装程序)、Template10(库)、Template10(服务)、Template10(验证)...。 Nuget 中只存在 Template10(库),为什么其他人不在 Nuget 中,我该如何使用它们?我只是应该复制我需要的东西吗?
本期解释:https://github.com/Windows-XAML/Template10/issues/616
Services is not tested and should be labeled as EXPERIMENTAL. They originated from my own library of services from Windows 8 development and are part of this so the code can be used, but I have not adequately tested it to be comfortable including it in the library at this time. I hope that makes sense.
"The Library is the only project that comprises the Nuget package."
您应该通过 Git 克隆添加其他项目,例如,如果您想在您的应用中使用它们。
我从 Nuget 安装了 template10,虽然我通过这个 link 下载了 template10: https://github.com/Windows-XAML/Template10
它有 Template10(安装程序)、Template10(库)、Template10(服务)、Template10(验证)...。 Nuget 中只存在 Template10(库),为什么其他人不在 Nuget 中,我该如何使用它们?我只是应该复制我需要的东西吗?
本期解释:https://github.com/Windows-XAML/Template10/issues/616
Services is not tested and should be labeled as EXPERIMENTAL. They originated from my own library of services from Windows 8 development and are part of this so the code can be used, but I have not adequately tested it to be comfortable including it in the library at this time. I hope that makes sense.
"The Library is the only project that comprises the Nuget package."
您应该通过 Git 克隆添加其他项目,例如,如果您想在您的应用中使用它们。