Skip to content

Commit

Permalink
Fixes issue dotnet-presentations#358 and Fixes issue dotnet-presentat…
Browse files Browse the repository at this point in the history
  • Loading branch information
EdCharbeneau committed Sep 15, 2023
1 parent c240c05 commit 1e5e283
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions save-points/00-get-started/BlazingPizza.Shared/Order.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ public class Order
[JsonSerializable(typeof(List<PizzaSpecial>))]
[JsonSerializable(typeof(List<Topping>))]
[JsonSerializable(typeof(Topping))]
[JsonSerializable(typeof(Dictionary<string, string>))]
public partial class OrderContext : JsonSerializerContext { }
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ public class Order
[JsonSerializable(typeof(List<PizzaSpecial>))]
[JsonSerializable(typeof(List<Topping>))]
[JsonSerializable(typeof(Topping))]
[JsonSerializable(typeof(Dictionary<string, string>))]
public partial class OrderContext : JsonSerializerContext { }
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ public class Order
[JsonSerializable(typeof(List<PizzaSpecial>))]
[JsonSerializable(typeof(List<Topping>))]
[JsonSerializable(typeof(Topping))]
[JsonSerializable(typeof(Dictionary<string, string>))]
public partial class OrderContext : JsonSerializerContext { }

0 comments on commit 1e5e283

Please sign in to comment.