Skip to content

Commit

Permalink
GetType
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWold committed Oct 14, 2024
1 parent 3dfcdf1 commit 396c1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.csx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ new MetalsharpProject()

if (post.Metadata.TryGetValue("topics", out var topicsObject))
{
Console.WriteLine(typeof(topicsObject).FullName());
Console.WriteLine(topicsObject.GetType().FullName());
if (topicsObject is JsonElement topicNamesElement)
{
foreach (var topicNameElement in topicNamesElement.EnumerateArray())
Expand Down

0 comments on commit 396c1cf

Please sign in to comment.