@@ -2608,7 +2608,7 @@ namespace MyApp
26082608 partial class MyViewModel
26092609 {
26102610 /// <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> )]
26122612 [global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
26132613 public int FirstName
26142614 {
@@ -2629,7 +2629,7 @@ public int FirstName
26292629 }
26302630
26312631 /// <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> )]
26332633 [global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
26342634 public int LastName
26352635 {
@@ -2652,46 +2652,46 @@ public int LastName
26522652 /// <summary>Executes the logic for when <see cref="FirstName"/> is changing.</summary>
26532653 /// <param name="value">The new property value being set.</param>
26542654 /// <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> )]
26562656 partial void OnFirstNameChanging(int value);
26572657 /// <summary>Executes the logic for when <see cref="FirstName"/> is changing.</summary>
26582658 /// <param name="oldValue">The previous property value that is being replaced.</param>
26592659 /// <param name="newValue">The new property value being set.</param>
26602660 /// <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> )]
26622662 partial void OnFirstNameChanging(int oldValue, int newValue);
26632663 /// <summary>Executes the logic for when <see cref="FirstName"/> just changed.</summary>
26642664 /// <param name="value">The new property value that was set.</param>
26652665 /// <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> )]
26672667 partial void OnFirstNameChanged(int value);
26682668 /// <summary>Executes the logic for when <see cref="FirstName"/> just changed.</summary>
26692669 /// <param name="oldValue">The previous property value that was replaced.</param>
26702670 /// <param name="newValue">The new property value that was set.</param>
26712671 /// <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> )]
26732673 partial void OnFirstNameChanged(int oldValue, int newValue);
26742674 /// <summary>Executes the logic for when <see cref="LastName"/> is changing.</summary>
26752675 /// <param name="value">The new property value being set.</param>
26762676 /// <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> )]
26782678 partial void OnLastNameChanging(int value);
26792679 /// <summary>Executes the logic for when <see cref="LastName"/> is changing.</summary>
26802680 /// <param name="oldValue">The previous property value that is being replaced.</param>
26812681 /// <param name="newValue">The new property value being set.</param>
26822682 /// <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> )]
26842684 partial void OnLastNameChanging(int oldValue, int newValue);
26852685 /// <summary>Executes the logic for when <see cref="LastName"/> just changed.</summary>
26862686 /// <param name="value">The new property value that was set.</param>
26872687 /// <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> )]
26892689 partial void OnLastNameChanged(int value);
26902690 /// <summary>Executes the logic for when <see cref="LastName"/> just changed.</summary>
26912691 /// <param name="oldValue">The previous property value that was replaced.</param>
26922692 /// <param name="newValue">The new property value that was set.</param>
26932693 /// <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> )]
26952695 partial void OnLastNameChanged(int oldValue, int newValue);
26962696 }
26972697 }
0 commit comments