Search results for #MvvmToolkit
WinUI3 and MVVM Toolkit (to be specific [RelayCommand]) doesn't seem to work. stackoverflow.com/a/75954005 . #winui3 #mvvmtoolkit #net
.NET MAUI with MVVM Toolkit Project Setup for .NET MAUI c-sharpcorner.com/article/net-ma… via @CsharpCorner #DotNetMAUI #MVVMToolKit
"So how many attributes do you want?" "yes" #csharp #dotnet #mvvmtoolkit
@Jawadsab @thenickrandolph @shanselman @davidortinau @SergioPedri The old article has no relation to the new doc you found. The MVVMLight Messenger is a different implementation to the new #MVVMToolkit one. The #MVVMToolkit is for .NET Standard and should behave the same across runtimes. Also, see migration guide here: docs.microsoft.com/windows/commun…
@thenickrandolph @SergioPedri @shweaver_MSFT @amruthasrin @YoshiAskharoun @PandaSharp_ Yeah, our current build process isn't ideal. We never intended it to be a longterm setup. Though splitting out and creating the .NET Community Toolkit will be a great first step and hopefully clear up some confusion, at least around things like the #MVVMToolkit packages. 🙂
@juanpaexpedite @SergioPedri @shweaver_MSFT @amruthasrin @YoshiAskharoun @PandaSharp_ @thenickrandolph has a blog series on Data Validation using the #MVVMToolkit! It's important to note the source generators are only in the 7.1.0-preview1 Microsoft.Toolkit.Mvvm package atm; the CommunityToolkit.Mvvm package won't have these yet. 🦙
@juanpaexpedite @SergioPedri @shweaver_MSFT @amruthasrin @YoshiAskharoun @PandaSharp_ @thenickrandolph has a blog series on Data Validation using the #MVVMToolkit! It's important to note the source generators are only in the 7.1.0-preview1 Microsoft.Toolkit.Mvvm package atm; the CommunityToolkit.Mvvm package won't have these yet. 🦙
@malik_berkane @thomasclaudiush @CHBernasconiC Yup, @SergioPedri has already built Source Generator extensions on top of the #MVVMToolkit already in the last couple of months, right after our 7.0.0 release. PR should be merged soon hopefully for when we do a 7.1 preview in the future. 🦙 Info here: github.com/windows-toolki…
@dotMorten @LBugnion @fonssonnemans @AnyStatusApp Yeah, we just shipped the #MVVMToolkit as part of #WindowsCommunityToolkit 7.0 (after working on it over the past year). It's even getting support in #WindowsTemplateStudio. 🦙 You can find out more in our docs here aka.ms/mvvmtoolkit/do… or see samples aka.ms/mvvmtoolkit/sa…
@jamesport079 @AnyStatusApp Writing MVVM code for INotifyPropertyChanged is fine, but you really want to do it for each project? You going to copy/paste, do it the same each time, and not copy a bug? 🦙 Or you could use the #MVVMToolkit à la carte and just use as much as you need: aka.ms/mvvmtoolkit
@XAMLLlama I read that as well. But, I still do not see #MVVMToolkit option in #WindowsTemplateStudio. Not sure if it's being released gradually or on its way.
@jamesmcroft 🦙 @jamesmcroft wrote a migration guide for #MVVMLight developers looking to migrate to the .NET Standard #MVVMToolkit in the #WindowsCommunityToolkit! 🦙 docs.microsoft.com/windows/commun…
🦙📢 #WindowsCommunityToolkit v7.0.0 has shipped! 🎉 So many new goodies to play with for @dotnet and @WindowsUI #WindowsDev! Includes the #MVVMToolkit & more! Check it ALL out in our release notes 🐉 aka.ms/wct/releasenot… 🦙 And what's better than 1 release in day? Two! 🎉🎉
🦙📢 #WindowsCommunityToolkit v7.0.0 has shipped! 🎉 So many new goodies to play with for @dotnet and @WindowsUI #WindowsDev! Includes the #MVVMToolkit & more! Check it ALL out in our release notes 🐉 aka.ms/wct/releasenot… 🦙 And what's better than 1 release in day? Two! 🎉🎉 https://t.co/sDFTOm3c6N
@jamesmcroft This going to work with the #MVVMToolkit ObservableValidator @SergioPedri's working on too?
The #XamarinForms sample for the #MvvmToolkit is done! iOS is running smoothly as well! #Android #iOS #XamarinCommunityToolkit #WindowsCommunityToolkit PR incoming soon hopefully github.com/kazo0/MVVM-Sam…
@H_N_B_D_D @YouTube @dotnet Hi, the #MVVMToolkit is .NET Standard and works directly with any platforn, there's not separate individual packages for each one. Just include Microsoft.Toolkit.MVVM and you're good. See this great #Xamarin example being worked on by @BiloganSteve here 🦙
@H_N_B_D_D @YouTube @dotnet Hi, the #MVVMToolkit is .NET Standard and works directly with any platforn, there's not separate individual packages for each one. Just include Microsoft.Toolkit.MVVM and you're good. See this great #Xamarin example being worked on by @BiloganSteve here 🦙
Working on the #XamarinForms version of the #MvvmToolkit sample app. @thenickrandolph already beat me to the @UnoPlatform version! TabView from #XamarinCommunityToolkit is awesome! Markdown support is a struggle. Hope to get it to @XAMLLlama soon! github.com/kazo0/MVVM-Sam…
@fonssonnemans @WindowsUI Our WinUI 3 previews only support WinUI 3 Desktop currently on .NET 5, the #MVVMToolkit should work fine in this environment. However, it won't work for WinUI 3 UWP due to the known interface redirect issues listed in the @WindowsUI release notes.
