diff --git a/build.csx b/build.csx index f5e3d19..4bed19a 100644 --- a/build.csx +++ b/build.csx @@ -155,7 +155,7 @@ new MetalsharpProject() if (post.Metadata.TryGetValue("topics", out var topicsObject)) { - Console.WriteLine(topicsObject.GetType().FullName()); + Console.WriteLine(topicsObject.GetType().FullName); if (topicsObject is JsonElement topicNamesElement) { foreach (var topicNameElement in topicNamesElement.EnumerateArray())