We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c7829 commit f24dd18Copy full SHA for f24dd18
src/ModelContextProtocol/Protocol/Types/ResourceContents.cs
@@ -59,7 +59,7 @@ public class ResourceContentsConverter : JsonConverter<ResourceContents>
59
continue;
60
}
61
62
- string propertyName = reader.GetString();
+ string? propertyName = reader.GetString();
63
64
switch (propertyName)
65
{
0 commit comments