@@ -2608,7 +2608,7 @@ namespace MyApp
2608
2608
partial class MyViewModel
2609
2609
{
2610
2610
/// <inheritdoc cref="firstName"/>
2611
- [global::System.CodeDom.Compiler.GeneratedCode("CommunityToolkit.Mvvm.SourceGenerators.ObservablePropertyGenerator", "8.2.0.0" )]
2611
+ [global::System.CodeDom.Compiler.GeneratedCode("CommunityToolkit.Mvvm.SourceGenerators.ObservablePropertyGenerator", <ASSEMBLY_VERSION> )]
2612
2612
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
2613
2613
public int FirstName
2614
2614
{
@@ -2629,7 +2629,7 @@ public int FirstName
2629
2629
}
2630
2630
2631
2631
/// <inheritdoc cref="lastName"/>
2632
- [global::System.CodeDom.Compiler.GeneratedCode("CommunityToolkit.Mvvm.SourceGenerators.ObservablePropertyGenerator", "8.2.0.0" )]
2632
+ [global::System.CodeDom.Compiler.GeneratedCode("CommunityToolkit.Mvvm.SourceGenerators.ObservablePropertyGenerator", <ASSEMBLY_VERSION> )]
2633
2633
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
2634
2634
public int LastName
2635
2635
{
@@ -2652,46 +2652,46 @@ public int LastName
2652
2652
/// <summary>Executes the logic for when <see cref="FirstName"/> is changing.</summary>
2653
2653
/// <param name="value">The new property value being set.</param>
2654
2654
/// <remarks>This method is invoked right before the value of <see cref="FirstName"/> is changed.</remarks>
2655
- [global::System.CodeDom.Compiler.GeneratedCode("CommunityToolkit.Mvvm.SourceGenerators.ObservablePropertyGenerator", "8.2.0.0" )]
2655
+ [global::System.CodeDom.Compiler.GeneratedCode("CommunityToolkit.Mvvm.SourceGenerators.ObservablePropertyGenerator", <ASSEMBLY_VERSION> )]
2656
2656
partial void OnFirstNameChanging(int value);
2657
2657
/// <summary>Executes the logic for when <see cref="FirstName"/> is changing.</summary>
2658
2658
/// <param name="oldValue">The previous property value that is being replaced.</param>
2659
2659
/// <param name="newValue">The new property value being set.</param>
2660
2660
/// <remarks>This method is invoked right before the value of <see cref="FirstName"/> is changed.</remarks>
2661
- [global::System.CodeDom.Compiler.GeneratedCode("CommunityToolkit.Mvvm.SourceGenerators.ObservablePropertyGenerator", "8.2.0.0" )]
2661
+ [global::System.CodeDom.Compiler.GeneratedCode("CommunityToolkit.Mvvm.SourceGenerators.ObservablePropertyGenerator", <ASSEMBLY_VERSION> )]
2662
2662
partial void OnFirstNameChanging(int oldValue, int newValue);
2663
2663
/// <summary>Executes the logic for when <see cref="FirstName"/> just changed.</summary>
2664
2664
/// <param name="value">The new property value that was set.</param>
2665
2665
/// <remarks>This method is invoked right after the value of <see cref="FirstName"/> is changed.</remarks>
2666
- [global::System.CodeDom.Compiler.GeneratedCode("CommunityToolkit.Mvvm.SourceGenerators.ObservablePropertyGenerator", "8.2.0.0" )]
2666
+ [global::System.CodeDom.Compiler.GeneratedCode("CommunityToolkit.Mvvm.SourceGenerators.ObservablePropertyGenerator", <ASSEMBLY_VERSION> )]
2667
2667
partial void OnFirstNameChanged(int value);
2668
2668
/// <summary>Executes the logic for when <see cref="FirstName"/> just changed.</summary>
2669
2669
/// <param name="oldValue">The previous property value that was replaced.</param>
2670
2670
/// <param name="newValue">The new property value that was set.</param>
2671
2671
/// <remarks>This method is invoked right after the value of <see cref="FirstName"/> is changed.</remarks>
2672
- [global::System.CodeDom.Compiler.GeneratedCode("CommunityToolkit.Mvvm.SourceGenerators.ObservablePropertyGenerator", "8.2.0.0" )]
2672
+ [global::System.CodeDom.Compiler.GeneratedCode("CommunityToolkit.Mvvm.SourceGenerators.ObservablePropertyGenerator", <ASSEMBLY_VERSION> )]
2673
2673
partial void OnFirstNameChanged(int oldValue, int newValue);
2674
2674
/// <summary>Executes the logic for when <see cref="LastName"/> is changing.</summary>
2675
2675
/// <param name="value">The new property value being set.</param>
2676
2676
/// <remarks>This method is invoked right before the value of <see cref="LastName"/> is changed.</remarks>
2677
- [global::System.CodeDom.Compiler.GeneratedCode("CommunityToolkit.Mvvm.SourceGenerators.ObservablePropertyGenerator", "8.2.0.0" )]
2677
+ [global::System.CodeDom.Compiler.GeneratedCode("CommunityToolkit.Mvvm.SourceGenerators.ObservablePropertyGenerator", <ASSEMBLY_VERSION> )]
2678
2678
partial void OnLastNameChanging(int value);
2679
2679
/// <summary>Executes the logic for when <see cref="LastName"/> is changing.</summary>
2680
2680
/// <param name="oldValue">The previous property value that is being replaced.</param>
2681
2681
/// <param name="newValue">The new property value being set.</param>
2682
2682
/// <remarks>This method is invoked right before the value of <see cref="LastName"/> is changed.</remarks>
2683
- [global::System.CodeDom.Compiler.GeneratedCode("CommunityToolkit.Mvvm.SourceGenerators.ObservablePropertyGenerator", "8.2.0.0" )]
2683
+ [global::System.CodeDom.Compiler.GeneratedCode("CommunityToolkit.Mvvm.SourceGenerators.ObservablePropertyGenerator", <ASSEMBLY_VERSION> )]
2684
2684
partial void OnLastNameChanging(int oldValue, int newValue);
2685
2685
/// <summary>Executes the logic for when <see cref="LastName"/> just changed.</summary>
2686
2686
/// <param name="value">The new property value that was set.</param>
2687
2687
/// <remarks>This method is invoked right after the value of <see cref="LastName"/> is changed.</remarks>
2688
- [global::System.CodeDom.Compiler.GeneratedCode("CommunityToolkit.Mvvm.SourceGenerators.ObservablePropertyGenerator", "8.2.0.0" )]
2688
+ [global::System.CodeDom.Compiler.GeneratedCode("CommunityToolkit.Mvvm.SourceGenerators.ObservablePropertyGenerator", <ASSEMBLY_VERSION> )]
2689
2689
partial void OnLastNameChanged(int value);
2690
2690
/// <summary>Executes the logic for when <see cref="LastName"/> just changed.</summary>
2691
2691
/// <param name="oldValue">The previous property value that was replaced.</param>
2692
2692
/// <param name="newValue">The new property value that was set.</param>
2693
2693
/// <remarks>This method is invoked right after the value of <see cref="LastName"/> is changed.</remarks>
2694
- [global::System.CodeDom.Compiler.GeneratedCode("CommunityToolkit.Mvvm.SourceGenerators.ObservablePropertyGenerator", "8.2.0.0" )]
2694
+ [global::System.CodeDom.Compiler.GeneratedCode("CommunityToolkit.Mvvm.SourceGenerators.ObservablePropertyGenerator", <ASSEMBLY_VERSION> )]
2695
2695
partial void OnLastNameChanged(int oldValue, int newValue);
2696
2696
}
2697
2697
}
0 commit comments