Skip to content

Removed strong-typed enumerations to support extensions #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 28, 2023

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