-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for custom event writer (#388)
* Pass json serializer options through converters * Update file generator * Add unit test * Add integration tests * Fix tests * Fix test code style * Add type-specialized property converter write methods * Use cached DateTimeOffset JsonConverter when default JsonSerializerOptions * Use cached DateTimeOffset JsonConverter when default JsonSerializerOptions * Consolidate JsonConverter<DateTimeOffset> getter
- Loading branch information
1 parent
c128995
commit 6ce0252
Showing
12 changed files
with
396 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.