Skip to content

Removed strong-typed enumerations to support extensions#45

Merged
cdavernas merged 8 commits intomainfrom
feat-refactor
Jun 28, 2023
Merged

Removed strong-typed enumerations to support extensions#45
cdavernas merged 8 commits intomainfrom
feat-refactor

Conversation

@cdavernas
Copy link
Copy Markdown
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