@@ -391,17 +391,20 @@ public static IReadOnlyList<JsonEntityCustomNaming> CreateJsonEntitiesCustomNami
391
391
{
392
392
var e1_r_r = new JsonOwnedCustomNameBranch
393
393
{
394
- Date = new DateTime ( 2100 , 1 , 1 ) , Fraction = 10.0 ,
394
+ Date = new DateTime ( 2100 , 1 , 1 ) ,
395
+ Fraction = 10.0 ,
395
396
} ;
396
397
397
398
var e1_r_c1 = new JsonOwnedCustomNameBranch
398
399
{
399
- Date = new DateTime ( 2101 , 1 , 1 ) , Fraction = 10.1 ,
400
+ Date = new DateTime ( 2101 , 1 , 1 ) ,
401
+ Fraction = 10.1 ,
400
402
} ;
401
403
402
404
var e1_r_c2 = new JsonOwnedCustomNameBranch
403
405
{
404
- Date = new DateTime ( 2102 , 1 , 1 ) , Fraction = 10.2 ,
406
+ Date = new DateTime ( 2102 , 1 , 1 ) ,
407
+ Fraction = 10.2 ,
405
408
} ;
406
409
407
410
var e1_r = new JsonOwnedCustomNameRoot
@@ -415,17 +418,20 @@ public static IReadOnlyList<JsonEntityCustomNaming> CreateJsonEntitiesCustomNami
415
418
416
419
var e1_c1_r = new JsonOwnedCustomNameBranch
417
420
{
418
- Date = new DateTime ( 2110 , 1 , 1 ) , Fraction = 11.0 ,
421
+ Date = new DateTime ( 2110 , 1 , 1 ) ,
422
+ Fraction = 11.0 ,
419
423
} ;
420
424
421
425
var e1_c1_c1 = new JsonOwnedCustomNameBranch
422
426
{
423
- Date = new DateTime ( 2111 , 1 , 1 ) , Fraction = 11.1 ,
427
+ Date = new DateTime ( 2111 , 1 , 1 ) ,
428
+ Fraction = 11.1 ,
424
429
} ;
425
430
426
431
var e1_c1_c2 = new JsonOwnedCustomNameBranch
427
432
{
428
- Date = new DateTime ( 2112 , 1 , 1 ) , Fraction = 11.2 ,
433
+ Date = new DateTime ( 2112 , 1 , 1 ) ,
434
+ Fraction = 11.2 ,
429
435
} ;
430
436
431
437
var e1_c1 = new JsonOwnedCustomNameRoot
@@ -439,17 +445,20 @@ public static IReadOnlyList<JsonEntityCustomNaming> CreateJsonEntitiesCustomNami
439
445
440
446
var e1_c2_r = new JsonOwnedCustomNameBranch
441
447
{
442
- Date = new DateTime ( 2120 , 1 , 1 ) , Fraction = 12.0 ,
448
+ Date = new DateTime ( 2120 , 1 , 1 ) ,
449
+ Fraction = 12.0 ,
443
450
} ;
444
451
445
452
var e1_c2_c1 = new JsonOwnedCustomNameBranch
446
453
{
447
- Date = new DateTime ( 2121 , 1 , 1 ) , Fraction = 12.1 ,
454
+ Date = new DateTime ( 2121 , 1 , 1 ) ,
455
+ Fraction = 12.1 ,
448
456
} ;
449
457
450
458
var e1_c2_c2 = new JsonOwnedCustomNameBranch
451
459
{
452
- Date = new DateTime ( 2122 , 1 , 1 ) , Fraction = 12.2 ,
460
+ Date = new DateTime ( 2122 , 1 , 1 ) ,
461
+ Fraction = 12.2 ,
453
462
} ;
454
463
455
464
var e1_c2 = new JsonOwnedCustomNameRoot
@@ -785,7 +794,7 @@ public static IReadOnlyList<JsonEntityAllTypes> CreateJsonEntitiesAllTypes()
785
794
[
786
795
ulong . MinValue ,
787
796
0 ,
788
- ulong . MaxValue
797
+ ulong . MaxValue >> 1
789
798
] ,
790
799
TestNullableInt32Collection =
791
800
[
@@ -909,7 +918,7 @@ public static IReadOnlyList<JsonEntityAllTypes> CreateJsonEntitiesAllTypes()
909
918
[
910
919
ulong . MinValue ,
911
920
0 ,
912
- ulong . MaxValue
921
+ ulong . MaxValue >> 1
913
922
] ,
914
923
TestNullableInt32Collection =
915
924
[
@@ -1033,7 +1042,7 @@ public static IReadOnlyList<JsonEntityAllTypes> CreateJsonEntitiesAllTypes()
1033
1042
[
1034
1043
ulong . MinValue ,
1035
1044
0 ,
1036
- ulong . MaxValue
1045
+ ulong . MaxValue >> 1
1037
1046
] ,
1038
1047
TestNullableInt32Collection =
1039
1048
[
@@ -1157,7 +1166,7 @@ public static IReadOnlyList<JsonEntityAllTypes> CreateJsonEntitiesAllTypes()
1157
1166
[
1158
1167
ulong . MinValue ,
1159
1168
0 ,
1160
- ulong . MaxValue
1169
+ ulong . MaxValue >> 1
1161
1170
] ,
1162
1171
TestNullableInt32Collection =
1163
1172
[
@@ -1264,7 +1273,7 @@ public static IReadOnlyList<JsonEntityAllTypes> CreateJsonEntitiesAllTypes()
1264
1273
[
1265
1274
ulong . MinValue ,
1266
1275
0 ,
1267
- ulong . MaxValue
1276
+ ulong . MaxValue >> 1
1268
1277
] ,
1269
1278
TestNullableInt32Collection =
1270
1279
[
@@ -1375,7 +1384,7 @@ public static IReadOnlyList<JsonEntityAllTypes> CreateJsonEntitiesAllTypes()
1375
1384
[
1376
1385
ulong . MinValue ,
1377
1386
0 ,
1378
- ulong . MaxValue
1387
+ ulong . MaxValue >> 1
1379
1388
] ,
1380
1389
TestNullableInt32Collection =
1381
1390
[
0 commit comments