You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@michael-hawker Just to double check, we do plan to hold on this until we push 7.1.2 out, correct?
Otherwise we'll have no way to do so, unless we branched off of rel/7.1.1 I guess? 🤔
"I believe we can also simplify our tests a bit potentially, right @Sergio0694?"
Yes, we can simplify tests a whole lot like I did in the dotnet repo as well.
We can remove all the shared projects and just aggregate the UWP test projects, for instance, and do some cleanup.
The infrastructure is extremely clean now for dotnet and I think there's plenty of room for improvements here too now 🎉
@Sergio0694 we can pick up an intermediate build at the moment, but yes we'd base off of 7.1.2 eventually. If you plan to put that together this week, then we can coordinate too, especially if we update for WinUI 3 1.0. FYI @azchohfi.
Describe the problem this feature would solve
We've moved our .NET Standard Code to now be the .NET Community Toolkit. 🎉🎉🎉
Its new home is now in this repo here.
Describe the solution
We migrated all the history over there as well, so now we just need to remove the following packages from our repo to complete the transfer:
For anything that depends on
Microsoft.Toolkit
still we should update it to grab theCommunityToolkit.Common
package from the MainLatest feed instead.I believe we can also simplify our tests a bit potentially, right @Sergio0694?
@XAML-Knight mind taking a stab at opening a PR for this migration step removing these packages here in this repo? Thanks!
The text was updated successfully, but these errors were encountered: