@@ -1349,10 +1349,10 @@ partial class MyViewModel
13491349 /// <inheritdoc cref="a"/>
13501350 [global::System.CodeDom.Compiler.GeneratedCode("CommunityToolkit.Mvvm.SourceGenerators.ObservablePropertyGenerator", <ASSEMBLY_VERSION>)]
13511351 [global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
1352- [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum1)-1073741824)]
1353- [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum2)-9223372036854775808)]
1354- [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum3)-1234)]
1355- [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum4)-1 )]
1352+ [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum1)( -1073741824) )]
1353+ [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum2)( -9223372036854775808) )]
1354+ [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum3)( -1234) )]
1355+ [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum4)(-1) )]
13561356 public object? A
13571357 {
13581358 get => a;
@@ -1489,24 +1489,24 @@ partial class MyViewModel
14891489 [global::System.CodeDom.Compiler.GeneratedCode("CommunityToolkit.Mvvm.SourceGenerators.ObservablePropertyGenerator", <ASSEMBLY_VERSION>)]
14901490 [global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
14911491 [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum1)0)]
1492- [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum1)-1073741824)]
1492+ [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum1)( -1073741824) )]
14931493 [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum1)42)]
14941494 [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum1)456)]
14951495 [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum1)123)]
14961496 [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum2)0)]
1497- [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum2)-9223372036854775808)]
1497+ [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum2)( -9223372036854775808) )]
14981498 [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum2)42)]
14991499 [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum2)456)]
15001500 [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum2)123)]
15011501 [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum3)1)]
1502- [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum3)-1234)]
1502+ [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum3)( -1234) )]
15031503 [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum3)42)]
15041504 [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum3)456)]
15051505 [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum3)123)]
15061506 [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum4)1)]
1507- [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum4)-1 )]
1507+ [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum4)(-1) )]
15081508 [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum4)42)]
1509- [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum4)-56)]
1509+ [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum4)( -56) )]
15101510 [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum4)123)]
15111511 public object? A
15121512 {
@@ -1792,18 +1792,18 @@ partial class MyViewModel
17921792 {
17931793 /// <summary>The backing field for <see cref="TestCommand"/>.</summary>
17941794 [global::System.CodeDom.Compiler.GeneratedCode("CommunityToolkit.Mvvm.SourceGenerators.RelayCommandGenerator", <ASSEMBLY_VERSION>)]
1795- [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum1)-1073741824)]
1796- [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum2)-9223372036854775808)]
1797- [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum3)-1234)]
1798- [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum4)-1 )]
1795+ [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum1)( -1073741824) )]
1796+ [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum2)( -9223372036854775808) )]
1797+ [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum3)( -1234) )]
1798+ [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum4)(-1) )]
17991799 private global::CommunityToolkit.Mvvm.Input.RelayCommand? testCommand;
18001800 /// <summary>Gets an <see cref="global::CommunityToolkit.Mvvm.Input.IRelayCommand"/> instance wrapping <see cref="Test"/>.</summary>
18011801 [global::System.CodeDom.Compiler.GeneratedCode("CommunityToolkit.Mvvm.SourceGenerators.RelayCommandGenerator", <ASSEMBLY_VERSION>)]
18021802 [global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
1803- [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum1)-1073741824)]
1804- [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum2)-9223372036854775808)]
1805- [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum3)-1234)]
1806- [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum4)-1 )]
1803+ [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum1)( -1073741824) )]
1804+ [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum2)( -9223372036854775808) )]
1805+ [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum3)( -1234) )]
1806+ [global::MyApp.DefaultValueAttribute((global::MyApp.NegativeEnum4)(-1) )]
18071807 public global::CommunityToolkit.Mvvm.Input.IRelayCommand TestCommand => testCommand ??= new global::CommunityToolkit.Mvvm.Input.RelayCommand(new global::System.Action(Test));
18081808 }
18091809 }
0 commit comments