confluent-kafka-dotnet
confluent-kafka-dotnet copied to clipboard
Update NJsonSchema to v11
Fixes https://github.com/confluentinc/confluent-kafka-dotnet/issues/2169
A few notes:
- This is a breaking change, and should be included in a major version release only, as we're dropping support for NJsonSchema v10. This change will impact users that manage their own references to NJsonSchema v10.
- Newtonsoft.Json-based generators have been moved to a separate NuGet package, so the reference to NJsonSchema has been replaced with a reference to NJsonSchema.NewtonsoftJson. See NSwag 14 announcement and NJsonSchema v11 release notes.
-
EnumHandling
no longer exists, so theWithJsonSchemaGeneratorSettingsSerDe
unit test has been updated to useJsonSerializerSettings
instead.
For some reason the PR is stuck on "Processing updates"... Will close and re-open to see if that helps.
I can't re-open it. I think the PR broke because the fork source was changed to https://github.com/ah-/confluent-kafka-dotnet for some reason...
I've opened a new PR: https://github.com/confluentinc/confluent-kafka-dotnet/pull/2263