What package should we use? #52
-
As far as I understand the "Microsoft" prefix was problematic. On NuGet there's 2 packages (I'm interested in the Performance one): Both in 7.1.2 updated the same day... Can anyone clarify this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @olivier-spinelli! NOTE: just to clarify, the namespace change is only done to make things simpler to handle on NuGet, and to better organize across all the various repositories in the CommunityToolkit org. These projects are still first party, published by Microsoft and owned and maintained by Microsoft engineers, and we're also using them internally in several first-party apps (eg. the Microsoft Store) 😊 |
Beta Was this translation helpful? Give feedback.
Hi @olivier-spinelli!
We have migrated all code here, we just still need to finish updating the various package info, docs and wikis.
Version 7.1.2 of both packages is exactly the same (for the packages in the .NET Community Toolkit), we published them just to avoid confusion for developers that were wondering about the difference version number between the two. In the future, only the CommunityToolkit.* packages from the .NET Community Toolkit will be updated, and the others will eventually be deprecated and just redirected to these ones. So if you're starting to use them now, definitely grab the CommunityToolkit ones 👍
NOTE: just to clarify, the namespace change is only done to make thi…