Merge from main

This commit is contained in:
Dmytro Struk
2025-11-11 18:28:38 -08:00
parent 519bc9da0a
commit b8206a85d7
231 changed files with 19655 additions and 4139 deletions
@@ -0,0 +1,11 @@
// Copyright (c) Microsoft. All rights reserved.
using System.Text.Json.Serialization;
namespace AGUIDojoServer;
[JsonSerializable(typeof(WeatherInfo))]
[JsonSerializable(typeof(Recipe))]
[JsonSerializable(typeof(Ingredient))]
[JsonSerializable(typeof(RecipeResponse))]
internal sealed partial class AGUIDojoServerSerializerContext : JsonSerializerContext;