Skip to content

Revert converters return type to list for binary compatibility#384

Merged
SimonCropp merged 2 commits into
mainfrom
Revert-Converters-return-type-to-List-for-binary-compatibility
Jul 14, 2026
Merged

Revert converters return type to list for binary compatibility#384
SimonCropp merged 2 commits into
mainfrom
Revert-Converters-return-type-to-List-for-binary-compatibility

Conversation

@SimonCropp

Copy link
Copy Markdown
Member

No description provided.

The Audit fixes change (b1ae7c9) changed DefaultContractResolver.Converters
from List<JsonConverter> to IReadOnlyList<JsonConverter>. This altered the
compiled get_Converters() signature, breaking assemblies built against the
old Argon (e.g. Verify.EntityFramework) with MissingMethodException at runtime.
@SimonCropp SimonCropp added this to the 0.35.2 milestone Jul 14, 2026
@SimonCropp
SimonCropp merged commit fe8a137 into main Jul 14, 2026
3 of 6 checks passed
@SimonCropp
SimonCropp deleted the Revert-Converters-return-type-to-List-for-binary-compatibility branch July 14, 2026 23:13
This was referenced Jul 15, 2026
This was referenced Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant