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
public global::CommunityToolkit.Mvvm.Input.IRelayCommand Test1Command => test1Command ??= new global::CommunityToolkit.Mvvm.Input.RelayCommand(new global::System.Action(Test1));
315
+
}
316
+
}
317
+
""";
318
+
319
+
stringresult2="""
320
+
// <auto-generated/>
321
+
#pragma warning disable
322
+
#nullable enable
323
+
namespace MyApp
324
+
{
325
+
partial class MyViewModel
326
+
{
327
+
/// <summary>The backing field for <see cref="Test2Command"/>.</summary>
public global::CommunityToolkit.Mvvm.Input.IRelayCommand Test2Command => test2Command ??= new global::CommunityToolkit.Mvvm.Input.RelayCommand(new global::System.Action(Test2));
0 commit comments