From 01106a445f014f9094084ae0e115610990f8908b Mon Sep 17 00:00:00 2001 From: Kevin Hahn Date: Wed, 11 Dec 2024 13:12:52 +0700 Subject: [PATCH] specify a namespace for the MiniLcmJson class --- backend/FwLite/MiniLcm/MiniLcmJson.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/FwLite/MiniLcm/MiniLcmJson.cs b/backend/FwLite/MiniLcm/MiniLcmJson.cs index 174fc417b..64fe276be 100644 --- a/backend/FwLite/MiniLcm/MiniLcmJson.cs +++ b/backend/FwLite/MiniLcm/MiniLcmJson.cs @@ -1,6 +1,8 @@ using System.Text.Json.Serialization.Metadata; using MiniLcm.Attributes; +namespace MiniLcm; + public static class MiniLcmJson { public static IJsonTypeInfoResolver AddExternalMiniLcmModifiers(this IJsonTypeInfoResolver resolver)