diff --git a/dotnet/src/InternalUtilities/src/Schema/JsonSchemaGenerationContext.cs b/dotnet/src/InternalUtilities/src/Schema/JsonSchemaGenerationContext.cs index e6a58a04017b..870013bb2bbe 100644 --- a/dotnet/src/InternalUtilities/src/Schema/JsonSchemaGenerationContext.cs +++ b/dotnet/src/InternalUtilities/src/Schema/JsonSchemaGenerationContext.cs @@ -8,9 +8,9 @@ namespace JsonSchemaMapper; - /// - /// Defines the context in which a JSON schema within a type graph is being generated. - /// +/// +/// Defines the context in which a JSON schema within a type graph is being generated. +/// #if EXPOSE_JSON_SCHEMA_MAPPER public #else diff --git a/dotnet/src/InternalUtilities/src/Schema/JsonSchemaMapper.cs b/dotnet/src/InternalUtilities/src/Schema/JsonSchemaMapper.cs index 05ea81ef9b95..a718d5965472 100644 --- a/dotnet/src/InternalUtilities/src/Schema/JsonSchemaMapper.cs +++ b/dotnet/src/InternalUtilities/src/Schema/JsonSchemaMapper.cs @@ -42,7 +42,7 @@ public static JsonNode GetJsonSchema(this JsonSerializerOptions options, Type ty { if (options is null) { - ThrowHelpers.ThrowArgumentNullException(nameof(options)); + ThrowHelpers.ThrowArgumentNullException(nameof(options)); } if (type is null)