Mark the same for the aot minimal version
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user