Skip to content

Release v15.29.3

Choose a tag to compare

@github-actions github-actions released this 18 May 12:41
8228fbf

Fixed

  • JsonSchemaGenerator.Generate() no longer crashes with a JsonException when called on a record type that has non-primitive struct properties with default values (e.g. DateTimeOffset OccurredAt = default, Guid Id = default) under .NET 10.