@@ -71,6 +71,7 @@ public void FieldRoundtrip_Works()
7171 ],
7272 ItemID = "item_id",
7373 LicenseTypeID = "license_type_id",
74+ Metadata = new Dictionary<string, string?>() { { "foo", "string" } },
7475 PerUnitCostBasis = "per_unit_cost_basis",
7576 },
7677 LicenseAllocationPrice = new Unit()
@@ -222,6 +223,7 @@ public void FieldRoundtrip_Works()
222223 ],
223224 ItemID = "item_id",
224225 LicenseTypeID = "license_type_id",
226+ Metadata = new Dictionary<string, string?>() { { "foo", "string" } },
225227 PerUnitCostBasis = "per_unit_cost_basis",
226228 },
227229 LicenseAllocationPrice = new ReplacePriceLicenseAllocationPriceUnit()
@@ -373,6 +375,7 @@ public void FieldRoundtrip_Works()
373375 ],
374376 ItemID = "item_id",
375377 LicenseTypeID = "license_type_id",
378+ Metadata = new Dictionary<string, string?>() { { "foo", "string" } },
376379 PerUnitCostBasis = "per_unit_cost_basis",
377380 },
378381 LicenseAllocationPrice = new Unit()
@@ -529,6 +532,7 @@ public void FieldRoundtrip_Works()
529532 ],
530533 ItemID = "item_id",
531534 LicenseTypeID = "license_type_id",
535+ Metadata = new Dictionary<string, string?>() { { "foo", "string" } },
532536 PerUnitCostBasis = "per_unit_cost_basis",
533537 },
534538 LicenseAllocationPrice = new ReplacePriceLicenseAllocationPriceUnit()
@@ -792,6 +796,7 @@ public void CopyConstructor_Works()
792796 ],
793797 ItemID = "item_id",
794798 LicenseTypeID = "license_type_id",
799+ Metadata = new Dictionary<string, string?>() { { "foo", "string" } },
795800 PerUnitCostBasis = "per_unit_cost_basis",
796801 },
797802 LicenseAllocationPrice = new Unit()
@@ -943,6 +948,7 @@ public void CopyConstructor_Works()
943948 ],
944949 ItemID = "item_id",
945950 LicenseTypeID = "license_type_id",
951+ Metadata = new Dictionary<string, string?>() { { "foo", "string" } },
946952 PerUnitCostBasis = "per_unit_cost_basis",
947953 },
948954 LicenseAllocationPrice = new ReplacePriceLicenseAllocationPriceUnit()
@@ -1714,6 +1720,7 @@ public void FieldRoundtrip_Works()
17141720 ],
17151721 ItemID = "item_id",
17161722 LicenseTypeID = "license_type_id",
1723+ Metadata = new Dictionary<string, string?>() { { "foo", "string" } },
17171724 PerUnitCostBasis = "per_unit_cost_basis",
17181725 },
17191726 LicenseAllocationPrice = new Unit()
@@ -1829,6 +1836,7 @@ public void FieldRoundtrip_Works()
18291836 ],
18301837 ItemID = "item_id",
18311838 LicenseTypeID = "license_type_id",
1839+ Metadata = new Dictionary<string, string?>() { { "foo", "string" } },
18321840 PerUnitCostBasis = "per_unit_cost_basis",
18331841 };
18341842 LicenseAllocationPrice expectedLicenseAllocationPrice = new Unit()
@@ -1952,6 +1960,7 @@ public void SerializationRoundtrip_Works()
19521960 ],
19531961 ItemID = "item_id",
19541962 LicenseTypeID = "license_type_id",
1963+ Metadata = new Dictionary<string, string?>() { { "foo", "string" } },
19551964 PerUnitCostBasis = "per_unit_cost_basis",
19561965 },
19571966 LicenseAllocationPrice = new Unit()
@@ -2078,6 +2087,7 @@ public void FieldRoundtripThroughSerialization_Works()
20782087 ],
20792088 ItemID = "item_id",
20802089 LicenseTypeID = "license_type_id",
2090+ Metadata = new Dictionary<string, string?>() { { "foo", "string" } },
20812091 PerUnitCostBasis = "per_unit_cost_basis",
20822092 },
20832093 LicenseAllocationPrice = new Unit()
@@ -2200,6 +2210,7 @@ public void FieldRoundtripThroughSerialization_Works()
22002210 ],
22012211 ItemID = "item_id",
22022212 LicenseTypeID = "license_type_id",
2213+ Metadata = new Dictionary<string, string?>() { { "foo", "string" } },
22032214 PerUnitCostBasis = "per_unit_cost_basis",
22042215 };
22052216 LicenseAllocationPrice expectedLicenseAllocationPrice = new Unit()
@@ -2323,6 +2334,7 @@ public void Validation_Works()
23232334 ],
23242335 ItemID = "item_id",
23252336 LicenseTypeID = "license_type_id",
2337+ Metadata = new Dictionary<string, string?>() { { "foo", "string" } },
23262338 PerUnitCostBasis = "per_unit_cost_basis",
23272339 },
23282340 LicenseAllocationPrice = new Unit()
@@ -2504,6 +2516,7 @@ public void CopyConstructor_Works()
25042516 ],
25052517 ItemID = "item_id",
25062518 LicenseTypeID = "license_type_id",
2519+ Metadata = new Dictionary<string, string?>() { { "foo", "string" } },
25072520 PerUnitCostBasis = "per_unit_cost_basis",
25082521 },
25092522 LicenseAllocationPrice = new Unit()
@@ -52110,6 +52123,7 @@ public void FieldRoundtrip_Works()
5211052123 ],
5211152124 ItemID = "item_id",
5211252125 LicenseTypeID = "license_type_id",
52126+ Metadata = new Dictionary<string, string?>() { { "foo", "string" } },
5211352127 PerUnitCostBasis = "per_unit_cost_basis",
5211452128 },
5211552129 LicenseAllocationPrice = new ReplacePriceLicenseAllocationPriceUnit()
@@ -52226,6 +52240,7 @@ public void FieldRoundtrip_Works()
5222652240 ],
5222752241 ItemID = "item_id",
5222852242 LicenseTypeID = "license_type_id",
52243+ Metadata = new Dictionary<string, string?>() { { "foo", "string" } },
5222952244 PerUnitCostBasis = "per_unit_cost_basis",
5223052245 };
5223152246 ReplacePriceLicenseAllocationPrice expectedLicenseAllocationPrice =
@@ -52353,6 +52368,7 @@ public void SerializationRoundtrip_Works()
5235352368 ],
5235452369 ItemID = "item_id",
5235552370 LicenseTypeID = "license_type_id",
52371+ Metadata = new Dictionary<string, string?>() { { "foo", "string" } },
5235652372 PerUnitCostBasis = "per_unit_cost_basis",
5235752373 },
5235852374 LicenseAllocationPrice = new ReplacePriceLicenseAllocationPriceUnit()
@@ -52483,6 +52499,7 @@ public void FieldRoundtripThroughSerialization_Works()
5248352499 ],
5248452500 ItemID = "item_id",
5248552501 LicenseTypeID = "license_type_id",
52502+ Metadata = new Dictionary<string, string?>() { { "foo", "string" } },
5248652503 PerUnitCostBasis = "per_unit_cost_basis",
5248752504 },
5248852505 LicenseAllocationPrice = new ReplacePriceLicenseAllocationPriceUnit()
@@ -52606,6 +52623,7 @@ public void FieldRoundtripThroughSerialization_Works()
5260652623 ],
5260752624 ItemID = "item_id",
5260852625 LicenseTypeID = "license_type_id",
52626+ Metadata = new Dictionary<string, string?>() { { "foo", "string" } },
5260952627 PerUnitCostBasis = "per_unit_cost_basis",
5261052628 };
5261152629 ReplacePriceLicenseAllocationPrice expectedLicenseAllocationPrice =
@@ -52733,6 +52751,7 @@ public void Validation_Works()
5273352751 ],
5273452752 ItemID = "item_id",
5273552753 LicenseTypeID = "license_type_id",
52754+ Metadata = new Dictionary<string, string?>() { { "foo", "string" } },
5273652755 PerUnitCostBasis = "per_unit_cost_basis",
5273752756 },
5273852757 LicenseAllocationPrice = new ReplacePriceLicenseAllocationPriceUnit()
@@ -52919,6 +52938,7 @@ public void CopyConstructor_Works()
5291952938 ],
5292052939 ItemID = "item_id",
5292152940 LicenseTypeID = "license_type_id",
52941+ Metadata = new Dictionary<string, string?>() { { "foo", "string" } },
5292252942 PerUnitCostBasis = "per_unit_cost_basis",
5292352943 },
5292452944 LicenseAllocationPrice = new ReplacePriceLicenseAllocationPriceUnit()
0 commit comments