Skip to content

Conversation

cdavernas
Copy link
Member

@cdavernas cdavernas commented Jun 27, 2023

Many thanks for submitting your Pull Request ❤️!

What this PR does / why we need it:

  • Migrates to NET 7.0
  • Removes strong-typed enumerations to support extensions
  • Added a new built in JSON/YAML serializer (both with full support)
  • Removed all Dynamic/DynamicObject/DynamicArray/DynamicValue references
  • Abandons Newtonsoft.Json (though still possible thanks to DataContracts) in favor of built-in System.Text.Json serialization
  • Added the IExtensible interface, which exposes an extension data property

@cdavernas cdavernas merged commit fc7c103 into main Jun 28, 2023
@cdavernas cdavernas deleted the feat-refactor branch June 28, 2023 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant