From 7d5b2a7aac2cb4c36758c87e93a68944e10f9220 Mon Sep 17 00:00:00 2001 From: Jeff Leung Date: Tue, 27 Feb 2024 15:38:31 -0800 Subject: [PATCH] Mark the same for the aot minimal version --- AS1024.GeoFeed.MinimalAPI/GeoFeedAoTProvider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AS1024.GeoFeed.MinimalAPI/GeoFeedAoTProvider.cs b/AS1024.GeoFeed.MinimalAPI/GeoFeedAoTProvider.cs index ffbd17c..cf41a17 100644 --- a/AS1024.GeoFeed.MinimalAPI/GeoFeedAoTProvider.cs +++ b/AS1024.GeoFeed.MinimalAPI/GeoFeedAoTProvider.cs @@ -14,7 +14,7 @@ namespace AS1024.GeoFeed.MinimalAPI { } - protected override NetboxData? DeserializeJsonData(string stringResult) + protected override NetboxData? DeserializeJsonData(Stream stringResult) { return JsonSerializer.Deserialize(stringResult, AppJsonSerializerContext.Default.NetboxData); }